html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  max-width: 100%; }

h1 {
  font-family: program, sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: -3.82px;
  line-height: 100px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 52px;
      letter-spacing: -2.92px; } }

h2, h3, h4 {
  font-family: program, sans-serif;
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -1.33px;
  line-height: 64px; }
  @media (max-width: 768px) {
    h2, h3, h4 {
      font-size: 40px;
      line-height: 40px;
      letter-spacing: -1px; } }

h5 {
  font-family: program, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.43px;
  line-height: 33px; }

p {
  font-family: program, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 22px; }
  p b {
    font-family: program, sans-serif;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit; }

.SafeHTML p + p {
  margin-top: 14px; }

.byline {
  font-family: program, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.03px;
  line-height: 20px; }
  @media (max-width: 768px) {
    .byline {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.85px; } }

.h1-mobile {
  font-family: program, sans-serif;
  font-size: 66px;
  font-weight: 500;
  letter-spacing: -2.52px;
  line-height: 137px; }

.h2-mobile {
  font-family: program, sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 40px; }

.h3-mobile {
  font-family: program, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 25px; }

.UnderlinedHeading {
  display: inline-block;
  border-bottom: 2px solid #B5CB19; }

a {
  text-decoration: none; }

.responsive-object {
  position: relative; }

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ButtonLink {
  font-family: program, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.03px;
  line-height: 20px;
  min-width: 181px;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #00AEEF;
  height: 44px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 17px; }
  @media (max-width: 768px) {
    .ButtonLink {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.85px; } }
  .ButtonLink:before, .ButtonLink:after {
    content: '';
    display: inline-block;
    width: 20px; }

.ButtonLink span {
  display: inline-block; }

.ButtonLink svg {
  width: 13px;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left .1s linear;
  top: -1px; }
  .ButtonLink svg path {
    fill: white; }

.ButtonLink:hover svg {
  left: 5px; }


/*# sourceMappingURL=global.css.map*/