403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/asap_sites/3-day-summit.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/asap_sites/3-day-summit.com/index_old.php
<?php
	session_start();
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/db_config_lc_user.php');
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/mailgun.php');
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/simple_html_dom.php');
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/ua.php');
	$db = connect_lc2user_new('asap_leads');
	
	function pretty_phone($str) {
		if(empty($str)) {
			return '';
		}
		$str = preg_replace('/[^0-9]/','',$str);
		$str = substr($str,-10);
		return '('.substr($str,0,3).') '.substr($str,3,3).'-'.substr($str,6);
	}
	
	if(!empty($_POST['click'])) {
		$res = $db->get_results("SELECT * FROM 3_day_summits WHERE start_date >= CURDATE() ORDER BY start_date ASC LIMIT 1");
		$date = date('M j',strtotime($res[0]->start_date)).'-'.date('j, Y',strtotime($res[0]->end_date));
		$db->query("INSERT INTO asap_leads.3_day_summit_registrations
					(
						event_id
						,ip_address
						,first_name
						,last_name
						,email
						,phone
						,ts
					) VALUES (
						'".$db->clean($_POST['eid'])."'
						,'".$db->clean($_SERVER['REMOTE_ADDR'])."'
						,'".$db->clean($_POST['first_name'])."'
						,'".$db->clean($_POST['last_name'])."'
						,'".$db->clean($_POST['email'])."'
						,'".$db->clean(substr(preg_replace('/[^0-9]/','',$_POST['phone']),-10))."'
						,NOW()
					)");
		$body = "<p>{$_POST['first_name']} just registered for the 3 day summit on {$date} at {$res[0]->city}, {$res[0]->state}.</p>
				<p>
					{$_POST['first_name']} {$_POST['last_name']}<br />
					{$_POST['email']}<br />
					".pretty_phone($_POST['phone'])."<br />
				</p>";
		mailgun_send_message('hans@assetspeaker.com','NoReply@americansocietyforassetprotection.com','ASAP 3 Day Registration',$body,1,$tag='3 day summit registration hans',$cc='cameront@assetspeaker.com,kendalb@protectwealth.com,donp@protectwealth.com','','',0,array());
		//mailgun_send_message('jeremy@usbusinessfundingsolutions.com','NoReply@americansocietyforassetprotection.com','ASAP 3 Day Registration',$body,1,$tag='3 day summit registration hans',$cc='','','',0,array());
		die();
	}
	
	$db->query("INSERT INTO asap_leads.3_day_summit_registrations_impressions
					(
						ip_address
						,ts
					) VALUES (
						'".$db->clean($_SERVER['REMOTE_ADDR'])."'
						,NOW()
					)");
	
	$res = $db->get_results("SELECT * FROM 3_day_summits WHERE start_date >= CURDATE() ORDER BY start_date ASC LIMIT 1");
	if(empty($res)) {
		$res = $db->get_results("SELECT * FROM 3_day_summits WHERE 1 ORDER BY start_date DESC LIMIT 1");		
	}
	$res[0]->picture_url_medium = substr($res[0]->picture_url,0,strrpos($res[0]->picture_url,'.')).'_medium'.substr($res[0]->picture_url,strrpos($res[0]->picture_url,'.'));
	$res[0]->picture_url_small = substr($res[0]->picture_url,0,strrpos($res[0]->picture_url,'.')).'_small'.substr($res[0]->picture_url,strrpos($res[0]->picture_url,'.'));
	$client_res = $db->get_results("SELECT * FROM client_info WHERE id='".$db->clean($_GET['cid'])."'");
	$association_name = '';
	if(!empty($client_res)) {
		$association_name = $client_res[0]->association;
	}
?>
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
		<meta charset="UTF-8"/>
				
			<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 "/>

	<title><?= $res[0]->city;?> &#8211; Protect Wealth Academy</title>
<style type="text/css">.tve_more_tag {visibility: hidden; height: 1px!important;}</style><link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Protect Wealth Academy &raquo; Feed" href="https://protectwealth.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Protect Wealth Academy &raquo; Comments Feed" href="https://protectwealth.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/protectwealth.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.3.2"}};
			!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<script type="text/javascript" src="/js/jquery/jquery-2.1.1.min.js"></script>
		<script type="text/javascript">
			function track_form_submit(frm) {
				var querystring = 'click=1';
				$(frm).find('input').each(function() {
					querystring += '&' + encodeURIComponent(this.name) + '=' + encodeURIComponent($(this).val());
				});
				$.ajax({
					url:"index.php",
					cache: false,
					type: "POST",
					data: querystring,
					success: function(results) {
						$('#after_form_submit').show();
					}
				});
			}
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='tve_landing_page_base_css-css'  href='static_stuff/base.css?ver=2.1.11' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='static_stuff/style.min.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='tve_style_family_tve_flt-css'  href='static_stuff/thrive_flat.css?ver=2.1.11' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-icons-css'  href='static_stuff/font-awesome.min.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='full-calendar-style-css'  href='static_stuff/fullcalendar.min.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='custom-style-css'  href='static_stuff/style.css?ver=13.7' type='text/css' media='all' />
<style id='custom-style-inline-css' type='text/css'>

    .tooltip-gtw {
	background-color: ;
	color: ;
    border-color: ;
    }
    .webinar-registration input[type="submit"] {
    background-color: ;
	color: ;
    border-color: ;
    }
    .webinar-registration .fa-spinner {
    color: ;
    }
    .upcoming-webinars fa, .upcoming-webinars a, .upcoming-webinars-widget fa, .upcoming-webinars-widget a, .webinar-registration a {
    color: ;
    } 
    
</style>
<link rel='stylesheet' id='institution-font-css'  href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CKarla%3A400%2C700&#038;ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='institution-basic-style-css'  href='static_stuff/style.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='institution-editor-style-css'  href='static_stuff/editor-style.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='institution-responsive-style-css'  href='static_stuff/theme-responsive.css?ver=5.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='nivo-style-css'  href='static_stuff/nivo-slider.css?ver=5.3.2' type='text/css' media='all' />
<script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript'>
/* <![CDATA[ */
var THO_Head = {"variations":{"483":{"variations":{"38":"Why Single Member LLCs Don&#8217;t Work in 45 States","39":"Will a SMLLC work for me?","40":"Single Member LLC's may not work in your state","41":"Single Members LLC's don't work everywhere","42":"Caution: Single Member LLC's don't always work","43":"Why not to use a Single Member LLC"},"test_id":"8","winners":[]},"609":{"variations":{"34":"Simple Steps to Setting Up An LLC","35":"How to set up an LLC","36":"Steps for setting up an LLC","37":"How to start an LLC"},"test_id":"7","winners":[]},"612":{"variations":{"29":"Choosing Your Business Structure: S vs C Corporations","30":"S vs. C Corporations","31":"S vs. C Corp","32":"Whats best for my business? S or C Corp?","33":"Difference between S and C corp"},"test_id":"6","winners":[]},"615":{"variations":{"24":"FAQs About S Corporations","25":"Why You Should Consider an S Corporation","26":"Do You Need an S Corporation?","27":"What is an S Corporation?","28":"Do I need an S Corporation?"},"test_id":"5","winners":[]},"730":{"variations":{"18":"C Corporations: From Basic Fundamentals to Hard Facts","19":"Why Use a C Corporation?","20":"Do I need a C Corporation?","22":"Benefits of using a C Corporation"},"test_id":"4","winners":[]},"480":{"variations":{"9":"Caution: Lack of Knowledge About LLCs May Be Harmful to Your Financial Wellbeing","10":"Why you need to understand LLC's","11":"Reasons why you need an LLC","12":"Misunderstanding an LLC can hurt you","13":"Misuse of an LLC can hurt your business","14":"Using an LLC the wrong way can hurt your business","15":"Don't let your misunderstanding of LLC's hurt your business"},"test_id":"2","winners":[]},"618":{"variations":{"1":"7 Reasons a Startup Should Not Be an LLC","2":"Should you be using an LLC for your business?","3":"Why use an LLC?","4":"Does your small business neeed an LLC?","6":"Small business LLC's","7":"Why not to use an LLC","8":"Will an LLC protect me?"},"test_id":"1","winners":[]}},"post_id":"3793","element_tag":"thrive_headline","woo_tag":"tho_woo"};
/* ]]> */
</script>
<style type="text/css" id="tve_global_variables">:root{--tcb-color-0:rgb(245, 30, 16);}</style><!-- Running WishList Member v2.93.4800 -->
<style type='text/css'>
/* The Main Widget Enclosure */
.WishListMember_Widget{ }


/* The Main Login Merge Code Enclosure */
.WishListMember_LoginMergeCode{ }
</style><!-- Analytics by WP-Statistics v12.6.7 - https://wp-statistics.com/ -->
        
		
<link rel="icon" href="static_stuff/cropped-PW-logo-sq-BlackBG-RGB-9in-12-22-32x32.jpg" sizes="32x32" />
<link rel="icon" href="static_stuff/cropped-PW-logo-sq-BlackBG-RGB-9in-12-22-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="static_stuff/cropped-PW-logo-sq-BlackBG-RGB-9in-12-22-180x180.jpg" />
<meta name="msapplication-TileImage" content="static_stuff/cropped-PW-logo-sq-BlackBG-RGB-9in-12-22-270x270.jpg" />
<style type="text/css" class="tve_global_style"></style>			<style type="text/css"
				   class="tve_custom_style">@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600,300,800&subset=latin");@import url("//fonts.googleapis.com/css?family=Ek+Mukta:400,600,300,200,500&subset=latin");@media (min-width: 300px){[data-css="tve-u-161d97e4686"] { background-image: none !important; }[data-css="tve-u-160bd8f1f43"] { margin-top: 10px !important; margin-bottom: 10px !important; }[data-css="tve-u-160b8c91b69"] { width: 1170px; }[data-css="tve-u-160b8bb68e4"] { width: 370px; margin-left: auto !important; margin-right: auto !important; }[data-css="tve-u-16053b59e9b"] { color: rgb(242, 6, 6) !important; }#tve_editor [data-css="tve-u-16053ac5813"] { background-color: inherit !important; }[data-css="tve-u-15dec3b97b1"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-16053a57f10"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-16053a53ddb"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-16053a53dd7"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-1605390b05c"] { padding-top: 38px !important; }[data-css="tve-u-160538cf28c"] { padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-160538bccbd"] { max-width: 550px; margin-top: 1px !important; margin-bottom: -1px !important; }[data-css="tve-u-1605388c830"] { text-align: left; }[data-css="tve-u-1605385e7c1"] { float: none; width: 549px; margin-left: auto !important; margin-right: auto !important; margin-top: -10px !important; }[data-css="tve-u-160537ffa6f"] { padding-top: 10px !important; padding-bottom: 10px !important; box-shadow: none !important; background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)) !important; background-size: auto !important; background-attachment: scroll !important; margin-top: -12px !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; }[data-css="tve-u-1605378b0c1"] { font-size: 28px !important; }[data-css="tve-u-1605378b0a4"] { font-size: 28px !important; }[data-css="tve-u-1605378b089"] { font-size: 28px !important; }[data-css="tve-u-16053766612"] { font-size: 50px !important; }#tve_editor [data-css="tve-u-16053713d08"] { font-size: 29px !important; line-height:31px !important; }[data-css="tve-u-160535f54a1"] { max-width: none; padding-right: 0px !important; margin-right: 1px !important; padding-top: 15px !important; padding-left: 31px !important; }[data-css="tve-u-16053553041"]::after { clear: both; }[data-css="tve-u-1605355e7f7"] { max-width: 1100px; top: auto; right: auto; bottom: auto; left: auto; margin-top: 0px !important; }[data-css="tve-u-1605355a10d"] > .tcb-flex-col > .tcb-col { min-height: 1px; }[data-css="tve-u-1605355a10d"] { margin-left: 0px; min-height: inherit; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css="tve-u-1605355a10d"] > .tcb-flex-col { padding-left: 0px; }[data-css="tve-u-16053553041"] { padding-right: 1px !important; }[data-css="tve-u-16053523d8c"] { min-height: 34px; }[data-css="tve-u-1600de008ee"] { padding-bottom: 15px !important; }[data-css="tve-u-15dec3dddcd"] { margin-bottom: 0px !important; }[data-css="tve-u-1600ddedb36"] { font-size: 28px !important; }[data-css="tve-u-1600ddedad9"] { font-size: 28px !important; }[data-css="tve-u-1600dde36dc"] { line-height: 1.8em !important; }[data-css="tve-u-1600dde36da"] { line-height: 1.8em !important; }[data-css="tve-u-1600dde36d8"] { line-height: 1.8em !important; }[data-css="tve-u-1600dde36d7"] { line-height: 2em !important; }[data-css="tve-u-1600dde36d6"] { line-height: 1.8em !important; }[data-css="tve-u-1600dddf075"] { line-height: 1.45em !important; }[data-css="tve-u-1600dde1577"] { color: rgb(239, 24, 24) !important; }#tve_editor [data-css="tve-u-1600dddf075"] { font-size: 34px !important; }[data-css="tve-u-15dec3b4166"] { text-align: right; }[data-css="tve-u-15dec3ab627"] { flex-direction: row-reverse; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-15dec358b76"] { margin-top: 10px !important; }[data-css="tve-u-15dec33062f"] { max-width: 55%; }[data-css="tve-u-15dec33061d"] { max-width: 45%; }[data-css="tve-u-15dec32ec4d"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css="tve-u-15dec311c67"] p, #tve_editor [data-css="tve-u-15dec311c67"] li, #tve_editor [data-css="tve-u-15dec311c67"] blockquote, #tve_editor [data-css="tve-u-15dec311c67"] address { color: rgb(255, 255, 255); }[data-css="tve-u-15dec312d23"] { background-color: rgb(62, 62, 62) !important; }[data-css="tve-u-15dec311c67"] { max-width: 1140px; }[data-css="tve-u-15dec310ce6"] { padding: 20px !important; }[data-css="tve-u-15dec303fb6"] { margin-top: 10px !important; }[data-css="tve-u-15dec300841"] { line-height: 1.35em !important; }#tve_editor [data-css="tve-u-15dec300841"] { font-size: 22px !important; }[data-css="tve-u-15dec2f80f0"] { max-width: 80%; }[data-css="tve-u-15dec2f80dc"] { max-width: 20%; }[data-css="tve-u-15dec2f3edf"] { line-height: 54px !important; }#tve_editor [data-css="tve-u-15dec2f3edf"] { font-size: 52px !important; }[data-css="tve-u-15dec2e40c0"] { padding-top: 16px !important; padding-bottom: 0px !important; }[data-css="tve-u-15dec28737c"] { max-width: 1140px; padding: 20px !important; margin-left: 0px !important; margin-right: 0px !important; margin-bottom: -25px !important; }[data-css="tve-u-15dec276b6d"] { clip-path: url("#clip-bottom-f438b71825662"); -webkit-clip-path: url("#clip-bottom-f438b71825662");  box-shadow: none; background-image: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)) !important; background-size: auto !important; background-attachment: scroll !important; background-position: 0px 0px !important; background-repeat: no-repeat !important; }[data-css="tve-u-15dea1b0112"] strong { font-weight: 600; }#tve_editor [data-css="tve-u-15dea1b0112"] { font-family: "Ek Mukta"; font-weight: 400; text-shadow: rgba(0, 0, 0, 0.098) 1px 1px 1px; }[data-css="tve-u-15dea17b951"] { box-shadow: none; margin-bottom: 20px !important; margin-top: -10px !important; }#tve_editor [data-css="tve-u-15dea153329"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px; color: rgb(255, 255, 255) !important; }#tve_editor [data-css="tve-u-15dea13cb43"] p, #tve_editor [data-css="tve-u-15dea13cb43"] li, #tve_editor [data-css="tve-u-15dea13cb43"] blockquote, #tve_editor [data-css="tve-u-15dea13cb43"] address { color: rgb(255, 255, 255); }[data-css="tve-u-15dea140ea6"] { clip-path: url("#clip-bottom-1f0d0b2f7d7a5"); -webkit-clip-path: url("#clip-bottom-1f0d0b2f7d7a5");  background-color: rgb(14, 14, 14) !important; background-image: url("<?= $res[0]->picture_url;?>") !important; background-size: cover !important; background-attachment: scroll !important; background-position: 0px 0px !important; background-repeat: no-repeat !important; }[data-css="tve-u-15dea13df9b"] { border: 1px solid rgb(0, 0, 0); padding: 20px 0px 30px !important; margin-bottom: 20px !important; margin-top: 2px !important; }[data-css="tve-u-15dea13cb43"] { max-width: 1140px; min-height: 40px !important; }#tcb_landing_page p strong, #tcb_landing_page li strong { font-weight: 600; }#tcb_landing_page p, #tcb_landing_page li { font-family: "Ek Mukta"; font-weight: 300; color: rgb(74, 74, 74); font-size: 18px; line-height: 23px; }#tcb_landing_page a:not(.tcb-button-link) { text-decoration: underline; }#tcb_landing_page h3 { font-family: "Ek Mukta"; color: rgb(43, 43, 43); font-size: 20px; line-height: 26px; }#tcb_landing_page h2 { font-family: "Ek Mukta"; color: rgb(51, 51, 51); font-size: 45px; line-height: 55px; }#tcb_landing_page h1 strong { font-weight: 600; }#tcb_landing_page h1 { font-family: "Ek Mukta"; font-weight: 200; font-size: 54px; line-height: 59px; }.tve_post_lp > div > #tve_editor { margin-left: auto; margin-right: auto; max-width: 100%; }[data-css="tve-u-15dec37d528"] { margin-top: 30px !important; }[data-css="tve-u-15dec3ad870"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css="tve-u-1600dd5a8e4"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css="tve-u-1600dd628dc"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }#tve_editor [data-css="tve-u-1605371c9bc"] .tcb-button-link { font-size: 20px; }[data-css="tve-u-1605371c9bc"] strong { font-weight: 600; }[data-css="tve-u-1605371c9bc"] .tcb-button-link { overflow: hidden; border-radius: 8px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; box-shadow: rgba(0, 0, 0, 0.4) -8px 0px 12px; padding-right: 32px !important; padding-left: 32px !important; background-color: rgb(204, 153, 0) !important; }[data-css="tve-u-1605371c9bc"] { display: block; max-width: 275.333px; width: 53%; margin-bottom: 13px !important; }[data-css="tve-u-160539e7eff"] { line-height: 1.35em !important; }#tve_editor [data-css="tve-u-160539e7eff"] { font-size: 22px !important; color: rgb(246, 18, 18) !important; }[data-css="tve-u-16053a53dde"] { flex-direction: row-reverse; padding-top: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-16053a6cc81"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css="tve-u-16053ad2ba4"] { float: none; margin-left: auto; margin-right: auto; width: 256px; margin-top: 0px !important; margin-bottom: 0px !important; }[data-css="tve-u-16053b6b466"] { margin: 0px !important; padding: 0px !important; }[data-css="tve-u-16053b6b43e"] h3 { padding: 0px !important; margin: 0px !important; }[data-css="tve-u-16053b6b43e"] h2 { margin: 0px !important; padding: 0px !important; }[data-css="tve-u-16053b6b43e"] h1 { margin: 0px !important; padding: 0px !important; }[data-css="tve-u-16053b6b43e"] p { margin: 0px !important; padding: 0px !important; }[data-css="tve-u-16053b6b448"] { margin-top: 0px !important; margin-bottom: 0px !important; }[data-css="tve-u-16053b6b44f"] { max-width: 77.8%; }[data-css="tve-u-16053b6b44c"] { max-width: 22.2%; }[data-css="tve-u-16053b6b44d"]::after { clear: both; }[data-css="tve-u-16053b6b450"]::after { clear: both; }[data-css="tve-u-16053b6b45d"] { float: left; z-index: 3; position: relative; width: 100%; }#tve_editor [data-css="tve-u-16053b6b447"] > :first-child { color: rgb(245, 245, 245); }[data-css="tve-u-16053b6b447"] { font-size: 44px; width: 44px; height: 44px; float: left; z-index: 9; position: relative; margin-top: -18px !important; margin-bottom: 0px !important; margin-left: 14px !important; }[data-css="tve-u-16053b6b441"] { background-image: none !important; background-color: rgba(29, 165, 229, 0) !important; }[data-css="tve-u-16053b6b43f"] { margin-bottom: 0px !important; margin-top: 0px !important; }[data-css="tve-u-16053b6b444"] { min-height: 150px; }[data-css="tve-u-16053b6b457"] { min-height: 165px; }#tve_editor [data-css="tve-u-16053b6b45e"] { color: rgb(255, 139, 56) !important; font-size: 22px !important; }[data-css="tve-u-16053b6b440"] { margin-left: -40px; padding: 0px !important; }[data-css="tve-u-16053b6b440"] > .tcb-flex-col { padding-left: 40px; }[data-css="tve-u-16053b6b443"] { clip-path: url("#clip-bottom-8044b848b3ab4"); -webkit-clip-path: url("#clip-bottom-8044b848b3ab4");  border-radius: 10px; overflow: hidden; background-color: rgb(245, 245, 245) !important; }[data-css="tve-u-16053b6b442"] { z-index: 6; max-width: none; padding: 21px 20px 17px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css="tve-u-16053b6b456"] { clip-path: url("#clip-bottom-9109695b84e64"); -webkit-clip-path: url("#clip-bottom-9109695b84e64");  border-radius: 10px; overflow: hidden; background-color: rgb(245, 245, 245) !important; }[data-css="tve-u-16053b6b44e"] { float: none; width: 874px; z-index: 3; position: relative; margin: 0px auto !important; }[data-css="tve-u-16053b6b455"] { padding: 21px 20px 17px !important; margin-bottom: 0px !important; margin-top: 0px !important; }[data-css="tve-u-16053b6b45a"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css="tve-u-16053b6b45a"] { margin-left: 0px; padding: 0px !important; }[data-css="tve-u-16053b6b45a"] > .tcb-flex-col { padding-left: 0px; }[data-css="tve-u-16053b6b45c"] { float: none; width: 861px; z-index: 3; position: relative; margin: 0px auto !important; }#tve_editor [data-css="tve-u-16053b6b454"] { color: rgb(134, 135, 139) !important; font-size: 18px !important; font-family: "Open Sans" !important; }#tve_editor [data-css="tve-u-16053b6b460"] { color: rgb(134, 135, 139) !important; font-size: 18px !important; }[data-css="tve-u-16053b6b451"] { float: left; z-index: 3; position: relative; width: 100%; }[data-css="tve-u-16053b6b45b"]::after { clear: both; }#tve_editor [data-css="tve-u-16053b6b452"] { color: rgb(255, 139, 56) !important; font-size: 22px !important; }[data-css="tve-u-16053b6b44a"] > .tcb-flex-col > .tcb-col { justify-content: center; }[data-css="tve-u-16053b6b44a"] { margin-left: 0px; padding: 0px !important; }[data-css="tve-u-16053b6b44a"] > .tcb-flex-col { padding-left: 0px; }[data-css="tve-u-160bd8eb3c4"] { margin-top: 10px !important; }#tve_editor [data-css="tve-u-160bd8f4561"] .tcb-button-link { font-size: 20px; }[data-css="tve-u-160bd8f4561"] strong { font-weight: 600; }[data-css="tve-u-160bd8f4561"] .tcb-button-link { overflow: hidden; border-radius: 8px; min-height: 54.7619px; font-size: 1.33333em; padding-top: 0px; padding-bottom: 0px; box-shadow: rgba(0, 0, 0, 0.4) -8px 0px 12px; padding-right: 32px !important; padding-left: 32px !important; background-color: rgb(204, 153, 0) !important; }[data-css="tve-u-160bd8f4561"] { display: block; max-width: 275.333px; width: 53%; margin-bottom: 10px !important; margin-top: 10px !important; }[data-css="tve-u-15dea153329"] { line-height: 0.95em !important; }[data-css="tve-u-1656dd4c857"] { width: 800px; margin-top: -20px !important; margin-left: -20px !important; }[data-css="tve-u-1656dd59fac"] { max-width: 59.3%; }[data-css="tve-u-1656dd59ff3"] { max-width: 40.7%; }#tve_editor [data-css="tve-u-1656dd96a39"] { text-shadow: rgba(0, 0, 0, 0.91) 6px 6px 11px; font-size: 40px !important; background-color: inherit !important; }[data-css="tve-u-1656dd96a3f"] { text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px !important; }#tve_editor [data-css="tve-u-1656de220b6"] { text-shadow: rgba(0, 0, 0, 0.73) 2px 2px 17px; font-size: 36px !important; color: rgb(255, 169, 19) !important; }[data-css="tve-u-1656de2bf38"] { padding-bottom: 15px !important; }[data-css="tve-u-1656de2d945"] { margin-bottom: -20px !important; margin-top: -2px !important; }[data-css="tve-u-1656de36f36"] { box-shadow: none !important; background-image: linear-gradient(rgba(1, 1, 1, 0.498), rgba(1, 1, 1, 0.498)) !important; background-size: auto !important; background-attachment: scroll !important; padding-top: 10px !important; padding-bottom: 10px !important; margin-top: -40px !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; }[data-css="tve-u-1656de220b6"] { line-height: 1em !important; }[data-css="tve-u-1656dd96a39"] { line-height: 1em !important; }[data-css="tve-u-16dfaee2e53"] { color: rgb(245, 30, 16)  !important; }}@media (max-width: 1023px){[data-css="tve-u-15dec3c4d03"] { margin-top: 21px !important; }[data-css="tve-u-15dec2f3edf"] { line-height: 1.3em !important; }#tve_editor [data-css="tve-u-15dec2f3edf"] { font-size: 33px !important; }[data-css="tve-u-15dec3bc78e"] { padding-right: 10px !important; }[data-css="tve-u-15dec3b97b1"] { margin-left: -15px; }[data-css="tve-u-15dec3b97b1"] > .tcb-flex-col { padding-left: 15px; }[data-css="tve-u-15dec3b4166"] { text-align: center; }[data-css="tve-u-15dec38421b"] { text-align: center; padding-left: 10px !important; }[data-css="tve-u-15dec37d528"] { margin-top: 10px !important; }[data-css="tve-u-15dec37be85"] { text-align: center; }[data-css="tve-u-15dec32ec4d"] { margin-top: 20px !important; }[data-css="tve-u-15dec2e40c0"] { padding-left: 14px !important; padding-right: 14px !important; }[data-css="tve-u-15dec3ad870"] { margin-top: 20px !important; }[data-css="tve-u-1600dd5a8e4"] { margin-top: 20px !important; }[data-css="tve-u-1600dd628dc"] { margin-top: 20px !important; }[data-css="tve-u-16053a53ddb"] { margin-left: -15px; }[data-css="tve-u-16053a53ddb"] > .tcb-flex-col { padding-left: 15px; }[data-css="tve-u-16053a6cc81"] { margin-top: 20px !important; }[data-css="tve-u-16053ad2ba4"] { margin-top: 20px !important; }[data-css="tve-u-16053b6b45f"] { margin-left: 12px !important; }[data-css="tve-u-16053b6b45d"] { margin-left: 12px !important; }[data-css="tve-u-16053b6b453"] { margin-left: 12px !important; }[data-css="tve-u-16053b6b451"] { margin-right: 0px !important; margin-left: 11px !important; }[data-css="tve-u-16053b6b443"] { clip-path: url("#clip-tablet-bottom-8044b848b3ab4"); -webkit-clip-path: url("#clip-tablet-bottom-8044b848b3ab4");  }}@media (max-width: 767px){[data-css="tve-u-15dec3dddcd"] { text-align: center; }[data-css="tve-u-15dec3d9965"] { line-height: 1.15em !important; }#tve_editor [data-css="tve-u-15dec3d9965"] { font-size: 34px !important; }#tve_editor [data-css="tve-u-15dec3d8a21"] { font-size: 34px !important; }[data-css="tve-u-15dec3ad870"] { width: 160px; }[data-css="tve-u-15dec32ec4d"] { width: 160px; }[data-css="tve-u-15dea13df9b"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css="tve-u-15dec3ab627"] { flex-direction: column-reverse; }[data-css="tve-u-15dea153329"] { line-height: 1.2em !important; }#tve_editor [data-css="tve-u-15dea153329"] { font-size: 40px !important; }[data-css="tve-u-1600dd5a8e4"] { width: 160px; }[data-css="tve-u-1600dd628dc"] { width: 160px; }[data-css="tve-u-16053a53dde"] { flex-direction: column-reverse; }[data-css="tve-u-16053a6cc81"] { width: 160px; }[data-css="tve-u-16053ad2ba4"] { width: 160px; }[data-css="tve-u-16053b6b45a"] { margin-left: -20px; }[data-css="tve-u-16053b6b44a"] { margin-left: -20px; }[data-css="tve-u-16053b6b440"] { margin-left: -20px; }[data-css="tve-u-16053b6b45a"] > .tcb-flex-col { padding-left: 20px; }[data-css="tve-u-16053b6b44a"] > .tcb-flex-col { padding-left: 20px; }[data-css="tve-u-16053b6b440"] > .tcb-flex-col { padding-left: 20px; }[data-css="tve-u-16053b6b45f"] { margin-bottom: 14px !important; }[data-css="tve-u-16053b6b455"] { margin-top: 20px !important; margin-bottom: 0px !important; }[data-css="tve-u-16053b6b43f"] { margin-bottom: 0px !important; }[data-css="tve-u-16053b6b451"] { margin-top: 6px !important; }[data-css="tve-u-16053b6b45d"] { margin-top: 6px !important; }[data-css="tve-u-16053b6b45b"]::after { clear: both; }[data-css="tve-u-16053b6b45c"] { float: left; z-index: 3; position: relative; }}</style><style type="text/css" id="tve_head_custom_css" class="tve_user_custom_style">.thrv_text_element p { margin: 0;}
.thrv_heading h1,h2,h3,h4,h5 {margin: 0;}

#styled-countdown.thrv_countdown_timer .tve_t_part {
    background: #ebebeb;
    border-bottom: 4px solid #d9d9d9;
    margin-right: 10px;
    float: left;
    font-family: 'Ek Mukta', sans-serif;
    color: #333333;
}

#styled-countdown.thrv_countdown_timer .tve_t_part .t-digits {
    height: 125px;
    min-width: 110px;
    padding: 0 80px;
    text-align: center;
}

