-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Oct 02, 2025 at 01:02 PM
-- Server version: 10.6.23-MariaDB-log
-- PHP Version: 8.3.23

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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: `quantu41_mai`
--

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

--
-- Table structure for table `customers`
--

CREATE TABLE `customers` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `firstName` varchar(50) DEFAULT NULL,
  `lastName` varchar(50) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `first_purchase_date` date DEFAULT NULL,
  `last_purchase_date` date DEFAULT NULL,
  `email_sequence_tags` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `customers`
--

INSERT INTO `customers` (`id`, `name`, `firstName`, `lastName`, `email`, `first_purchase_date`, `last_purchase_date`, `email_sequence_tags`, `created_at`, `updated_at`) VALUES
(4, 'John Byrne', 'John', 'Byrne', 'john@john-byrne.info', '2025-09-16', '2025-09-16', 'newsletter,new_customer_lop', '2025-09-16 22:29:26', '2025-09-18 02:25:44');

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

--
-- Table structure for table `customer_custom_fields`
--

CREATE TABLE `customer_custom_fields` (
  `id` int(11) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `field_id` int(11) DEFAULT NULL,
  `field_value` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `customer_sequence_progress`
--

CREATE TABLE `customer_sequence_progress` (
  `id` int(11) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `sequence_id` int(11) DEFAULT NULL,
  `current_step` int(11) DEFAULT 0,
  `last_email_sent` timestamp NULL DEFAULT NULL,
  `completed` tinyint(1) DEFAULT 0,
  `started_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `customer_sequence_progress`
--

INSERT INTO `customer_sequence_progress` (`id`, `customer_id`, `sequence_id`, `current_step`, `last_email_sent`, `completed`, `started_at`) VALUES
(1, 4, 1, 3, '2025-09-29 11:21:37', 0, '2025-09-18 02:57:03');

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

--
-- Table structure for table `custom_fields`
--

CREATE TABLE `custom_fields` (
  `id` int(11) NOT NULL,
  `field_name` varchar(50) NOT NULL,
  `field_type` enum('text','number','date','dropdown','boolean') NOT NULL,
  `dropdown_options` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `email_history`
--

CREATE TABLE `email_history` (
  `id` int(11) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `template_id` int(11) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `html_content` text NOT NULL,
  `sent_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `sequence_id` int(11) DEFAULT NULL,
  `sequence_step` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `email_history`
--

INSERT INTO `email_history` (`id`, `customer_id`, `template_id`, `subject`, `html_content`, `sent_at`, `sequence_id`, `sequence_step`) VALUES
(1, 4, NULL, 'Welcome to the Tribe - Your Journey Starts Here', '<h1 style=\"text-align: center;\">You’re officially part of the Tribe!</h1>\r\n<p><b>Hi John,</b></p>\r\n<p><b>Welcome - we’re so glad you’re here.</b></p><p><b><br></b></p>\r\n<p>By making your first purchase with us, you’ve taken a powerful step toward living more fully, more authentically, and more in alignment with who you really are. You’re not just a customer - you’re now part of a growing community of seekers, dreamers, and doers who are committed to creating better lives for themselves and others.</p><p><br></p>\r\n<p><b>Here’s what you can expect as part of our tribe:</b></p>\r\n<ul>\r\n<li>Guidance &amp; Inspiration – Tools, insights, and practices to support you on your journey.</li>\r\n<li>Connection – A like-minded community that celebrates growth, authenticity, and transformation.</li>\r\n<li>Opportunities to Grow – Access to future trainings, retreats, and experiences designed to help you keep evolving.</li><li><br></li>\r\n</ul>\r\n<p>We encourage you to dive in, explore, and take that first inspired action today. And remember—you don’t have to do this alone. We’re here to support you every step of the way.</p><p><br></p>\r\n<p>Thank you for trusting us with this part of your journey. Together, we’ll keep moving toward more freedom, joy, and fulfillment.</p>\r\n<p><br></p><p>With gratitude and excitement,</p><p><br>John Byrne</p>\r\n<p><br></p><p>P.S. Keep an eye on your inbox for tips, stories, and special invitations made just for our tribe.</p>', '2025-09-17 00:34:50', NULL, NULL),
(2, 4, NULL, 'Welcome to the Tribe - Your Journey Starts Here', '<h1 style=\"text-align: center;\">You’re officially part of the Tribe!</h1>\r\n<p><b>Hi John,</b></p>\r\n<p><b>Welcome - we’re so glad you’re here.</b></p><p><b><br></b></p>\r\n<p>By making your first purchase with us, you’ve taken a powerful step toward living more fully, more authentically, and more in alignment with who you really are. You’re not just a customer - you’re now part of a growing community of seekers, dreamers, and doers who are committed to creating better lives for themselves and others.</p><p><br></p>\r\n<p><b>Here’s what you can expect as part of our tribe:</b></p>\r\n<ul>\r\n<li>Guidance &amp; Inspiration – Tools, insights, and practices to support you on your journey.</li>\r\n<li>Connection – A like-minded community that celebrates growth, authenticity, and transformation.</li>\r\n<li>Opportunities to Grow – Access to future trainings, retreats, and experiences designed to help you keep evolving.</li><li><br></li>\r\n</ul>\r\n<p>We encourage you to dive in, explore, and take that first inspired action today. And remember—you don’t have to do this alone. We’re here to support you every step of the way.</p><p><br></p>\r\n<p>Thank you for trusting us with this part of your journey. Together, we’ll keep moving toward more freedom, joy, and fulfillment.</p>\r\n<p><br></p><p>With gratitude and excitement,</p><p><br>John Byrne</p>\r\n<p><br></p><p>P.S. Keep an eye on your inbox for tips, stories, and special invitations made just for our tribe.</p>', '2025-09-17 00:37:38', NULL, NULL),
(3, 4, NULL, 'Welcome to the Tribe - Your Journey Starts Here', '<h1 style=\"text-align: center;\">You’re officially part of the Tribe!</h1>\r\n<p><b>Hi John,</b></p>\r\n<p><b>Welcome - we’re so glad you’re here.</b></p><p><b><br></b></p>\r\n<p>By making your first purchase with us, you’ve taken a powerful step toward living more fully, more authentically, and more in alignment with who you really are. You’re not just a customer - you’re now part of a growing community of seekers, dreamers, and doers who are committed to creating better lives for themselves and others.</p><p><br></p>\r\n<p><b>Here’s what you can expect as part of our tribe:</b></p>\r\n<ul>\r\n<li>Guidance &amp; Inspiration – Tools, insights, and practices to support you on your journey.</li>\r\n<li>Connection – A like-minded community that celebrates growth, authenticity, and transformation.</li>\r\n<li>Opportunities to Grow – Access to future trainings, retreats, and experiences designed to help you keep evolving.</li><li><br></li>\r\n</ul>\r\n<p>We encourage you to dive in, explore, and take that first inspired action today. And remember—you don’t have to do this alone. We’re here to support you every step of the way.</p><p><br></p>\r\n<p>Thank you for trusting us with this part of your journey. Together, we’ll keep moving toward more freedom, joy, and fulfillment.</p>\r\n<p><br></p><p>With gratitude and excitement,</p><p><br>John Byrne</p>\r\n<p><br></p><p>P.S. Keep an eye on your inbox for tips, stories, and special invitations made just for our tribe.</p>', '2025-09-17 02:12:05', NULL, NULL),
(4, 4, 2, 'Unlock the Hidden Value in Your Book Purchase', '<p data-start=\"473\" data-end=\"503\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">John</span>,</b></p>\r\n<p data-start=\"505\" data-end=\"607\"><br></p><p data-start=\"505\" data-end=\"607\"><b>Thank you for choosing <i>Living On Purpose</i></b>&nbsp;- it’s more than just a book, it’s the beginning of a journey.</p>\r\n<p data-start=\"609\" data-end=\"763\"><br></p><p data-start=\"609\" data-end=\"763\">Most people read, nod, and then put a book back on the shelf. But <b>the real transformation</b> happens when you start weaving its ideas into your daily life.</p>\r\n<p data-start=\"765\" data-end=\"921\"><br></p><p data-start=\"765\" data-end=\"921\"><b>Over the next few weeks,</b> I’ll send you a handful of simple strategies, reflections, and resources to help you get the absolute most from your purchase.</p>\r\n<p data-start=\"923\" data-end=\"1064\"><br></p><p data-start=\"923\" data-end=\"1064\"><b>Your book isn’t just information - it’s an invitation</b> to reconnect with yourself. Let’s make it practical, doable, and meaningful together.</p>\r\n<p data-start=\"1066\" data-end=\"1089\">Warmly,</p><p data-start=\"1066\" data-end=\"1089\"><br data-start=\"1073\" data-end=\"1076\">\r\nJohn</p>', '2025-09-18 02:57:08', 1, 1),
(5, 4, 3, 'Simple Ways to Put Your New Insights into Practice', '<p data-start=\"1239\" data-end=\"1269\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">John</span>,</b></p><p data-start=\"1239\" data-end=\"1269\"><b><br></b></p><p data-start=\"1239\" data-end=\"1269\">This is a true chunk of wisdom I picked up on my journey.</p><p data-start=\"1239\" data-end=\"1269\"><b><br></b></p>\r\n<p data-start=\"1271\" data-end=\"1321\"><b><u>Reading sparks awareness. Action creates change.</u></b></p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">Think about that for a minute or two. How many books have you read that held amazing information and yet you still face the same nagging challenges?</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">It\'s as if just reading the books didn\'t actually make any difference. Life-changing realisation, right?</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">Somehow (probably from the marketing hype), we got the idea that by just buying a book, we\'d suddenly start living a better life. And don\'t worry, I\'ve done it too.</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">What makes the difference is one thing: <b>Implementing what you\'ve learned.</b></p><p data-start=\"1271\" data-end=\"1321\"><b><br></b></p><p data-start=\"1271\" data-end=\"1321\">Not only will this strengthen your learning, but this is where the \'rubber hits the road\' and you start to get \'in real life\' results that will make others admire you, and put an actual smile on your face.</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">I want to remind you of my \'McDonalds\' philosophy of life:</p><p data-start=\"1271\" data-end=\"1321\"><b>\"Life is one per customer and for a limited time only.\"</b></p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">There are no refunds, no do-overs, and once it\'s gone, it\'s gone. So getting your life to be the way you want it to be is an unmistakeable priority.</p><p data-start=\"1271\" data-end=\"1321\"><br></p>\r\n<p data-start=\"1323\" data-end=\"1356\">Here are 3 ways to start today:</p>\r\n<ol data-start=\"1358\" data-end=\"1683\">\r\n<li data-start=\"1358\" data-end=\"1458\">\r\n<p data-start=\"1361\" data-end=\"1458\"><strong data-start=\"1361\" data-end=\"1384\">Choose one key idea</strong> from your book and write it on a sticky note where you’ll see it often.</p>\r\n</li>\r\n<li data-start=\"1459\" data-end=\"1568\">\r\n<p data-start=\"1462\" data-end=\"1568\"><strong data-start=\"1462\" data-end=\"1499\">Pair a new habit with an old one.</strong> For example: every time you make coffee, pause for 3 deep breaths.</p>\r\n</li>\r\n<li data-start=\"1569\" data-end=\"1683\">\r\n<p data-start=\"1572\" data-end=\"1683\"><strong data-start=\"1572\" data-end=\"1592\">Reflect nightly.</strong> Before bed, jot down one moment where you lived more calmly or more intentionally today.</p>\r\n</li><li data-start=\"1569\" data-end=\"1683\"><p data-start=\"1572\" data-end=\"1683\"><br></p></li>\r\n</ol>\r\n<p data-start=\"1685\" data-end=\"1774\">Tiny shifts repeated often will anchor the lessons in your book into your daily rhythm.</p><p data-start=\"1685\" data-end=\"1774\"><br></p>\r\n<p data-start=\"1776\" data-end=\"1871\">What’s one idea you’re committing to this week? Hit reply and let me know — I’d love to hear.</p><p data-start=\"1776\" data-end=\"1871\"><br></p>\r\n<p data-start=\"1873\" data-end=\"1908\">With encouragement,</p><p data-start=\"1873\" data-end=\"1908\"><br data-start=\"1892\" data-end=\"1895\">\r\nJohn</p>', '2025-09-24 20:23:59', 1, 2),
(6, 4, 4, 'Living On Purpose Starts With One Small Shift', '<p data-start=\"2048\" data-end=\"2078\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">John</span>,</b></p><p data-start=\"2048\" data-end=\"2078\"><br></p><p data-start=\"2048\" data-end=\"2078\">I hope this email finds you well.</p><p data-start=\"2048\" data-end=\"2078\"><br></p>\r\n<p data-start=\"2080\" data-end=\"2219\">So often we think “purpose” is something big and far away — but it’s actually found in the <b>small, intentional choices</b> you make every day.</p><p data-start=\"2080\" data-end=\"2219\"><br></p>\r\n<p data-start=\"2221\" data-end=\"2263\"><b>Here’s a practice you can try right now:</b></p>\r\n<ul data-start=\"2265\" data-end=\"2423\">\r\n<li data-start=\"2265\" data-end=\"2291\">\r\n<p data-start=\"2267\" data-end=\"2291\">Take a sheet of paper.</p>\r\n</li>\r\n<li data-start=\"2292\" data-end=\"2344\">\r\n<p data-start=\"2294\" data-end=\"2344\">Write down three things that truly energise you.</p>\r\n</li>\r\n<li data-start=\"2345\" data-end=\"2423\">\r\n<p data-start=\"2347\" data-end=\"2423\">Ask yourself: <em data-start=\"2361\" data-end=\"2421\">Where in my week can I create space for just one of these?</em></p>\r\n</li>\r\n</ul><div><i><br></i></div><div><i>OR</i></div><div><i><br></i></div><div><ul><li>Ask yourself <i>\"What are three things in my environment that are distracting, annoying, or are holding me back from getting what/where I want to?\"</i></li><li>Take 5 minutes and take care of them.</li><li>Never think about them ever again. ????</li></ul></div>\r\n<p data-start=\"2425\" data-end=\"2515\"><br></p><p data-start=\"2425\" data-end=\"2515\"><b>This isn’t about adding more to your plate — it’s about aligning with what matters most.</b></p>\r\n<p data-start=\"2517\" data-end=\"2577\"><br></p><p data-start=\"2517\" data-end=\"2577\">When you live on purpose, stress naturally loses its grip, and energy takes its place.</p><p data-start=\"2517\" data-end=\"2577\"><br></p>\r\n<p data-start=\"2579\" data-end=\"2611\">To your clarity,<br data-start=\"2595\" data-end=\"2598\"><br></p><p data-start=\"2579\" data-end=\"2611\">\r\nJohn</p>', '2025-09-29 11:21:37', 1, 3);

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

--
-- Table structure for table `email_sequences`
--

CREATE TABLE `email_sequences` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `tag` varchar(50) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `email_sequences`
--

INSERT INTO `email_sequences` (`id`, `name`, `tag`, `created_at`) VALUES
(1, 'Living On Purpose to Mini Retreat', 'new_customer_lop', '2025-09-18 02:25:13'),
(3, 'Beta Workshop Registration', 'registration_beta', '2025-10-02 19:50:29');

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

--
-- Table structure for table `email_sequence_steps`
--

CREATE TABLE `email_sequence_steps` (
  `id` int(11) NOT NULL,
  `sequence_id` int(11) DEFAULT NULL,
  `template_id` int(11) DEFAULT NULL,
  `days_delay` int(11) NOT NULL,
  `send_date` date DEFAULT NULL,
  `timing_type` enum('delay','date') DEFAULT 'delay',
  `step_order` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `email_sequence_steps`
--

INSERT INTO `email_sequence_steps` (`id`, `sequence_id`, `template_id`, `days_delay`, `send_date`, `timing_type`, `step_order`) VALUES
(1, 1, 2, 1, NULL, 'delay', 1),
(2, 1, 3, 2, NULL, 'delay', 2),
(3, 1, 4, 2, NULL, 'delay', 3),
(4, 1, 5, 5, NULL, 'delay', 4),
(5, 1, 6, 7, NULL, 'delay', 5),
(6, 1, 7, 14, NULL, 'delay', 6),
(7, 2, 8, 0, NULL, NULL, 1),
(8, 3, 8, 0, NULL, 'delay', 1),
(9, 3, 10, 0, '2025-10-18', 'date', 2),
(10, 3, 11, 0, '2025-10-25', 'date', 3),
(11, 3, 12, 0, '2025-10-30', 'date', 4),
(12, 3, 13, 0, '2025-10-31', 'date', 5);

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

--
-- Table structure for table `email_templates`
--

CREATE TABLE `email_templates` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `html_content` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `email_templates`
--

INSERT INTO `email_templates` (`id`, `name`, `subject`, `html_content`, `created_at`, `updated_at`) VALUES
(1, 'Welcome - First purchase', 'Welcome to the Tribe - Your Journey Starts Here', '<h1 style=\"text-align: center;\">You’re officially part of the Tribe!</h1>\r\n<p><b>Hi {{firstName}},</b></p>\r\n<p><b>Welcome - we’re so glad you’re here.</b></p><p><b><br></b></p>\r\n<p>By making your first purchase with us, you’ve taken a powerful step toward living more fully, more authentically, and more in alignment with who you really are. You’re not just a customer - you’re now part of a growing community of seekers, dreamers, and doers who are committed to creating better lives for themselves and others.</p><p><br></p>\r\n<p><b>Here’s what you can expect as part of our tribe:</b></p>\r\n<ul>\r\n<li>Guidance &amp; Inspiration – Tools, insights, and practices to support you on your journey.</li>\r\n<li>Connection – A like-minded community that celebrates growth, authenticity, and transformation.</li>\r\n<li>Opportunities to Grow – Access to future trainings, retreats, and experiences designed to help you keep evolving.</li><li><br></li>\r\n</ul>\r\n<p>We encourage you to dive in, explore, and take that first inspired action today. And remember—you don’t have to do this alone. We’re here to support you every step of the way.</p><p><br></p>\r\n<p>Thank you for trusting us with this part of your journey. Together, we’ll keep moving toward more freedom, joy, and fulfillment.</p>\r\n<p><br></p><p>With gratitude and excitement,</p><p><br>John Byrne</p>\r\n<p><br></p><p>P.S. Keep an eye on your inbox for tips, stories, and special invitations made just for our tribe.</p>', '2025-09-16 22:42:02', '2025-09-17 00:22:55'),
(2, 'Email 1 — Unlock the Hidden Value in Your Book Purchase', 'Unlock the Hidden Value in Your Book Purchase', '<p data-start=\"473\" data-end=\"503\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</b></p>\r\n<p data-start=\"505\" data-end=\"607\"><br></p><p data-start=\"505\" data-end=\"607\"><b>Thank you for choosing <i>Living On Purpose</i></b>&nbsp;- it’s more than just a book, it’s the beginning of a journey.</p>\r\n<p data-start=\"609\" data-end=\"763\"><br></p><p data-start=\"609\" data-end=\"763\">Most people read, nod, and then put a book back on the shelf. But <b>the real transformation</b> happens when you start weaving its ideas into your daily life.</p>\r\n<p data-start=\"765\" data-end=\"921\"><br></p><p data-start=\"765\" data-end=\"921\"><b>Over the next few weeks,</b> I’ll send you a handful of simple strategies, reflections, and resources to help you get the absolute most from your purchase.</p>\r\n<p data-start=\"923\" data-end=\"1064\"><br></p><p data-start=\"923\" data-end=\"1064\"><b>Your book isn’t just information - it’s an invitation</b> to reconnect with yourself. Let’s make it practical, doable, and meaningful together.</p>\r\n<p data-start=\"1066\" data-end=\"1089\">Warmly,</p><p data-start=\"1066\" data-end=\"1089\"><br data-start=\"1073\" data-end=\"1076\">\r\nJohn</p>', '2025-09-18 01:04:31', '2025-09-18 02:22:11'),
(3, 'Email 2 — Simple Ways to Put Your New Insights into Practice', 'Simple Ways to Put Your New Insights into Practice', '<p data-start=\"1239\" data-end=\"1269\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</b></p><p data-start=\"1239\" data-end=\"1269\"><b><br></b></p><p data-start=\"1239\" data-end=\"1269\">This is a true chunk of wisdom I picked up on my journey.</p><p data-start=\"1239\" data-end=\"1269\"><b><br></b></p>\r\n<p data-start=\"1271\" data-end=\"1321\"><b><u>Reading sparks awareness. Action creates change.</u></b></p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">Think about that for a minute or two. How many books have you read that held amazing information and yet you still face the same nagging challenges?</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">It\'s as if just reading the books didn\'t actually make any difference. Life-changing realisation, right?</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">Somehow (probably from the marketing hype), we got the idea that by just buying a book, we\'d suddenly start living a better life. And don\'t worry, I\'ve done it too.</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">What makes the difference is one thing: <b>Implementing what you\'ve learned.</b></p><p data-start=\"1271\" data-end=\"1321\"><b><br></b></p><p data-start=\"1271\" data-end=\"1321\">Not only will this strengthen your learning, but this is where the \'rubber hits the road\' and you start to get \'in real life\' results that will make others admire you, and put an actual smile on your face.</p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">I want to remind you of my \'McDonalds\' philosophy of life:</p><p data-start=\"1271\" data-end=\"1321\"><b>\"Life is one per customer and for a limited time only.\"</b></p><p data-start=\"1271\" data-end=\"1321\"><br></p><p data-start=\"1271\" data-end=\"1321\">There are no refunds, no do-overs, and once it\'s gone, it\'s gone. So getting your life to be the way you want it to be is an unmistakeable priority.</p><p data-start=\"1271\" data-end=\"1321\"><br></p>\r\n<p data-start=\"1323\" data-end=\"1356\">Here are 3 ways to start today:</p>\r\n<ol data-start=\"1358\" data-end=\"1683\">\r\n<li data-start=\"1358\" data-end=\"1458\">\r\n<p data-start=\"1361\" data-end=\"1458\"><strong data-start=\"1361\" data-end=\"1384\">Choose one key idea</strong> from your book and write it on a sticky note where you’ll see it often.</p>\r\n</li>\r\n<li data-start=\"1459\" data-end=\"1568\">\r\n<p data-start=\"1462\" data-end=\"1568\"><strong data-start=\"1462\" data-end=\"1499\">Pair a new habit with an old one.</strong> For example: every time you make coffee, pause for 3 deep breaths.</p>\r\n</li>\r\n<li data-start=\"1569\" data-end=\"1683\">\r\n<p data-start=\"1572\" data-end=\"1683\"><strong data-start=\"1572\" data-end=\"1592\">Reflect nightly.</strong> Before bed, jot down one moment where you lived more calmly or more intentionally today.</p>\r\n</li><li data-start=\"1569\" data-end=\"1683\"><p data-start=\"1572\" data-end=\"1683\"><br></p></li>\r\n</ol>\r\n<p data-start=\"1685\" data-end=\"1774\">Tiny shifts repeated often will anchor the lessons in your book into your daily rhythm.</p><p data-start=\"1685\" data-end=\"1774\"><br></p>\r\n<p data-start=\"1776\" data-end=\"1871\">What’s one idea you’re committing to this week? Hit reply and let me know — I’d love to hear.</p><p data-start=\"1776\" data-end=\"1871\"><br></p>\r\n<p data-start=\"1873\" data-end=\"1908\">With encouragement,</p><p data-start=\"1873\" data-end=\"1908\"><br data-start=\"1892\" data-end=\"1895\">\r\nJohn</p>', '2025-09-18 01:14:49', '2025-09-18 01:14:49'),
(4, 'Email 3 — Living On Purpose Starts With One Small Shift', 'Living On Purpose Starts With One Small Shift', '<p data-start=\"2048\" data-end=\"2078\"><b>Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</b></p><p data-start=\"2048\" data-end=\"2078\"><br></p><p data-start=\"2048\" data-end=\"2078\">I hope this email finds you well.</p><p data-start=\"2048\" data-end=\"2078\"><br></p>\r\n<p data-start=\"2080\" data-end=\"2219\">So often we think “purpose” is something big and far away — but it’s actually found in the <b>small, intentional choices</b> you make every day.</p><p data-start=\"2080\" data-end=\"2219\"><br></p>\r\n<p data-start=\"2221\" data-end=\"2263\"><b>Here’s a practice you can try right now:</b></p>\r\n<ul data-start=\"2265\" data-end=\"2423\">\r\n<li data-start=\"2265\" data-end=\"2291\">\r\n<p data-start=\"2267\" data-end=\"2291\">Take a sheet of paper.</p>\r\n</li>\r\n<li data-start=\"2292\" data-end=\"2344\">\r\n<p data-start=\"2294\" data-end=\"2344\">Write down three things that truly energise you.</p>\r\n</li>\r\n<li data-start=\"2345\" data-end=\"2423\">\r\n<p data-start=\"2347\" data-end=\"2423\">Ask yourself: <em data-start=\"2361\" data-end=\"2421\">Where in my week can I create space for just one of these?</em></p>\r\n</li>\r\n</ul><div><i><br></i></div><div><i>OR</i></div><div><i><br></i></div><div><ul><li>Ask yourself <i>\"What are three things in my environment that are distracting, annoying, or are holding me back from getting what/where I want to?\"</i></li><li>Take 5 minutes and take care of them.</li><li>Never think about them ever again. ????</li></ul></div>\r\n<p data-start=\"2425\" data-end=\"2515\"><br></p><p data-start=\"2425\" data-end=\"2515\"><b>This isn’t about adding more to your plate — it’s about aligning with what matters most.</b></p>\r\n<p data-start=\"2517\" data-end=\"2577\"><br></p><p data-start=\"2517\" data-end=\"2577\">When you live on purpose, stress naturally loses its grip, and energy takes its place.</p><p data-start=\"2517\" data-end=\"2577\"><br></p>\r\n<p data-start=\"2579\" data-end=\"2611\">To your clarity,<br data-start=\"2595\" data-end=\"2598\"><br></p><p data-start=\"2579\" data-end=\"2611\">\r\nJohn</p>', '2025-09-18 01:37:19', '2025-09-18 01:37:19'),
(5, 'Email 4 — What Most Readers Miss When They Put the Book Down', 'What Most Readers Miss When They Put the Book Down', '<p data-start=\"2761\" data-end=\"2791\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p data-start=\"2761\" data-end=\"2791\"><br></p>\r\n<p data-start=\"2793\" data-end=\"2919\"><b>Here’s something I’ve noticed: many people love the insights they read… but they never get around to actually <em data-start=\"2903\" data-end=\"2916\">living them</em>.</b></p><p data-start=\"2793\" data-end=\"2919\"><br></p>\r\n<p data-start=\"2921\" data-end=\"3154\">That’s why I created my online trainings and retreats. They’re designed to help you:<br data-start=\"3005\" data-end=\"3008\"><ul><li>Turn ideas into lasting habits</li><li>Stay accountable with gentle guidance</li><li>Reconnect with your authentic self in a safe, supportive space</li><li>Give you time and space to focus on working on you</li></ul></p><p data-start=\"3156\" data-end=\"3286\"><br></p><p data-start=\"3156\" data-end=\"3286\">You’ve already taken the first step by reading the book. The next step is making sure the lessons stay alive in your daily life.</p><p data-start=\"3156\" data-end=\"3286\"><br></p>\r\n<p data-start=\"3288\" data-end=\"3411\">I’ll share more details soon — but for now, just know that there’s a whole community ready to walk this journey with you.</p><p data-start=\"3288\" data-end=\"3411\"><br></p>\r\n<p data-start=\"3413\" data-end=\"3444\">With gratitude,</p><p data-start=\"3413\" data-end=\"3444\"><br></p><p data-start=\"3413\" data-end=\"3444\">John</p>', '2025-09-18 01:50:18', '2025-09-18 02:21:33'),
(6, 'Email 5 — Your Personal Next Step Beyond the Book', 'Your Personal Next Step Beyond the Book', '<p data-start=\"3572\" data-end=\"3602\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p data-start=\"3572\" data-end=\"3602\"><br></p>\r\n<p data-start=\"3604\" data-end=\"3740\">Imagine this: a few weeks from now, you’ve moved beyond simply <em data-start=\"3667\" data-end=\"3682\">understanding</em> how to live your purpose — <b>you’re actually living differently.</b></p><p data-start=\"3604\" data-end=\"3740\"><br></p>\r\n<ul data-start=\"3742\" data-end=\"3863\">\r\n<li data-start=\"3742\" data-end=\"3772\">\r\n<p data-start=\"3744\" data-end=\"3772\">Your days feel calmer and more energised.</p>\r\n</li>\r\n<li data-start=\"3773\" data-end=\"3816\">\r\n<p data-start=\"3775\" data-end=\"3816\">You navigate challenges with more ease.</p>\r\n</li>\r\n<li data-start=\"3817\" data-end=\"3863\">\r\n<p data-start=\"3819\" data-end=\"3863\">You feel aligned with what really matters.</p>\r\n</li>\r\n</ul><div><br></div>\r\n<p data-start=\"3865\" data-end=\"4031\">This is what we focus on in my upcoming <b>Living On Purpose - Revisit</b>, a live online program where we go deeper into the tools from <em data-start=\"3987\" data-end=\"4001\">Living On Purpose</em> and practice them together.</p><p data-start=\"3865\" data-end=\"4031\"><br></p>\r\n<p data-start=\"4033\" data-end=\"4140\">? <b>You don’t need more information. You need transformation.</b> And that’s what the training is designed for.</p><p data-start=\"4033\" data-end=\"4140\"><br></p><p data-start=\"4033\" data-end=\"4140\">Because you bought the book <b>you, and anyone you refer, will get a discount code that takes 80% off the ticket price</b>. That drops it from the standard price of $100 down to <b>just $20</b>. I seriously wanted to make this a no-brainer for people to attend.</p><p data-start=\"4033\" data-end=\"4140\"><br></p>\r\n<p data-start=\"4142\" data-end=\"4215\">I’ll be opening registration shortly, and I’d love for you to be there.</p>\r\n<p data-start=\"4217\" data-end=\"4245\">With warmth,</p><p data-start=\"4217\" data-end=\"4245\"><br></p><p data-start=\"4217\" data-end=\"4245\">John</p>', '2025-09-18 02:06:00', '2025-09-18 02:06:00'),
(7, 'Email 6 — An Invitation to Go Deeper: Join Our Next In-Person Training', 'An Invitation to Go Deeper: Join Our Next In-Person Training', '<p data-start=\"4409\" data-end=\"4439\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p data-start=\"4409\" data-end=\"4439\"><br></p>\r\n<p data-start=\"4441\" data-end=\"4632\">I’d like to personally invite you to join our next <b>Authentic Self Re-Discovery Workshop</b>&nbsp;- a live, interactive online experience that takes the principles from <em data-start=\"4583\" data-end=\"4597\">Living On Purpose, </em><span data-start=\"4583\" data-end=\"4597\">along with my</span><em data-start=\"4583\" data-end=\"4597\"> Authentic Self processes</em>&nbsp;and helps you fully embody them.</p>\r\n<p data-start=\"4634\" data-end=\"4852\">Here’s what you’ll gain:<br data-start=\"4734\" data-end=\"4737\"><ul><li>Guidance to reconnect with your authentic self</li><li>Practical tools for maintaining connection with your authentic self</li><li>Active in-depth personal work on each part of the Davinci Model</li><li>A safe space to ask questions, share, and grow with others</li></ul></p><p data-start=\"4634\" data-end=\"4852\"><br></p><p data-start=\"4634\" data-end=\"4852\">Places are, quite literally, limited as this is a live and in-person training, so respond as quickly as you can to reserve your seat.</p><p data-start=\"4634\" data-end=\"4852\"><br></p>\r\n<p data-start=\"4854\" data-end=\"4955\">Dates: [insert dates]<br data-start=\"4878\" data-end=\"4881\">Time: [insert time]<br data-start=\"4902\" data-end=\"4905\"><br></p><p data-start=\"4854\" data-end=\"4955\">Reserve your place here: [registration link]</p>\r\n<p data-start=\"4957\" data-end=\"5040\"><br></p><p data-start=\"4957\" data-end=\"5040\">If the book opened your eyes, this training will open the door to lasting, powerful, and pervasive change.</p><p data-start=\"4957\" data-end=\"5040\"><br></p>\r\n<p data-start=\"5042\" data-end=\"5070\">I’d love to see you there.</p>\r\n<p data-start=\"5072\" data-end=\"5101\"><br></p><p data-start=\"5072\" data-end=\"5101\">Warm regards,</p><p data-start=\"5072\" data-end=\"5101\"><br></p><p data-start=\"5072\" data-end=\"5101\">John</p>', '2025-09-18 02:19:48', '2025-09-18 02:20:50'),
(8, 'Beta Workshop Registration Welcome Letter (#1)', 'You\'re In! Welcome to The Authentic Self Reset (Nov 1st)', '<p class=\"MsoNormal\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\">Great to have you on board! I\'m genuinely looking forward to\r\nworking with you on November 1st and exploring this material together.<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\"><b>Quick Details to Note:</b><o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>When &amp; Where:</b> Saturday, November 1st - please\r\narrive a few minutes before 9am so we can start promptly</p><p class=\"MsoNormal\">[Full Address]</p><p class=\"MsoNormal\">[Parking/Access Instructions if relevant]<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\"><b>What to Bring:</b> Whatever helps you feel comfortable\r\nand focused for the day. This might include:<o:p></o:p></p>\r\n\r\n<ul style=\"margin-top:0cm\" type=\"disc\">\r\n <li class=\"MsoNormal\">A\r\n     water bottle<o:p></o:p></li>\r\n <li class=\"MsoNormal\">Snacks\r\n     if you have specific preferences<o:p></o:p></li>\r\n <li class=\"MsoNormal\">A\r\n     notebook if you like taking notes by hand<o:p></o:p></li>\r\n <li class=\"MsoNormal\">An\r\n     open mind and willingness to engage<o:p></o:p></li><li class=\"MsoNormal\"><br></li>\r\n</ul>\r\n\r\n<p class=\"MsoNormal\"><b>What You\'ll Receive:</b> You\'ll get a beta version\r\nworkbook on the day - this is the first iteration, so your feedback on the\r\nmaterials will be especially valuable.<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\"><b>Between Now and Then:</b> I\'ll send you reminder emails\r\nas we get closer to the date, including any final details you might need.<o:p></o:p></p>\r\n\r\n<p class=\"MsoNormal\"><b>If anything comes up and you can\'t make it, please let me\r\nknow as soon as possible</b> so I can offer your spot to someone on our waiting list.<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\">Looking forward to meeting you (or seeing you again) on the\r\n1st!<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\">John Byrne<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<span style=\"font-size:12.0pt;line-height:115%;font-family:&quot;Aptos&quot;,sans-serif;\r\nmso-ascii-theme-font:minor-latin;mso-fareast-font-family:Aptos;mso-fareast-theme-font:\r\nminor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-AU;mso-fareast-language:\r\nEN-US;mso-bidi-language:AR-SA\">P.S. If you have any questions before the\r\nworkshop, feel free to reach out anytime.</span>', '2025-10-02 19:23:52', '2025-10-02 19:37:42'),
(9, 'Waitlist Confirmation (#1)', 'Waitlist Confirmation - The Authentic Self Reset (Nov 1st)', '<p class=\"MsoNormal\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,<o:p></o:p></p><p class=\"MsoNormal\"><br></p>\r\n\r\n<p class=\"MsoNormal\">Thank you for your interest in The Authentic Self Reset\r\nworkshop on November 1st.</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>All 10 spots have been filled, but I\'ve added you to\r\nthe waitlist.</b> If someone needs to cancel, I\'ll reach out to waitlist\r\nparticipants in the order I received their responses.<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>What happens next:</b><o:p></o:p></p><p class=\"MsoNormal\">If a spot opens up, I\'ll contact you as soon as possible to\r\nconfirm whether you\'re still available. Given the proximity to the event date,\r\nI\'ll need a quick response to secure your place.<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>Beyond this workshop:</b><o:p></o:p></p><p class=\"MsoNormal\">While this specific beta workshop won\'t be repeated, the\r\nfeedback I gather will inform a three-day intensive retreat launching in\r\n<b>[timeframe]</b>. If you\'d like to be notified when that becomes available, just let\r\nme know and I\'ll add you to the list.<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">I appreciate your understanding, and I hope we get the\r\nchance to work together either on November 1st if a spot opens, or in the\r\nfuture retreat experience.<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">Best regards,<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">John Byrne<o:p></o:p></p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">P.S. I\'ll be in touch either way - if a spot becomes\r\navailable, or after November 1st to let you know about upcoming opportunities.<o:p></o:p></p>', '2025-10-02 19:27:15', '2025-10-02 19:27:15'),
(10, 'Reminder Email 1: Two Weeks Before', 'Two Weeks Out - The Authentic Self Reset (Nov 1st)', '<p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Just a quick note to let you know that The Authentic Self Reset workshop is coming up in two weeks - Saturday, November 1st from 9am to 4pm.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">I\'m finalizing preparations and looking forward to working with you and the group. The material is coming together really well, and I\'m excited to get your feedback on it.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Mark your calendar:</span>&nbsp;Saturday, November 1st, 9am-4pm&nbsp;</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">[Full Address]</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">If anything has changed and you\'re no longer able to attend, please let me know as soon as possible so I can offer your spot to someone on the waitlist.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">See you in two weeks!</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">John Byrne</p>', '2025-10-02 19:32:42', '2025-10-02 19:32:42');
INSERT INTO `email_templates` (`id`, `name`, `subject`, `html_content`, `created_at`, `updated_at`) VALUES
(11, 'Reminder Email 2: One Week Before', 'One Week Away - The Authentic Self Reset (Nov 1st)', '<p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">We\'re one week out from The Authentic Self Reset workshop, and I wanted to touch base with a few practical details.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Workshop Details:</span>&nbsp;Date: Saturday, November 1st Time: 9am-4pm (please arrive a few minutes early)&nbsp;</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Location: [Full Address] [Parking/Public Transport Information]</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">What\'s Provided:</span></p><ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); list-style-position: initial; list-style-image: initial; padding-left: 1.75rem; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word;\">Beta version workbook</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\">All materials needed for the exercises</li></ul><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">What to Bring:</span></p><ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); list-style-position: initial; list-style-image: initial; padding-left: 1.75rem; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word;\">Whatever helps you feel comfortable (water bottle, notebook, etc.)</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\">An open mind and willingness to engage with the material</li></ul><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Important:</span>&nbsp;If something comes up and you can\'t make it, please let me know ASAP. With only 10 spots, every participant matters to the group dynamic.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Looking forward to seeing you on Saturday!</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">John</p>', '2025-10-02 19:34:09', '2025-10-02 19:34:09');
INSERT INTO `email_templates` (`id`, `name`, `subject`, `html_content`, `created_at`, `updated_at`) VALUES
(12, 'Reminder Email 3: Two Days Before', 'This Saturday - Final Details for The Authentic Self Reset', '<p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">The workshop is this Saturday (November 1st), and I wanted to send you the final details so you\'re all set.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Quick Recap:</span></p><ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); list-style-position: initial; list-style-image: initial; padding-left: 1.75rem; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">When:</span>&nbsp;Saturday, November 1st - arrive by 8:50am&nbsp;for a 9am start</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Where:</span>&nbsp;[Full Address]</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Parking:</span>&nbsp;[Specific parking instructions]</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Duration:</span>&nbsp;9am-4pm (with breaks for lunch and refreshments)</li></ul><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">What to Expect:</span>&nbsp;We\'ll move through theory and practical exercises throughout the day. The pace will be engaging but relaxed - this is about exploration, not performance.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\"><br></span></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Last Minute Changes?</span>&nbsp;If an emergency comes up and you absolutely cannot attend, please contact me immediately at [Phone Number]. With such a small group, a last-minute absence significantly impacts the workshop experience for everyone.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">I\'m really looking forward to Saturday and to working through this material with you.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">See you in two days!</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">John</p>', '2025-10-02 19:35:51', '2025-10-02 19:35:51');
INSERT INTO `email_templates` (`id`, `name`, `subject`, `html_content`, `created_at`, `updated_at`) VALUES
(13, 'Reminder Email 4: Day Before', 'Tomorrow Morning - The Authentic Self Reset', '<p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\">Hi <span style=\"background-color: rgb(227, 242, 253); padding: 2px 4px; border-radius: 3px;\">{{firstName}}</span>,</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p><div style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><div class=\"grid-cols-1 grid gap-2.5 [&amp;_&gt;_*]:min-w-0 !gap-3.5\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); display: grid; grid-template-columns: repeat(1, minmax(0px, 1fr)); gap: 0.625rem;\"><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">This is it - tomorrow morning we kick off at 9am!</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Tomorrow\'s Details:</span>&nbsp;</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">Location: [Full Address]&nbsp;</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">Time: Arrive by 8:50am&nbsp;for a 9am start. We\'ll wrap up by 4pm</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">Parking [Parking instructions]&nbsp;</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">Bring:</span></p><ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); list-style-position: initial; list-style-image: initial; padding-left: 1.75rem; min-width: 0px;\"><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word;\">Yourself, ready to engage</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\">Water bottle</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\">Any comfort items you need for a full day</li></ul><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\"><span style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); font-weight: bolder;\">What\'s Waiting for You:</span></p><ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); list-style-position: initial; list-style-image: initial; padding-left: 1.75rem; min-width: 0px;\"><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word;\">Your beta workbook</li><li class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; --tw-space-y-reverse: 0; margin-top: 6px;\">A small, committed group ready to explore this work together</li></ul><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">If there\'s an emergency and you can\'t make it, please text or call me at [Phone Number] as soon as possible.</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">Really excited to see you tomorrow morning!</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">John</p><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px;\">P.S. Get a good night\'s sleep - we have an engaging day ahead!</p><div><br></div></div></div><p class=\"whitespace-normal break-words\" style=\"border: 0px solid rgb(31, 30, 29); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: hsl(210 70.9% 51.6%/1); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; outline-color: rgb(44, 132, 219); scrollbar-width: thin; scrollbar-color: rgba(31, 30, 29, 0.35) rgba(0, 0, 0, 0); overflow-wrap: break-word; min-width: 0px; color: rgb(20, 20, 19); font-family: anthropicSerif, &quot;anthropicSerif Fallback&quot;, Georgia, &quot;Times New Roman&quot;, Times, serif;\"><br></p>', '2025-10-02 19:37:19', '2025-10-02 19:39:30');

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

--
-- Table structure for table `smtp_settings`
--

CREATE TABLE `smtp_settings` (
  `id` int(11) NOT NULL,
  `smtp_host` varchar(100) NOT NULL,
  `smtp_port` int(11) NOT NULL,
  `smtp_username` varchar(100) NOT NULL,
  `smtp_password` varchar(255) NOT NULL,
  `from_email` varchar(100) NOT NULL,
  `from_name` varchar(100) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `smtp_settings`
--

INSERT INTO `smtp_settings` (`id`, `smtp_host`, `smtp_port`, `smtp_username`, `smtp_password`, `from_email`, `from_name`, `created_at`, `updated_at`) VALUES
(1, 'storefront.john-byrne.info', 587, 'sales@storefront.john-byrne.info', 'Iaacogasmnagr8', 'sales@storefront.john-byrne.info', 'John Byrne', '2025-09-16 22:22:13', '2025-09-17 02:11:51');

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

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `username` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `password` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `username`, `email`, `password`, `created_at`) VALUES
(1, 'johnbyrne', 'john@john-byrne.info', '$2y$10$2uXpjaAUIwXav1hncFaKYemmIZ9Lq5ZrwjTSVHLYE7r0.3wV.V8My', '2025-09-16 22:16:35');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`);

--
-- Indexes for table `customer_custom_fields`
--
ALTER TABLE `customer_custom_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `field_id` (`field_id`);

--
-- Indexes for table `customer_sequence_progress`
--
ALTER TABLE `customer_sequence_progress`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `sequence_id` (`sequence_id`);

--
-- Indexes for table `custom_fields`
--
ALTER TABLE `custom_fields`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `email_history`
--
ALTER TABLE `email_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `template_id` (`template_id`),
  ADD KEY `sequence_id` (`sequence_id`);

--
-- Indexes for table `email_sequences`
--
ALTER TABLE `email_sequences`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `email_sequence_steps`
--
ALTER TABLE `email_sequence_steps`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sequence_id` (`sequence_id`),
  ADD KEY `template_id` (`template_id`);

--
-- Indexes for table `email_templates`
--
ALTER TABLE `email_templates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `smtp_settings`
--
ALTER TABLE `smtp_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `username` (`username`),
  ADD UNIQUE KEY `email` (`email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `customer_custom_fields`
--
ALTER TABLE `customer_custom_fields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_sequence_progress`
--
ALTER TABLE `customer_sequence_progress`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `custom_fields`
--
ALTER TABLE `custom_fields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `email_history`
--
ALTER TABLE `email_history`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `email_sequences`
--
ALTER TABLE `email_sequences`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `email_sequence_steps`
--
ALTER TABLE `email_sequence_steps`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `email_templates`
--
ALTER TABLE `email_templates`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `smtp_settings`
--
ALTER TABLE `smtp_settings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!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 */;
