@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap");:root{--green-dark:#1A5C38;--green-mid:#2E7D52;--green-bright:#3DA85A;--green-light:#D6EAD8;--green-pale:#F0F8F2;--black:#0E1A14;--grey-dark:#2D3A32;--grey-mid:#5A6A60;--grey-light:#B8C4BB;--grey-pale:#F4F7F5;--white:#FFFFFF;--gold:#C8952A;--font-body:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max:1140px;--radius:4px;--radius-lg:10px}.make-vs-buy-page{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:16px;line-height:1.6;color:var(--black);background:var(--white);overflow-x:hidden;width:100%;max-width:100vw}.make-vs-buy-page *,.make-vs-buy-page :after,.make-vs-buy-page :before{box-sizing:border-box;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.make-vs-buy-page h1,.make-vs-buy-page h2,.make-vs-buy-page h3,.make-vs-buy-page h4{line-height:1.2;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.make-vs-buy-page h1{font-size:clamp(36px,5vw,58px);font-weight:700}.make-vs-buy-page h2{font-size:clamp(28px,3.5vw,42px);font-weight:700}.make-vs-buy-page h3{font-size:clamp(17px,2.2vw,22px);font-weight:600}.make-vs-buy-page h4{font-size:16px;font-weight:600}.make-vs-buy-page p{margin-bottom:1rem}.make-vs-buy-page p:last-child{margin-bottom:0}.make-vs-buy-page .container{max-width:var(--max);margin:0 auto;padding:0 24px;width:100%}.make-vs-buy-page .divider{border:none;border-top:1px solid #e4ede7;margin:0;width:100%}.make-vs-buy-page .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;border:none;transition:all .2s;text-decoration:none!important;line-height:1}.make-vs-buy-page .btn svg{width:17px;height:17px;flex-shrink:0}.make-vs-buy-page .btn:active{transform:scale(.97)}.make-vs-buy-page .btn--primary{background:var(--green-bright);color:var(--white)}.make-vs-buy-page .btn--primary:hover{background:#35944f;transform:translateY(-1px)}.make-vs-buy-page .btn--outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.make-vs-buy-page .btn--outline:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.06)}.make-vs-buy-page .btn--outline-dark{background:transparent;color:var(--green-dark);border:1.5px solid var(--green-mid)}.make-vs-buy-page .btn--outline-dark:hover{background:var(--green-pale);border-color:var(--green-dark)}.make-vs-buy-page .tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green-mid);border:1.5px solid var(--green-mid);padding:4px 12px;border-radius:2px}.make-vs-buy-page .tag--gold{color:var(--gold);border-color:var(--gold)}.make-vs-buy-page .section{padding:80px 24px}.make-vs-buy-page .section--alt{background:var(--grey-pale)}.make-vs-buy-page .section--dark{background:var(--green-dark);color:var(--white)}.make-vs-buy-page .section__header{text-align:center;margin-bottom:56px}.make-vs-buy-page .section__tag{margin-bottom:16px}.make-vs-buy-page .section__h2{color:var(--black);margin-bottom:16px}.make-vs-buy-page .section--dark .section__h2{color:var(--white)}.make-vs-buy-page .section__sub{font-size:17px;color:var(--grey-mid);max-width:600px;margin:0 auto;line-height:1.65}.make-vs-buy-page .section--dark .section__sub{color:rgba(255,255,255,.7)}.make-vs-buy-page .hero{background:var(--green-dark);color:#FFFFFF;padding:80px 24px 0;overflow:hidden;position:relative}.make-vs-buy-page .hero *{color:inherit}.make-vs-buy-page .hero h1,.make-vs-buy-page .hero h2,.make-vs-buy-page .hero h3,.make-vs-buy-page .hero h4,.make-vs-buy-page .hero h5,.make-vs-buy-page .hero h6{color:#FFFFFF!important}.make-vs-buy-page .hero h1 em{color:#7FD4A0!important}.make-vs-buy-page .hero:before{content:"";position:absolute;top:-80px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(61,168,90,.18) 0,transparent 70%);pointer-events:none}@media (max-width:900px){.make-vs-buy-page .section{padding:60px 24px}}@media (max-width:640px){.make-vs-buy-page .section{padding:48px 24px}.make-vs-buy-page .btn{width:100%;justify-content:center}}