@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600";:root{--brand:#378089;--grey:#ededed;--font:"Poppins", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif}body{max-width:50rem;min-height:100vh;font-family:var(--font);color:#464855;flex-direction:column;margin:0 auto;display:flex}html{scroll-behavior:smooth}.header{justify-content:space-between;align-items:center;margin:0 1rem 2rem;padding-top:1rem;display:flex}.header-logo{width:6.25rem;margin-right:1rem;display:block}.header-title{margin:0;font-size:1.25rem;font-weight:600}@media (min-width:600px){.header-logo{width:12rem}.header-title{font-size:2rem}}.intro{background-color:var(--grey);margin-bottom:2rem;padding:1rem}.intro-copy{margin-top:0;margin-bottom:1rem}@media (min-width:600px){.intro{background-color:initial;padding:0 1rem}.intro-copy{margin-bottom:0}}.columns{margin-bottom:2rem;margin-left:1rem;margin-right:1rem}@media (min-width:600px){.columns{grid-template-columns:13rem auto;gap:2rem;display:grid}}.mobileNavigation{width:100%;font-family:var(--font);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9999997 6.5c-.2849808 0-.5532448-.1102073-.7546418-.3093676L.3113495 2.3018893c-.4155306-.4124902-.4147346-1.0823931 0-1.4925217C.5127466.6102073.7810106.5 1.0667874.5c.2841847 0 .5524488.1102073.7538458.3093676l3.1793665 3.1432695L8.1785702.8093676C8.3799672.6102073 8.6482313.5 8.933212.5c.2849808 0 .5524488.1102073.7546419.3085804.4155306.4109158.4163266 1.0808187.001592 1.4925217L5.7538455 6.1906324C5.5524485 6.3897927 5.2841845 6.5 4.9999997 6.5' fill='%23309FA6' fill-rule='evenodd'/%3E%3C/svg%3E"),linear-gradient(270deg,#f8fbfc 0% 42px,#d2d2d2 42px 43px,#0000 43px,#0000);background-position:right 1rem top 50%,0 0;background-repeat:no-repeat;background-size:10px 7px,100%;border:1px solid #d2d2d2;border-radius:0;outline:none;padding:.75rem 3rem .75rem .75rem;font-size:.875rem}.mobileNavigation:focus{border-color:var(--brand)}.mobileNavigation::-ms-expand{display:none}@media (min-width:600px){.mobileNavigation{display:none}}.navigation{display:none}@media (min-width:600px){.navigation{background-color:var(--grey);align-self:baseline;padding:1rem;display:block;position:sticky;top:1rem}}.navigation-list{margin:0;padding:0;list-style:none}.navigation-link{color:var(--brand);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;text-decoration:none;display:block;position:relative}.navigation-link:before{content:"";background-color:var(--brand);opacity:0;width:.25rem;height:1.5rem;transition:opacity .25s cubic-bezier(.25,.46,.45,.94);position:absolute;left:-.25rem}.navigation-list:not(:hover) .is-active:before,.navigation-link:hover:before{opacity:1}.article h2{text-align:left;margin-top:0;margin-bottom:1.25rem;font-size:1.125rem;font-weight:500}.article ol,.article ul{margin:1rem 0;padding-inline-start:1.5rem}.article li{margin-bottom:.5rem}.article hr{border:none;border-top:1px solid #dbdcdd;margin:2rem 0}.article p{margin:1rem 0}.article img{max-width:100%}.button{border:1px solid var(--brand);color:var(--brand);letter-spacing:.1rem;text-transform:uppercase;background-color:#fff;border-radius:2.5rem;outline:none;padding:.5rem 1rem;font-size:.75rem;text-decoration:none;transition:background-color .2s cubic-bezier(.25,.46,.45,.94),color .2s cubic-bezier(.25,.46,.45,.94)}.button:focus,.button:hover{background-color:var(--brand);color:#fff}.footer{border-top:1px solid var(--grey);margin-top:auto;padding:1rem}