.splint-invest-picks{background:var(--blue-gradient);color:var(--white);text-align:center;padding:1rem 0;margin-bottom:3rem;box-shadow:var(--shadow)}.splint-invest-picks>h2{margin-bottom:1rem}.splint-invest-picks__referral-code{font-weight:700;color:var(--gold);cursor:pointer}.splint-invest-picks__referral-code:hover{color:var(--yellow)}.splint-invest-picks__referral-code.success{cursor:not-allowed}.splint-invest-picks__referral-code.success:hover{color:var(--gold)}.splint-invest-picks__asset-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem .5rem;background:var(--blue-gradient);border-radius:5px;margin:1rem 0;padding:1rem;padding-left:3rem}.splint-invest-picks__asset{border-radius:5px;overflow:hidden}.splint-invest-picks__asset:nth-child(even){background-color:var(--green);width:90%}.splint-invest-picks__asset:nth-child(odd){background-color:var(--blue);width:100%;box-shadow:var(--soft-shadow)}.splint-invest-picks__asset-image{display:block;border-radius:5px;width:95%;box-shadow:var(--hard-shadow);transition:.7s;transform-origin:center center}.splint-invest-picks__asset-image:hover{transform:scale(2)}.splint-invest-picks a{color:var(--gold);transition:.2s}.splint-invest-picks a:hover{color:var(--yellow)}@media screen and (max-width:1440px){}@media screen and (max-width:1280px){}@media screen and (max-width:1024px){.splint-invest-picks__asset-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px){}@media screen and (max-width:768px){.splint-invest-picks__asset-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.splint-invest-picks>h2,.splint-invest-picks>p{margin-left:2rem;margin-right:2rem}.splint-invest-picks__asset-container{grid-template-columns:repeat(1,1fr)}}