.blobby-blob {
  position: relative;
  width: 300px;
  height: 420px;
  background-color: #fdd900;
  border-radius: 50% 50% 60% 40% / 60% 60% 40% 40%;
  animation: blobPulse 6s ease-in-out infinite;
  margin: 0 auto;
}

@keyframes blobPulse {
  0% {
    border-radius: 50% 50% 60% 40% / 60% 60% 40% 40%;
  }
  25% {
    border-radius: 60% 40% 50% 50% / 70% 50% 30% 50%;
  }
  50% {
    border-radius: 40% 60% 50% 60% / 50% 60% 50% 60%;
  }
  75% {
    border-radius: 55% 45% 60% 40% / 65% 55% 35% 45%;
  }
  100% {
    border-radius: 50% 50% 60% 40% / 60% 60% 40% 40%;
  }
}
.blobby-blob {
  z-index: 0;
}
.t-container, .t-col, .t-row, .t123__wrap, .t123, body {
  overflow: visible !important;
}
