<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Veneer';
    src: url('fonts/Veneer.eot');
    src: url('fonts/Veneer.eot?#iefix') format('embedded-opentype'),
        url('fonts/Veneer.woff2') format('woff2'),
        url('fonts/Veneer.woff') format('woff'),
        url('fonts/Veneer.ttf') format('truetype'),
        url('fonts/Veneer.svg#Veneer') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Helvetica","Arial",sans-serif;
    line-height: 1.4;
}

.img-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
}

br.mobile-only {
    display: none;
}

/* navigation */

nav {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    overflow: auto;
    height: 100vh;
    width: 100%;
}

nav.active {
    display: block;
}

nav ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px 0 20px;
    list-style-type: none;
    width: 400px;
    max-width: 90%;
    line-height: 1.3;
}

nav li {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

nav a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

nav a:first-child {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.75px;
    color: #0072CE;
}

nav a:first-child:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 2px;
    background-color: #0072CE;
    transition: width 0.2s;
}

nav a:first-child:hover {
    color: #0072CE;
}

nav a:first-child:hover:after {
    width: 100%;
}

nav a:not(:last-child) {
    padding-bottom: 8px;
}

nav a:not(:first-child) {
    font-size: 15px;
    padding-left: 21px;
}

nav a:hover {
    color: #ef008c;
}

a.nav-toggle {
    position: fixed;
    z-index: 150;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #58cae7;
    border-radius: 3px;
}

a.nav-toggle:hover {
    background-color: #7dd6ec;
}

a.nav-toggle img {
    width: 50%;
}

a.nav-toggle img.active {
    display: none;
}

a.nav-toggle.open img.inactive {
    display: none;
}

a.nav-toggle.open img.active {
    display: block;
}

/* section header banners */

section &gt; header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 30px 8%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    font-family: Veneer;
    color: #fff;
}

section &gt; header::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 29, 52, 0) 21.35%, rgba(0, 29, 52, 0.4) 84.37%);
}

section &gt; header h1,
section &gt; header span {
    z-index: 10;
    text-align: center;
}

