{# <div class="input-container w_100 mx-auto text-center">
<button class="btn_section {{row.field_class}}" type="submit">
<span>
<svg width="20" height="11" viewbox="0 0 20 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5303 1.17681L14 0.646484L12.9393 1.70714L13.4697 2.23747L16.1894 4.95716H1H0.25V6.45716H1H16.1893L13.4697 9.17682L12.9393 9.70714L14 10.7678L14.5303 10.2375L18.5303 6.23747L19.0607 5.70714L18.5303 5.17681L14.5303 1.17681Z" fill="white"/>
</svg>
</span>
<span>
{{row.field_label}}
</span>
</button>
</div> #}
<button type="submit" class="button button__border button__transparent button__with-icon-right button__for-title">
<span>{{row.field_label}}</span>
<svg class='icon' width="32" height="32" viewbox="0 0 46 48">
<use xlink:href="#arrow-right"/>
</svg>
</button>