{"version":3,"file":"component---src-pages-thank-you-js-45d81e48daec8a2330ad.js","mappings":"8KAIMA,EAAiBC,EAAAA,GAAAA,IAAAA,WAAH,kEAAGA,CAAH,oHAcdC,EAAAA,SAAAA,GAAAA,SAAAA,IAAAA,OAAAA,EAAAA,MAAAA,KAAAA,YAAAA,KA8BD,OA9BCA,EAAAA,EAAAA,GAAAA,EAAAA,GAAAA,EAAAA,UACFC,OAAA,WACI,OACI,gBAACH,EAAD,KACQ,gBAAC,EAAAI,EAAD,CAAaC,YAAY,OACrBC,OAAOC,EAAAA,EAAAA,GAASC,KAAKC,MAAMC,KAAKC,YAChCC,IAAI,GACJC,MAAM,GACNC,UAAU,4BAEd,gBAAC,EAAAV,EAAD,CAAaC,YAAY,OACrBC,OAAOC,EAAAA,EAAAA,GAASC,KAAKC,MAAMC,KAAKK,YAChCH,IAAI,GACJC,MAAM,GACNC,UAAU,sCAEd,gBAAC,EAAAV,EAAD,CAAaC,YAAY,OACrBC,OAAOC,EAAAA,EAAAA,GAASC,KAAKC,MAAMC,KAAKM,YAChCJ,IAAI,GACJC,MAAM,GACNC,UAAU,sCAEd,gBAAC,EAAAV,EAAD,CAAaC,YAAY,OACrBC,OAAOC,EAAAA,EAAAA,GAASC,KAAKC,MAAMC,KAAKO,YAChCL,IAAI,GACJC,MAAM,GACNC,UAAU,8BAI7B,EA9BCZ,CAAgBgB,EAAAA,WAiCtB,O,6GC3CMC,EAAgBlB,EAAAA,GAAAA,IAAAA,WAAH,mEAAGA,CAAH,sEAWbmB,EAAiBnB,EAAAA,GAAAA,IAAAA,WAAH,oEAAGA,CAAH,mEASdoB,EAAUpB,EAAAA,GAAAA,IAAAA,WAAH,6DAAGA,CAAH,8XAQF,SAAAQ,GAAK,OAAIA,EAAMa,MAAMC,OAAOC,SAkEjCC,EAAAA,SAAAA,GAAAA,SAAAA,IAAAA,OAAAA,EAAAA,MAAAA,KAAAA,YAAAA,KAiCD,OAjCCA,EAAAA,EAAAA,GAAAA,EAAAA,GAAAA,EAAAA,UACFtB,OAAA,WACI,OACI,gBAAC,IAAD,CAAQuB,SAAS,aACb,gBAAC,IAAD,CAAKC,KAAK,YAAYd,MAAM,cAC5B,gBAACM,EAAD,KACI,sBAAIL,UAAU,WAAd,oBACA,gBAAC,IAAD,CACIJ,KAAMF,KAAKC,MAAMC,OAErB,gBAACU,EAAD,CAAgBQ,GAAG,mBACnB,gBAACP,EAAD,KACI,uBAAKP,UAAU,iBACX,uBAAKA,UAAU,QACX,gBAAC,EAAAV,EAAD,CAAaC,YAAY,OACZC,OAAOC,EAAAA,EAAAA,GAASC,KAAKC,MAAMC,KAAKmB,MAChCjB,IAAI,GACJC,MAAM,GACNC,UAAU,uBAG3B,mEACA,uBAAKA,UAAU,oBAAoBgB,MAAO,CACtCC,WAAY,OACZC,cAAe,SAEf,gBAAC,EAAAC,KAAD,CAAMC,GAAG,IAAIpB,UAAU,qCAAoC,mDAOtF,EAjCCW,CAAiBP,EAAAA,WAqCvB,UA9Ec,SAACT,GAAD,OACV,gBAAC,EAAA0B,YAAD,CACIC,MAAK,YAiCLjC,OAAQ,SAAAO,GAAI,OACR,gBAACe,EAAD,CAAUhB,MAAOA,EAAOC,KAAMA","sources":["webpack://gatsby-starter-default/./src/components/shared/BgImage.js","webpack://gatsby-starter-default/./src/pages/thank-you.js"],"sourcesContent":["import React, {Component} from 'react'\nimport styled from 'styled-components'\nimport {GatsbyImage, getImage} from \"gatsby-plugin-image\"\n\nconst BgImageWrapper = styled.div`\n width: 100vw;\n height: 100vh;\n position: absolute;\n left: 0;\n z-index: 2;\n user-select: none;\n \n .image {\n width: 100vw;\n height: 100vh;\n }\n`\n\nclass BgImage extends Component {\n render() {\n return (\n \n \n \n \n \n \n )\n }\n}\n\nexport default BgImage","import React, {Component} from 'react'\nimport Layout from 'components/Layout/Layout'\nimport {navigate, Link, StaticQuery, graphql} from 'gatsby'\nimport SEO from \"utils/Seo\"\nimport styled from \"styled-components\";\nimport BgImage from '../components/shared/BgImage'\nimport {GatsbyImage, getImage} from \"gatsby-plugin-image\"\n\nconst IframeWrapper = styled.div`\n height: 100vh;\n position: relative;\n width: 100%;\n\n h1 {\n visibility: hidden;\n }\n\n`\n\nconst BottomOfIframe = styled.div`\n position: absolute;\n top: 75%;\n\n @media (min-width: 992px) {\n top: 100%;\n }\n`\n\nconst Content = styled.div`\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n max-width: 642px;\n position: relative;\n z-index: 2;\n color: ${props => props.theme.colors.white};\n text-align: center;\n padding: 0 0 0 1rem;\n margin: 0 auto;\n\n .scroll-helper {\n overflow-x: hidden;\n width: 100%;\n height: 100%;\n overflow-y: auto;\n padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */\n\n }\n\n h2 {\n font-size: 1.5rem;\n }\n\n p {\n font-size: 1.25rem;\n font-family: 'Proxima Nova W05 Bold', Arial, sans-serif;\n font-weight: bold;\n }\n`\n\nconst Query = (props) => (\n (\n \n )}\n />\n)\n\nclass ThankYou extends Component {\n render() {\n return (\n \n \n \n FROZEN Education
\n \n \n \n \n
\n \n
\n
Your form was successfully submitted!
\n
\n Back to Home\n
\n
\n \n \n \n )\n }\n\n}\n\nexport default Query\n"],"names":["BgImageWrapper","styled","BgImage","render","G","placeholder","image","getImage","this","props","data","FallbackXs","alt","title","className","FallbackSm","FallbackLg","FallbackXl","Component","IframeWrapper","BottomOfIframe","Content","theme","colors","white","ThankYou","pageName","slug","id","logo","style","paddingTop","paddingBottom","Link","to","StaticQuery","query"],"sourceRoot":""}