.home_block_2{padding:8rem 0;background:var(--bg-dark);position:relative}.home_block_2_content{display:flex;flex-direction:column;gap:4rem}.home_block_2_header{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center}.home_block_2_header>h2{color:var(--white)}.home_block_2_header>h2>span{background:var(--gradient-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.home_block_2_body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;position:relative;padding:1rem 0}.home_block_2_body::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(180deg,transparent 0%,var(--gold) 30%,var(--gold) 70%,transparent 100%);opacity:.35;transform:translateX(-50%)}.home_block_2_body>p{color:var(--text-muted)}.home_block_2_body>p:first-child{padding-right:1.5rem}.home_block_2_body>p:last-child{padding-left:1.5rem}.home_block_2_banner{width:100%;aspect-ratio:21 / 9;object-fit:cover;border-radius:var(--rounded-lg);border:1px solid var(--border);box-shadow:0 20px 60px rgba(0,0,0,.6),0 0 0 1px rgba(212,169,74,.1) inset}.home_block_2_cta{display:flex;justify-content:center;padding-top:.5rem}@media (max-width:1024px){.home_block_2{padding:6rem 0}.home_block_2_content{gap:5rem}.home_block_2_header{gap:2rem}.home_block_2_body{grid-template-columns:1fr;gap:3rem}.home_block_2_body::before{display:none}.home_block_2_body>p:first-child,.home_block_2_body>p:last-child{padding:0}.home_block_2_banner{aspect-ratio:16 / 9}}