\n {sectionData?.elementId?.trim() && (\n \n )}\n {sectionData?.header?.trim() && (\n {sectionData.header}\n )}\n {sectionData?.subtext?.trim() && (\n {sectionData.subtext}\n )}\n {sectionData?.listDetails &&\n documentToReactComponents(\n JSON.parse(sectionData?.listDetails?.raw),\n optionsMainStyle\n )}\n {sectionData && (\n \n {sectionData.list &&\n sectionData.list.map((section, index) => {\n if (section?.type && sectionList.includes(section?.type)) {\n const SectionComponent = loadable(() =>\n import(`../../components/${section.type}/${section.type}`)\n );\n return ;\n }\n })}\n
\n )}\n \n );\n};\nexport default ContentListWithRightData;\n","import styled from 'styled-components';\nimport LinkArrowImage from '../../images/icon-home-arrow-orange.png';\nimport { Col } from 'react-bootstrap';\n\nexport const MainDiv = styled.div`\n color: #666;\n font-family: 'Figtree-Regular', arial, sans-serif;\n font-size: 15px;\n line-height: 24px;\n letter-spacing: 0.02em;\n @media (max-width: 767px) {\n font-size: 15px;\n line-height: 22px;\n }\n`;\nexport const HeaderH1 = styled.h1`\n margin: 0 0 35px 0;\n padding: 0;\n font-family: 'Figtree-Light', arial, sans-serif;\n font-weight: normal !important;\n color: #00483a;\n font-size: 45px;\n line-height: 50px;\n letter-spacing: 0.02em;\n @media (max-width: 767px) {\n font-size: 35px;\n line-height: 40px;\n }\n`;\nexport const HeaderH2 = styled.h2`\n margin: 0 0 35px 0;\n padding: 0;\n font-family: 'Figtree-Light', arial, sans-serif;\n font-weight: normal !important;\n color: #008268;\n font-size: 32px;\n line-height: 38px;\n letter-spacing: 0.02em;\n @media (max-width: 767px) {\n font-size: 25px;\n line-height: 30px;\n margin-bottom: 20px;\n }\n`;\n\nexport const ParaText = styled.p`\n margin: 0 0 30px 0;\n padding: 0;\n i {\n font-size: 19px;\n line-height: 28px;\n color: #666;\n font-family: 'Figtree-Regular', arial, sans-serif;\n letter-spacing: 0.02em;\n font-style: normal !important;\n @media (max-width: 767px) {\n font-size: 18px;\n line-height: 25px;\n }\n }\n`;\n\nexport const HeaderH3 = styled.h3`\n margin: 0 0 35px 0;\n padding: 0;\n font-family: 'Figtree-Light', arial, sans-serif;\n font-weight: normal !important;\n color: #008168;\n font-size: 26px;\n line-height: 35px;\n letter-spacing: 0.02em;\n @media (max-width: 767px) {\n font-size: 18px;\n line-height: 23px;\n margin-bottom: 20px;\n }\n`;\n\nexport const UnorderedList = styled.ul`\n margin: 0 0 30px 0;\n padding: 0;\n`;\n\nexport const ListItem = styled.li`\n margin: 0;\n padding: 4px 0 4px 25px;\n list-style: none;\n background: url(${LinkArrowImage}) no-repeat 0 10px;\n background-size: 7px auto;\n`;\nexport const LinkStyle = styled.a`\n text-decoration: none;\n color: #eea200;\n :hover {\n text-decoration: none;\n color: #008268;\n outline: none;\n }\n`;\nexport const ImageStyle = styled.img`\n height: auto !important;\n width: auto !important;\n border: 0;\n vertical-align: top;\n`;\n\nexport const HorizontalBreak = styled.hr`\n height: 1px;\n border: none;\n background: #e5e5e5;\n margin: 50px 0;\n clear: both;\n opacity: 1 !important;\n @media (max-width: 767px) {\n margin: 30px 0;\n }\n`;\n\nexport const ColumnStyle = styled(Col)``;\n\nexport const SpanStyle = styled.span`\n position: absolute;\n top: 460px;\n @media (max-width: 991px) {\n top: -60px;\n }\n @media (max-width: 767px) {\n top: -45px;\n }\n`;\n"],"names":["ContentListWithRightData","_ref","_sectionData$elementI","_sectionData$elementI2","_sectionData$header","_sectionData$subtext","_sectionData$listDeta","sectionData","location","useEffect","async","_location$hash","elementId","hash","replace","Promise","resolve","_document","document","getElementById","setTimeout","window","href","optionsMainStyle","renderNode","BLOCKS","HEADING_2","node","children","React","Styled","HEADING_3","PARAGRAPH","UL_LIST","LIST_ITEM","INLINES","HYPERLINK","_node$data","_node$data2","_node$data3","_node$data4","isExternalUrlhref","data","uri","addTrailingSlash","process","target","isExternalUrl","EMBEDDED_ASSET","asset","useContentfulImages","sys","id","file","url","includes","src","alt","title","HR","renderText","text","split","flatMap","i","key","trim","header","subtext","listDetails","documentToReactComponents","JSON","parse","raw","list","map","section","index","type","sectionList","SectionComponent","loadable","resolved","chunkName","isReady","props","__webpack_modules__","importAsync","requireAsync","then","requireSync","__webpack_require__","MainDiv","styled","div","withConfig","displayName","componentId","HeaderH1","h1","HeaderH2","h2","ParaText","p","HeaderH3","h3","UnorderedList","ul","ListItem","li","LinkArrowImage","LinkStyle","a","ImageStyle","img","HorizontalBreak","hr","ColumnStyle","Col","SpanStyle","span"],"sourceRoot":""}