#styled-countdown.thrv_countdown_timer .tve_t_part .t-digits span {
    font-size: 99px;
    font-weight: 300;
    line-height: 150px;
    width: 55px;
}

#styled-countdown.thrv_countdown_timer .tve_t_part .t-digits .part-1 {
    right: 80px;
}

#styled-countdown.thrv_countdown_timer .tve_t_part .t-digits .part-2 {
    left: 80px;
}

#styled-countdown.thrv_countdown_timer .tve_t_part .t-caption {
    font-weight: 200;
    font-size: 28px;
    padding-bottom: 10px;
    text-align: center;
    height: 46px;
    line-height: 2em;
}

.middle_963 {
	width:963px;
	margin:0px auto !important;
	left: 0px;
}

div.thrv_countdown_timer {
	opacity: 1 !important;
}

#real_form {
	width:500px;
	margin:0px auto;
}

@media (max-width: 500px) {
	.middle_963 {
		width:90%;
	}
	#real_form {
		width:100%;
	}
	#real_form td {
		display:block;
	}
	#real_form input[type=text] {
		width:100%;
		padding:10px;
		border: 1px solid gray;
	}
}




</style>
</head>
<body data-rsssl=1 class="page-template-default page page-id-3793 tve_lp" style="" data-css="tve-u-161d97e4686">

	<div class="awr"></div>
