{"componentChunkName":"component---src-templates-raw-html-js","path":"/custom-html-test/","result":{"pageContext":{"pageContent":{"HTML":{"order":0,"visible":true,"scriptJS":"","rawHTML":"<!-- ========== Team MXS | Blog Template: AISO (drop-in block) ========== -->\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --mxs-header-h:72px;\n    --mxs-gap: clamp(22px, 4.2vw, 42px); /* a bit more space between sections */\n    --mxs-deep:#0b0f1c;\n    --mxs-deeper:#111a2e;\n    --mxs-card:#12182a;\n    --mxs-line:rgba(80,100,140,.3);\n    --mxs-grad-a:#3fd0ff;\n    --mxs-grad-b:#7a5cff;\n    --mxs-text: #d6e2ff;\n    --mxs-sub: #9ab0d6;\n    --mxs-white: #ffffff;\n    --mxs-ink: #0c1120;      /* near-black for buttons */\n    --mxs-ink-2:#0c1a3a;     /* very dark blue for text */\n  }\n  html{scroll-padding-top:calc(var(--mxs-header-h) + env(safe-area-inset-top));}\n  .mxs-blog{ \n    font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; position: relative; isolation: isolate;\n    padding: calc(var(--mxs-header-h) + 18px + env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) var(--mxs-gap) max(16px, env(safe-area-inset-left));\n    background: linear-gradient(180deg, var(--mxs-deep) 0%, var(--mxs-deeper) 70%, var(--mxs-deep) 100%);\n    color: #fff;\n    box-sizing: border-box;\n  }\n  .mxs-container{ width:min(1080px,95%); margin:0 auto; }\n  .mxs-card{\n    position: relative; background: rgba(18,24,42,.9); border:1px solid var(--mxs-line);\n    border-radius:20px; padding: clamp(16px, 3.2vw, 34px); box-shadow:0 10px 40px rgba(0,0,0,.45);\n  }\n  .mxs-card::before{\n    content:\"\"; position:absolute; inset:-2px; border-radius:inherit; z-index:-1;\n    background:linear-gradient(90deg,var(--mxs-grad-a),var(--mxs-grad-b)); filter:blur(22px); opacity:.35;\n  }\n  /* hero */\n  .mxs-badges{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:10px;}\n  .mxs-badge{display:inline-flex; align-items:center; gap:8px; font-size:13px; color:#bcd0ff;\n    background:rgba(255,255,255,.04); border:1px solid rgba(106,115,148,.25); border-radius:999px; padding:6px 10px;}\n  .mxs-title{\n    font-size: clamp(28px, 7vw, 46px); line-height:1.12; margin:0;\n    font-weight:900; background:linear-gradient(90deg,var(--mxs-grad-a),var(--mxs-grad-b));\n    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;\n  }\n  .mxs-subtitle{\n    display:block; margin-top:6px; \n    font-weight:400; color:var(--mxs-white);\n    font-size: calc(clamp(28px, 7vw, 46px) * 0.9); /* 10% less than title */\n  }\n  .mxs-intro{\n    margin-top:14px; color:var(--mxs-sub); font-size: clamp(16px,3.8vw,18px); font-weight:600;\n  }\n\n  /* “blue-glow” paragraph box -> now white with dark-blue text */\n  .mxs-lead{\n    margin-top: var(--mxs-gap);\n    background: var(--mxs-white);\n    color: var(--mxs-ink-2);\n    border:1px solid rgba(80,100,140,.12);\n    border-radius:16px;\n    padding: clamp(16px, 3.6vw, 26px);\n    box-shadow: 0 8px 28px rgba(0,0,0,.18);\n  }\n  .mxs-lead p{ margin:0; font-weight:400; } /* not bold per request */\n\n  /* article body */\n  .mxs-body{ display:grid; gap: clamp(12px, 2.8vw, 18px); margin-top: var(--mxs-gap); color:var(--mxs-text); }\n  .mxs-body p{ margin:0; }\n  .mxs-q{ margin: 2px 0 0 0; padding-left:1.1rem; color:#cfe0ff; }\n  .mxs-q li{ margin:.2rem 0; }\n\n  /* CTA (Mailchimp inline) */\n  .mxs-cta{\n    margin-top: var(--mxs-gap);\n    display:grid; grid-template-columns: 1fr auto; gap:10px; align-items:center;\n    background: rgba(255,255,255,.06);\n    border:1px solid rgba(106,115,148,.25);\n    border-radius:16px; padding:14px;\n  }\n  @media (max-width:560px){ .mxs-cta{ grid-template-columns:1fr; } }\n  .mxs-input{ \n    font-family: inherit; width:100%; height:52px; padding:0 14px; border-radius:14px; border:1px solid transparent;\n    background: linear-gradient(#0a0f1c,#0a0f1c) padding-box, linear-gradient(90deg,var(--mxs-grad-a),#3583ff) border-box;\n    color:#fff; font-size:16px; outline:none;\n  }\n  .mxs-btn{ \n    font-family: inherit; height:52px; padding:0 22px; border-radius:14px; border:none; font-weight:700; font-size:16px; color:var(--mxs-ink);\n    background: linear-gradient(90deg,var(--mxs-grad-a),var(--mxs-grad-b));\n    cursor:pointer; box-shadow:0 0 18px rgba(63,208,255,.4); transition: transform .15s ease, box-shadow .2s ease;\n  }\n  .mxs-btn:hover{ box-shadow:0 0 25px rgba(63,208,255,.7); transform: translateY(-1px); }\n  .mxs-fine{ font-size:12px; color:var(--mxs-sub); margin-top:6px; }\n\n  /* section headings inside article */\n  .mxs-h2{\n    margin-top: var(--mxs-gap);\n    font-size: clamp(22px,6vw,34px); line-height:1.15; font-weight:900;\n    background:linear-gradient(90deg,var(--mxs-grad-a),var(--mxs-grad-b));\n    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;\n  }\n\n  /* optional FAQ (matches landing pattern) */\n  .mxs-faq{ display:grid; gap:10px; margin-top: var(--mxs-gap); }\n  .mxs-faq details{\n    background:#fff; border:1px solid rgba(12,26,58,.18);\n    border-radius:16px; overflow:hidden; transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;\n  }\n  .mxs-faq details:hover{ border-color: rgba(12,26,58,.35); box-shadow:0 8px 24px rgba(0,0,0,.18); }\n  .mxs-faq summary{\n    list-style:none; display:flex; align-items:center; gap:12px; padding:14px; cursor:pointer; font-weight:700; color:var(--mxs-ink-2); outline:none;\n  }\n  .mxs-faq summary::-webkit-details-marker{ display:none; }\n  .mxs-faq .chev{ width:18px; height:18px; transform:rotate(0); transition:transform .2s ease; margin-left:4px; opacity:.95; color: var(--mxs-ink-2); }\n  .mxs-faq details[open] .chev{ transform:rotate(90deg); }\n  .mxs-faq .ans{ color:var(--mxs-ink-2); font-weight:500; line-height:1.6; padding:0 14px 14px 44px; }\n\n  /* small helpers */\n  .mxs-btm-space{ margin-bottom: var(--mxs-gap); }\n</style>\n\n<section class=\"mxs-blog\" aria-label=\"Team MXS Blog Article\">\n  <div class=\"mxs-container\">\n    <!-- HERO -->\n    <article class=\"mxs-card\" id=\"mxs-hero\">\n      <div class=\"mxs-badges\">\n        <span class=\"mxs-badge\">Dealer-first strategy</span>\n        <span class=\"mxs-badge\">Actionable, not academic</span>\n        <span class=\"mxs-badge\">2025</span>\n      </div>\n      <h1 class=\"mxs-title\">AISO: The Umbrella for SEO + AI Search</h1>\n      <!-- subtitle: white, not bold, 10% less size -->\n      <span class=\"mxs-subtitle\">Acronynms decoded for auto dealers.</span>\n\n      <p class=\"mxs-intro\">Here’s the takeaway: AISO is the umbrella, with SEO as the foundation and AI layers on top. It’s not SEO versus AI Search — it’s both, working together.</p>\n\n      <!-- Lead “glow” box converted to white with dark blue text, NOT bold -->\n      <div class=\"mxs-lead\">\n        <p>We distilled months of ongoing research into a clear AI Search Term Framework where each acronym is its own layer working together under AISO: AI Search Optimization.</p>\n      </div>\n\n      <!-- Inline CTA (same list + tags) -->\n      <form class=\"mxs-cta\" action=\"https://mxssolutions.us18.list-manage.com/subscribe/post?u=b71f560159f6eed442978014e&amp;id=afd7fce1d2&amp;f_id=0022b3e6f0\" method=\"post\" target=\"_blank\" novalidate>\n        <input type=\"hidden\" name=\"tags\" value=\"3208736,3208738\" />\n        <label for=\"mce-EMAIL\" class=\"sr-only\" style=\"position:absolute;left:-9999px;\">Work email</label>\n        <input class=\"mxs-input\" type=\"email\" name=\"EMAIL\" id=\"mce-EMAIL\" placeholder=\"you@company.com\" required />\n        <div aria-hidden=\"true\" style=\"position:absolute; left:-5000px;\">\n          <input type=\"text\" name=\"b_b71f560159f6eed442978014e_afd7fce1d2\" tabindex=\"-1\" value=\"\">\n        </div>\n        <button type=\"submit\" id=\"mc-embedded-subscribe\" class=\"mxs-btn\">Download the AISO Term Framework</button>\n      </form>\n      <div class=\"mxs-fine\">No spam. Unsubscribe any time.</div>\n    </article>\n\n    <!-- BODY -->\n    <article class=\"mxs-card mxs-btm-space\" id=\"mxs-article\">\n      <div class=\"mxs-body\">\n        <p>AI search is buzzing with acronyms. Some say GEO is the “new SEO.” Others talk only about AEO, AI Overviews, or voice answers. But it’s truly not that simple.</p>\n        <p>At Team MXS, we distilled months of ongoing research into a clear AI Search Term Framework that views each acronym as its own layer. Together, these layers form AISO: AI Search Optimization. It is an umbrella framework that cut through the noise, got our team on the same page, and helped us turn continual and evolving insights into actions that help sell cars.</p>\n        <p>For over 15 years we’ve helped dealers sell more cars with search marketing, advertising, and innovative websites on our custom platform. We can see a shift coming miles away, and as AI-driven search grows, the same questions keep coming up:</p>\n        <ul class=\"mxs-q\">\n          <li>“Do I need AEO if I’m already doing SEO?”</li>\n          <li>“Is GEO just another version of SEO?”</li>\n          <li>“What does AIO mean for my Google traffic?”</li>\n        </ul>\n        <p>We had those same questions too, and quickly saw that to stay ahead for our clients, we needed a clear term framework to shape our strategies and roadmaps. So, we built one.</p>\n\n        <h2 class=\"mxs-h2\">Get the Framework</h2>\n        <p>We spent months refining this framework through:</p>\n        <ul class=\"mxs-q\">\n          <li>Marketing industry wide and automotive specific research, news, and journals</li>\n          <li>Deep queries across all major AI search platforms to cross-test findings and reach consensus</li>\n          <li>Real conversations with clients, other vendors, and OEM partners</li>\n          <li>Private discussion groups, circles, podcasts, books, webinars, etc</li>\n          <li>Live testing inside dealership campaigns and sites</li>\n          <li>Pressure-testing automotive platforms to understand where capabilities help or hold you back</li>\n        </ul>\n\n        <h2 class=\"mxs-h2\">Why it matters now</h2>\n        <p>AI Search is changing how shoppers find and choose dealerships. New terms like GEO, SEO, LLMOM AIO, and SXO are everywhere, but most advice stops at one layer. Start learning each term within the AISO: AI Search Optimization and ask your website / marketing partners how they’re preparing you for each.</p>\n        <p>👉 <strong>Download the AISO Term Framework.</strong> It’s our quick, practical one-pager to connect the dots and help guide your dealership’s AI Search marketing strategies, conversations, and conversions.</p>\n\n        <!-- Secondary inline CTA (optional; can remove) -->\n        <form class=\"mxs-cta\" action=\"https://mxssolutions.us18.list-manage.com/subscribe/post?u=b71f560159f6eed442978014e&amp;id=afd7fce1d2&amp;f_id=0022b3e6f0\" method=\"post\" target=\"_blank\" novalidate>\n          <input type=\"hidden\" name=\"tags\" value=\"3208736,3208738\" />\n          <label for=\"mce-EMAIL-2\" class=\"sr-only\" style=\"position:absolute;left:-9999px;\">Work email</label>\n          <input class=\"mxs-input\" type=\"email\" name=\"EMAIL\" id=\"mce-EMAIL-2\" placeholder=\"you@company.com\" required />\n          <div aria-hidden=\"true\" style=\"position:absolute; left:-5000px;\">\n            <input type=\"text\" name=\"b_b71f560159f6eed442978014e_afd7fce1d2\" tabindex=\"-1\" value=\"\">\n          </div>\n          <button type=\"submit\" class=\"mxs-btn\">Get the One-Pager</button>\n        </form>\n      </div>\n\n      <!-- OPTIONAL FAQ (mirrors landing pattern) -->\n      <h2 class=\"mxs-h2\">FAQ</h2>\n      <div class=\"mxs-faq\" id=\"mxs-faq\">\n        <details>\n          <summary>\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M8.7 4.7a1 1 0 0 0 0 1.4L14.6 12l-5.9 5.9a1 1 0 1 0 1.4 1.4l6.6-6.6a1.5 1.5 0 0 0 0-2.1L10.1 4.7a1 1 0 0 0-1.4 0Z\"/></svg>\n            What is the AI Search Term Framework?\n          </summary>\n          <div class=\"ans\">The AI Search Term Framework is what Team MXS compiled for organizing the key layers, terms, and strategies driving modern dealership visibility. It helps bridge traditional SEO with AI Search Optimization (AISO).</div>\n        </details>\n        <details>\n          <summary>\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M8.7 4.7a1 1 0 0 0 0 1.4L14.6 12l-5.9 5.9a1 1 0 1 0 1.4 1.4l6.6-6.6a1.5 1.5 0 0 0 0-2.1L10.1 4.7a1 1 0 0 0-1.4 0Z\"/></svg>\n            Who should use this?\n          </summary>\n          <div class=\"ans\">Dealership marketing teams, agency partners, dealers, and website managers who want a clear, shared language to move forward with.</div>\n        </details>\n        <details>\n          <summary>\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M8.7 4.7a1 1 0 0 0 0 1.4L14.6 12l-5.9 5.9a1 1 0 1 0 1.4 1.4l6.6-6.6a1.5 1.5 0 0 0 0-2.1L10.1 4.7a1 1 0 0 0-1.4 0Z\"/></svg>\n            How does this help SEO and LLMs?\n          </summary>\n          <div class=\"ans\">It clarifies the layers of a dealership’s search strategy, making it easier to optimize, track, and align work that surfaces in AI-driven answers and traditional rankings.</div>\n        </details>\n        <details>\n          <summary>\n            <svg class=\"chev\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path fill=\"currentColor\" d=\"M8.7 4.7a1 1 0 0 0 0 1.4L14.6 12l-5.9 5.9a1 1 0 1 0 1.4 1.4l6.6-6.6a1.5 1.5 0 0 0 0-2.1L10.1 4.7a1 1 0 0 0-1.4 0Z\"/></svg>\n            Does this conflict with normal SEO?\n          </summary>\n          <div class=\"ans\">No. SEO remains foundational; AISO adds clarity so LLMs and AI platforms better understand and surface your content.</div>\n        </details>\n      </div>\n    </article>\n  </div>\n</section>\n\n<!-- Minimal Article JSON-LD -->\n<script type=\"application/ld+json\">\n{\n  \"@context\":\"https://schema.org\",\n  \"@type\":\"Article\",\n  \"headline\":\"AISO: The Umbrella for SEO + AI Search\",\n  \"alternativeHeadline\":\"Acronyms decoded for auto dealers\",\n  \"about\":[{\"@type\":\"Thing\",\"name\":\"Automotive SEO\"},{\"@type\":\"Thing\",\"name\":\"AI Search Optimization\"}],\n  \"author\":{\"@type\":\"Organization\",\"name\":\"Team MXS\"},\n  \"publisher\":{\"@type\":\"Organization\",\"name\":\"Team MXS\"},\n  \"isAccessibleForFree\": true,\n  \"inLanguage\":\"en-US\"\n}\n</script>\n\n<!-- Header offset helper (plays nice with site header) -->\n<script>\n(function mxsHeaderOffset(){\n  const root=document.documentElement;\n  function detectHeaderHeight(){\n    let maxBottom=0;\n    const nodes=Array.from(document.body.querySelectorAll('header, [role=\"banner\"], .header, #header, .site-header, .dm-header, .dmHeader, .navbar, .topbar, .nav'));\n    for(const el of nodes){\n      const cs=getComputedStyle(el);\n      if(cs.visibility!=='hidden' && cs.display!=='none'){\n        const r=el.getBoundingClientRect();\n        if(r.top<=1 && r.bottom>0 && r.height<260){ maxBottom=Math.max(maxBottom, Math.ceil(r.bottom)); }\n      }\n    }\n    if(maxBottom===0){\n      const hdr=document.querySelector('header, [role=\"banner\"], .header, #header, .site-header, .dm-header, .dmHeader, .navbar, .topbar, .nav');\n      if(hdr){ maxBottom=Math.ceil(hdr.getBoundingClientRect().height); }\n    }\n    if(!maxBottom) maxBottom=72;\n    root.style.setProperty('--mxs-header-h', maxBottom + 'px');\n  }\n  window.addEventListener('load', detectHeaderHeight, {once:true});\n  ['resize','orientationchange','scroll'].forEach(evt =>\n    window.addEventListener(evt, ()=>requestAnimationFrame(detectHeaderHeight), {passive:true})\n  );\n  setTimeout(detectHeaderHeight, 400);\n})();\n</script>\n<!-- ========== /Team MXS Blog Block ========== -->\n"},"SEO":{"order":15,"visible":true,"seo":{"MetaData":"","MetaTitle":"","tags":[""]}}},"title":"Custom HTML-test","theme":{"colors":{"primary":"#0a0f1c","secondary":"white","text":"#ffffff","secondarytext":"#272727","accent1":"#276df1","accent2":"#276df1"}},"dealerInfo":{"dealerAddress":"333 N Lantana Street, Suite 122,,Camarillo, CA 93010","dealerLogo":"https://media.dealermasters.com/Nissan/MXS/MXS_logo_04.webp","dealerName":"Team MXS","salesNumber":"866-665-4669","serviceNumber":"866-665-4669","partsNumber":"866-665-4669","bodyShopNumber":"866-665-4669","financeNumber":"866-665-4669","manufacturer":"","website":"Team MXS","websiteLink":"/","directions":"https://www.google.com/maps/","newInventory":"/","usedInventory":"/","bgBackground":"","salesHours":[{"day":"Mon - Fri","time":"8 AM - 5 PM PST"}],"financeHours":[],"serviceHours":[],"partsHours":[],"collisionHours":[],"managerSpecialPage":"/manager","financeSpecialPage":"/finance","leaseSpecialPage":"/lease","privacy":"/","termsOfService":"/","favicon":"https://media.dealermasters.com/6351ab9310c6d3e9abe42c4b/dbf217aa4f6ef4a9a7227a195766d659.png","gtmId":"GTM-PZD6C7W","socialThumbnail":"https://media.dealermasters.com/6351ab9310c6d3e9abe42c4b/dbf217aa4f6ef4a9a7227a195766d659.png"},"inventorymanagement":{"filterOptions":"NUC","costrange":"5000","mileagerange":"10000","months":"180","downpayment":"15","aRate":"0","bRate":"0","cRate":"0","dRate":"0","eRate":"0","fRate":"0","unavailableImg":"","vehiclecardbutton":[{"btnleft":"","btnleftlink":"","btnright":"","btnrightlink":"","overrideTheme":false,"btncolor":"","btntxtcolor":""}],"topHtmlVDP":"<p></p>","botHtmlVDP":"<p></p>","topHtmlSRP":"<p></p>","botHtmlSRP":"<p></p>","disclaimerSRP":"<p dir = \"auto\">We make every effort to present information that is accurate. However, it is based on data provided by the vehicle manufacturar and/or other sources and therefore exact configuration, color, specifications & accesories should be used as a guide only and are not guaranteed. Under no circumstances will be liable for any inaccuracies, claims or losses of any nature. Furthermore inventory is subject to prior sale and prices are subject ot change without notice., cannot be combined with any other offer(s), do not include provincial or local taxes, tags, registration or title fees. To ensure your complete satisfaction, please verify accuracy prior to purchase.</p>\n","vdpslug":"{{year}}/{{make}}/{{model}}/{{vin}}","actionButtons":[{"buttonText":"Check availability","buttonLink":"","buttonImage":"","overrideTheme":"","btncolor":"","btntxtcolor":""}],"disclaimerVDP":"<p dir = \"auto\">We make every effort to present information that is accurate. However, it is based on data provided by the vehicle manufacturar and/or other sources and therefore exact configuration, color, specifications & accesories should be used as a guide only and are not guaranteed. Under no circumstances will be liable for any inaccuracies, claims or losses of any nature. Furthermore inventory is subject to prior sale and prices are subject ot change without notice., cannot be combined with any other offer(s), do not include provincial or local taxes, tags, registration or title fees. To ensure your complete satisfaction, please verify accuracy prior to purchase.</p>\n","disclaimerCalculator":"<p></p>","disclaimerFinanceApp":"<p></p>","disclaimerContact":"<p></p>","fallbackText":"Call for Price","PosDifText":"Dealer Accessories","NegDifText":"Dealer Discount","netPriceCustomText":"","LocationFilter":false},"footer":{"logo":"https://media.dealermasters.com/242ebbad91ba7e3a4af114846cbcd19a.png","links":[{"linkName":"SERVICE & PARTS","linkValue":"/service","subLinks":[{"linkName":"Shop Parts","linkValue":"/parts"}]}],"cookieDisclaimer":"<div></div>","linkLI":"","linkIOS":"","linkAndroid":"","bottomLinks":[{"linkName":"Dealer Masters","linkValue":"/dealermasters"},{"linkName":"eCommerce","linkValue":"/ecommerce-services"},{"linkName":"About","linkValue":"/about"},{"linkName":"Contact Us","linkValue":"?title=Get%20In%20Touch%20With%20Us#contact-form"},{"linkName":"Privacy Policy","linkValue":"/privacy-policy-and-cookie-policy"},{"linkName":"SOC 2 | Trust Center","linkValue":"https://trust.teammxs.com/"}]},"lead_url":"https://leads.dealermasters.com/leads","site_id":"6351ab9310c6d3e9abe42c4b","blogmanagement":{"blogResultsTopHTML":"<style>\n</style>\n","blogResultsBottomHTML":"<div class=\"wrapper\">\n<!--Alignment valid values: \"left-align\", \"center-left-align\", \"middle-align\", \"right-align\". Defaults to left-align.-->\n<!--Theme valid values: \"no-bg\" \"dark\", \"light\". Defaults to no-bg.-->\n    <section id=\"main-bg\" class=\"content-section light middle-align\">\n        <h3 id=\"content-title\">MEET WITH TEAM MXS</h3>\n        <a id=\"a-link\" class=\"content-cta\" href=\"#contact-form\">BOOK NOW</a>\n    </section>\n</div>\n<style>\n  .blog-module--blog-jumbotron--1yRvV {\n    max-width: 1920px;\n    margin: 54px auto 0;\n    background-position: left;\n\t}\n  \n  .wrapper {\n    max-width: 1920px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-wrap: wrap;\n    margin: 0 auto;\n  }\n  section.content-section {\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    padding: 4rem;\n    gap: 1.5rem;\n  }\n  .content-section h3 {\n    font-size: 32px;\n    font-family: var(--primary-font);\n    text-align: center;\n    font-weight: 300;\n  }\n  .content-section p {\n    letter-spacing: 0.1px;\n    line-height: 1.5;\n    font-size: 16px;\n  }\n  a.content-cta {\n    background-color: var(--primary-text);\n    padding: 1rem;\n    font-size: 16px;\n    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);\n    width: fit-content;\n  }\n  @media only screen and (max-width: 576px) {\n    .content-section h3 { font-size: 28px; }\n  }\n  /*Alignment*/\n  /**Left**/\n  section.content-section.left-align {\n    align-items: flex-start;\n  } \n  .left-align.content-section p {\n    text-align: left;\n  }\n  /**Center Left**/\n  section.content-section.center-left-align {\n    align-items: center;\n  } \n  .center-left-align.content-section p {\n    text-align: left;\n  }\n  /**Middle**/\n  section.content-section.middle-align {\n    align-items: center;\n  } \n  .middle-align.content-section p {\n    text-align: center;\n  }\n  /**Right**/\n  section.content-section.right-align {\n    align-items: flex-end;\n  }\n  .right-align.content-section p {\n    text-align: right;\n  }\n  /*Themes*/\n  /**No BG**/\n  section.content-section.no-bg {\n    background-color: transparent;\n  }\n  .content-section.no-bg a.content-cta {\n    background: var(--primary-accent) linear-gradient(295.53deg,#276df1 22.68%,#539cff 98.61%);\n    color: var(--primary-text);\n  }\n  /**Light**/\n  section.content-section.light {\n    background: var(--primary-accent) linear-gradient(295.53deg,#276df1 22.68%,#539cff 98.61%);\n  }\n  .content-section.light a.content-cta {\n    background-color: var(--primary-text);\n    color: var(--primary-accent);\n  }\n  /**Dark**/\n  section.content-section.dark {\n    background: #272727;\n  }\n  .content-section.dark a.content-cta {\n    background: var(--primary-accent) linear-gradient(295.53deg,#276df1 22.68%,#539cff 98.61%);\n    color: var(--primary-text);\n  }\n  \n  /** MOBILE ADJUSTMENTS **/ \n  @media screen and (max-width: 750px) {\n    .blog-module--blog-jumbotron--1yRvV {\n     min-height: 300px !important;  \n    }\n    \n    .blog-module--blog-jumbotron--1yRvV p {\n      font-size: 30px !important; \n    }\n  }\n</style>","allBlogPagesBottomHTML":"","categoriesBlogResultsHTML":"","blogResultsPageSlug":"/blogs"},"gtmId":"GTM-PZD6C7W"}},"staticQueryHashes":["952559061"]}