.datacenter-image{align-items:center;display:flex;justify-content:center;margin-bottom:50px}.span4.datacenter-column{border:1px solid #000;display:flex;flex-direction:column;margin-bottom:30px;min-height:600px;transition:all .3s ease}@media (max-width:767px){.span4.datacenter-column{min-height:auto}}.datacenter-column.highlighted{border:2px solid #c1cf00;box-shadow:0 8px 24px #c1cf0031}.datacenter-column-number{align-items:center;background-color:#c1cf00;color:#000;display:flex;font-weight:700;height:30px;justify-content:center;width:100%}.datacenter-hover-area{position:relative}.datacenter-hover-area:after{animation:radarPulse 1.5s ease-out infinite;border:2px solid #c1cf00;border-radius:50%;content:"";height:20px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:border-color .3s ease;width:20px}.datacenter-hover-area:hover:after{border-color:#0072e5}@keyframes radarPulse{0%{height:20px;opacity:.8;transform:translate(-50%,-50%) scale(1);width:20px}to{height:80px;opacity:0;transform:translate(-50%,-50%) scale(3);width:80px}}.datacenter-column.scroll-highlight{animation:columnHighlight 1.5s ease-out}@keyframes columnHighlight{0%{box-shadow:0 0 0 rgba(154,205,50,0);transform:scale(1)}50%{box-shadow:0 0 30px rgba(154,205,50,.6);transform:scale(1.05)}to{box-shadow:0 0 0 rgba(154,205,50,0);transform:scale(1)}}.datacenter-column .column-header{border-bottom:1px solid #000;display:flex;flex-direction:column;justify-content:space-between;margin:30px 30px 0;text-align:center}.datacenter-column .column-content{margin:0 30px}.datacenter-column section{border-bottom:1px solid #000;display:flex;flex-direction:column;gap:10px;padding:30px 0}.datacenter-column section:last-child{border-bottom:none}.datacenter-column section img{display:block;margin:0 auto}.datacenter-column section .section-content{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.datacenter-column section .product-name{font-size:1.1em;font-weight:700}