.text-module{background-color:var(--background, transparent);padding-top:var(--mod-pt-desktop, 72px);padding-bottom:var(--mod-pb-desktop, 72px)}.text-module .text-module__columns{display:grid;gap:clamp(1.5rem,3vw,3rem);align-items:start}.text-module .text-module__columns--single{grid-template-columns:minmax(0,1fr)}.text-module .text-module__column{min-width:0}.text-module .text-module__richtext{color:inherit;word-break:normal;overflow-wrap:normal;-webkit-hyphens:manual;hyphens:manual}.text-module .text-module__richtext *{word-break:inherit;overflow-wrap:inherit;-webkit-hyphens:inherit;hyphens:inherit}.text-module .text-module__richtext>*:first-child{margin-top:0}.text-module .text-module__richtext>*:last-child{margin-bottom:0}@media (min-width: 768px){.text-module .text-module__columns--two{grid-template-columns:repeat(12,minmax(0,1fr))}.text-module .text-module__columns--two .text-module__column{grid-column:span var(--text-column-span, 6) / span var(--text-column-span, 6)}}@media (max-width: 991.98px){.text-module{padding-top:var(--mod-pt-tablet, 48px);padding-bottom:var(--mod-pb-tablet, 48px)}}@media (max-width: 767.98px){.text-module{padding-top:var(--mod-pt-mobile, 32px);padding-bottom:var(--mod-pb-mobile, 32px)}.text-module .text-module__columns--two{grid-template-columns:minmax(0,1fr);gap:1.5rem}}
