{% if content.advantagesIsView %}
<div style="order: {{ content.advantagesOrder ?? -1 }}">
<modern-advantages
title="{{ content.advantagesTitle }}"
description="{{ content.advantagesDescription }}"
button-title="{{ content.advantagesButtonTitle }}"
button-url="{{ content.advantagesButtonUrl }}"
advantages="{{ content.advantagesAdvantages | json_encode }}"
></modern-advantages>
</div>
{% endif %}