</div>
<div class="tve_wrap_all" id="tcb_landing_page">
	<div class="tve_post_lp tve_lp_tcb2-corp-webinar-registration-page tve_lp_template_wrapper" style="">
				<div id="tve_flt" class="tve_flt"><div id="tve_editor" class="tve_shortcode_editor"><div class="thrv_wrapper thrv-page-section tcb-window-width" style="left: 0px;" data-css="tve-u-15dea13df9b">
<div class="tve-page-section-out" data-css="tve-u-15dea140ea6" data-clip-id="1f0d0b2f7d7a5"><svg width="0" height="0" class="tve-decoration-svg"><defs></defs></svg></div>
<div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-15dea13cb43"><div class="thrv_wrapper thrv-columns" data-css="tve-u-1656de2d945"><div class="tcb-flex-row tcb-resized tcb--cols--2" data-css="tve-u-1656de2bf38"><div class="tcb-flex-col" data-css="tve-u-1656dd59fac" style=""><div class="tcb-col"><div class="thrv_wrapper thrv_heading" style="" data-css="tve-u-15dea17b951" data-tag="h1"><h1 data-css="tve-u-15dea153329" style="text-align: center;"><?= $res[0]->city;?> <?= $res[0]->state;?>&nbsp;<br><span data-css="tve-u-16053766612" style="font-size: 50px;"><strong class="">3-Day Wealth Creation&nbsp;</strong><strong class="">&amp; Asset Protection Summit</strong></span></h1></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-160537ffa6f"><p data-css="tve-u-1656dd96a39" style="text-align: center;"><span data-css="tve-u-1656dd96a3f" style="text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);"><strong><?= date('M j',strtotime($res[0]->start_date)).'-'.date('j, Y',strtotime($res[0]->end_date));?></strong></span></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-1656dd59ff3" style=""><div class="tcb-col"><div class="thrv_wrapper tve_image_caption" data-css="tve-u-1656dd4c857"><span class="tve_image_frame" style="width: 100%;"></span></div></div></div></div></div><div class="thrv_wrapper thrv_text_element" data-css="tve-u-1656de36f36"><p data-css="tve-u-1656de220b6" style="text-align: center;"><strong>Meet one-on-one with Experts &amp; Attorneys</strong></p></div><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box" style="" data-css="tve-u-15dec28737c">
<div class="tve-content-box-background" data-css="tve-u-15dec276b6d" data-clip-id="f438b71825662"><svg width="0" height="0" class="tve-decoration-svg"><defs><clipPath id="clip-bottom-f438b71825662" class="decoration-clip clip-path-bottom" clipPathUnits="objectBoundingBox" data-screen="" decoration-type="pointer" data-inverted="true" pointer-width="10" pointer-height="8" style=""><polygon points="0 0, 0 1, 0.45 1, 0.5 0.92, 0.55 1, 1 1, 1 0"></polygon></clipPath></defs></svg></div>
<div class="tve-cb tve_empty_dropzone" data-css="tve-u-16053523d8c"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-1605355e7f7"><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-1605355a10d"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-16053553041"><div class="thrv_responsive_video thrv_wrapper rv_style_lifted_style5" style="" data-showinfo="0" data-float="1" data-type="vimeo" data-overlay="0" data-url="https://vimeo.com/250229531" data-autoplay="1">
<div class="tve_responsive_video_container">
<div class="video_overlay"></div>
<?php if($phone) { ?>
<video src="/video/3-Day.mp4" controls style="width:100%;height:100%;position:absolute;top:0px;left:0px;" />
<?php /*<iframe data-code="250229531" data-provider="vimeo" src="https://player.vimeo.com/video/250229531?badge=1&amp;title=0&amp;color=fff" data-src="https://player.vimeo.com/video/250229531?badge=1&amp;title=0&amp;color=fff" allowfullscreen="" frameborder="0"></iframe></div> */ ?>
<?php } else { ?>
<video src="/video/3-Day.mp4" controls autoplay muted style="width:100%;height:100%;position:absolute;top:0px;left:0px;" />
<?php /*<iframe data-code="250229531" data-provider="vimeo" src="https://player.vimeo.com/video/250229531?badge=1&amp;title=0&amp;color=fff&autoplay=1&muted=1" data-src="https://player.vimeo.com/video/250229531?badge=1&amp;title=0&amp;color=fff&autoplay=1&muted=1" allowfullscreen="" frameborder="0"></iframe></div>*/ ?>
<?php } ?>
</div>
</div><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-160538bccbd"><div class="tcb-flex-row tcb--cols--1" data-css="tve-u-160538cf28c"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-1605388c830"><div class="thrv_wrapper tve_image_caption" data-css="tve-u-1605385e7c1" style=""><span class="tve_image_frame" style="width: 100%;"></span></div></div></div></div></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-160535f54a1"><p data-css="tve-u-1600dddf075"><span data-css="tve-u-1600dde1577" style="color: rgb(239, 24, 24);"><strong>LEARN HOW TO:</strong></span></p><ul class=""><li data-css="tve-u-1600dde36d6"><span data-css="tve-u-1600ddedad9" style="font-size: 28px;">​Get Safe, Double-Digit Returns</span></li><li data-css="tve-u-1600dde36d7"><span data-css="tve-u-1605378b089" style="font-size: 28px;">​Create Consistent Passive Income Streams</span></li><li data-css="tve-u-1600dde36d8"><span data-css="tve-u-1605378b0a4" style="font-size: 28px;">​Significantly Lower Your Income Taxes</span></li><li data-css="tve-u-1600dde36da"><span data-css="tve-u-1605378b0c1" style="font-size: 28px;">​Reduce or Eliminate Estate Taxes &amp; Probate</span></li><li data-css="tve-u-1600dde36dc"><span data-css="tve-u-1600ddedb36" style="font-size: 28px;">​Protect Your Estate from Lawsuits &amp; Judgements</span></li></ul></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-1605390b05c"><p data-css="tve-u-16053713d08" style="text-align: center;"><strong>Seating is Extremely Limited!</strong></p></div><div class="thrv_wrapper thrv-button" data-css="tve-u-1605371c9bc" style="" data-tcb_hover_state_parent="" data-button-style="rounded"><a href="#real_form" class="tcb-button-link"><span class="tcb-button-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style">
<svg data-name="credit-card" class="tcb-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 18 14" xml:space="preserve" preserveAspectRatio="none slice">
<g>
<path d="M17.5,1.9v10.6c0,0.8-0.6,1.4-1.4,1.4h-14c-0.8,0-1.4-0.6-1.4-1.4V1.9c0-0.8,0.6-1.4,1.4-1.4h14 C16.9,0.5,17.5,1.1,17.5,1.9z M1.9,1.9v2h14.5v-2c0-0.1-0.1-0.3-0.3-0.3h-14C2,1.6,1.9,1.7,1.9,1.9z M16.4,12.5V7.2H1.9v5.3 c0,0.1,0.1,0.3,0.3,0.3h14C16.3,12.8,16.4,12.6,16.4,12.5z M3,10.5h2.2v1.1H3V10.5z M6.3,10.5h3.4v1.1H6.3V10.5z"></path>
</g>
</svg>
</div>
</span>
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-15dea1b0112"><strong>​REGISTER NOW</strong></span></span>
</a></div></div></div></div></div></div>
</div></div>
</div><div class="thrv_wrapper thrv-page-section middle_963" data-css="tve-u-15dec2e40c0">
<div class="tve-page-section-out"></div>
<div class="tve-page-section-in tve_empty_dropzone"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec3dddcd"><div class="tcb-flex-row tcb-resized tcb--cols--2" data-css="tve-u-1600de008ee"><div class="tcb-flex-col" data-css="tve-u-15dec2f80dc" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec3c4d03"><p data-css="tve-u-15dec2f3edf"><strong>The ​Summit</strong></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec2f80f0" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec303fb6"><p data-css="tve-u-15dec300841">​America's greatest attorneys and trainers <strong>LIVE and in person at one event</strong>!</p><p data-css="tve-u-160539e7eff"><strong>​Join thousands that have attended the Longest Running Wealth Protection Event in the Nation!</strong>&nbsp;</p><p data-css="tve-u-160539e7eff" style="text-align: center;">​$995 Tuition Waived for Qualifying Attendees<br></p><p data-css="tve-u-15dec300841">Meet privately with asset protection, tax &amp; estate planning attorneys. Strategize with real estate, stock, and other investors. Learn the techniques used by ultra-high net worth individuals for creating and building wealth.</p></div></div></div></div></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec358b76"><h2 data-css="tve-u-15dec3d8a21" style="text-align: center;">Registration closes in:</h2></div><div class="thrv_wrapper thrv_countdown_timer thrv-countdown_timer_plain tve_clearfix tve_red" data-date="<?= $res[0]->start_date;?>" data-hour="23" data-min="58" data-timezone="+00:00" style="" data-css="tve-u-160bd8f1f43">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<?php $start_date_days = floor((strtotime('-7 day',strtotime($res[0]->start_date)) - strtotime(date('Y-m-d')))/86400); ?>
<?php $start_date_hours = round(17 - date('H')*1 - 1); if($start_date_hours < 0) { $start_date_hours = 24 + $start_date_hours; } ?>
<?php $start_date_minutes = round(0 - date('m')*1 - 1); if($start_date_minutes < 0) { $start_date_minutes = 60 + $start_date_minutes; } ?>
<?php $start_date_seconds = round(0 - date('s')*1 - 1); if($start_date_seconds < 0) { $start_date_seconds = 60 + $start_date_seconds; } ?>
<div class="t-digits" style="min-width: 50px;"><span class="part-2"><?= substr($start_date_days,0,1);?></span><span class="part-1"><?= substr($start_date_days,1);?></span></div>
<div class="thrv-inline-text t-caption">Days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"><span class="part-2"><?= substr($start_date_hours,0,1);?></span><span class="part-1"><?= substr($start_date_hours,1);?></span></div>
<div class="thrv-inline-text t-caption">Hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"><span class="part-2"><?= substr($start_date_minutes,0,1);?></span><span class="part-1"><?= substr($start_date_minutes,1);?></span></div>
<div class="thrv-inline-text t-caption">Minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"><span class="part-2"><?= substr($start_date_seconds,0,1);?></span><span class="part-1"><?= substr($start_date_seconds,1);?></span></div>
<div class="thrv-inline-text t-caption">Seconds</div>
</div>
<div class="tve_t_text" style="display: none;"></div>
</div>
</div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-160bd8eb3c4"><h2 data-css="tve-u-15dec3d9965" style="text-align: center;">Must register by February 17th!</h2></div><div class="thrv_wrapper thrv_tabs_shortcode thrv-tabbed-content" style="">
<div class="tve_scT tve_red">
<ul class="tve_clearfix">
<li class="tve_tS" data-tve-custom-colour=""><span class="tve_scTC1 thrv-inline-text tve_editable">​What to Expect</span></li>
</ul>
<div class="tve_scTC tve_scTC1 tve_empty_dropzone" style="display:block;">
	<div class="thrv_wrapper thrv-columns" style="">
		<div class="tcb-flex-row tcb--cols--2"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><li>Be ready for <strong>3 FULL days of intense education</strong> (Normally 9AM to 8PM or later! You may want to leave “vacation” activities for before or after the 3-Day Summit.)<br></li><li>​All materials will be provided for you. (Including a take home manual with slide by slide documentation of the education so you won’t miss a thing!)<br></li><li>​You have the option to <strong>meet with some of the nation’s top attorneys and advisors one-on-one </strong>at no extra charge. It may help to review your current assets, tax strategies, business entities, etc so that you can be fully prepared to discuss your situation with the experts.<br></li></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-160b8bb68e4" style="" data-clear="both"><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-3795" alt="" title="<?= $res[0]->city;?>, <?= $res[0]->state;?>, USA Skyline" src="<?= $res[0]->picture_url;?>" style="width: 100%;" data-id="3795" width="1440" height="600" srcset="<?= $res[0]->picture_url;?> 1440w, <?= $res[0]->picture_url_small;?> 300w, <?= $res[0]->picture_url_medium;?> 768w, <?= $res[0]->picture_url_medium;?> 1024w" sizes="(max-width: 1440px) 100vw, 1440px" /></span><p class="thrv-inline-text wp-caption-text"><?= $res[0]->city;?>, <?= $res[0]->state;?>, USA.</p></div></div></div></div>
		<p><strong><span data-css="tve-u-16053b59e9b" style="color: rgb(242, 6, 6);">Sample Event Agenda available&nbsp;</span></strong><a href="https://protectwealth.com/summit-agenda/" target="_blank"><strong><span data-css="tve-u-16053b59e9b" style="color: rgb(242, 6, 6);">HERE</span></strong></a> (PDF viewer may be required)</p><p>Remember this is a sample agenda only and although we don't expect any drastic changes to the lineup sometimes flights are delayed, people get sick and other uncontrollable events happen. Basically we can't guarantee anything except that you WILL learn a lot and you WILL be amazed at the quality of experts, one-on-one strategy sessions and things you wish you would have learned years ago!<br></p>
	</div>
