.choice-item{border-radius:45px;padding:5px 37px;margin-right:36px;margin-bottom:20px;cursor:pointer}.required{padding-top:5px;padding-left:10px;color:red}.send-btn{background-image:linear-gradient(137deg,#7eddcc,#2d98ba);position:relative;z-index:1}.send-btn:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-image:linear-gradient(137deg,#2d98ba,#7eddcc);z-index:-1;transition:opacity .5s linear;opacity:0;border-radius:8px}.send-btn:hover:before{opacity:1}.animation-ctn{text-align:center;margin:20px 0}@keyframes checkmark{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0px}}@keyframes checkmark-circle{0%{stroke-dashoffset:480px}to{stroke-dashoffset:960px}}@keyframes colored-circle{0%{opacity:0}to{opacity:1}}.inlinesvg .svg svg{display:inline}.icon--order-success svg polyline{animation:checkmark .25s ease-in-out .7s backwards}.icon--order-success svg circle{animation:checkmark-circle .6s ease-in-out backwards}.icon--order-success svg circle#colored{animation:colored-circle .6s ease-in-out .7s backwards}@media only screen and (max-width:640px){.choice-item{padding:5px 15px;margin-right:20px;margin-bottom:10px}.required{padding-top:5px;padding-bottom:5px;padding-left:10px;color:red}}