\n {summary}\n
\n )}\n\n \n\n );\n }\n\n return domNode;\n }\n })}\n >\n );\n};\n\nexport default Wysiwyg;\n","import React from \"react\";\n\nimport { IProfileData } from \"../../pages/about-us\";\nimport getProfile from \"../../templates/utils/getProfile\";\nimport styled from \"../../theme/styled\";\nimport {\n colourHelper,\n fontLineHeightHelper,\n fontSizeHelper,\n fontSpaceHelper,\n fontWeightHelper\n} from \"../../theme/theme-helper\";\nimport {\n ColumnWidthWrapper,\n SmallColumnWidthWrapper\n} from \"../confines-wrappers\";\nimport Link from \"../link\";\nimport UserBadge from \"../user-badge\";\n\ninterface IProps {\n teamMembers: IProfileData[];\n}\n\nconst TeamMembersWrapper = styled.div`\n h2,\n p {\n margin: 0;\n padding: 0;\n text-align: center;\n }\n\n .team-members-text {\n h2 {\n margin: 0;\n padding: 0;\n color: ${({ theme }) => colourHelper({\n theme,\n variant: \"brandColor\"\n })};\n font-size: ${({ theme }) => fontSizeHelper({\n theme,\n variant: \"body_1\"\n })};\n font-weight: ${({ theme }) =>\n fontWeightHelper({\n theme,\n variant: \"bold\"\n })};\n line-height: ${({ theme }) =>\n fontLineHeightHelper({\n theme,\n variant: \"normalized\"\n })};\n letter-spacing: ${({ theme }) =>\n fontSpaceHelper({\n theme,\n variant: \"medium\"\n })};\n text-transform: uppercase;\n }\n\n p {\n transform: 0.2s ease-in-out;\n margin-bottom: 0;\n padding-top: ${({ theme }) =>\n fontLineHeightHelper({\n theme,\n variant: \"small\"\n })};\n font-size: ${({ theme }) => fontSizeHelper({\n theme,\n variant: \"body_2\"\n })};\n font-weight: ${({ theme }) =>\n fontWeightHelper({\n theme,\n variant: \"bold\"\n })};\n line-height: ${({ theme }) =>\n fontLineHeightHelper({\n theme,\n variant: \"default\"\n })};\n }\n }\n\n .team-members {\n transition: 0.2s ease-in-out;\n display: flex;\n flex-direction: column;\n justify-content: center;\n padding-top: 3.2rem;\n\n .team-member {\n transition: 0.2s ease-in-out;\n padding-top: 3.2rem;\n width: 100%;\n\n &:first-child {\n padding-top: 0;\n }\n }\n }\n\n .careers-link {\n padding-top: 6.8rem;\n font-size: ${({ theme }) => fontSizeHelper({\n theme,\n variant: \"small_3\"\n })};\n font-weight: ${({ theme }) => fontWeightHelper({\n theme,\n variant: \"bold\"\n })};\n line-height: ${({ theme }) =>\n fontLineHeightHelper({\n theme,\n variant: \"small\"\n })};\n }\n\n @media (min-width: 480px) {\n .team-members-text {\n p {\n font-size: ${({ theme }) =>\n fontSizeHelper({\n theme,\n variant: \"subhead_1\"\n })};\n }\n }\n\n .team-members {\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n padding-top: 6.4rem;\n\n .team-member {\n width: 50%;\n\n &:nth-child(2) {\n padding-top: 0;\n }\n }\n }\n\n .careers-link {\n padding-top: 8.8rem;\n }\n }\n\n @media (min-width: 600px) {\n .team-members-text {\n p {\n font-size: ${({ theme }) =>\n fontSizeHelper({\n theme,\n variant: \"subhead_2\"\n })};\n }\n }\n\n .team-members {\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n padding-top: 4.8rem;\n\n .team-member {\n width: 33.33%;\n\n &:nth-child(3) {\n padding-top: 0;\n }\n }\n }\n\n .careers-link {\n font-size: ${({ theme }) => fontSizeHelper({\n theme,\n variant: \"body_1\"\n })};\n }\n }\n\n @media (min-width: 768px) {\n .team-members {\n padding-top: 6.4rem;\n\n .team-member {\n padding-top: 3%;\n }\n }\n }\n\n @media (min-width: 960px) {\n .team-members-text {\n h2 {\n font-size: ${({ theme }) =>\n fontSizeHelper({\n theme,\n variant: \"body_2\"\n })};\n }\n\n p {\n font-size: ${({ theme }) =>\n fontSizeHelper({\n theme,\n variant: \"title\"\n })};\n }\n }\n\n .team-members {\n padding-top: 6%;\n\n .team-member {\n width: 25%;\n\n &:nth-child(4) {\n padding-top: 0;\n }\n }\n }\n\n .careers-link {\n font-size: ${({ theme }) => fontSizeHelper({\n theme,\n variant: \"body_2\"\n })};\n }\n }\n\n @media (min-width: 1024px) {\n .team-members {\n .team-member {\n width: 20%;\n\n &:nth-child(5) {\n padding-top: 0;\n }\n }\n }\n }\n\n @media (min-width: 1440px) {\n .team-members {\n padding-top: 8.8rem;\n }\n }\n`;\n\nconst TeamMembers = ({ teamMembers }: IProps) => (\n\n \n\n {domToReact(domNode.children)}\n
\n Meet the award-winning team of creative geeks, thinkers and grafters.\n {\" \"}\n\n \n Drop us a line\n \n\n {\" \"}\n anytime.\n
\n