/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */.banner-icons>div{width:33.33%;display:flex}.banner-icons>div:first-child{margin-top:-5%;animation:bubble-animation-right-left 5s infinite alternate}.banner-icons>div:nth-child(2){animation:bubble-animation-right-left 5s infinite alternate;justify-content:center;margin-top:-7%;-webkit-animation:bubble-animation-left-right 5s infinite alternate}.banner-icons>div:nth-child(3){justify-content:center;padding-top:-7%;padding-right:5%;animation:bubble-animation-left-right 5s infinite alternate}.banner-icons>div:nth-child(4){justify-content:center;padding-top:16%;animation:bubble-animation-bottom-top 5s infinite alternate}.banner-icons>div:nth-child(5){justify-content:flex-end;padding-top:18%;animation:bubble-animation-bottom-top 5s infinite alternate}.banner-icons>div:nth-child(6){justify-content:flex-end;padding-top:7%;animation:bubble-animation-left-right 5s infinite alternate}@keyframes bubble-animation-right-left{0%{transform:translate(0)}to{transform:translate(30px)}}@keyframes bubble-animation-left-right{0%{transform:translate(30px)}to{transform:translate(0)}}@keyframes bubble-animation-top-bottom{0%{transform:translateY(0)}to{transform:translateY(-75px)}}@keyframes bubble-animation-bottom-top{to{transform:translateY(0)}0%{transform:translateY(-60px)}}