</div>
</div>
</div></div>
</div>
<div class="thrv_wrapper thrv-page-section middle_963">
	<form method="post" action="#" id="real_form" onsubmit="track_form_submit(this); return false;">
		<input type="hidden" name="eid" value="<?= $res[0]->id;?>" />
		<input type="hidden" name="cid" value="<?= (empty($_REQUEST['cid'])) ? '' : $_REQUEST['cid'];?>" />
		<h1>Register Now</h1>
		<table style="width:100%;">
			<tr>
				<td>First Name *</td>
				<td><input type="text" name="first_name" placeholder="First Name *" value="<?= (empty($client_res[0]->first_name)) ? '' : $client_res[0]->first_name;?>" /></td>
			</tr>
			<tr>
				<td>Last Name *</td>
				<td><input type="text" name="last_name" placeholder="Last Name *" value="<?= (empty($client_res[0]->last_name)) ? '' : $client_res[0]->last_name;?>" /></td>
			</tr>
			<tr>
				<td>Email *</td>
				<td><input type="text" name="email" placeholder="Email *" value="<?= (empty($client_res[0]->email)) ? '' : $client_res[0]->email;?>" /></td>
			</tr>
			<tr>
				<td>Mobile Phone *</td>
				<td><input type="text" name="phone" placeholder="Mobile Phone *" value="<?= (empty($client_res[0]->phone)) ? '' : pretty_phone($client_res[0]->phone);?>" /></td>
			</tr>
		</table>
		<input type="hidden" name="inf_custom_OfferCode" value="" />
		<p>By clicking submit you are confirming your registration for the 3-Day Asset Protection Summit.</p>
		<br />
		<center>
			<div data-css="tve-u-1605371c9bc">
				<button type="submit" class="tcb-button-link" style="border:none;cursor:pointer;color:white;">
				<span class="tcb-button-icon">
					<div class="thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style">
						<svg data-name="credit-card" class="tcb-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 18 14" xml:space="preserve" preserveAspectRatio="none slice">
						<g>
						<path d="M17.5,1.9v10.6c0,0.8-0.6,1.4-1.4,1.4h-14c-0.8,0-1.4-0.6-1.4-1.4V1.9c0-0.8,0.6-1.4,1.4-1.4h14 C16.9,0.5,17.5,1.1,17.5,1.9z M1.9,1.9v2h14.5v-2c0-0.1-0.1-0.3-0.3-0.3h-14C2,1.6,1.9,1.7,1.9,1.9z M16.4,12.5V7.2H1.9v5.3 c0,0.1,0.1,0.3,0.3,0.3h14C16.3,12.8,16.4,12.6,16.4,12.5z M3,10.5h2.2v1.1H3V10.5z M6.3,10.5h3.4v1.1H6.3V10.5z"></path>
						</g>
					</svg>
					</div>
				</span>
				<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-15dea1b0112"><strong>&#8203;REGISTER</strong></span></span>
				</button>
			</div>
		</center>
		<br />
		<div id="after_form_submit" style="display:none;">
			<h3 style="color:#33CC66;">Thank you for registering.<br />You will be hearing from us soon.</h3>
		</div>
		<p style="font-size:12px;">*Tuition is normally a $995 Value from qualifying referring registration organizations. All registered students will receive an email update with discount room block details and venue location.</p>
		<p style="font-size:12px;"><i>We may use mobile phone numbers to text you about event specific items & attorney & advisor consultations during event.  Msg & Data rates may apply. By clicking register now button you give consent to receive event reminders via email and or text.You may stop anytime by replying stop and or by unsubscribing from emails.</i></p>
	</form>
	<br />
