/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */html{line-height:1.15; /* 1 */-webkit-text-size-adjust:100% /* 2 */}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */body{margin:0}

/**
 * Render the `main` element consistently in IE.
 */main{display:block}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1{font-size:2em;margin:.67em 0}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr{box-sizing:content-box; /* 1 */height:0; /* 1 */overflow:visible /* 2 */}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre{font-family:monospace,monospace; /* 1 */font-size:1em /* 2 */}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */a{background-color:transparent}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */strong{font-weight:bolder}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code{font-family:monospace,monospace; /* 1 */font-size:1em /* 2 */}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */img{border-style:none}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */button,input,select{font-family:inherit; /* 1 */font-size:100%; /* 1 */line-height:1.15; /* 1 */margin:0 /* 2 */}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input{
  /* 1 */overflow:visible}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select{
  /* 1 */text-transform:none}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}

/**
 * Remove the inner border and padding in Firefox.
 */[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}

/**
 * Restore the focus styles unset by the previous rule.
 */[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend{box-sizing:border-box; /* 1 */color:inherit; /* 2 */display:table; /* 1 */max-width:100%; /* 1 */padding:0; /* 3 */white-space:normal /* 1 */}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress{vertical-align:baseline}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */[type=checkbox],[type=radio]{box-sizing:border-box; /* 1 */padding:0 /* 2 */}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type=search]{-webkit-appearance:textfield; /* 1 */outline-offset:-2px /* 2 */}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */[type=search]::-webkit-search-decoration{-webkit-appearance:none}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button{-webkit-appearance:button; /* 1 */font:inherit /* 2 */}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */details{display:block}

/*
 * Add the correct display in all browsers.
 */summary{display:list-item}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */[hidden]{display:none}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */html{box-sizing:border-box; /* 1 */font-family:sans-serif /* 2 */}*,:after,:before{box-sizing:inherit}

/**
 * Removes the default spacing and border for appropriate elements.
 */blockquote,figure,h1,h2,h3,p,pre{margin:0}button{background:transparent;padding:0}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{margin:0}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */*,:after,:before{border:0 solid #dae1e7}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */img{border-style:solid}img{max-width:100%;height:auto}input::-webkit-input-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder{color:inherit;opacity:.5}input::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}.container{width:100%}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}.spaced-x-6>*{margin-right:1.5rem}.spaced-x-6>:last-child{margin-right:0}.spaced-y-6>*{margin-bottom:1.5rem}.spaced-y-6>:last-child{margin-bottom:0}.spaced-y-8>*{margin-bottom:2rem}.spaced-y-8>:last-child{margin-bottom:0}.spaced-y-10>*{margin-bottom:2.5rem}.spaced-y-10>:last-child{margin-bottom:0}

/* purgecss start ignore */.markdown{font-size:1.125rem;color:#3d4852;line-height:1.5}.markdown>*+*,.markdown li+li,.markdown li>p+p{margin-top:1.5rem}.markdown strong{color:#22292f;font-weight:700}.markdown a{color:#22292f;font-weight:600}.markdown strong a{font-weight:700}.markdown h2{line-height:1.25;font-size:1.25rem;font-weight:700;color:#22292f;margin-bottom:.5rem;margin-top:2.5rem}.markdown h3{line-height:1.25;font-size:1.125rem;font-weight:700;color:#22292f;margin-top:2rem;margin-bottom:-.5rem}.markdown code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;display:inline;background-color:#f1f5f8;padding-left:.25rem;padding-right:.25rem}.markdown pre code{display:block;background-color:#22292f;padding:1rem;border-radius:.25rem}.markdown blockquote{border-left-width:4px;border-color:#dae1e7;padding-left:1rem;font-style:italic}.markdown ol,.markdown ul{padding-left:1.25rem}@media (min-width:576px){.markdown ol,.markdown ul{padding-left:2.5rem}}

/* purgecss end ignore */.list-reset{list-style:none!important;padding:0!important}.appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.bg-grey-darker{background-color:#606f7b!important}.bg-grey-light{background-color:#dae1e7!important}.bg-grey-lighter{background-color:#f1f5f8!important}.bg-white{background-color:#fff!important}.bg-yellow-light{background-color:#fff382!important}.bg-green{background-color:#38c172!important}.bg-teal-dark{background-color:#38a89d!important}.bg-blue{background-color:#3490dc!important}.bg-blue-lightest{background-color:#eff8ff!important}.bg-indigo-darkest{background-color:#191e38!important}.bg-indigo-darker{background-color:#2f365f!important}.bg-indigo-lighter{background-color:#b2b7ff!important}.hover\:bg-grey:hover{background-color:#b8c2cc!important}.hover\:bg-green-dark:hover{background-color:#1f9d55!important}.bg-left{background-position:0!important}.bg-no-repeat{background-repeat:no-repeat!important}.bg-cover{background-size:cover!important}.border-grey{border-color:#b8c2cc!important}.border-grey-light{border-color:#dae1e7!important}.border-grey-lighter{border-color:#f1f5f8!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}.border-2{border-width:2px!important}.border{border-width:1px!important}.border-r-2{border-right-width:2px!important}.border-t{border-top-width:1px!important}.border-r{border-right-width:1px!important}.border-b{border-bottom-width:1px!important}.cursor-pointer{cursor:pointer!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.hidden{display:none!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.flex-1{flex:1 1 0%!important}.flex-auto{flex:1 1 auto!important}.flex-none{flex:none!important}.flex-no-shrink{flex-shrink:0!important}.font-sans{font-family:system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}.font-serif{font-family:Constantia,Lucida Bright,Lucidabright,Lucida Serif,Lucida,DejaVu Serif,Bitstream Vera Serif,Liberation Serif,Georgia,serif!important}.font-mono{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-black{font-weight:900!important}.h-2{height:.5rem!important}.h-4{height:1rem!important}.h-6{height:1.5rem!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.leading-normal{line-height:1.5!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mb-0{margin-bottom:0!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-8{margin-top:2rem!important}.mr-8{margin-right:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mt-10{margin-top:2.5rem!important}.mt-12{margin-top:3rem!important}.mb-12{margin-bottom:3rem!important}.mt-16{margin-top:4rem!important}.ml-auto{margin-left:auto!important}.max-h-full{max-height:100%!important}.max-w-xs{max-width:20rem!important}.max-w-sm{max-width:30rem!important}.max-w-md{max-width:40rem!important}.max-w-lg{max-width:50rem!important}.max-w-xl{max-width:60rem!important}.max-w-full{max-width:100%!important}.min-h-screen{min-height:100vh!important}.-mx-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.-mt-2{margin-top:-.5rem!important}.-mb-12{margin-bottom:-3rem!important}.-mt-20{margin-top:-5rem!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.scrolling-auto{-webkit-overflow-scrolling:auto!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.pl-3{padding-left:.75rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pt-6{padding-top:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pt-8{padding-top:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.pt-16{padding-top:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.pt-24{padding-top:6rem!important}.pb-24{padding-bottom:6rem!important}.pb-32{padding-bottom:8rem!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.pin{top:0!important;right:0!important;bottom:0!important;left:0!important}.pin-y{top:0!important;bottom:0!important}.pin-x{right:0!important;left:0!important}.pin-t{top:0!important}.pin-r{right:0!important}.pin-l{left:0!important}.shadow{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)!important}.shadow-md{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)!important}.shadow-lg{box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)!important}.fill-current{fill:currentColor!important}.stroke-current{stroke:currentColor!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-black{color:#22292f!important}.text-grey-darkest{color:#3d4852!important}.text-grey-darker{color:#606f7b!important}.text-grey-dark{color:#8795a1!important}.text-grey{color:#b8c2cc!important}.text-white{color:#fff!important}.text-green{color:#38c172!important}.text-teal-light{color:#64d5ca!important}.text-blue{color:#3490dc!important}.text-purple-lighter{color:#d6bbfc!important}.text-pink{color:#f66d9b!important}.hover\:text-black:hover{color:#22292f!important}.hover\:text-blue-dark:hover{color:#2779bd!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.text-3xl{font-size:1.875rem!important}.text-4xl{font-size:2.25rem!important}.text-5xl{font-size:3rem!important}.italic{font-style:italic!important}.uppercase{text-transform:uppercase!important}.underline{text-decoration:underline!important}.line-through{text-decoration:line-through!important}.no-underline{text-decoration:none!important}.antialiased{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.hover\:underline:hover{text-decoration:underline!important}.tracking-wide{letter-spacing:.1em!important}.align-middle{vertical-align:middle!important}.whitespace-no-wrap{white-space:nowrap!important}.whitespace-pre{white-space:pre!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.w-2{width:.5rem!important}.w-4{width:1rem!important}.w-6{width:1.5rem!important}.w-10{width:2.5rem!important}.w-12{width:3rem!important}.w-20{width:5rem!important}.w-24{width:6rem!important}.w-32{width:8rem!important}.w-64{width:16rem!important}.w-1\/2{width:50%!important}.w-2\/3{width:66.66667%!important}.w-full{width:100%!important}.z-10{z-index:10!important}.z-20{z-index:20!important}@media (min-width:576px){.sm\:pl-24{padding-left:6rem!important}}@media (min-width:768px){.md\:block{display:block!important}.md\:hidden{display:none!important}.md\:flex{display:flex!important}.md\:h-12{height:3rem!important}.md\:my-16{margin-top:4rem!important;margin-bottom:4rem!important}.md\:mb-2{margin-bottom:.5rem!important}.md\:mb-4{margin-bottom:1rem!important}.md\:-mx-12{margin-left:-3rem!important;margin-right:-3rem!important}.md\:opacity-100{opacity:1!important}.md\:px-0{padding-left:0!important;padding-right:0!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:px-16{padding-left:4rem!important;padding-right:4rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:pr-6{padding-right:1.5rem!important}.md\:pb-40{padding-bottom:10rem!important}.md\:text-center{text-align:center!important}.md\:text-grey-dark{color:#8795a1!important}.md\:text-grey{color:#b8c2cc!important}.md\:text-2xl{font-size:1.5rem!important}.md\:text-6xl{font-size:3.75rem!important}.md\:w-12{width:3rem!important}.md\:w-1\/3{width:33.33333%!important}}@media (min-width:992px){.lg\:rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.lg\:flex{display:flex!important}.lg\:flex-row-reverse{flex-direction:row-reverse!important}.lg\:h-20{height:5rem!important}.lg\:leading-tight{line-height:1.25!important}.lg\:mb-0{margin-bottom:0!important}.lg\:mt-4{margin-top:1rem!important}.lg\:max-w-full{max-width:100%!important}.lg\:py-16{padding-top:4rem!important;padding-bottom:4rem!important}.lg\:px-24{padding-left:6rem!important;padding-right:6rem!important}.lg\:pr-12{padding-right:3rem!important}.lg\:pl-32{padding-left:8rem!important}.lg\:text-3xl{font-size:1.875rem!important}.lg\:w-20{width:5rem!important}.lg\:w-48{width:12rem!important}}