.fulfilling-square-spinner,.fulfilling-square-spinner *{box-sizing:border-box}.fulfilling-square-spinner{animation:fulfilling-square-spinner-animation 4s ease infinite;border:4px solid #ff1d5e;height:50px;position:relative;width:50px}.fulfilling-square-spinner .spinner-inner{animation:fulfilling-square-spinner-inner-animation 4s ease-in infinite;background-color:#ff1d5e;display:inline-block;opacity:1;vertical-align:top;width:100%}@keyframes fulfilling-square-spinner-animation{0%{transform:rotate(0)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes fulfilling-square-spinner-inner-animation{0%{height:0}25%{height:0}50%{height:100%}75%{height:100%}to{height:0}}