section &gt; header h1 {
    font-size: 100px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

section &gt; header span {
    font-size: 48px;
}


/* article */

section &gt; article {
    margin: auto;
    padding: 60px 0 120px;
    width: 1000px;
    max-width: 90%;
}

article &gt; h2,
article &gt; h3,
article &gt; p {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


article &gt; ul {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    margin-top: 0;
    margin-bottom: 22px;
    color: #0072CE;
    font-family: 'Veneer';
    font-weight: 400;
    font-size: 38px;
    line-height: 1.25;
}

h3.blue {
    margin-top: 0;
    margin-bottom: 16px;
    color: #0072CE;
    font-family: 'Veneer';
    font-weight: 400;
    font-size: 32px;
}

h3.bluecentered {
    margin-top: 0;
    margin-bottom: 16px;
    color: #0072CE;
    font-family: 'Veneer';
    font-weight: 400;
    font-size: 32px;
    text-align: center;
}

h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #e17800;
    font-family: 'Veneer';
    font-weight: 400;
    font-size: 32px;
}

p {
    margin-top: 0;
    margin-bottom: 18px;
}

p:last-child {
    margin-bottom: 0;
}

article &gt; p {
    color: #243c4b;
    font-size: 15px;
}

p.tag-wrapper {
    margin-bottom: 22px;
}


.avatar-image {
    float: right;
    
 }   

span.tag {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #EF008C;
    color: #fff;
    font-family: 'Veneer';
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

link {
    color: #000000;
    font-size: 15px;
    font-style:italic 
    margin-top: 0;
    margin-bottom: 18px;
    font-family: "Helvetica","Arial",sans-serif;
    line-height: 1.4;
}

p.footnote {
    font-size: 16px;
    font-weight: 700;
    color: #0072CE;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center

}


footer a.link {
    font-size: 16px;
    font-weight: 700;
    color: #0072CE;
    margin-bottom: 5em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    text-decoration: none;

}

footer a.link:hover {
    color: #ef008c;
}

a.link {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2em;
    text-decoration: none;

}


.custom-list {
  list-style-type: square;
  color: #243c4b;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Helvetica","Arial",sans-serif;
  line-height: 1.4;
}

.custom-list li {
  margin-bottom: 12px;
}

ul.b {
  list-style-type: square;
}

p.ingress {
    font-size: 18px;
    font-weight: 700;
    color: #e17800;
    line-height: 1.6;
    margin-bottom: 22px;
}

p.subheading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 22px;
}

p.ingress-blue {
    font-size: 18px;
    font-weight: 700;
    color: #0072CE;
    line-height: 1.6;
    margin-bottom: 22px;
}

p.signature {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 18px;
}

span.signature__name {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

span.signature__position {
    font-size: 14px;
}

.signature::after {
    content: "";
    display: table;
    clear: both;
}

blockquote {
width: 700px;
max-width: 100%;
text-align: right;
display: flex;
align-items: left;
margin: auto;
font-size: 24px;
}

blockquote.center &gt; p {
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
}

blockquote &gt; p {
margin: 0;
z-index: 10;
text-align: right;
font-weight: 300;
font-style: normal;
font-family: 'Veneer';
letter-spacing: 1px;
}

blockquote span {
color: #0072ce;
background: #c1eaf5;
box-shadow: inset 0px -5px 0px 10px #c1eaf5, inset 0px 5px 0px 0px #c1eaf5;
padding: 5px 0px;
line-height: 1.5;
}


blockquote span a {
color: #0072CE;
}

blockquote &gt; .avatar {
flex-shrink: 0;
width: 150px;
height: 180px;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
}

article ul {
    padding-left: 17px;
}

article ul:last-child {
    margin-bottom: 0;
}

article li:not(:last-child) {
    margin-bottom: 12px;
}

article &gt; .img-wrapper {
    margin: 60px 0;
}

aside + .img-wrapper {
    margin-top: 120px;
}

div.iframe-wrapper {
    position: relative;
    display: block;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 30px 0;
}

div.iframe-wrapper:last-child {
    margin-bottom: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

div.iframe-wrapper + p.media-description {
    margin-top: -30px;
    margin-bottom: 60px;
}

p.highlight {
    margin: 50px auto;
}

div.iframe-wrapper + p.media-description,
p.highlight {
    font-size: 23px;
    font-style: italic;
    color: #58cae7;
    text-align: center;
}

/* graph wrappers */

div.graph-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

div.graph-wrapper + div.graph-wrapper {
    margin-top: 60px;
}

p + div.graph-wrapper {
    margin-top: 60px;
}

div.graph-wrapper &gt; .card {
    padding: 10px;
    box-sizing: border-box;
}

div.card.w-100 {
    width: 100%;
}

div.card.w-50 {
    width: 50%;
}

div.card.w-33 {
    width: 33.33%;
}

div.graph-wrapper img {
    display: block;
    max-width: 100%;
}

div.card p.sidenote {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
    color: #737373;
}

/* aside articles */

article &gt; aside {
    display: flex;
    flex-direction: column;
    width: 750px;
    max-width: 100%;
    margin: 60px auto;
    font-size: 15px;
}

article &gt; aside:last-child {
    margin-bottom: 0;
}

article &gt; aside &gt; div.content {
    width: 90%;
    box-sizing: border-box;
    padding: 45px 60px;
    margin: -5% auto 0;
    border-left: 8px solid;
}

aside.lilac-magenta &gt; div.content {
    background-color: #eaeaf6;
    border-color: rgba(239,0,140,0.6);
}

aside.lilac-magenta h3 {
    color: #ef008c;
}

aside.blue-blue &gt; div.content {
    background-color: #DEF4FA;
    border-color: rgba(0,114,206,0.6);
}

aside.blue-blue h3 {
    color: #0072ce;
}

aside.yellow-green &gt; div.content {
    background-color: #fae7ad;
    border-color: rgba(0,132,61,0.6);
}

aside.yellow-green h3 {
    color: #00843d;
}

article &gt; aside h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Veneer';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
}

article &gt; aside a {
    font-weight: 700;
    text-decoration: none;
    color: #e17800;
}

article &gt; aside a:hover {
    text-decoration: underline;
}


/* footer */

footer {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

footer .logo-wrapper {
    margin-bottom: 20px;
    
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer li {
    display: inline-block;
}

footer li a {
    display: block;
    padding: 10px;
}
footer li a:hover {
    opacity: 0.8;
}

footer li a img {
    width: 30px;
    height: 30px;
}




/****** MEDIA QUERIES ******/



@media only screen and (min-width: 1400px) {
    section &gt; header h1 {
        font-size: 130px;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1399px) {
    section &gt; header h1 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 751px) and (max-width: 850px) {
    section &gt; header h1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 551px) and (max-width: 850px) {
    section &gt; header span {
        font-size: 38px;
    }
}

@media only screen and (max-width: 850px) {
    h2 {
        font-size: 36px;
    }

    span.tag {
        font-size: 16px;
    }

    article &gt; aside h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 551px) and (max-width: 800px) {
    div.card.w-50 {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) {
    div.graph-wrapper {
        justify-content: center;
    }

    br.mobile-only {
        display: inline;
    }
}

@media only screen and (min-width: 551px) and (max-width: 750px) {
    section &gt; header h1 {
        font-size: 78px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 750px) {
    article &gt; aside &gt; div.content {
        padding: 40px 45px;
    }
}

@media only screen and (min-width: 401px)  and (max-width: 650px) {
    div.card.w-33 {
        width: 50%;
    }

    blockquote {
        font-size: 22px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 550px) {
    section &gt; header h1 {
        font-size: 65px;
    }

    section &gt; header span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 550px) {
    p.signature {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    p.signature + blockquote {
        margin-top: -20px;
        flex-direction: column-reverse;
    }

    blockquote p {
        text-align: center;
        padding: 20px 0;
    }

    blockquote span {
        line-height: 1.8;
    }

    blockquote .avatar {
        height: 150px;
        border-radius: 50%;
    }

    div.card.w-50 {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) {
    nav {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 499px) {
    a.nav-toggle {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }

    nav li:first-child {
        padding-right: 45px;
    }

    nav li:last-child {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 450px) {
    section &gt; header h1 {
        font-size: 52px;
    }

    section &gt; header span {
        font-size: 24px;
    }

    span.tag {
        font-size: 14px;
        padding: 8px 12px;
    }

    h2 {
        font-size: 30px;
    }

    p.ingress {
        font-size: 17px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
    article &gt; aside &gt; div.content {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 400px) {
    section &gt; article {
        padding: 40px 0 80px;
    }

    article &gt; .img-wrapper {
        margin: 40px 0;
    }

    aside + .img-wrapper {
        margin-top: 80px;
    }

    div.iframe-wrapper {
        margin: 40px 0;
    }

    p + div.graph-wrapper {
        margin-top: 40px;
    }

    div.graph-wrapper + div.graph-wrapper {
        margin-top: 40px;
    }

    div.card.w-33 {
        width: 100%;
    }

    blockquote {
        font-size: 18px;
    }

    p.ingress {
        font-size: 15px;
        line-height: 1.5;
    }

    article &gt; aside {
        margin: 40px auto;
    }

    article &gt; aside &gt; div.content {
        padding: 20px 25px;
        margin-top: -3%;
        width: 94%;
        font-size: 14px;
    }

    article &gt; aside h3 {
        font-size: 25px;
    }

    div.iframe-wrapper + p.media-description {
        margin-top: -20px;
        margin-bottom: 40px;
    }

    p.highlight {
        margin: 40px auto;
    }

    div.iframe-wrapper + p.media-description,
    p.highlight {
        font-size: 18px;
    }

    footer {
        padding: 40px 0;
    }

    blockquote .avatar {
        height: 120px;
        width: 120px;
    }
}


.slideUp {
    opacity: 0;
    transition: opacity 1000ms cubic-bezier(0.23, 0.96, 0.78, 0.98),-webkit-transform 1400ms cubic-bezier(0.23, 0.96, 0.78, 0.98);
    transition: transform 1400ms cubic-bezier(0.23, 0.96, 0.78, 0.98),opacity 1000ms cubic-bezier(0.23, 0.96, 0.78, 0.98);
    transition: transform 1400ms cubic-bezier(0.23, 0.96, 0.78, 0.98),opacity 1000ms cubic-bezier(0.23, 0.96, 0.78, 0.98),-webkit-transform 1400ms cubic-bezier(0.23, 0.96, 0.78, 0.98);
    transition-timing-function: cubic-bezier(0.23, 0.96, 0.78, 0.98);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.slideUp--visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}</pre></body></html>