(window.webpackJsonp=window.webpackJsonp||[]).push([[33],{1328:function(n,t,o){var content=o(1591);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[n.i,content,""]]),content.locals&&(n.exports=content.locals);(0,o(93).default)("983670d0",content,!0,{sourceMap:!1})},1590:function(n,t,o){"use strict";o(1328)},1591:function(n,t,o){var e=o(92)(!1);e.push([n.i,"/* stylelint-enable property-no-unknown */\n/* prettier-ignore */\n.component-article-section-custom-module,\n.component-article-section-custom-module.ui-body {\n  font-size: 18px;\n  line-height: 30px;\n  margin-bottom: 40px;\n  padding: 25px;\n  box-shadow: 10px 10px #e6e0d3;\n  border-radius: 10px;\n  border-bottom-right-radius: 2px;\n  background: #F9F4EB;\n  width: calc(100% - 10px);\n}\n.component-article-section-custom-module .title,\n.component-article-section-custom-module.ui-body .title {\n  margin-bottom: 15px;\n  overflow-wrap: break-word;\n  font-family: 'ProximaNovaBold', Arial, sans-serif;\n}\n.component-article-section-custom-module .copy a,\n.component-article-section-custom-module.ui-body .copy a {\n  color: #0075B7;\n}\n.component-article-section-custom-module .copy > *,\n.component-article-section-custom-module.ui-body .copy > * {\n  margin-top: 20px;\n}\n.component-article-section-custom-module .copy > *:first-child,\n.component-article-section-custom-module.ui-body .copy > *:first-child {\n  margin-top: 0;\n}\n.component-article-section-custom-module .cta,\n.component-article-section-custom-module.ui-body .cta {\n  margin: 20px 0 0;\n  display: inline-block;\n  font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n  background: #2E2E30;\n  border-radius: 5px;\n  height: 36px;\n  padding: 4px 10px;\n  min-width: 100px;\n  max-width: 275px;\n  text-align: center;\n}\n.component-article-section-custom-module .cta a,\n.component-article-section-custom-module.ui-body .cta a {\n  color: #fff;\n  text-decoration: none;\n  line-height: 28px;\n  text-overflow: ellipsis;\n  display: block;\n  overflow: hidden;\n  white-space: nowrap;\n}\n.component-article-section-custom-module .cta.only-element,\n.component-article-section-custom-module.ui-body .cta.only-element {\n  margin: 0 auto 15px;\n}\n",""]),n.exports=e},1928:function(n,t,o){"use strict";o.r(t);var e=o(0),c={name:"ArticleSectionCustomModule",props:{title:{type:String,default:""},copy:{type:String,default:""},ctaLink:{type:String,default:""}},computed:{hasTitle:function(){return Object(e.a)(this,"title","").length>0},hasCopy:function(){return Object(e.a)(this,"copy","").length>0},hasCta:function(){return Object(e.a)(this,"ctaLink","").length>0},hasContent:function(){return this.hasTitle||this.hasCopy||this.hasCta}}},l=(o(1590),o(48)),component=Object(l.a)(c,(function(){var n=this,t=n.$createElement,o=n._self._c||t;return n.hasContent?o("div",{staticClass:"component-article-section-custom-module ui-body"},[n.hasTitle?o("p",{staticClass:"title ui-heading-3",class:{"only-element":!n.ctaLink&&!n.copy},domProps:{innerHTML:n._s(n.title)}}):n._e(),n._v(" "),n.hasCopy?o("div",{staticClass:"copy",domProps:{innerHTML:n._s(n.copy)}}):n._e(),n._v(" "),n.hasCta?o("div",{staticClass:"cta",class:{"only-element":!n.title&&!n.copy},domProps:{innerHTML:n._s(n.ctaLink)}}):n._e()]):n._e()}),[],!1,null,null,null);t.default=component.exports}}]);