CINXE.COM
X-Factor – Page 5 – XTAR
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>X-Factor – Page 5 – XTAR</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="XTAR » Feed" href="https://xtar.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="XTAR » Comments Feed" href="https://xtar.com/comments/feed/" /> <link rel="preload" href="https://xtar.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://xtar.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="https://xtar.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.4.1 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-CG5M3M699C" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.4.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/xtar.com\/x-factor\/page\/5\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-CG5M3M699C', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-CG5M3M699C', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/xtar.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://xtar.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--fl-heading-text: #306095;--wp--preset--color--fl-body-bg: #000000;--wp--preset--color--fl-body-text: #333333;--wp--preset--color--fl-accent: #306095;--wp--preset--color--fl-accent-hover: #306095;--wp--preset--color--fl-topbar-bg: #ffffff;--wp--preset--color--fl-topbar-text: #000000;--wp--preset--color--fl-topbar-link: #428bca;--wp--preset--color--fl-topbar-hover: #428bca;--wp--preset--color--fl-header-bg: #ffffff;--wp--preset--color--fl-header-text: #000000;--wp--preset--color--fl-header-link: #428bca;--wp--preset--color--fl-header-hover: #428bca;--wp--preset--color--fl-nav-bg: #ffffff;--wp--preset--color--fl-nav-link: #428bca;--wp--preset--color--fl-nav-hover: #428bca;--wp--preset--color--fl-content-bg: #ffffff;--wp--preset--color--fl-footer-widgets-bg: #ffffff;--wp--preset--color--fl-footer-widgets-text: #000000;--wp--preset--color--fl-footer-widgets-link: #428bca;--wp--preset--color--fl-footer-widgets-hover: #428bca;--wp--preset--color--fl-footer-bg: #ffffff;--wp--preset--color--fl-footer-text: #000000;--wp--preset--color--fl-footer-link: #428bca;--wp--preset--color--fl-footer-hover: #428bca;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='fl-builder-layout-2210-css' href='https://xtar.com/wp-content/uploads/bb-plugin/cache/2210-layout.css?ver=1f34f90f405e34b3c240be979619b7e8' media='all' /> <link rel='stylesheet' id='esg-plugin-settings-css' href='https://xtar.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='tp-fontello-css' href='https://xtar.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/fontello.css?ver=3.1.1' media='all' /> <link rel='stylesheet' id='tp-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800&ver=6.7.2' media='all' /> <link rel='stylesheet' id='tp-raleway-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&ver=6.7.2' media='all' /> <link rel='stylesheet' id='tp-droid-serif-css' href='https://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&ver=6.7.2' media='all' /> <link rel='stylesheet' id='font-awesome-5-css' href='https://xtar.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min.css?ver=2.8.6.1' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://xtar.com/wp-includes/css/dashicons.min.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='fl-builder-layout-bundle-efadc77171889733250ae9ef3d22b4a2-css' href='https://xtar.com/wp-content/uploads/bb-plugin/cache/efadc77171889733250ae9ef3d22b4a2-layout-bundle.css?ver=2.8.6.1-1.4.11.2' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='um_modal-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-modal.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_ui-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/jquery-ui.min.css?ver=1.13.2' media='all' /> <link rel='stylesheet' id='um_tipsy-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/tipsy/tipsy.min.css?ver=1.0.0a' media='all' /> <link rel='stylesheet' id='um_raty-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/raty/um-raty.min.css?ver=2.6.0' media='all' /> <link rel='stylesheet' id='select2-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/select2/select2.min.css?ver=4.0.13' media='all' /> <link rel='stylesheet' id='um_fileupload-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-fileupload.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_confirm-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/um-confirm/um-confirm.min.css?ver=1.0' media='all' /> <link rel='stylesheet' id='um_datetime-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.min.css?ver=3.6.2' media='all' /> <link rel='stylesheet' id='um_datetime_date-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.date.min.css?ver=3.6.2' media='all' /> <link rel='stylesheet' id='um_datetime_time-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/default.time.min.css?ver=3.6.2' media='all' /> <link rel='stylesheet' id='um_fonticons_ii-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/fonticons-ii.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_fonticons_fa-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/fonticons-fa.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_fontawesome-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-fontawesome.min.css?ver=6.5.2' media='all' /> <link rel='stylesheet' id='um_common-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/common.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_responsive-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-responsive.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_styles-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-styles.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_crop-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/cropper/cropper.min.css?ver=1.6.1' media='all' /> <link rel='stylesheet' id='um_profile-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-profile.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_account-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-account.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_misc-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-misc.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='um_default_css-css' href='https://xtar.com/wp-content/plugins/ultimate-member/assets/css/um-old-default.min.css?ver=2.10.2' media='all' /> <link rel='stylesheet' id='jquery-magnificpopup-css' href='https://xtar.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.8.6.1' media='all' /> <link rel='stylesheet' id='base-css' href='https://xtar.com/wp-content/themes/bb-theme/css/base.min.css?ver=1.7.18' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='https://xtar.com/wp-content/uploads/bb-theme/skin-67b7ced08576a.css?ver=1.7.18' media='all' /> <link rel='stylesheet' id='fl-child-theme-css' href='https://xtar.com/wp-content/themes/bb-theme-child/style.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='fl-builder-google-fonts-1ad8adb820278f832ad581512ffe9630-css' href='//fonts.googleapis.com/css?family=Maven+Pro%3A300%2C400%2C700%7CJura%3A600&ver=6.7.2' media='all' /> <script src="https://xtar.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.4.1" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,ra,mp,avi,flv,mpeg,pdf,doc,ppt,xls,jp,png,gif,tiff,bmp,txt","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/xtar.com","hash_tracking":"false","v4_id":"G-CG5M3M699C"};</script> <script src="https://xtar.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://xtar.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-gdpr.min.js?ver=2.10.2" id="um-gdpr-js"></script> <link rel="https://api.w.org/" href="https://xtar.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://xtar.com/wp-json/wp/v2/pages/2210" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://xtar.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel="canonical" href="https://xtar.com/x-factor/" /> <link rel='shortlink' href='https://xtar.com/?p=2210' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://xtar.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fxtar.com%2Fx-factor%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://xtar.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fxtar.com%2Fx-factor%2F&format=xml" /> <style id="wp-custom-css"> p {margin:0 0 20px;} </style> </head> <body class="paged page-template-default page page-id-2210 paged-5 page-paged-5 fl-builder fl-builder-2-8-6-1 fl-themer-1-4-11-2 fl-theme-1-7-18 fl-theme-builder-footer fl-theme-builder-footer-xtar-footer fl-theme-builder-header fl-theme-builder-header-header-copy-2 fl-framework-base fl-preset-default fl-full-width fl-search-active" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <a aria-label="Skip to content" class="fl-screen-reader-text" href="#fl-main-content">Skip to content</a><div class="fl-page"> <header class="fl-builder-content fl-builder-content-3205 fl-builder-global-templates-locked" data-post-id="3205" data-type="header" data-sticky="0" data-sticky-on="" data-sticky-breakpoint="medium" data-shrink="0" data-overlay="0" data-overlay-bg="transparent" data-shrink-image-height="50px" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-vclua75efqop fl-row-default-height fl-row-align-center" data-node="vclua75efqop"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-full-width fl-node-content"> <div class="fl-col-group fl-node-teypxd28mgnh fl-col-group-equal-height fl-col-group-align-center fl-col-group-custom-width" data-node="teypxd28mgnh"> <div class="fl-col fl-node-8payelt57h6u fl-col-bg-color fl-col-small fl-col-small-custom-width" data-node="8payelt57h6u"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-swzm4t93ibdr" data-node="swzm4t93ibdr"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-left" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-svg"> <a href="https://xtar.com" target="_self" itemprop="url"> <img decoding="async" class="fl-photo-img wp-image-2962 size-full" src="https://xtar.com/wp-content/uploads/fighting-satcom-wt.svg" alt="fighting-satcom-wt" itemprop="image" title="fighting-satcom-wt" data-no-lazy="1" /> </a> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-m8l39suve1hz fl-col-bg-color fl-col-small-custom-width" data-node="m8l39suve1hz"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-menu fl-node-vsuip1ekyda4" data-node="vsuip1ekyda4"> <div class="fl-module-content fl-node-content"> <div class="fl-menu fl-menu-responsive-toggle-medium-mobile"> <button class="fl-menu-mobile-toggle hamburger" aria-label="Menu"><span class="fl-menu-icon svg-container"><svg version="1.1" class="hamburger-menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"> <rect class="fl-hamburger-menu-top" width="512" height="102"/> <rect class="fl-hamburger-menu-middle" y="205" width="512" height="102"/> <rect class="fl-hamburger-menu-bottom" y="410" width="512" height="102"/> </svg> </span></button> <div class="fl-clear"></div> <nav aria-label="Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><ul id="menu-menu-24" class="menu fl-menu-horizontal fl-toggle-none"><li id="menu-item-3168" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">Who We Are</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3204" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/why-sar/">Why XTAR?</a></li> <li id="menu-item-3170" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/who-we-are-today/">About</a></li> <li id="menu-item-3171" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/executive-team/">Executive Team</a></li> <li id="menu-item-3172" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/giving-back/">Giving Back</a></li> <li id="menu-item-3173" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/careers/">Careers</a></li></ul></li><li id="menu-item-3174" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">MILSATCOM</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3175" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/x-band/">X-band</a></li> <li id="menu-item-3176" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/milsatcom-interoperability/">MILSATCOM Interoperability</a></li> <li id="menu-item-3177" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/complete-solutions/">Complete Solutions</a></li> <li id="menu-item-3178" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/use-cases/">Use Cases</a></li></ul></li><li id="menu-item-3202" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/sar/">SAR Imaging</a></li><li id="menu-item-3180" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">How to Buy</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3181" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/purchasing-bandwidth/">Purchasing Bandwidth</a></li> <li id="menu-item-3182" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/access-to-service/">Access to Service</a></li></ul></li><li id="menu-item-3183" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">Fleet</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3184" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/coverage-map/">Coverage</a></li> <li id="menu-item-3185" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/features-2/">Features</a></li> <li id="menu-item-3186" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/xtar-lant/">XTAR LANT 30° W</a></li> <li id="menu-item-3187" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/xtar-eur-2/">XTAR EUR 29° E</a></li> <li id="menu-item-3242" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://xtar.com/wp-content/uploads/nextgen.pdf">NextGeneration</a></li> <li id="menu-item-3188" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/comparo/">NextGen-Legacy Comparison</a></li></ul></li><li id="menu-item-3189" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">Support</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3190" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/certified/">XTAR Terminal Certification</a></li> <li id="menu-item-3191" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/technical-user-guides/">Technical User Guides</a></li> <li id="menu-item-3192" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/satellite-access-procedures-2/">Satellite Access Procedures</a></li> <li id="menu-item-3193" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/cob/">Center of Box Predictions</a></li> <li id="menu-item-3194" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/sun-transit-calculator/">Sun Transit Calculator</a></li> <li id="menu-item-3195" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/look-angle/">Look Angle</a></li> <li id="menu-item-3196" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/teleports-access/">Teleports Access</a></li> <li id="menu-item-3197" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/cdn-cgi/l/email-protection#0675737676697472467e7267742865696b395573646c6365723b5263656e686f65676ac4a655737676697472c4a654637773637572">Email Tech Support</a></li></ul></li><li id="menu-item-3198" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="#">News & Blog</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-3225" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/news/">News</a></li> <li id="menu-item-3200" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2210 current_page_item"><a href="https://xtar.com/x-factor/">Blog</a></li></ul></li><li id="menu-item-3201" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://xtar.com/contact/">Contact</a></li></ul></nav></div> </div> </div> </div> </div> </div> </div> </div> </div> </header><div class="uabb-js-breakpoint" style="display: none;"></div> <div id="fl-main-content" class="fl-page-content" itemprop="mainContentOfPage" role="main"> <div class="fl-content-full container"> <div class="row"> <div class="fl-content col-md-12"> <article class="fl-post post-2210 page type-page status-publish hentry" id="fl-post-2210" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="fl-post-content clearfix" itemprop="text"> <div class="fl-builder-content fl-builder-content-2210 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="2210"><div class="fl-row fl-row-fixed-width fl-row-bg-none fl-node-5d45e8fe26f08 fl-row-default-height fl-row-align-center" data-node="5d45e8fe26f08"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5d45e8fe308ac" data-node="5d45e8fe308ac"> <div class="fl-col fl-node-5d45e8fe30cf9 fl-col-bg-color" data-node="5d45e8fe30cf9"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-heading fl-node-5d45e8fe26540" data-node="5d45e8fe26540"> <div class="fl-module-content fl-node-content"> <h1 class="fl-heading"> <span class="fl-heading-text">The X-Factor: A SATCOM Blog</span> </h1> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-fixed-width fl-row-bg-none fl-node-5d45e5e6cb943 fl-row-default-height fl-row-align-center" data-node="5d45e5e6cb943"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-full-width fl-node-content"> <div class="fl-col-group fl-node-5d45e5e6ce25e" data-node="5d45e5e6ce25e"> <div class="fl-col fl-node-5d45e5e6ce45e fl-col-bg-color" data-node="5d45e5e6ce45e"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-post-grid fl-node-5d45e5e6cb70d" data-node="5d45e5e6cb70d"> <div class="fl-module-content fl-node-content"> <div class="fl-post-grid fl-paged-scroll-to" itemscope="itemscope" itemtype="https://schema.org/Blog"> <div class="fl-post-grid-post fl-post-align-default post-1101 post type-post status-publish format-standard hentry category-blog tag-efficiency tag-military-airborne tag-momentum tag-multiband tag-performance tag-terminals tag-x-band" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2016/04/25/give-x-band-a-chance-as-one-size-does-not-fit-all/" content="Give X-band a chance as one size does not fit all" /><meta itemprop="datePublished" content="2016-04-25" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2016/04/25/give-x-band-a-chance-as-one-size-does-not-fit-all/" title="Give X-band a chance as one size does not fit all">Give X-band a chance as one size does not fit all</a> </h2> <div class="fl-post-grid-content"> <p>We at XTAR have said it before; having frequency band flexibility is key to giving government users the best service for the lowest price. It’s not one size fits all when it comes to bandwidth.</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-1077 post type-post status-publish format-standard hentry category-blog tag-acquisition tag-aoa tag-capabilities tag-communications tag-government tag-military tag-national-defense tag-satcom tag-satellite-industry tag-wgs" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2016/04/06/dod-acquisition-reform-silicon-valley-innovation-and-what-these-should-tell-us-about-the-future-of-satellite-communications/" content="DoD Acquisition Reform, Silicon Valley Innovation, and What These Should Tell Us about the Future of Satellite Communications" /><meta itemprop="datePublished" content="2016-04-06" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/todd/" /><meta itemprop="name" content="Todd Dudley" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2016/04/06/dod-acquisition-reform-silicon-valley-innovation-and-what-these-should-tell-us-about-the-future-of-satellite-communications/" title="DoD Acquisition Reform, Silicon Valley Innovation, and What These Should Tell Us about the Future of Satellite Communications">DoD Acquisition Reform, Silicon Valley Innovation, and What These Should Tell Us about the Future of Satellite Communications</a> </h2> <div class="fl-post-grid-content"> <p>After years of watching struggling defense acquisition reform initiatives while simultaneously lauding the agility, responsiveness, and successes of U.S. industry (perhaps most notably, Silicon Valley companies), it is clear that the Department of Defense needs to transition from a traditional “you-buy-it, you-live-with-it” military satellite communications (MILSATCOM) architecture towards an agile, responsive, commercial-based satellite communications (COMSATCOM) solution to meet our…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-1174 post type-post status-publish format-standard hentry category-blog tag-acquisition tag-defense-news tag-fms tag-satellite-industry tag-x-band" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2016/04/04/foreign-military-sales-fms-and-x-band-satellite-communications-satcom-a-long-overdue-marriage-of-sorts/" content="Foreign Military Sales (FMS) and X-band Satellite Communications (SATCOM): A Long Overdue Marriage of Sorts" /><meta itemprop="datePublished" content="2016-04-04" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/todd/" /><meta itemprop="name" content="Todd Dudley" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2016/04/04/foreign-military-sales-fms-and-x-band-satellite-communications-satcom-a-long-overdue-marriage-of-sorts/" title="Foreign Military Sales (FMS) and X-band Satellite Communications (SATCOM): A Long Overdue Marriage of Sorts">Foreign Military Sales (FMS) and X-band Satellite Communications (SATCOM): A Long Overdue Marriage of Sorts</a> </h2> <div class="fl-post-grid-content"> <p>The U.S. Foreign Military Sales (FMS) program, authorized under Section 3 of the Arms Export Control Act, specifically authorizes the sale of defense articles and services to foreign military and government end users. In a similar fashion, the International Telecommunications Union (ITU) has set aside certain bands of the Radio Frequency (RF) spectrum, most notably X-band,…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-1046 post type-post status-publish format-standard hentry category-blog tag-aeronautical tag-aisr tag-antenna tag-government tag-on-demand tag-satcom-direct tag-terminals tag-x-band" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2016/02/29/in-partnership-with-satcom-direct-on-demand-aeronautical-service-for-the-u-s-government/" content="In Partnership with Satcom Direct, On-Demand Aeronautical Service for the U.S. Government" /><meta itemprop="datePublished" content="2016-02-29" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2016/02/29/in-partnership-with-satcom-direct-on-demand-aeronautical-service-for-the-u-s-government/" title="In Partnership with Satcom Direct, On-Demand Aeronautical Service for the U.S. Government">In Partnership with Satcom Direct, On-Demand Aeronautical Service for the U.S. Government</a> </h2> <div class="fl-post-grid-content"> <p>We’ve listened to government airborne users who told us that their needs fall outside the scope of full time service (too expensive!) but could never be met by traditional metered service providers (not flexible!). XTAR and Satcom Direct, a leader in providing connectivity for airborne users for years, have forged a partnership to proactively meet…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-1014 post type-post status-publish format-standard hentry category-blog tag-blos tag-communications tag-government tag-military tag-satellite-industry tag-xtar" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2016/02/02/control-your-own-destiny/" content="Control your own destiny" /><meta itemprop="datePublished" content="2016-02-02" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2016/02/02/control-your-own-destiny/" title="Control your own destiny">Control your own destiny</a> </h2> <div class="fl-post-grid-content"> <p>The satellite menu is a smorgasbord of options, particularly with the introduction in recent years of Ka-band. The search for effective Beyond Line of Sight (BLOS) solutions for governments, particularly in this new world of ever-changing threats is fraught with misinformation and misperceptions. An effective solution is at your fingertips. You may not know about…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-989 post type-post status-publish format-standard hentry category-blog" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2015/11/25/critical-communications-amid-heightened-tensions/" content="Critical Communications Amid Heightened Tensions" /><meta itemprop="datePublished" content="2015-11-25" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2015/11/25/critical-communications-amid-heightened-tensions/" title="Critical Communications Amid Heightened Tensions">Critical Communications Amid Heightened Tensions</a> </h2> <div class="fl-post-grid-content"> <p>The recent attacks in Paris, the refugee crises at border crossings, and the overall heightening of security in major cities are grave reminders of the importance of rapid deployments by military, security and special forces. And where there are forces, there must be communications links that are swiftly implemented, robust and secure. Whether a contingent…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-969 post type-post status-publish format-standard hentry category-blog tag-blos tag-global-milsatcom tag-mod tag-x-band" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2015/10/30/you-have-a-choice-use-it/" content="You Have a Choice – USE IT!" /><meta itemprop="datePublished" content="2015-10-30" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2015/10/30/you-have-a-choice-use-it/" title="You Have a Choice – USE IT!">You Have a Choice – USE IT!</a> </h2> <div class="fl-post-grid-content"> <p>“Anytime, anyplace, anywhere” – for those that remember it sounds like the old 1970’s Martini advert. In times of uncertainty, this has become the de-facto mantra of governments worldwide; demanding from its military and security forces the ability to respond “Anytime, anyplace, anywhere” to meet its future defence needs.</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-952 post type-post status-publish format-standard hentry category-blog tag-communications tag-government tag-military tag-satcom tag-wgs tag-x-band tag-xtar" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2015/10/28/xtar-celebrates-10-years-of-service-as-the-world-celebrates-70-years-of-satcom/" content="XTAR Celebrates 10 Years of Service as the World Celebrates 70 Years of Satcom" /><meta itemprop="datePublished" content="2015-10-28" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2015/10/28/xtar-celebrates-10-years-of-service-as-the-world-celebrates-70-years-of-satcom/" title="XTAR Celebrates 10 Years of Service as the World Celebrates 70 Years of Satcom">XTAR Celebrates 10 Years of Service as the World Celebrates 70 Years of Satcom</a> </h2> <div class="fl-post-grid-content"> <p>70 years ago, in October 1945, on the heels of World War II, Arthur C. Clarke published his now famous article in Wireless World, “EXTRA-TERRESTRIAL RELAYS, Can Rocket Stations Give World-wide Radio Coverage?” It would be 12 more years before the Russians would launch Sputnik, followed closely by the U.S. with Explorer 1 on a Jupiter…</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-942 post type-post status-publish format-standard hentry category-blog tag-antenna tag-terminal tag-wgs tag-x-band tag-xtar" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2015/10/14/lickity-split-satcom-service/" content="Lickity Split SATCOM Service" /><meta itemprop="datePublished" content="2015-10-14" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2015/10/14/lickity-split-satcom-service/" title="Lickity Split SATCOM Service">Lickity Split SATCOM Service</a> </h2> <div class="fl-post-grid-content"> <p>A SATCOM terminal manufacturer had been tasked with finding X-band space segment capacity and needed to quickly test their new mobile terminal for military users at Fort Bragg, NC. The catch was they needed service that same day!</p> </div> </div> </div> <div class="fl-post-grid-post fl-post-align-default post-939 post type-post status-publish format-standard hentry category-blog tag-aisr tag-isr tag-terminals tag-uav tag-x-band tag-xtar" itemscope itemtype="https://schema.org/BlogPosting"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://xtar.com/2015/10/08/size-matters-new-satellite-terminals-make-way-for-system-flexibility/" content="Size Matters — New Satellite Terminals Make Way for System Flexibility" /><meta itemprop="datePublished" content="2015-10-08" /><meta itemprop="dateModified" content="2019-10-09" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="XTAR"></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://xtar.com/author/ssands/" /><meta itemprop="name" content="XTAR" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> <div class="fl-post-grid-text"> <h2 class="fl-post-grid-title" itemprop="headline"> <a href="https://xtar.com/2015/10/08/size-matters-new-satellite-terminals-make-way-for-system-flexibility/" title="Size Matters — New Satellite Terminals Make Way for System Flexibility">Size Matters — New Satellite Terminals Make Way for System Flexibility</a> </h2> <div class="fl-post-grid-content"> <p>Satellite connectivity is the key to beyond-line-of-sight (BLOS) communications on UAVs. Traditionally, smaller UAVs (Class III with max weight of 1320 lbs and max speed 250 kts) have been limited to operating with line-of-site communications systems. Because they have not been able to accommodate large, power-hungry SATCOM terminals, which require substantial space on the aircraft,…</p> </div> </div> </div> <div class="fl-post-grid-sizer"></div> </div> <div class="fl-clear"></div> <div class="fl-builder-pagination"> <ul class='page-numbers'> <li><a class="prev page-numbers" href="https://xtar.com/x-factor/page/4/">« Previous</a></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/">1</a></li> <li><span class="page-numbers dots">…</span></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/page/3/">3</a></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/page/4/">4</a></li> <li><span aria-current="page" class="page-numbers current">5</span></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/page/6/">6</a></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/page/7/">7</a></li> <li><span class="page-numbers dots">…</span></li> <li><a class="page-numbers" href="https://xtar.com/x-factor/page/10/">10</a></li> <li><a class="next page-numbers" href="https://xtar.com/x-factor/page/6/">Next »</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="uabb-js-breakpoint" style="display: none;"></div> </div><!-- .fl-post-content --> </article> <!-- .fl-post --> </div> </div> </div> </div><!-- .fl-page-content --> <footer class="fl-builder-content fl-builder-content-2103 fl-builder-global-templates-locked" data-post-id="2103" data-type="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5d168e7306672 fl-row-default-height fl-row-align-center" data-node="5d168e7306672"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-full-width fl-node-content"> <div class="fl-col-group fl-node-5d168e7306673 fl-col-group-custom-width" data-node="5d168e7306673"> <div class="fl-col fl-node-5d168e7306676 fl-col-bg-color fl-col-small-custom-width" data-node="5d168e7306676"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-heading fl-node-5d168e7306683" data-node="5d168e7306683"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">Get In Touch</span> </h3> </div> </div> <div class="fl-module fl-module-icon fl-node-5d168e730667d" data-node="5d168e730667d"> <div class="fl-module-content fl-node-content"> <div class="fl-icon-wrap"> <span class="fl-icon"> <a href="#" target="_self" tabindex="-1" aria-hidden="true" aria-labelledby="fl-icon-text-5d168e730667d"> <i class="fas fa-phone" aria-hidden="true"></i> </a> </span> <div id="fl-icon-text-5d168e730667d" class="fl-icon-text"> <a href="#" target="_self" class="fl-icon-text-link fl-icon-text-wrap"> <p>+1-571-281-3570</p> </a> </div> </div> </div> </div> <div class="fl-module fl-module-icon fl-node-5d168e730667b" data-node="5d168e730667b"> <div class="fl-module-content fl-node-content"> <div class="fl-icon-wrap"> <span class="fl-icon"> <a href="#" target="_self" tabindex="-1" aria-hidden="true" aria-labelledby="fl-icon-text-5d168e730667b"> <i class="far fa-map" aria-hidden="true"></i> </a> </span> <div id="fl-icon-text-5d168e730667b" class="fl-icon-text"> <a href="#" target="_self" class="fl-icon-text-link fl-icon-text-wrap"> <p>1602 Village Market Blvd. SE, Suite 360, Leesburg, VA 20175</p> </a> </div> </div> </div> </div> <div class="fl-module fl-module-icon fl-node-5d168e730667c" data-node="5d168e730667c"> <div class="fl-module-content fl-node-content"> <div class="fl-icon-wrap"> <span class="fl-icon"> <a href="/cdn-cgi/l/email-protection#c3aaada5ac83bbb7a2b1eda0acae" target="_self" tabindex="-1" aria-hidden="true" aria-labelledby="fl-icon-text-5d168e730667c"> <i class="far fa-envelope" aria-hidden="true"></i> </a> </span> <div id="fl-icon-text-5d168e730667c" class="fl-icon-text"> <a href="/cdn-cgi/l/email-protection#d2bbbcb4bd92aaa6b3a0fcb1bdbf" target="_self" class="fl-icon-text-link fl-icon-text-wrap"> <p><a href="/cdn-cgi/l/email-protection#c5acaba3aa85bdb1a4b7eba6aaa8"><span class="__cf_email__" data-cfemail="1871767e7758606c796a367b7775">[email protected]</span></a></p> </a> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-5d168e7306674 fl-col-bg-color fl-col-small fl-col-small-custom-width" data-node="5d168e7306674"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-heading fl-node-5d168e7306682" data-node="5d168e7306682"> <div class="fl-module-content fl-node-content"> <h3 class="fl-heading"> <span class="fl-heading-text">Stay In Touch</span> </h3> </div> </div> <div class="fl-module fl-module-icon-group fl-node-5d1693508cedb" data-node="5d1693508cedb"> <div class="fl-module-content fl-node-content"> <div class="fl-icon-group"> <span class="fl-icon"> <a href="http://www.linkedin.com/company/xtar?trk=hb_tab_compy_id_2873121" target="_blank" rel="noopener" > <i class="fab fa-linkedin-in" aria-hidden="true"></i> </a> </span> <span class="fl-icon"> <a href="https://twitter.com/xtarllc" target="_blank" rel="noopener" > <i class="fab fa-twitter" aria-hidden="true"></i> </a> </span> <span class="fl-icon"> <a href="https://visitor.r20.constantcontact.com/d.jsp?llr=iw9vahyab&p=oi&m=1125517028040&sit=xcml77zkb&f=24c75ca8-60ee-4239-a59b-33192f3633de" target="_self"> <i class="dashicons dashicons-before dashicons-welcome-write-blog" aria-hidden="true"></i> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-color fl-node-5d168e7306667 fl-row-default-height fl-row-align-center" data-node="5d168e7306667"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5d168e730666e" data-node="5d168e730666e"> <div class="fl-col fl-node-5d168e7306670 fl-col-bg-color" data-node="5d168e7306670"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5d168e7306671" data-node="5d168e7306671"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p>© 2025 XTAR. All Rights Reserved.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </footer><div class="uabb-js-breakpoint" style="display: none;"></div> </div><!-- .fl-page --> <div id="um_upload_single" style="display:none;"></div> <div id="um_view_photo" style="display:none;"> <a href="javascript:void(0);" data-action="um_remove_modal" class="um-modal-close" aria-label="Close view photo modal"> <i class="um-faicon-times"></i> </a> <div class="um-modal-body photo"> <div class="um-modal-photo"></div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://xtar.com/wp-content/plugins/bb-plugin/js/jquery.imagesloaded.min.js?ver=2.8.6.1" id="imagesloaded-js"></script> <script src="https://xtar.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://xtar.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> <script src="https://xtar.com/wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min.js?ver=2.8.6.1" id="jquery-throttle-js"></script> <script src="https://xtar.com/wp-content/uploads/bb-plugin/cache/2210-layout.js?ver=10cf17f15dab20af881c1f7d0906cee3" id="fl-builder-layout-2210-js"></script> <script src="https://xtar.com/wp-content/uploads/bb-plugin/cache/7dd033fad7754a64b4e833a0166c520a-layout-bundle.js?ver=2.8.6.1-1.4.11.2" id="fl-builder-layout-bundle-7dd033fad7754a64b4e833a0166c520a-js"></script> <script src="https://xtar.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src="https://xtar.com/wp-includes/js/wp-util.min.js?ver=6.7.2" id="wp-util-js"></script> <script src="https://xtar.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://xtar.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/tipsy/tipsy.min.js?ver=1.0.0a" id="um_tipsy-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/um-confirm/um-confirm.min.js?ver=1.0" id="um_confirm-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/picker.min.js?ver=3.6.2" id="um_datetime-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/picker.date.min.js?ver=3.6.2" id="um_datetime_date-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/pickadate/picker.time.min.js?ver=3.6.2" id="um_datetime_time-js"></script> <script id="um_common-js-extra"> var um_common_variables = {"locale":"en_US"}; var um_common_variables = {"locale":"en_US"}; </script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/common.min.js?ver=2.10.2" id="um_common-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/cropper/cropper.min.js?ver=1.6.1" id="um_crop-js"></script> <script id="um_frontend_common-js-extra"> var um_frontend_common_variables = []; </script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/common-frontend.min.js?ver=2.10.2" id="um_frontend_common-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-modal.min.js?ver=2.10.2" id="um_modal-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/jquery-form/jquery-form.min.js?ver=2.10.2" id="um_jquery_form-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/fileupload/fileupload.js?ver=2.10.2" id="um_fileupload-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-functions.min.js?ver=2.10.2" id="um_functions-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-responsive.min.js?ver=2.10.2" id="um_responsive-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-conditional.min.js?ver=2.10.2" id="um_conditional-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/select2/select2.full.min.js?ver=4.0.13" id="select2-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/select2/i18n/en.js?ver=4.0.13" id="um_select2_locale-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/libs/raty/um-raty.min.js?ver=2.6.0" id="um_raty-js"></script> <script id="um_scripts-js-extra"> var um_scripts = {"max_upload_size":"104857600","nonce":"cef3a4575f"}; </script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-scripts.min.js?ver=2.10.2" id="um_scripts-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-profile.min.js?ver=2.10.2" id="um_profile-js"></script> <script src="https://xtar.com/wp-content/plugins/ultimate-member/assets/js/um-account.min.js?ver=2.10.2" id="um_account-js"></script> <script src="https://xtar.com/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min.js?ver=2.8.6.1" id="jquery-magnificpopup-js"></script> <script id="fl-automator-js-extra"> var themeopts = {"medium_breakpoint":"992","mobile_breakpoint":"768","lightbox":"enabled","scrollTopPosition":"800"}; </script> <script src="https://xtar.com/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.18" id="fl-automator-js"></script> </body> </html>