</div>
<div class="thrv_wrapper thrv-page-section tcb-window-width middle_963" data-css="tve-u-15dec310ce6">
<div class="tve-page-section-out" data-css="tve-u-15dec312d23"></div>
<div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-15dec311c67"><div class="thrv_wrapper thrv-columns" style=""><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-16053a53dd7"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3bc78e"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap" data-css="tve-u-16053a53ddb"><div class="tcb-flex-col" data-css="tve-u-15dec33061d" style=""><div class="tcb-col tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p><strong><span style="font-size: 21px;">​Asset Protection Attorney</span></strong></p><p><span style="font-size: 16px;">​​Clint Coons, J.D.</span></p><p><br></p><p>​Nationally recognized asset protection attorney and real estate investor. <br></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec33062f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-15dec32ec4d" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-94" alt="" title="clintcoons256x256" data-id="94" src="static_stuff/clintcoons256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/clintcoons256x256.jpg 256w, static_stuff/clintcoons256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec38421b"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap" data-css="tve-u-16053a53dde"><div class="tcb-flex-col" data-css="tve-u-15dec33061d" style=""><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3b4166"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p><strong><span style="font-size: 21px;">​​Tax Attorney</span></strong><br></p><p><span style="font-size: 16px;">​​Scott Estill, J.D.</span></p><p><br></p><p>​Former Senior IRS Trial Attorney, Author, Tax Attorney.</p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec33062f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-15dec3ad870" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-101" alt="" title="scottestill256x256" data-id="101" src="static_stuff/scottestill256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/scottestill256x256.jpg 256w, static_stuff/scottestill256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div></div></div></div>
</div><div class="thrv_wrapper thrv-page-section tcb-window-width middle_963" data-css="tve-u-15dec310ce6">
<div class="tve-page-section-out" data-css="tve-u-15dec312d23"></div>
<div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-15dec311c67"><div class="thrv_wrapper thrv-columns" style=""><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-16053a57f10"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3bc78e"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap" data-css="tve-u-15dec3b97b1"><div class="tcb-flex-col" data-css="tve-u-15dec33061d" style=""><div class="tcb-col tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p><strong><span style="font-size: 21px;">​​​Turn Key R​E Investing</span></strong></p><p><span style="font-size: 16px;">​​​Aaron Adams</span></p><p><br></p><p>​​Successful real estate investor, millionaire, mentor and turn key real estate.<br></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec33062f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-1600dd5a8e4" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-1865" alt="" title="aaronadams256x256" data-id="1865" src="static_stuff/aaronadams256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/aaronadams256x256.jpg 256w, static_stuff/aaronadams256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec38421b"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap" data-css="tve-u-15dec3ab627"><div class="tcb-flex-col" data-css="tve-u-15dec33061d" style=""><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3b4166"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p><strong><span style="font-size: 21px;">​​​Options, Futures, Stocks</span></strong><br></p><p><span style="font-size: 16px;">​​Mike Coval</span></p><p><br></p><p>​​Market Strategist/Trainer, ​with decades investing, trading and training.</p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec33062f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-1600dd628dc" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-100" alt="" title="mikecoval256x256" data-id="100" src="static_stuff/mikecoval256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/mikecoval256x256.jpg 256w, static_stuff/mikecoval256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div></div></div></div>
</div><div class="thrv_wrapper thrv-page-section tcb-window-width middle_963" data-css="tve-u-15dec310ce6">
<div class="tve-page-section-out" data-css="tve-u-15dec312d23"></div>
<div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-15dec311c67"><div class="thrv_wrapper thrv-columns" style=""><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-16053a57f10"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3bc78e"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-resized tcb--cols--2 tcb-medium-wrap" data-css="tve-u-15dec3b97b1"><div class="tcb-flex-col" data-css="tve-u-15dec33061d" style=""><div class="tcb-col tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p><strong><span style="font-size: 21px;">​​​Financial Strategist</span></strong></p><p><span style="font-size: 16px;">​​​Stacy Acevedo</span></p><p><br></p><p>​​​Markets Trainer and Investor with decades experience in the financial industry.<br></p></div></div></div><div class="tcb-flex-col" data-css="tve-u-15dec33062f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-16053a6cc81" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-102" alt="" title="stacyacevedo256x256" data-id="102" src="static_stuff/stacyacevedo256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/stacyacevedo256x256.jpg 256w, static_stuff/stacyacevedo256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec38421b"><div class="thrv_wrapper thrv-columns" style="" data-css="tve-u-15dec37be85"><div class="tcb-flex-row tcb-medium-wrap tcb--cols--2" data-css="tve-u-15dec3ab627"><div class="tcb-flex-col" data-css="tve-u-16053ae5a16" style=""><div class="tcb-col tve_empty_dropzone" style="" data-css="tve-u-15dec3b4166"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-15dec37d528"><p data-css="tve-u-16053ac5813"><strong><span style="font-size: 21px;">Asset Protection A</span></strong><strong><span style="font-size: 21px;">dvisor</span></strong><br></p><p><span style="font-size: 16px;">Don Pendleton</span></p><p><br></p><p>Author and Trainer with ​hands on &nbsp;experience helping thousands understand asset protection.</p></div></div></div><div class="tcb-flex-col" data-css="tve-u-16053ae5a3b" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper tve_image_caption" data-css="tve-u-16053ad2ba4" style=""><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-96" alt="" title="donPendleton256x256" data-id="96" src="static_stuff/donPendleton256x256.jpg" style="width: 100%;" width="256" height="256" srcset="static_stuff/donPendleton256x256.jpg 256w, static_stuff/donPendleton256x256-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></span></div></div></div></div></div></div></div></div></div></div>
</div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><p><br></p></div><div class="thrv_wrapper thrv-button" data-css="tve-u-160bd8f4561" style="" data-tcb_hover_state_parent="" data-button-style="rounded"><a href="#real_form" class="tcb-button-link"><span class="tcb-button-icon">
<div class="thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style">
<svg data-name="credit-card" class="tcb-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 18 14" xml:space="preserve" preserveAspectRatio="none slice">
<g>
<path d="M17.5,1.9v10.6c0,0.8-0.6,1.4-1.4,1.4h-14c-0.8,0-1.4-0.6-1.4-1.4V1.9c0-0.8,0.6-1.4,1.4-1.4h14 C16.9,0.5,17.5,1.1,17.5,1.9z M1.9,1.9v2h14.5v-2c0-0.1-0.1-0.3-0.3-0.3h-14C2,1.6,1.9,1.7,1.9,1.9z M16.4,12.5V7.2H1.9v5.3 c0,0.1,0.1,0.3,0.3,0.3h14C16.3,12.8,16.4,12.6,16.4,12.5z M3,10.5h2.2v1.1H3V10.5z M6.3,10.5h3.4v1.1H6.3V10.5z"></path>
</g>
</svg>
</div>
</span>
<span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-15dea1b0112"><strong>REGISTER NOW</strong></span></span>
</a></div><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box middle_963" data-ct="testimonial-7330" data-element-name="Testimonial" data-css="tve-u-16053b6b466" style="">
<div class="tve-content-box-background"></div>
<div class="tve-cb tve_empty_dropzone" data-css="tve-u-16053b6b43e"><div class="thrv_wrapper thrv-columns" data-css="tve-u-16053b6b43f" style=""><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-16053b6b440"><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" data-css="tve-u-16053b6b441" style=""><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box" data-css="tve-u-16053b6b442" style="">
<div class="tve-content-box-background" data-css="tve-u-16053b6b443" data-clip-id="8044b848b3ab4"><svg width="0" height="0" class="tve-decoration-svg"><defs><clipPath id="clip-bottom-8044b848b3ab4" class="decoration-clip clip-path-bottom" clipPathUnits="objectBoundingBox" data-screen="" decoration-type="none" pointer-width="6" pointer-height="10" style="" clip-path="url(#clip-left-8044b848b3ab4)" data-inverted="false"><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath><clipPath id="clip-left-8044b848b3ab4" class="decoration-clip clip-path-left" clipPathUnits="objectBoundingBox" data-screen="" decoration-type="none" clip-path="url(#clip-top-8044b848b3ab4)" data-inverted="false" pointer-width="5" pointer-height="5"><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath><clipPath id="clip-tablet-bottom-8044b848b3ab4" class="decoration-clip clip-path-tablet-bottom" clipPathUnits="objectBoundingBox" data-screen="tablet-" decoration-type="none" pointer-width="10" pointer-height="14.000000000000002" style="" clip-path="url(#clip-tablet-left-8044b848b3ab4)"><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath><clipPath id="clip-tablet-left-8044b848b3ab4" class="decoration-clip clip-path-tablet-left" clipPathUnits="objectBoundingBox" data-screen="tablet-" decoration-type="none" clip-path="url(#clip-top-8044b848b3ab4)"><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath><clipPath id="clip-top-8044b848b3ab4" class="decoration-clip clip-path-top" clipPathUnits="objectBoundingBox" data-screen="" decoration-type="none"><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath></defs></svg></div>
<div class="tve-cb tve_empty_dropzone" data-css="tve-u-16053b6b444"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><p>"I lost hundreds of thousands of dollars because I wasn’t properly structured. <strong>If I had implemented these strategies I would have saved myself a lot of heartache and years of struggle</strong>. Thank you for opening my eyes and setting me straight. I can sleep easy at night knowing my assets are now protected."&nbsp;</p></div></div>
</div><div class="tcb-clear" data-css="tve-u-16053b6b446"><div class="thrv_wrapper thrv_icon tcb-icon-display" data-css="tve-u-16053b6b447" data-float="1"><svg class="tcb-icon" viewBox="0 0 16 28" data-name="caret-down">
<path d="M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z"></path>
</svg></div></div><div class="thrv_wrapper thrv-columns" data-css="tve-u-16053b6b448" style=""><div class="tcb-flex-row tcb--cols--2 tcb-resized" data-css="tve-u-16053b6b44a"><div class="tcb-flex-col c-33" data-css="tve-u-16053b6b44c" style=""><div class="tcb-col tve_empty_dropzone"><div class="tcb-clear" data-css="tve-u-16053b6b44d"><div class="thrv_wrapper tve_image_caption img_style_circle" data-css="tve-u-16053b6b44e"><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-971" alt="" title="testimonial1" data-id="971" src="static_stuff/testimonial1.jpg" style="width: 100%;" width="874" height="880" srcset="static_stuff/testimonial1.jpg 874w, static_stuff/testimonial1-150x150.jpg 150w, static_stuff/testimonial1-298x300.jpg 298w, static_stuff/testimonial1-768x773.jpg 768w" sizes="(max-width: 874px) 100vw, 874px" /></span></div></div></div></div><div class="tcb-flex-col c-66" data-css="tve-u-16053b6b44f" style=""><div class="tcb-col tve_empty_dropzone" style=""><div class="tcb-clear" data-css="tve-u-16053b6b450"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" data-css="tve-u-16053b6b451" style=""><p data-css="tve-u-16053b6b452" style="text-align: left;"><strong>​Mark S.</strong></p></div></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" data-css="tve-u-16053b6b453" style=""><p data-css="tve-u-16053b6b454" style="text-align: left;">​<br></p></div></div></div></div></div></div></div><div class="tcb-flex-col"><div class="tcb-col tve_empty_dropzone" style=""><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box" data-css="tve-u-16053b6b455" style="">
<div class="tve-content-box-background" data-css="tve-u-16053b6b456" data-clip-id="9109695b84e64"><svg width="0" height="0" class="tve-decoration-svg"><defs><clipPath id="clip-bottom-9109695b84e64" class="decoration-clip clip-path-bottom" clipPathUnits="objectBoundingBox" data-screen="" decoration-type="none" pointer-width="10" pointer-height="14.000000000000002" style=""><polygon points="0 0, 0 1, 1 1, 1 0"></polygon></clipPath></defs></svg></div>
<div class="tve-cb tve_empty_dropzone" data-css="tve-u-16053b6b457"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><p>This information is invaluable!! You are right, <strong>no one cares about our money like we do</strong>. This information will allow us to sleep at night and continue on our wealth creations journey. Thank you!!</p><p>Absolutely Great! Extremely informative. All staff were helpful, positive and enthusiastic!</p></div></div>
</div><div class="tcb-clear" data-css="tve-u-16053b6b446"><div class="thrv_wrapper thrv_icon tcb-icon-display" data-css="tve-u-16053b6b447" data-float="1"><svg class="tcb-icon" viewBox="0 0 16 28" data-name="caret-down">
<path d="M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z"></path>
</svg></div></div><div class="thrv_wrapper thrv-columns" data-css="tve-u-16053b6b448"><div class="tcb-flex-row tcb--cols--2 tcb-resized" data-css="tve-u-16053b6b45a"><div class="tcb-flex-col c-33" data-css="tve-u-16053b6b44c" style=""><div class="tcb-col tve_empty_dropzone"><div class="tcb-clear" data-css="tve-u-16053b6b45b"><div class="thrv_wrapper tve_image_caption img_style_circle" data-css="tve-u-16053b6b45c"><span class="tve_image_frame" style="width: 100%;"><img class="tve_image wp-image-973" alt="" title="testimonial3" data-id="973" src="static_stuff/testimonial3.jpg" style="width: 100%;" width="861" height="870" srcset="static_stuff/testimonial3.jpg 861w, static_stuff/testimonial3-297x300.jpg 297w, static_stuff/testimonial3-768x776.jpg 768w" sizes="(max-width: 861px) 100vw, 861px" /></span></div></div></div></div><div class="tcb-flex-col c-66" data-css="tve-u-16053b6b44f" style=""><div class="tcb-col tve_empty_dropzone"><div class="tcb-clear" data-css="tve-u-16053b6b450"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" data-css="tve-u-16053b6b45d" style=""><p data-css="tve-u-16053b6b45e" style="text-align: left;"><strong>​Dr. William S.</strong></p></div></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" data-css="tve-u-16053b6b45f" style=""><p data-css="tve-u-16053b6b460" style="text-align: left;">​<br></p></div></div></div></div></div></div></div></div></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><p style="text-align: center;">​<strong>Click </strong><a href="https://protectwealth.com/testimonials/" target="_blank"><strong>HERE</strong></a><strong> to view Hundreds of other reviews</strong></p></div><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box" style="">
<div class="tve-content-box-background"></div>
<div class="tve-cb tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style=""><footer><h4>About Us</h4><img alt="" src="">&nbsp;Whether you use a trusted attorney, accountant or adviser to manage your finances, it pays to understand exactly what is happening with your hard earned money. Don't leave the success of your estate plan to someone else. Make sure you know exactly how to protect your assets, reduce taxes and create wealth. Who needs Asset Protection Academy? Medical Doctors, Small Business Owners, Real Estate Investors, Dentists, Estate Planning Attorneys, Financial Planners, CPAs and Accountants, Franchisers, Manufacturers, Stock Market Investors, Home owners, Wealth Managers and anyone trying to create and protect their wealth! Use an LLC, Corporation, Living Trust or other entity to protect what matters most and let us know how we can help!</footer><p><br></p></div></div>
</div></div>
</div></div></div>	</div>
</div>
	</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit