{"product_id":"nature-rebirth-autumn-vegetation-pack-fivem-map","title":"Nature Rebirth — Autumn Vegetation Pack","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — NATURE REBIRTH: AUTUMN\n     SEASONAL VEGETATION \/ ENVIRONMENT OVERHAUL\n     ========================================================= *\/\n\n  .fml-nature-autumn {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --black:#050505;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.72;\n  }\n\n  .fml-nature-autumn,\n  .fml-nature-autumn *,\n  .fml-nature-autumn *::before,\n  .fml-nature-autumn *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-nature-autumn h2,\n  .fml-nature-autumn h3,\n  .fml-nature-autumn p,\n  .fml-nature-autumn ul {\n    margin:0;\n  }\n\n  .fml-nature-autumn ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-nature-autumn ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-nature-autumn__hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(38px,6vw,76px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 90% 2%,\n        rgba(255,215,0,.15),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.038),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-nature-autumn__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(450px,72%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-nature-autumn__title {\n    max-width:1000px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(42px,5.8vw,74px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.96 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-nature-autumn__lead {\n    max-width:900px;\n    margin-top:25px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.9vw,23px);\n    font-weight:600;\n    line-height:1.58;\n  }\n\n\n  \/* =========================================================\n     SECTION BASE\n     ========================================================= *\/\n\n  .fml-nature-autumn__section {\n    padding:clamp(54px,7vw,88px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-nature-autumn__head {\n    display:grid;\n    grid-template-columns:minmax(125px,.24fr) minmax(0,1fr);\n    gap:clamp(26px,5vw,68px);\n    align-items:start;\n  }\n\n  .fml-nature-autumn__index {\n    padding-top:7px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-nature-autumn__section-title {\n    max-width:950px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n  }\n\n  .fml-nature-autumn__copy {\n    max-width:900px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:16px;\n    line-height:1.78;\n  }\n\n  .fml-nature-autumn__copy em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     FEATURE CARDS\n     ========================================================= *\/\n\n  .fml-nature-autumn__grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-nature-autumn__card {\n    position:relative;\n    overflow:hidden;\n\n    min-width:0;\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-nature-autumn__card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:80px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-nature-autumn__card h3 {\n    margin:0 0 13px !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(20px,2vw,25px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.03em;\n    line-height:1.15 !important;\n  }\n\n  .fml-nature-autumn__card p {\n    color:var(--muted) !important;\n\n    font-size:14px;\n    line-height:1.72;\n  }\n\n\n  \/* =========================================================\n     TREE LIST\n     ========================================================= *\/\n\n  .fml-nature-autumn__trees {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:40px;\n  }\n\n  .fml-nature-autumn__tree {\n    display:flex;\n    align-items:center;\n    gap:15px;\n\n    min-height:62px;\n    padding:16px 18px;\n\n    border:1px solid var(--line-soft);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.015);\n\n    color:var(--text);\n  }\n\n  .fml-nature-autumn__tree::before {\n    content:\"\";\n    flex:0 0 auto;\n\n    width:7px;\n    height:7px;\n\n    border:1px solid var(--gold);\n    border-radius:50%;\n\n    box-shadow:0 0 10px rgba(255,215,0,.28);\n  }\n\n  .fml-nature-autumn__tree strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     LEAVES PANEL\n     ========================================================= *\/\n\n  .fml-nature-autumn__highlight {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 270px;\n    gap:16px;\n\n    margin-top:42px;\n  }\n\n  .fml-nature-autumn__highlight-main,\n  .fml-nature-autumn__highlight-side {\n    padding:clamp(26px,4vw,38px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-nature-autumn__highlight-main {\n    border-color:var(--gold-line);\n\n    background:\n      linear-gradient(\n        130deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-nature-autumn__highlight-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.76;\n  }\n\n  .fml-nature-autumn__highlight-side {\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n\n    min-height:220px;\n  }\n\n  .fml-nature-autumn__highlight-side strong {\n    color:var(--gold);\n\n    font-size:clamp(26px,4vw,42px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1.05;\n  }\n\n\n  \/* =========================================================\n     LOCATION STRIP\n     ========================================================= *\/\n\n  .fml-nature-autumn__locations {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:28px;\n  }\n\n  .fml-nature-autumn__location {\n    padding:21px 18px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-nature-autumn__location small {\n    display:block;\n    margin-bottom:20px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n  }\n\n  .fml-nature-autumn__location strong {\n    color:var(--white);\n\n    font-size:16px;\n    font-weight:950;\n  }\n\n\n  \/* =========================================================\n     PERFORMANCE\n     ========================================================= *\/\n\n  .fml-nature-autumn__terminal {\n    margin-top:42px;\n    overflow:hidden;\n\n    border:1px solid var(--gold-line);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        180deg,\n        rgba(255,215,0,.026),\n        transparent 30%\n      ),\n      rgba(0,0,0,.20);\n  }\n\n  .fml-nature-autumn__terminal-head {\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:space-between;\n    gap:10px 24px;\n\n    padding:14px 18px;\n\n    border-bottom:1px solid var(--line);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-nature-autumn__terminal-head strong {\n    color:var(--gold);\n  }\n\n  .fml-nature-autumn__terminal-head span {\n    color:var(--dim);\n  }\n\n  .fml-nature-autumn__tech-grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .fml-nature-autumn__tech {\n    padding:clamp(23px,3.5vw,32px);\n\n    border-right:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-nature-autumn__tech:nth-child(2n) {\n    border-right:0;\n  }\n\n  .fml-nature-autumn__tech:nth-last-child(-n + 2) {\n    border-bottom:0;\n  }\n\n  .fml-nature-autumn__tech small {\n    display:block;\n    margin-bottom:11px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-nature-autumn__tech strong {\n    display:block;\n\n    color:var(--white);\n\n    font-size:clamp(18px,2.2vw,27px);\n    font-weight:950;\n    letter-spacing:-.035em;\n    line-height:1.2;\n  }\n\n\n  \/* =========================================================\n     COMPATIBILITY NOTE\n     ========================================================= *\/\n\n  .fml-nature-autumn__note {\n    margin-top:42px;\n    padding:clamp(25px,4vw,36px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      rgba(255,255,255,.015);\n  }\n\n  .fml-nature-autumn__note p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.76;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:900px) {\n    .fml-nature-autumn__head {\n      grid-template-columns:1fr;\n      gap:15px;\n    }\n\n    .fml-nature-autumn__highlight {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-nature-autumn {\n      padding-top:8px;\n    }\n\n    .fml-nature-autumn__hero {\n      padding:30px 20px;\n    }\n\n    .fml-nature-autumn__grid,\n    .fml-nature-autumn__trees,\n    .fml-nature-autumn__locations,\n    .fml-nature-autumn__tech-grid {\n      grid-template-columns:1fr;\n    }\n\n    .fml-nature-autumn__tech {\n      border-right:0;\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-nature-autumn__tech:nth-last-child(-n + 2) {\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-nature-autumn__tech:last-child {\n      border-bottom:0;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-nature-autumn\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cheader class=\"fml-nature-autumn__hero\"\u003e\n\n    \u003ch2 class=\"fml-nature-autumn__title\"\u003e\n      🍂 \u003cstrong\u003eNature Rebirth — Autumn\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fml-nature-autumn__lead\"\u003e\n      A cozy, seasonal makeover for Los Santos and Blaine County — turning the usual vanilla greens into a warm, golden autumn wonderland.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- WHAT'S NEW --\u003e\n\n  \u003csection class=\"fml-nature-autumn__section\"\u003e\n\n    \u003cdiv class=\"fml-nature-autumn__head\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__index\"\u003e\n        00 \/ Overview\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-nature-autumn__section-title\"\u003e\n          What’s New?\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fml-nature-autumn__copy\"\u003e\n          This mod doesn’t mess with YMAPs or game files… it \u003cem\u003ereplaces\u003c\/em\u003e boring default foliage with custom models, textures, and even floating leaf particles that drift through the air like nature's confetti. Everything feels more alive—especially when wind kicks in.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INCLUDED --\u003e\n\n  \u003csection class=\"fml-nature-autumn__section\"\u003e\n\n    \u003cdiv class=\"fml-nature-autumn__head\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__index\"\u003e\n        01 \/ Included\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-nature-autumn__section-title\"\u003e\n          🌿 What’s Included?\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__grid\"\u003e\n\n      \u003carticle class=\"fml-nature-autumn__card\"\u003e\n\n        \u003ch3\u003e\n          Trees That Actually Look Like They’re In Autumn:\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"fml-nature-autumn__trees\"\u003e\n\n          \u003cdiv class=\"fml-nature-autumn__tree\"\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eGinkgo trees\u003c\/strong\u003e (golden fan-shaped leaves)\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-nature-autumn__tree\"\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eJapanese Red Maples\u003c\/strong\u003e (deep crimson)\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-nature-autumn__tree\"\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eBlue Jacarandas\u003c\/strong\u003e (purple-pink blooms mixed with fall tones)\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-nature-autumn__tree\"\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eAspens \u0026amp; Red Maples\u003c\/strong\u003e – iconic orange-red canopies everywhere\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-nature-autumn__card\"\u003e\n\n        \u003ch3\u003e\n          Bushes? Vines? Grass?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Yes—everything turns autumn-colored.\n          \u003cbr\u003e\u003cbr\u003e\n          Bushes glow amber-yellow; vines curl around lampposts wrapped in seasonal ivy; grass shifts from green to soft brown-orange where trampled by footfall...\n          \u003cbr\u003e\u003cbr\u003e\n          Even weeds near sidewalks get a makeover!\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__note\"\u003e\n\n      \u003cp\u003e\n        All these species have been meticulously modeled to look detailed up close—but still run smoothly thanks to low-poly optimization.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FALLING LEAVES --\u003e\n\n  \u003csection class=\"fml-nature-autumn__section\"\u003e\n\n    \u003cdiv class=\"fml-nature-autumn__head\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__index\"\u003e\n        02 \/ Leaves\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-nature-autumn__section-title\"\u003e\n          🍃 \u003cstrong\u003eFalling Leaves Everywhere\u003c\/strong\u003e\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__highlight\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__highlight-main\"\u003e\n\n        \u003cp\u003e\n          Soft particle effects simulate falling leaves drifting down from trees.\n          \u003cbr\u003e\u003cbr\u003e\n          Each tree species has color-matched leaf textures—no generic yellow junk dropping everywhere!\n          \u003cbr\u003e\u003cbr\u003e\n          And yes—they float gently on water too:\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003caside class=\"fml-nature-autumn__highlight-side\"\u003e\n\n        \u003cstrong\u003e\n          nature's confetti\n        \u003c\/strong\u003e\n\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__locations\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__location\"\u003e\n        \u003csmall\u003e01\u003c\/small\u003e\n        \u003cstrong\u003eMirror Park pond?\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__location\"\u003e\n        \u003csmall\u003e02\u003c\/small\u003e\n        \u003cstrong\u003eVespucci Canals?\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__location\"\u003e\n        \u003csmall\u003e03\u003c\/small\u003e\n        \u003cstrong\u003eGolf Club lake?\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__note\"\u003e\n\n      \u003cp\u003e\n        Leaves glide across the surface like nature said \u003cem\u003e\"chill out.\"\u003c\/em\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PERFORMANCE --\u003e\n\n  \u003csection class=\"fml-nature-autumn__section\"\u003e\n\n    \u003cdiv class=\"fml-nature-autumn__head\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__index\"\u003e\n        03 \/ Performance\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-nature-autumn__section-title\"\u003e\n          💻 Performance \u0026amp; Compatibility\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__terminal\"\u003e\n\n      \u003cdiv class=\"fml-nature-autumn__terminal-head\"\u003e\n\n        \u003cstrong\u003e\n          \/\/ NATURE_REBIRTH_AUTUMN\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          FiveM \/ Seasonal Environment\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-nature-autumn__tech-grid\"\u003e\n\n        \u003cdiv class=\"fml-nature-autumn__tech\"\u003e\n\n          \u003csmall\u003e\n            Performance\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            Good news: this pack is optimized AF.\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-nature-autumn__tech\"\u003e\n\n          \u003csmall\u003e\n            Models\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            No crazy high-poly counts or giant texture sizes here.\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-nature-autumn__tech\"\u003e\n\n          \u003csmall\u003e\n            LODs\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            LOD levels are set conservatively so your GPU won't scream after 10 minutes of driving around…\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-nature-autumn__tech\"\u003e\n\n          \u003csmall\u003e\n            Hardware\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            Works perfectly on mid-range hardware according to tests done by author.\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-nature-autumn__note\"\u003e\n\n      \u003cp\u003e\n        Compatible as long as other mods aren’t using \u003cem\u003eexactly\u003c\/em\u003e same base tree types you're replacing here… otherwise conflicts may arise.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Keihaan382","offers":[{"title":"Default Title","offer_id":45787336802413,"sku":null,"price":23.19,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/fa2e2ba57f62454c3126c0d19b12f63e4d5e5b95.jpg?v=1788690540","url":"https:\/\/fivem-lab.com\/products\/nature-rebirth-autumn-vegetation-pack-fivem-map","provider":"Fivem-Lab","version":"1.0","type":"link"}