/** Shopify CDN: Minification failed

Line 19:15 Unexpected "{"
Line 19:24 Expected ":"
Line 19:30 Unexpected "{"
Line 19:43 Expected identifier but found "{"
Line 19:44 Unexpected "{"
Line 19:53 Expected ":"
Line 19:79 Expected ":"
Line 19:95 Expected identifier but found "{"
Line 19:96 Unexpected "{"
Line 19:105 Expected ":"
... and 28 more hidden warnings

**/


/* CSS from section stylesheet tags */
#se-trio-text-{{ section.id }}{padding-top:{{ section.settings.padding_top }}px;padding-bottom:{{ section.settings.padding_bottom }}px}
#se-trio-text-{{ section.id }} .se-wrap{display:flex;gap:{{ section.settings.gap }}px;align-items:center;justify-content:{{ section.settings.desktop_align }}}
#se-trio-text-{{ section.id }} .se-col{flex:1 1 0;text-align:center}
#se-trio-text-{{ section.id }} .se-col .se-inner{display:inline-flex;flex-direction:column;gap:8px}
#se-trio-text-{{ section.id }} .se-text{letter-spacing:.04em;font-weight:700}
#se-trio-text-{{ section.id }} .se-uppercase{text-transform:uppercase}
#se-trio-text-{{ section.id }} .se-cta{font-weight:500;text-decoration:underline}

{% if section.settings.mobile_stack %}
@media (max-width: 749px){
  #se-trio-text-{{ section.id }} .se-wrap{flex-direction:column;align-items:center;justify-content:flex-start}
  #se-trio-text-{{ section.id }} .se-col{width:100%; margin-bottom: 10px;}
}
{% endif %}