:root{--font-standard: "Futura PT", Helvetica, Arial, sans-serif;--font-bold: Futura, Helvetica, Arial, sans-serif;--font-mono: Courier, Courier New, Andale Mono, monospace;--black: #111314;--grey-800: #313b44;--grey-700: #465863;--grey-600: #5c6c7a;--grey-500: #65788b;--grey-400: #8394a5;--grey-300: #b9ccde;--grey-200: #edf4fb;--grey-100: #e5ebf1;--white: #ffffff;--purple-violet-200: #a000ba;--purple-violet-200-muted: #7f447e;--purple-violet-100: #9305ab;--purple-red-200: #ba00a1;--purple-red-100: #b900a4;--purple-red-050: #e352c4;--purple-orchid: #b901bd;--red: #f51628;--magenta-red-100: #d10971;--night-owl-midnight: #00101c;--caribbean-blue-muted-300: #184a63;--caribbean-blue-muted-200: #366281;--caribbean-blue-muted-100: #2d6994;--caribbean-blue: #0071c2;--caribbean-blue-100: #6898bb;--purple-muted-100: #ae08b1;--pink: #fa9aff;--grad-grey-500: linear-gradient(to right, #343f4a, #111314);--grad-grey-400: linear-gradient(to right, #465863, #5f788b);--grad-grey-300: linear-gradient(to right, #96a6b5, #c0d8f0);--grad-vert-lin-grey-200: linear-gradient( 180deg, #8aaabd 1.91%, #d5dee6 101.1% );--grad-grey-100: linear-gradient(to right, #eef6fe, #edf4fb);--grad-vert-grey-500: linear-gradient(to bottom, #343f4a, #111314);--grad-lin-red-orange: linear-gradient(270deg, #ff8200 0%, #ff1a14 67%);--grad-lin-red-orange-muted: linear-gradient(270deg, #e97802 0%, #ce0500 67%);--grad-lin-purple-red: linear-gradient(90deg, #b900a5 0%, #ff1a14 253.3%);--grad-lin-vert-purple-red: linear-gradient( to bottom, #b900a5 0%, #ff1a14 253.3% );--grad-lin-purple-red-subtle: linear-gradient( 178.76deg, #b900a5 .09%, #ff1a14 201.83% );--grad-lin-blue-violet: linear-gradient( 270deg, #ff0000 -136.07%, #5200ff 129.01% );--grad-rad-red-purple: radial-gradient( 131.46% 203.85% at 125.58% -43.48%, #ff1a14 0%, #b900a5 100% );--grad-rad-red-purple-darken: radial-gradient( 131.46% 203.85% at 125.58% -43.48%, #e00600 0%, #850076 100% );--grad-rad-red-purple-darkest: radial-gradient( 131.46% 203.85% at 125.58% -43.48%, #b10702 0%, #4e0145 100% );--grad-rad-blue-violet: radial-gradient( 167.63% 245.72% at 100% 0%, #b901bd 0%, #5200ff 100% );--grad-rad-blue-violet-darken: radial-gradient( 167.63% 245.72% at 100% 0%, #9a029d 0%, #3400a1 100% );--grad-lin-solid-grey-300: linear-gradient( to right, var(--grey-300), var(--grey-300) );--grad-lin-solid-grey-100: linear-gradient( to right, var(--grey-100), var(--grey-100) );--color-light: var(--white);--color-dark: var(--black);--text: var(--color-dark);--text-reverse: var(--color-light);--link: var(--purple-muted-100);--error: var(--red);--ratio: 1.5;--s0: 1rem;--s1: calc(var(--s0) * var(--ratio));--s2: calc(var(--s1) * var(--ratio));--s3: calc(var(--s2) * var(--ratio));--s4: calc(var(--s3) * var(--ratio));--s5: calc(var(--s4) * var(--ratio));--s-1: calc(var(--s0) / var(--ratio));--s-2: calc(var(--s-1) / var(--ratio));--s-3: calc(var(--s-2) / var(--ratio));--s-4: calc(var(--s-3) / var(--ratio));--s-5: calc(var(--s-4) / var(--ratio));--measure: 65ch;--line-height: var(--ratio);--line-height-small: calc(.8 * var(--ratio));--border-thin: var(--s-5);--border-thick: var(--s-3);--shadow-color: 259deg 0% 40%;--shadow-elevation-low: .3px .5px .9px hsl(var(--shadow-color) / .02), .5px 1px 1.7px hsl(var(--shadow-color) / .24), 1px 2px 3.3px hsl(var(--shadow-color) / .45);--shadow-elevation-medium: .3px .9px hsl(var(--shadow-color) / .38), .7px 1.9px 2px hsl(var(--shadow-color) / .34), 1.5px 3.9px 4.2px hsl(var(--shadow-color) / .31), 3.2px 8.5px 9.1px hsl(var(--shadow-color) / .27), 6.4px 17.1px 18.3px hsl(var(--shadow-color) / .23);--shadow-elevation-high: .3px .9px hsl(var(--shadow-color) / .35), 1.2px 3.1px 3.3px hsl(var(--shadow-color) / .34), 2.1px 5.5px 5.9px hsl(var(--shadow-color) / .32), 3.3px 8.8px 9.4px hsl(var(--shadow-color) / .3), 5.1px 13.6px 14.6px hsl(var(--shadow-color) / .29), 7.8px 20.7px 22.2px hsl(var(--shadow-color) / .27), 11.6px 30.7px 33px hsl(var(--shadow-color) / .25), 16.7px 44.4px 47.7px hsl(var(--shadow-color) / .23), 23.5px 62.4px 67px hsl(var(--shadow-color) / .22), 32.2px 85.5px 91.8px hsl(var(--shadow-color) / .2)}@custom-media --xsmall (min-width: 20em);@custom-media --small (min-width: 41.25em);@custom-media --medium (min-width: 60em);.bodyWrapper{margin:0 1.75rem 3rem}@media screen and (min-width:41.25em){.bodyWrapper{margin:0 3rem 3rem}}@media screen and (--small){.bodyWrapper{margin:0 3rem 3rem}}@media screen and (min-width:60em){.bodyWrapper{margin:0 5.625rem 5.625rem;max-width:50em}}@media screen and (--medium){.bodyWrapper{margin:0 5.625rem 5.625rem;max-width:50em}}.contentWrapper p:first-child{font-size:1.25rem}@media screen and (min-width:41.25em){.contentWrapper p:first-child{font-size:1.5rem;font-size:var(--s1);margin-top:1.5rem;margin-top:var(--s1)}}@media screen and (--small){.contentWrapper p:first-child{font-size:1.5rem;font-size:var(--s1);margin-top:1.5rem;margin-top:var(--s1)}}@media screen and (min-width:60em){.contentWrapper p:first-child{font-size:1.75rem;margin-top:2.25rem;margin-top:var(--s2)}}@media screen and (--medium){.contentWrapper p:first-child{font-size:1.75rem;margin-top:2.25rem;margin-top:var(--s2)}}.contentWrapper blockquote>p:first-child,.contentWrapper blockquote>p{font-size:1.125rem}@media screen and (min-width:41.25em){.contentWrapper blockquote>p:first-child,.contentWrapper blockquote>p{font-size:1.25rem;margin-top:0}}@media screen and (--small){.contentWrapper blockquote>p:first-child,.contentWrapper blockquote>p{font-size:1.25rem;margin-top:0}}@media screen and (min-width:60em){.contentWrapper blockquote>p:first-child,.contentWrapper blockquote>p{font-size:1.5rem;font-size:var(--s1);margin-top:0}}@media screen and (--medium){.contentWrapper blockquote>p:first-child,.contentWrapper blockquote>p{font-size:1.5rem;font-size:var(--s1);margin-top:0}}.blogHeroAccent{position:absolute;top:.5rem;right:-3.13rem;width:14.2rem;z-index:-1}@media screen and (min-width:41.25em){.blogHeroAccent{right:-1.13rem;width:15.2rem}}@media screen and (--small){.blogHeroAccent{right:-1.13rem;width:15.2rem}}@media screen and (min-width:60em){.blogHeroAccent{right:-1.5rem;width:19.25rem}}@media screen and (--medium){.blogHeroAccent{right:-1.5rem;width:19.25rem}}.postH1{margin-top:5.5rem}@media screen and (min-width:60em){.postH1{margin-top:8rem}}@media screen and (--medium){.postH1{margin-top:8rem}}.publishedDateReadTime{display:inline-block;margin-top:calc((1rem / 1.5) / 1.5);margin-top:calc(calc(1rem / 1.5) / 1.5);margin-top:var(--s-2);font-size:.875rem;color:#65788b;color:var(--grey-500)}@media screen and (min-width:41.25em){.publishedDateReadTime{font-size:1rem;font-size:var(--s0)}}@media screen and (--small){.publishedDateReadTime{font-size:1rem;font-size:var(--s0)}}.published{font-family:Futura,Helvetica,Arial,sans-serif;font-family:var(--font-bold);font-weight:700;font-size:90%}ol{counter-reset:orderedlist;padding-left:calc((1rem / 1.5) / 1.5);padding-left:calc(calc(1rem / 1.5) / 1.5);padding-left:var(--s-2);font-size:inherit;margin-left:1rem;max-width:80%}@media screen and (min-width:41.25em){ol{margin-left:1.25rem}}@media screen and (--small){ol{margin-left:1.25rem}}@media screen and (min-width:60em){ol{font-size:1.125rem;margin-left:2.25rem;max-width:75%}}@media screen and (--medium){ol{font-size:1.125rem;margin-left:2.25rem;max-width:75%}}ol ol,ol ul{counter-reset:orderedlist;padding-left:calc((1rem / 1.5) / 1.5);padding-left:calc(calc(1rem / 1.5) / 1.5);padding-left:var(--s-2)}ol li{counter-increment:orderedlist;list-style-type:none;padding-left:1.25rem}ol li:before{font-family:Futura,Helvetica,Arial,sans-serif;font-family:var(--font-bold);font-weight:700;font-size:.75rem;content:counter(orderedlist);color:#111314;color:var(--text);display:inline-block;width:1.25rem;margin-left:-1.25rem}ul{padding-left:calc((1rem / 1.5) / 1.5);padding-left:calc(calc(1rem / 1.5) / 1.5);padding-left:var(--s-2);font-size:inherit;margin-left:1rem;max-width:80%}@media screen and (min-width:41.25em){ul{margin-left:1.25rem}}@media screen and (--small){ul{margin-left:1.25rem}}@media screen and (min-width:60em){ul{margin-left:2.25rem;max-width:75%}}@media screen and (--medium){ul{margin-left:2.25rem;max-width:75%}}ul ol,ul ul{padding-left:calc((1rem / 1.5) / 1.5);padding-left:calc(calc(1rem / 1.5) / 1.5);padding-left:var(--s-2)}ul li{padding-left:1.25rem}
