.main-body{max-width:410px;background:var(--periwinkle);padding:20px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:32px;border-radius:25px;text-align:center}.form-body{width:100%}.form-body,.form-footer{display:flex;flex-direction:column;gap:12px}.form-footer{align-items:center}.form-white{background:var(--white)}@media (max-width:1439px){.main-body{order:3;max-width:unset;width:100%}}.running-line{overflow:hidden;white-space:nowrap;position:relative;width:100%;background-color:var(--yellow);padding:10px 0;display:flex;align-items:center;height:54px}.running-line .content{display:flex;animation:creeping 30s linear infinite}.running-line .text{margin-right:60px;font-size:28px;font-weight:400}@keyframes creeping{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media (max-width:1439px){.running-line{height:50px}.running-line .text{margin-right:60px;font-size:22px;font-weight:400}}