.made_card{display:flex;flex-direction:column;padding:40px 35px;position:relative;row-gap:5px}.made_card>*{position:relative;z-index:2}.made_card a.primary{--border-angle-1:0deg;--border-angle-2:90deg;--border-angle-3:180deg;--border-angle-4:270deg;--border-size:2px;--border-radius:50px;background:var(--accent-color-1);border:0;border-radius:var(--border-radius);color:var(--brand-light);display:flex;font-family:inherit;line-height:1;margin-top:12px;padding:var(--border-size);text-decoration:none;width:max-content}.made_card a span.hidden{left:-9999px;opacity:0;pointer-events:none;position:absolute}@property --border-angle-1{syntax:"<angle>";inherits:true;initial-value:0deg}@property --border-angle-2{syntax:"<angle>";inherits:true;initial-value:90deg}@property --border-angle-3{syntax:"<angle>";inherits:true;initial-value:180deg}@property --border-angle-4{syntax:"<angle>";inherits:true;initial-value:180deg}@keyframes rotateBackground{to{--border-angle-1:360deg}}@keyframes rotateBackground2{to{--border-angle-2:-270deg}}@keyframes rotateBackground3{to{--border-angle-3:540deg}}@keyframes rotateBackground4{to{--border-angle-4:540deg}}.made_card a.primary>div{background:var(--accent-color-1);border-radius:calc(var(--border-radius) - var(--border-size));color:var(--brand-light);font-weight:200;padding:17px 42px;pointer-events:none;text-decoration:none;transition:none}.made_card a.primary:hover{animation:rotateBackground 2s linear infinite,rotateBackground2 3s linear infinite,rotateBackground3 3.3s linear infinite,rotateBackground4 4.2s linear infinite;background-color:transparent;background-image:conic-gradient(from var(--border-angle-1) at 70% 60%,transparent,var(--accent-color-1) 10%,transparent 60%,transparent),conic-gradient(from var(--border-angle-2) at 50% 20%,transparent,var(--accent-color-2) 10%,transparent 50%,transparent),conic-gradient(from var(--border-angle-3) at 80% 50%,transparent,var(--accent-color-1) 10%,transparent 50%,transparent),conic-gradient(from var(--border-angle-4) at 50% 20%,transparent,var(--accent-color-2) 10%,transparent 50%,transparent)}.made_card a.primary:hover>div{background:var(--background);border-radius:calc(var(--border-radius) - var(--border-size));color:var(--foreground);transition:color .2s ease,background 0s}.made_card .card_title{margin-bottom:15px;margin-top:0}.made_card .card_desc>:last-child{margin-bottom:0}.made_card .beaker_made{height:70px;width:80px}.made_card .beaker_made svg path.liquid{animation:slideLiquid 16s linear infinite}.made_card .beaker_made svg{height:100%;width:100%}@keyframes slideLiquid{0%{transform:translateX(0)}to{transform:translateX(400%)}}@media (max-width:500px){.made_card{padding:25px}}