.button-rounded-arrow{border:2px solid #0041f2;border-radius:40px;color:#041348;display:inline-block;font-weight:500;line-height:1;padding:15px 30px 15px 20px;position:relative;text-decoration:none;transition:background .2s ease,color .2s ease}.button-rounded-arrow__icon{align-items:center;background:#0041f2;border:1px solid #0041f2;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;right:-15px;top:calc(50% - 16px);transition:border .2s ease;width:30px}.button-rounded-arrow__icon img{height:11px;width:auto}.button-rounded-arrow:hover{background:#0041f2;color:#fff}.button-rounded-arrow:hover .button-rounded-arrow__icon{border:1px solid #fff}