{"id":39019,"date":"2023-04-17T07:12:15","date_gmt":"2023-04-17T07:12:15","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/?page_id=39019"},"modified":"2023-05-15T18:00:22","modified_gmt":"2023-05-15T18:00:22","slug":"dynamic-content","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/features\/dynamic-content\/","title":{"rendered":"Dynamic Content"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1682607169420{margin-bottom: 0px !important;padding-top: 280px !important;padding-bottom: 175px !important;background: #000000 url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/hero-jpg-ps-70.jpg?id=39238) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; tablet_padding_top=&#8221;150&#8243; tablet_padding_bottom=&#8221;120&#8243; el_class=&#8221;custom-hero-top-padding&#8221; custom_css_code=&#8221;JTQwbWVkaWElMjBvbmx5JTIwc2NyZWVuJTIwYW5kJTIwJTI4bWluLXdpZHRoJTNBMTAyNXB4JTI5JTIwYW5kJTIwJTI4bWF4LWhlaWdodCUzQTg1MHB4JTI5JTdCJTBBJTIwJTdCJTBBcGFkZGluZy10b3AlM0ExNTBweCUyMCUyMWltcG9ydGFudCUzQiUwQSU3RCU3RA==&#8221; mobile_padding_top=&#8221;100&#8243;][vc_column]<script type=\"text\/javascript\">(function() { function TheGemHeading() { this.selector = '.thegem-heading'; this.animateClass = 'thegem-heading-animate'; this.animatedClass = 'thegem-heading-animated'; this.rotatingSelector = '.thegem-heading-rotating'; } TheGemHeading.prototype = { initialize: function () { let items = document.querySelectorAll(this.selector); if ('IntersectionObserver' in window) { let intersectionObserver = new IntersectionObserver((entries, observer)=>{ entries.forEach((entry)=> { if (entry.isIntersecting) { this.startAnimation(entry.target); intersectionObserver.unobserve(entry.target); } }); }); items.forEach((item)=>{ intersectionObserver.observe(item); setTimeout(()=>this.prepareAnimation(item), 300); }); } else { items.forEach((item)=>{ this.prepareAnimation(item); this.startAnimation(item); }); } }, startAnimation: function (element) { if (element.classList.contains(this.animateClass)) { setTimeout(()=>{ element.classList.remove(this.animateClass); element.classList.add(this.animatedClass); }, 300); } let rotatingItem = element.querySelector(this.rotatingSelector); if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) { this.rotating(rotatingItem); } }, isRotating: function (element) { return element.querySelector(this.rotatingSelector) !== null; }, prepareAnimation: function (element) { if (!element || this.isRotating(element)) { return; } const animationName = element.dataset.animationName; const animationDelay = parseInt(element.dataset.animationDelay) || 0; const animationInterval = parseInt(element.dataset.animationInterval) || 0; switch (animationName) { case 'lines-slide-up': case 'lines-slide-up-random': const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">'; function animationLineTag (index) { let styles = ''; if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) { styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`; } return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>'; } let nodes = element.childNodes; let currentOffset = nodes[0].offsetTop; let index = 0; let idx = 0; let html = animationLineTagWrap + animationLineTag(index); for (let i = 0; i < nodes.length; i++) { if (nodes[i].nodeType === 3) continue; if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) { index++; html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index); currentOffset = nodes[i].offsetTop; if (animationName === 'lines-slide-up-random') idx = 0; } if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) { nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms'; } html += nodes[i].outerHTML + ' '; if (animationName === 'lines-slide-up-random') idx++; } html += '<\/span><\/span>'; element.innerHTML = html; break; } }, rotating: function (element,) { let current = element.querySelector('.thegem-heading-rotating-text'); element.style.width = element.clientWidth+'px'; current.style.width = element.clientWidth+'px'; setInterval(()=>{ let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0]; let nextWidth = next.clientWidth; let currentWidth = current.clientWidth; element.style.width = nextWidth + 'px'; current.style.width = '1px'; current.style.opacity = 0; next.style.width = '1px'; setTimeout(()=>{ current.style.position = 'absolute'; current.style.width = currentWidth + 'px'; next.style.position = 'relative'; next.style.opacity = 1; next.style.width = nextWidth + 'px'; current = next; }, 500); }, 2500); } }; window.theGemHeading = new TheGemHeading(); document.addEventListener('DOMContentLoaded', function(event) { window.theGemHeading.initialize(); }); if (window.parent.vc) { window.parent.vc.events.on('shortcodeView:updated', function (event) { let element = event.view.el.querySelector('.thegem-heading'); window.theGemHeading.prepareAnimation(element); window.theGemHeading.startAnimation(element); }); window.parent.vc.events.on('app.render', function () { window.theGemHeading.initialize(); }); }\n})();<\/script><h1 id=\"thegem-heading-69e144faf0f3a\" class=\"thegem-heading title-xlarge vc_custom_1682607023862 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"120\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Content<\/span><\/h1><style type=\"text\/css\">#thegem-heading-69e144faf0f3a {margin: 0;}#thegem-heading-69e144faf0f3a {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf0f3a {font-size: 100px;}#thegem-heading-69e144faf0f3a {line-height: 115px;}#thegem-heading-69e144faf0f3a {letter-spacing: 0px;}#thegem-heading-69e144faf0f3a, #thegem-heading-69e144faf0f3a .light {text-transform: none;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e144faf0f3a {font-size: 60px;}}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e144faf0f3a {line-height: 70px;}}@media screen and (max-width: 767px) {#thegem-heading-69e144faf0f3a {font-size: 50px;}}@media screen and (max-width: 767px) {#thegem-heading-69e144faf0f3a {line-height: 60px;}}#thegem-heading-69e144faf0f3a {max-width: 500px;}#thegem-heading-69e144faf0f3a .thegem-heading-line {animation-duration: 1000ms;}#thegem-heading-69e144faf0f3a .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><h1 id=\"thegem-heading-69e144faf0fdf\" class=\"thegem-heading vc_custom_1682607103684 words-slide-up thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 80ms\">for<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 160ms\">Personalized<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 240ms\">Experience<\/span><\/span><\/h1><style type=\"text\/css\">#thegem-heading-69e144faf0fdf {margin: 0;}#thegem-heading-69e144faf0fdf {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf0fdf {font-size: 48px;}#thegem-heading-69e144faf0fdf {line-height: 53px;}#thegem-heading-69e144faf0fdf {letter-spacing: 0px;}#thegem-heading-69e144faf0fdf, #thegem-heading-69e144faf0fdf .light {text-transform: capitalize;}@media screen and (max-width: 767px) {#thegem-heading-69e144faf0fdf {font-size: 32px;}}@media screen and (max-width: 767px) {#thegem-heading-69e144faf0fdf {line-height: 40px;}}#thegem-heading-69e144faf0fdf .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><h5 id=\"thegem-heading-69e144faf103c\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Create<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">layouts<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">by<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamically<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">populating<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">design<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">from<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">different<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">sources.<\/span><\/h5><style type=\"text\/css\">#thegem-heading-69e144faf103c {margin: 0;}#thegem-heading-69e144faf103c {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf103c {letter-spacing: 0px;}#thegem-heading-69e144faf103c, #thegem-heading-69e144faf103c .light {text-transform: none;}#thegem-heading-69e144faf103c {max-width: 630px;}#thegem-heading-69e144faf103c .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[vc_row_inner equal_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1682091804700{margin-top: 120px !important;padding-right: 8% !important;padding-left: 8% !important;}&#8221; tablet_padding_left=&#8221;21&#8243; tablet_padding_right=&#8221;21&#8243; tablet_margin_top=&#8221;70&#8243;][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1682607248628{margin-right: 31px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 55px !important;padding-bottom: 60px !important;background-color: #1a1c21 !important;border-left-color: rgba(255,255,255,0.2) !important;border-left-style: solid !important;border-right-color: rgba(255,255,255,0.2) !important;border-right-style: solid !important;border-top-color: rgba(255,255,255,0.2) !important;border-top-style: solid !important;border-bottom-color: rgba(255,255,255,0.2) !important;border-bottom-style: solid !important;}&#8221; tablet_margin_right=&#8221;10&#8243; mobile_margin_right=&#8221;0&#8243; mobile_margin_bottom=&#8221;20&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered lazy-loading\"  style=\"width: 60px;\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/icons8-improvement-16.svg\" alt=\"\"\/><\/div><\/div><\/div><h5 id=\"thegem-heading-69e144faf11ec\" class=\"thegem-heading vc_custom_1682606191982 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Better<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Conversions<\/span><\/h5><style type=\"text\/css\">#thegem-heading-69e144faf11ec {margin: 0;}#thegem-heading-69e144faf11ec {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf11ec {letter-spacing: 0px;}#thegem-heading-69e144faf11ec, #thegem-heading-69e144faf11ec .light {text-transform: none;}#thegem-heading-69e144faf11ec .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1249\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Improve<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">user<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">experience<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">conversions,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">reduce<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">bounce<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">rates<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">by<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">delivering<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">user<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">adapted<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1249 {margin: 0;}#thegem-heading-69e144faf1249 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf1249 {max-width: 290px;}#thegem-heading-69e144faf1249 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1682607257970{margin-right: 31px !important;margin-left: 31px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 55px !important;padding-bottom: 60px !important;background-color: #1a1c21 !important;border-left-color: rgba(255,255,255,0.2) !important;border-left-style: solid !important;border-right-color: rgba(255,255,255,0.2) !important;border-right-style: solid !important;border-top-color: rgba(255,255,255,0.2) !important;border-top-style: solid !important;border-bottom-color: rgba(255,255,255,0.2) !important;border-bottom-style: solid !important;}&#8221; tablet_margin_left=&#8221;10&#8243; tablet_margin_right=&#8221;10&#8243; mobile_margin_left=&#8221;0&#8243; mobile_margin_right=&#8221;0&#8243; mobile_margin_bottom=&#8221;20&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered lazy-loading\"  style=\"width: 60px;\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/icons8-3d-rotate-16.svg\" alt=\"\"\/><\/div><\/div><\/div><h5 id=\"thegem-heading-69e144faf1391\" class=\"thegem-heading vc_custom_1682606203304 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Easy<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">To<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Update<\/span><\/h5><style type=\"text\/css\">#thegem-heading-69e144faf1391 {margin: 0;}#thegem-heading-69e144faf1391 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf1391 {letter-spacing: 0px;}#thegem-heading-69e144faf1391, #thegem-heading-69e144faf1391 .light {text-transform: none;}#thegem-heading-69e144faf1391 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf13e8\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Easily<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">edit<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">WordPress<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">backend<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">without<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">needing<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">change<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">design.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf13e8 {margin: 0;}#thegem-heading-69e144faf13e8 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf13e8 {max-width: 290px;}#thegem-heading-69e144faf13e8 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1682092831386{margin-left: 31px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 55px !important;padding-bottom: 60px !important;background-color: #1a1c21 !important;border-left-color: rgba(255,255,255,0.2) !important;border-left-style: solid !important;border-right-color: rgba(255,255,255,0.2) !important;border-right-style: solid !important;border-top-color: rgba(255,255,255,0.2) !important;border-top-style: solid !important;border-bottom-color: rgba(255,255,255,0.2) !important;border-bottom-style: solid !important;}&#8221; tablet_margin_left=&#8221;10&#8243; mobile_margin_left=&#8221;0&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered lazy-loading\"  style=\"width: 60px;\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/icons8-tune-16.svg\" alt=\"\"\/><\/div><\/div><\/div><h5 id=\"thegem-heading-69e144faf1503\" class=\"thegem-heading vc_custom_1682606220351 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">No<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Code<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Required<\/span><\/h5><style type=\"text\/css\">#thegem-heading-69e144faf1503 {margin: 0;}#thegem-heading-69e144faf1503 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf1503 {letter-spacing: 0px;}#thegem-heading-69e144faf1503, #thegem-heading-69e144faf1503 .light {text-transform: none;}#thegem-heading-69e144faf1503 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1558\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Create<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">professional<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">rich<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">websites<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">without<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">coding<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">required.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1558 {margin: 0;}#thegem-heading-69e144faf1558 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf1558 {max-width: 290px;}#thegem-heading-69e144faf1558 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590001106{margin-bottom: 0px !important;padding-top: 140px !important;padding-bottom: 70px !important;background-color: #f4f6f7 !important;}&#8221; tablet_padding_top=&#8221;70&#8243;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1681741666359{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-1.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590416506{padding-top: 0px !important;padding-left: 70px !important;}&#8221; mobile_padding_left=&#8221;21&#8243;]<h2 id=\"thegem-heading-69e144faf1692\" class=\"thegem-heading vc_custom_1682605444038 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">Tags<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e144faf1692 {margin: 0;}#thegem-heading-69e144faf1692 {letter-spacing: 0px;}#thegem-heading-69e144faf1692, #thegem-heading-69e144faf1692 .light {text-transform: none;}#thegem-heading-69e144faf1692 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf16e6\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">tags<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">help<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">get<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">relevant<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">from<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">various<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">sources<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">posts,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">pages,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">product<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">pages<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content.<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">They<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">can<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">be<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">used<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">element<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">text,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">headings,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">links,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">buttons<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">media.<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">tags<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">help<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">connect<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">static<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">design<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">engaging<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">website<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">experience.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf16e6 {margin: 0;}#thegem-heading-69e144faf16e6 {max-width: 490px;}#thegem-heading-69e144faf16e6 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590485619{margin-bottom: 0px !important;padding-top: 140px !important;padding-bottom: 85px !important;background-color: #ffffff !important;}&#8221; tablet_padding_top=&#8221;70&#8243; mobile_padding_bottom=&#8221;40&#8243;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590451898{padding-top: 0px !important;}&#8221; mobile_padding_bottom=&#8221;30&#8243;]<h2 id=\"thegem-heading-69e144faf1764\" class=\"thegem-heading vc_custom_1682605486567 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">Query<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e144faf1764 {margin: 0;}#thegem-heading-69e144faf1764 {letter-spacing: 0px;}#thegem-heading-69e144faf1764, #thegem-heading-69e144faf1764 .light {text-transform: none;}#thegem-heading-69e144faf1764 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf17c0\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Use<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">query<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">grids,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">lists,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">carousels<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">other<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">loop<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">elements<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamically<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">populate<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">archive<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">pages<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">single<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">posts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">relevant<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">like<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">posts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">from<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">archive<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">same<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">taxonomy<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">(related)<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">posts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">single<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">post.<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">It<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">helps<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">archive\/category<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">layouts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">related<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">posts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">sections.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf17c0 {margin: 0;}#thegem-heading-69e144faf17c0 {max-width: 490px;}#thegem-heading-69e144faf17c0 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1681741746056{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-2.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590802914{margin-bottom: 0px !important;padding-top: 90px !important;padding-right: 7% !important;padding-bottom: 50px !important;padding-left: 7% !important;background-color: #5442f0 !important;}&#8221; custom_css_code=&#8221;JTQwbWVkaWElMjhtYXgtd2lkdGglM0ExNjAwcHglMjklMjAlN0IlMEElMjAlN0IlMEFwYWRkaW5nLWxlZnQlM0EyMXB4JTIwJTIxaW1wb3J0YW50JTNCJTBBcGFkZGluZy1yaWdodCUzQTIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElN0QlN0QlMEElMjAuY3VzdG9tLWxpc3RzJTIwLmdlbS1saXN0JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwZGlzcGxheSUzQWlubGluZS1ibG9jayUzQiUwQSU3RCUwQSUyMC5jdXN0b20tbGlzdHMlMjAuZ2VtLWxpc3QlM0FudGgtb2YtdHlwZSUyODElMjklMjAlN0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nLXJpZ2h0JTNBJTIwMzBweCUzQiUwQSU3RCUwQSUyMC5nZW0tbGlzdC5nZW0tbGlzdC1jb2xvci0zJTNFdWwlM0VsaSUzQWJlZm9yZSUyMCU3QiUwQSUyMCUyMCUyMCUyMGNvbG9yJTNBJTIwJTIzNmVmZmJjJTIwJTIxaW1wb3J0YW50JTNCJTBBJTdEJTBBJTQwbWVkaWElMjhtYXgtd2lkdGglM0ExMTk5cHglMjklMjBhbmQlMjAlMjhtaW4td2lkdGglM0E3NjhweCUyOSUyMCU3QiUwQSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMGRpc3BsYXklM0FmbGV4JTNCJTBBJTdEJTBBJTIwLm9yZGVyLTElMjAlN0IlMEElMjAlMjAlMjAlMjBvcmRlciUzQTElM0IlMEElN0QlMEElMjAub3JkZXItMiUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBMiUzQiUwQSU3RCUwQSUyMC5vcmRlci0zJTIwJTdCJTBBJTIwJTIwJTIwJTIwb3JkZXIlM0EzJTNCJTBBJTdEJTBBJTIwLm9yZGVyLTQlMjAlN0IlMEElMjAlMjAlMjAlMjBvcmRlciUzQTQlM0IlMEElMEElN0QlMEElMjAub3JkZXItNCUyMC52Y19jb2x1bW4taW5uZXIlMjAlN0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nLWxlZnQlM0ElMjAyMXB4JTIwJTIxaW1wb3J0YW50JTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZy1yaWdodCUzQSUyMDUwcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElN0QlMEElN0QlMEE=&#8221; tablet_padding_top=&#8221;50&#8243; mobile_padding_bottom=&#8221;20&#8243;][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; css=&#8221;.vc_custom_1682590635994{padding-top: 0px !important;padding-right: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-1&#8243; tablet_margin_bottom=&#8221;30&#8243; mobile_margin_bottom=&#8221;0&#8243; mobile_padding_left=&#8221;0&#8243; mobile_padding_right=&#8221;0&#8243;]<div id=\"thegem-heading-69e144faf1901\" class=\"thegem-heading title-h3 vc_custom_1682605560285 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Single<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">Post<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 360ms\">Data<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf1901 {margin: 0;}#thegem-heading-69e144faf1901 {letter-spacing: 0px;}#thegem-heading-69e144faf1901, #thegem-heading-69e144faf1901 .light {text-transform: none;}#thegem-heading-69e144faf1901 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1959\" class=\"thegem-heading vc_custom_1682605593404 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Populate<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamically<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">individual<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">data:<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1959 {margin: 0;}#thegem-heading-69e144faf1959, #thegem-heading-69e144faf1959 .light {text-transform: none;}#thegem-heading-69e144faf1959 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[vc_row_inner el_class=&#8221;custom-lists&#8221;][vc_column_inner css=&#8221;.vc_custom_1682584841877{padding-right: 0px !important;}&#8221;]<div class=\"gem-list lazy-loading gem-list-type-check-style-1 gem-list-color-3\" ><ul>\n<li><span style=\"color: #ffffff;\">Title<\/span><\/li>\n<li><span style=\"color: #ffffff;\">Excerpt<\/span><\/li>\n<li><span style=\"color: #ffffff;\">Breadcrumbs<\/span><\/li>\n<li><span style=\"color: #ffffff;\">Post Navigation<\/span><\/li>\n<\/ul>\n<\/div><div class=\"gem-list lazy-loading gem-list-type-check-style-1 gem-list-color-3\" data-ll-item-delay=\"200\"><ul>\n<li><span style=\"color: #ffffff;\">Featured Image <\/span><\/li>\n<li><span style=\"color: #ffffff;\">Date Terms<\/span><\/li>\n<li><span style=\"color: #ffffff;\">Taxonomy Terms<\/span><\/li>\n<li><span style=\"color: #ffffff;\">Author Box<\/span><\/li>\n<\/ul>\n<\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590920970{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-2&#8243; mobile_margin_bottom=&#8221;50&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-3.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590763553{padding-top: 0px !important;padding-left: 90px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-4&#8243; mobile_padding_left=&#8221;21&#8243;]<div id=\"thegem-heading-69e144faf1ac4\" class=\"thegem-heading title-h3 vc_custom_1682605572855 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Custom<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">Fields<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf1ac4 {margin: 0;}#thegem-heading-69e144faf1ac4 {letter-spacing: 0px;}#thegem-heading-69e144faf1ac4, #thegem-heading-69e144faf1ac4 .light {text-transform: none;}#thegem-heading-69e144faf1ac4 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1b15\" class=\"thegem-heading vc_custom_1682605582561 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">TheGem's<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">feature<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">helps<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">specify<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">various<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">globally<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">per<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">type<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">populate<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">them<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">individual<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">values<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">per<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page.<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">It<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">supports<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">different<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">field<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">formats.<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Using<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">\"Custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Fields\"<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">element<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">can<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">display<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">anywhere<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">template<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">customize<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">its<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">look<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">without<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">coding<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">required.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1b15 {margin: 0;}#thegem-heading-69e144faf1b15, #thegem-heading-69e144faf1b15 .light {text-transform: none;}#thegem-heading-69e144faf1b15 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590078786{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-3&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-4.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590840090{margin-bottom: 0px !important;padding-top: 100px !important;padding-right: 7% !important;padding-bottom: 50px !important;padding-left: 7% !important;background-color: #24262e !important;}&#8221; tablet_padding_top=&#8221;50&#8243; custom_css_code=&#8221;JTQwbWVkaWElMjhtYXgtd2lkdGglM0ExNjAwcHglMjklMjAlN0IlMEElMjAlN0IlMEFwYWRkaW5nLWxlZnQlM0EyMXB4JTIwJTIxaW1wb3J0YW50JTNCJTBBcGFkZGluZy1yaWdodCUzQTIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElN0QlN0QlMEElNDBtZWRpYSUyOG1heC13aWR0aCUzQTExOTlweCUyOSUyMGFuZCUyMCUyOG1pbi13aWR0aCUzQTc2OHB4JTI5JTIwJTdCJTBBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwZGlzcGxheSUzQWZsZXglM0IlMEElN0QlMEElMjAub3JkZXItMSUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBMSUzQiUwQSU3RCUwQSUyMC5vcmRlci0yJTIwJTdCJTBBJTIwJTIwJTIwJTIwb3JkZXIlM0EyJTNCJTBBJTdEJTBBJTIwLm9yZGVyLTMlMjAlN0IlMEElMjAlMjAlMjAlMjBvcmRlciUzQTMlM0IlMEElN0QlMEElMjAub3JkZXItNCUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBNCUzQiUwQSU3RCUwQSUyMC5vcmRlci0zJTIwLnZjX2NvbHVtbi1pbm5lciUyMCU3QiUwQSUyMCUyMCUyMCUyMHBhZGRpbmctbGVmdCUzQSUyMDIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nLXJpZ2h0JTNBJTIwMjFweCUyMCUyMWltcG9ydGFudCUzQiUwQSU3RCUwQSU3RA==&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682588435987{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-1&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-right lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-5.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; css=&#8221;.vc_custom_1682590928266{padding-top: 0px !important;padding-right: 90px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-2&#8243; mobile_margin_bottom=&#8221;50&#8243;]<div id=\"thegem-heading-69e144faf1d2e\" class=\"thegem-heading title-h3 vc_custom_1682605673985 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">ACF<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">&<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 360ms\">Toolset<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf1d2e {margin: 0;}#thegem-heading-69e144faf1d2e {letter-spacing: 0px;}#thegem-heading-69e144faf1d2e, #thegem-heading-69e144faf1d2e .light {text-transform: none;}#thegem-heading-69e144faf1d2e .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1d84\" class=\"thegem-heading vc_custom_1682605695672 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">TheGem<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">fully<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">integrates<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Advanced<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">(ACF)<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Toolset<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">plugins.<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Using<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">tags<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">\"Custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Fields\"<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">element<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">can<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">add<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">display<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">of<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">created<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">this<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">plugins<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">anywhere<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">your<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">page\/post<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">template.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1d84 {margin: 0;}#thegem-heading-69e144faf1d84, #thegem-heading-69e144faf1d84 .light {text-transform: none;}#thegem-heading-69e144faf1d84 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682588450738{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-4&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-right lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-6.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590893489{padding-top: 0px !important;padding-right: 90px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-3&#8243; mobile_padding_right=&#8221;21&#8243;]<div id=\"thegem-heading-69e144faf1eab\" class=\"thegem-heading title-h3 vc_custom_1682605685884 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Project<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">Details<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf1eab {margin: 0;}#thegem-heading-69e144faf1eab {letter-spacing: 0px;}#thegem-heading-69e144faf1eab, #thegem-heading-69e144faf1eab .light {text-transform: none;}#thegem-heading-69e144faf1eab .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf1efc\" class=\"thegem-heading vc_custom_1682605707685 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">This<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">is<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">a<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">special<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">type<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">of<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">built<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">TheGem<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">displaying<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">portfolio<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">single<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">pages<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">portfolio<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">grids.<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">It<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">supports<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">different<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">field<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">formats.<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">Project<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">details<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">feature<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">helps<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">project<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">pages<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">by<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">adding<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">project<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">customizing<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">its<\/span> <span class=\"thegem-heading-word\" style=\"color: #99a9b5;\">look.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf1efc {margin: 0;}#thegem-heading-69e144faf1efc, #thegem-heading-69e144faf1efc .light {text-transform: none;}#thegem-heading-69e144faf1efc .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590017602{margin-bottom: 0px !important;padding-top: 160px !important;padding-bottom: 100px !important;background-color: #ffffff !important;}&#8221; tablet_padding_top=&#8221;70&#8243; tablet_padding_bottom=&#8221;80&#8243;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1681742038894{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-7.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1681742042774{padding-top: 0px !important;}&#8221;]<h2 id=\"thegem-heading-69e144faf2022\" class=\"thegem-heading vc_custom_1682605723789 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">Text<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 360ms\">Shortcode<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e144faf2022 {margin: 0;}#thegem-heading-69e144faf2022 {letter-spacing: 0px;}#thegem-heading-69e144faf2022, #thegem-heading-69e144faf2022 .light {text-transform: none;}#thegem-heading-69e144faf2022 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf2072\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #5f727f;\">TheGem<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">comes<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">special<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">shortcode<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">which<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">allows<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">insert<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">from<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">fields,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">ACF<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Toolset<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">fields<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">of<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">anywhere<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">text<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">editor<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">text<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">input<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">used<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">element<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">inside<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">this<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">post\/page.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf2072 {margin: 0;}#thegem-heading-69e144faf2072 {max-width: 490px;}#thegem-heading-69e144faf2072 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682590970890{margin-bottom: 0px !important;padding-top: 110px !important;padding-bottom: 80px !important;background-color: #f4f6f7 !important;}&#8221; tablet_padding_top=&#8221;70&#8243; tablet_padding_bottom=&#8221;80&#8243; mobile_padding_bottom=&#8221;40&#8243;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682590958506{padding-top: 0px !important;}&#8221; mobile_margin_bottom=&#8221;30&#8243;]<h2 id=\"thegem-heading-69e144faf20e0\" class=\"thegem-heading vc_custom_1682605784756 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Grids<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">With<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 360ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 480ms\">Content<\/span><\/span><\/h2><style type=\"text\/css\">#thegem-heading-69e144faf20e0 {margin: 0;}#thegem-heading-69e144faf20e0 {letter-spacing: 0px;}#thegem-heading-69e144faf20e0, #thegem-heading-69e144faf20e0 .light {text-transform: none;}#thegem-heading-69e144faf20e0 {max-width: 380px;}#thegem-heading-69e144faf20e0 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf212d\" class=\"thegem-heading lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Create<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">extended<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">post<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">loops<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">listings<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">by<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">adding<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">post<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">like<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">taxonomy<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">terms,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">meta,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">fields,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">ACF,<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Toolset<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">fields.<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Customize<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">look<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">of<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">listing<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">items.<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">Add<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">advanced<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">AJAX<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">filters<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">multiple<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">layouts<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">including<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #5f727f;\">filters.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf212d {margin: 0;}#thegem-heading-69e144faf212d {max-width: 490px;}#thegem-heading-69e144faf212d .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1681742143135{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-8.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682591010650{margin-bottom: 0px !important;padding-top: 100px !important;padding-right: 7% !important;padding-bottom: 55px !important;padding-left: 7% !important;background-color: #6effbc !important;}&#8221; tablet_padding_top=&#8221;50&#8243; custom_css_code=&#8221;JTQwbWVkaWElMjhtYXgtd2lkdGglM0ExNjAwcHglMjklMjAlN0IlMEElMjAlN0IlMEFwYWRkaW5nLWxlZnQlM0EyMXB4JTIwJTIxaW1wb3J0YW50JTNCJTBBcGFkZGluZy1yaWdodCUzQTIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElN0QlN0QlMEElNDBtZWRpYSUyOG1heC13aWR0aCUzQTExOTlweCUyOSUyMGFuZCUyMCUyOG1pbi13aWR0aCUzQTc2OHB4JTI5JTIwJTdCJTBBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwZGlzcGxheSUzQWZsZXglM0IlMEElN0QlMEElMjAub3JkZXItMSUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBMSUzQiUwQSU3RCUwQSUyMC5vcmRlci0yJTIwJTdCJTBBJTIwJTIwJTIwJTIwb3JkZXIlM0EyJTNCJTBBJTdEJTBBJTIwLm9yZGVyLTMlMjAlN0IlMEElMjAlMjAlMjAlMjBvcmRlciUzQTMlM0IlMEElN0QlMEElMjAub3JkZXItNCUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBNCUzQiUwQSUwQSU3RCUwQSUyMC5vcmRlci00JTIwLnZjX2NvbHVtbi1pbm5lciUyMCU3QiUwQSUyMCUyMCUyMCUyMHBhZGRpbmctbGVmdCUzQSUyMDIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nLXJpZ2h0JTNBJTIwNTBweCUyMCUyMWltcG9ydGFudCUzQiUwQSU3RCUwQSU3RA==&#8221;][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; css=&#8221;.vc_custom_1682589428618{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-1&#8243;]<div id=\"thegem-heading-69e144faf225e\" class=\"thegem-heading title-h3 vc_custom_1682605822892 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Sections<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">&<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 360ms\">Columns<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf225e {margin: 0;}#thegem-heading-69e144faf225e {letter-spacing: 0px;}#thegem-heading-69e144faf225e, #thegem-heading-69e144faf225e .light {text-transform: none;}#thegem-heading-69e144faf225e .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf22af\" class=\"thegem-heading vc_custom_1682605849261 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #24262e;\">Dynamically<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">display<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">post\/page<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">featured<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">image<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">as<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">background<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">sections<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">columns.<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">This<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">helps<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">individual<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">hero<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">sections<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">title<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">areas.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf22af {margin: 0;}#thegem-heading-69e144faf22af, #thegem-heading-69e144faf22af .light {text-transform: none;}#thegem-heading-69e144faf22af {max-width: 470px;}#thegem-heading-69e144faf22af .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682591181514{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-2&#8243; mobile_margin_bottom=&#8221;50&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-9.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682591167602{padding-top: 0px !important;padding-left: 80px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-4&#8243; mobile_padding_left=&#8221;21&#8243;]<div id=\"thegem-heading-69e144faf23bb\" class=\"thegem-heading title-h3 vc_custom_1682605836158 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">Content<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">Visibility<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf23bb {margin: 0;}#thegem-heading-69e144faf23bb {letter-spacing: 0px;}#thegem-heading-69e144faf23bb, #thegem-heading-69e144faf23bb .light {text-transform: none;}#thegem-heading-69e144faf23bb .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf2407\" class=\"thegem-heading vc_custom_1682605859553 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #24262e;\">In<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">TheGem<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">can<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">control<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">conditions<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">display<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">element<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">depending<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">on<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">the<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">user<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">status.<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">For<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">examples,<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">you<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">can<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">show<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">some<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">page<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">sections<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">only<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">logged<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">users<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">hide<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">some<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">parts<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">for<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">logged<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">in<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">or<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">logged<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">out<\/span> <span class=\"thegem-heading-word\" style=\"color: #24262e;\">users.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf2407 {margin: 0;}#thegem-heading-69e144faf2407, #thegem-heading-69e144faf2407 .light {text-transform: none;}#thegem-heading-69e144faf2407 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682589449811{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-3&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-left lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-10.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1682591020730{margin-bottom: 0px !important;padding-top: 130px !important;padding-right: 7% !important;padding-bottom: 70px !important;padding-left: 7% !important;background-color: #5442f0 !important;}&#8221; tablet_padding_top=&#8221;50&#8243; custom_css_code=&#8221;JTQwbWVkaWElMjhtYXgtd2lkdGglM0ExNjAwcHglMjklMjAlN0IlMEElMjAlN0IlMEFwYWRkaW5nLWxlZnQlM0EyMXB4JTIwJTIxaW1wb3J0YW50JTNCJTBBcGFkZGluZy1yaWdodCUzQTIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElN0QlN0QlMEElNDBtZWRpYSUyOG1heC13aWR0aCUzQTExOTlweCUyOSUyMGFuZCUyMCUyOG1pbi13aWR0aCUzQTc2OHB4JTI5JTIwJTdCJTBBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwZGlzcGxheSUzQWZsZXglM0IlMEElN0QlMEElMjAub3JkZXItMSUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBMSUzQiUwQSU3RCUwQSUyMC5vcmRlci0yJTIwJTdCJTBBJTIwJTIwJTIwJTIwb3JkZXIlM0EyJTNCJTBBJTdEJTBBJTIwLm9yZGVyLTMlMjAlN0IlMEElMjAlMjAlMjAlMjBvcmRlciUzQTMlM0IlMEElN0QlMEElMjAub3JkZXItNCUyMCU3QiUwQSUyMCUyMCUyMCUyMG9yZGVyJTNBNCUzQiUwQSU3RCUwQSUyMC5vcmRlci0zJTIwLnZjX2NvbHVtbi1pbm5lciUyMCU3QiUwQSUyMCUyMCUyMCUyMHBhZGRpbmctbGVmdCUzQSUyMDIxcHglMjAlMjFpbXBvcnRhbnQlM0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nLXJpZ2h0JTNBJTIwNTBweCUyMCUyMWltcG9ydGFudCUzQiUwQSU3RCUwQSU3RA==&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682589785194{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-1&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-right lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-11.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; disable_custom_paddings_tablet=&#8221;true&#8221; css=&#8221;.vc_custom_1682591190073{padding-top: 0px !important;padding-right: 90px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-2&#8243; mobile_margin_bottom=&#8221;50&#8243;]<div id=\"thegem-heading-69e144faf25c2\" class=\"thegem-heading title-h3 vc_custom_1682605913066 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">Templates<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf25c2 {margin: 0;}#thegem-heading-69e144faf25c2 {letter-spacing: 0px;}#thegem-heading-69e144faf25c2, #thegem-heading-69e144faf25c2 .light {text-transform: none;}#thegem-heading-69e144faf25c2 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf260f\" class=\"thegem-heading vc_custom_1682605922807 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Using<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">TheGem's<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">templates<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">builder<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">content<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">it<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">is<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">possible<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">headers,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">footers,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">custom<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">single<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">archive<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">templates<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">personalized<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">layouts.<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Compatible<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">any<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">post<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">types<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">CPT.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf260f {margin: 0;}#thegem-heading-69e144faf260f, #thegem-heading-69e144faf260f .light {text-transform: none;}#thegem-heading-69e144faf260f .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682589804874{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-4&#8243;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-right lazy-loading\"  style=\"\"><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/Pic-12.png\" alt=\"\"\/><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1682589799154{padding-top: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3&#8243; el_class=&#8221;order-3&#8243;]<div id=\"thegem-heading-69e144faf271f\" class=\"thegem-heading title-h3 vc_custom_1682605950743 words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Custom<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">WooCommerce<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf271f {margin: 0;}#thegem-heading-69e144faf271f {letter-spacing: 0px;}#thegem-heading-69e144faf271f, #thegem-heading-69e144faf271f .light {text-transform: none;}#thegem-heading-69e144faf271f {max-width: 250px;}#thegem-heading-69e144faf271f .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><p id=\"thegem-heading-69e144faf2769\" class=\"thegem-heading vc_custom_1682605961703 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Create<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">customized<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">single<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">product<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">layouts<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Single<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Product<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Builder,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">build<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">engaging<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">product<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">catalogs<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">archives<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">dynamic<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">data<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">delivered<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Product<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Archives<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Builder.<\/span><\/p><style type=\"text\/css\">#thegem-heading-69e144faf2769 {margin: 0;}#thegem-heading-69e144faf2769, #thegem-heading-69e144faf2769 .light {text-transform: none;}#thegem-heading-69e144faf2769 .thegem-heading-line {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1682092729982{margin-bottom: 0px !important;padding-top: 160px !important;padding-bottom: 125px !important;}&#8221; custom_css_code=&#8221;JTIwLmN1c3RvbS1mb290ZXItYnV0dG9uJTIwYSUyMCU3QiUwQSUyMCUyMCUyMGZvbnQtc2l6ZSUzQTE2cHglM0IlMEElMjAlMjAlMjBsZXR0ZXItc3BhY2luZyUzQTAlM0IlMEElN0Q=&#8221; tablet_padding_top=&#8221;100&#8243; tablet_padding_bottom=&#8221;60&#8243;][vc_column]<div id=\"thegem-heading-69e144faf27c6\" class=\"thegem-heading title-h2 vc_custom_1682605986766 words-slide-up thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 60ms\">Improve<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 120ms\">User<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 180ms\">Experience<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 240ms\">With<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 300ms\">Dynamic<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 360ms\">Content<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ff4ad2; animation-delay: 420ms\">Elements<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 480ms\">From<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 540ms\">TheGem<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #24262e; animation-delay: 600ms\">Theme!<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e144faf27c6 {margin: 0;}#thegem-heading-69e144faf27c6 {margin-left: auto; margin-right: auto;}#thegem-heading-69e144faf27c6 {letter-spacing: 0px;}#thegem-heading-69e144faf27c6, #thegem-heading-69e144faf27c6 .light {text-transform: none;}#thegem-heading-69e144faf27c6 {max-width: 780px;}#thegem-heading-69e144faf27c6 .thegem-heading-word {animation-timing-function: cubic-bezier(0.3, 0, 0, 1);}<\/style><style type=\"text\/css\">.thegem-button-69e144faf281f120.lazy-loading-before-start-animation .lazy-loading-item {opacity: 0;}<\/style><div class=\"gem-button-container gem-button-position-center thegem-button-69e144faf281f120 custom-footer-button lazy-loading lazy-loading-before-start-animation\" ><a class=\"gem-button gem-button-size-large gem-button-style-outline gem-button-text-weight-normal gem-button-border-2 gem-button-no-uppercase lazy-loading-item\"data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 0px;border-color: #3c3950;color: #3c3950;\" onmouseleave=\"this.style.borderColor='#3c3950';this.style.backgroundColor='transparent';this.style.color='#3c3950';\" onmouseenter=\"this.style.backgroundColor='#3c3950';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/checkout\/from_item\/16061685?license=regular\" target=\"_blank\">Purchase TheGem<\/a><\/div> [\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1682607169420{margin-bottom: 0px !important;padding-top: 280px !important;padding-bottom: 175px !important;background: #000000 url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2023\/04\/hero-jpg-ps-70.jpg?id=39238) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; tablet_padding_top=&#8221;150&#8243; tablet_padding_bottom=&#8221;120&#8243;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":15,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39019"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/comments?post=39019"}],"version-history":[{"count":84,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39019\/revisions"}],"predecessor-version":[{"id":39282,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39019\/revisions\/39282"}],"up":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/15"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/media?parent=39019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}