html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

* {
  box-sizing: border-box; }

/*! 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: 0.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.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
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,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* 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,
optgroup,
select,
textarea {
  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.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 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+.
   */
textarea {
  overflow: auto; }

/**
   * 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+.
   */
template {
  display: none; }

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

@font-face {
  font-family: 'Code Pro';
  src: local("Code Pro Black"), local("Code-Pro-Black"), url("/fonts/Code-Pro-Black/Code-Pro-Black.woff2") format("woff2"), url("/fonts/Code-Pro-Black/Code-Pro-Black.woff") format("woff"), url("/fonts/Code-Pro-Black/Code-Pro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: local("Graphik Regular"), local("Graphik-Regular"), url("/fonts/Graphik-Regular/Graphik-Regular.woff2") format("woff2"), url("/fonts/Graphik-Regular/Graphik-Regular.woff") format("woff"), url("/fonts/Graphik-Regular/Graphik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: local("Graphik Medium"), local("Graphik-Medium"), url("/fonts/Graphik-Medium/Graphik-Medium.woff2") format("woff2"), url("/fonts/Graphik-Medium/Graphik-Medium.woff") format("woff"), url("/fonts/Graphik-Medium/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: local("Graphik Bold"), local("Graphik-Bold"), url("/fonts/Graphik-Bold/Graphik-Bold.woff2") format("woff2"), url("/fonts/Graphik-Bold/Graphik-Bold.woff") format("woff"), url("/fonts/Graphik-Bold/Graphik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* stylelint-disable */
/* stylelint-enable */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 1em;
  font-family: "Graphik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  font-synthesis: none;
  font-feature-settings: 'lnum';
  color: #FFFFFF;
  background-color: #000000;
  overflow-x: hidden;
  /* stylelint-disable */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* stylelint-enable */ }
  body hr {
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 auto 90px; }
    @media (max-width: 839px) {
      body hr {
        margin-bottom: 45px; } }
    body hr.c-hr--light {
      background-color: rgba(255, 255, 255, 0.3); }
  @media (max-width: 839px) {
    body.s-nav-active {
      position: fixed;
      overflow: hidden; } }
  body.s-splash-active {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
    position: fixed; }

h1 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: 900;
  font-family: "Code Pro", Arial, Helvetica, sans-serif; }

h2 {
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0px;
  font-weight: 700; }
  @media (max-width: 839px) {
    h2 {
      font-size: 36px;
      line-height: 38px;
      letter-spacing: 0px;
      font-weight: 700; } }

h3 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.19px;
  font-weight: 700; }
  @media (max-width: 839px) {
    h3 {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.15px;
      font-weight: 700; } }

h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 500; }
  @media (max-width: 839px) {
    h4 {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0px;
      font-weight: 500; } }

p a {
  text-decoration: underline; }
  p a:hover, p a:focus {
    text-decoration: none; }

p,
ol li {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 500; }
  @media (max-width: 839px) {
    p,
    ol li {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0px;
      font-weight: 500; } }
  p + p,
  ol li + p, p +
  ol li,
  ol li +
  ol li {
    margin-top: 12px; }

ol {
  list-style: decimal;
  padding-left: 20px; }
  ol li {
    padding-left: 10px; }

p + ul,
p + ol {
  margin-top: 42px; }

strong {
  font-weight: 700; }

.u-white {
  color: #FFFFFF; }

.u-dark {
  color: #000000; }

.u-green {
  color: #45A750; }

a.u-green:hover, a.u-green:focus {
  color: #45A750; }

/* stylelint-disable */
/* stylelint-enable */
.c-header {
  width: 100vw;
  height: 100vh;
  position: relative;
  text-align: center;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; }
  .c-header__splash {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 90;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .c-header__inner {
    text-align: center;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 839px) {
      .c-header__inner {
        width: 100%;
        padding: 0 21px; } }
    .c-header__inner h2 {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 7px;
      font-weight: 400;
      font-family: "Graphik", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 839px) {
        .c-header__inner h2 {
          font-size: 11px;
          line-height: 15px;
          letter-spacing: 4.81px;
          font-weight: 400;
          font-family: "Graphik", Arial, Helvetica, sans-serif; } }
    .c-header__inner p {
      max-width: 588px;
      margin: 0 auto; }
    @media (max-width: 839px) {
      .c-header__inner strong {
        display: block; } }
  .c-header__divider {
    display: block;
    position: relative;
    margin: 50px auto;
    height: 3px;
    width: 90px; }
    @media (max-width: 839px) {
      .c-header__divider {
        margin-top: 8px;
        height: 3px;
        width: 60px; } }
    .c-header__divider::before {
      content: '';
      position: absolute;
      background-color: #CF1F3B;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .c-header__logo {
    margin-top: 90px;
    margin-bottom: -90px;
    position: relative;
    width: 126px;
    height: 118px;
    z-index: 91; }
    @media (max-width: 839px) {
      .c-header__logo {
        width: 160px;
        height: 160px; } }
  .c-header__title {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "Code Pro", Arial, Helvetica, sans-serif;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0;
    color: #059ABA;
    text-align: center;
    opacity: 0;
    position: relative;
    z-index: 91; }
    @media (max-width: 1200px) {
      .c-header__title {
        font-size: 90px;
        line-height: 90px;
        letter-spacing: 0px;
        font-weight: 700;
        font-family: "Code Pro", Arial, Helvetica, sans-serif; } }
    @media (max-width: 839px) {
      .c-header__title {
        font-size: 54px;
        line-height: 54px;
        letter-spacing: 0px;
        font-weight: 700;
        font-family: "Code Pro", Arial, Helvetica, sans-serif;
        margin-top: 36px;
        margin-bottom: 24px; } }
    .c-header__title span {
      border-bottom: 2px solid #FFFFFF; }
  .c-header__download {
    background: #45A750;
    border-radius: 9999px;
    padding: 21px 49px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2.2px;
    line-height: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none; }

.c-menu-toggle {
  display: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 31px;
  position: absolute;
  right: 40px;
  top: 35px;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 1;
  z-index: 101; }
  @media (max-width: 839px) {
    .c-menu-toggle {
      display: block; } }
  .c-menu-toggle div {
    background: #FFFFFF;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 10px;
    height: 2px;
    width: 100%; }
  .c-menu-toggle div + div {
    top: 18px; }
  .c-menu-toggle span {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.83px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    top: 18px; }
  @media (max-width: 839px) {
    .s-nav-active .c-menu-toggle {
      display: block;
      position: fixed; } }
  .s-nav-active .c-menu-toggle div {
    top: 14px;
    transform: rotate(45deg); }
  .s-nav-active .c-menu-toggle div + div {
    top: 14px;
    transform: rotate(-45deg); }

/* stylelint-disable */
/* stylelint-enable */
.c-section {
  position: relative;
  width: 100%;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  padding-top: 120px;
  overflow: hidden; }
  @media (max-width: 839px) {
    .c-section {
      padding-top: 45px;
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 399px) {
    .c-section {
      padding-left: 0;
      padding-right: 0; } }
  .c-section__head {
    padding: 0 20px; }
    @media (max-width: 839px) {
      .c-section__head {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.12px;
        font-weight: 600; } }
  .c-section__title {
    visibility: hidden; }
  .c-section__subtitle {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0; }
  .c-section__underline {
    display: block;
    position: relative;
    margin: 13px auto 0;
    height: 4px;
    width: 70px; }
    @media (max-width: 839px) {
      .c-section__underline {
        margin-top: 8px;
        height: 3px;
        width: 60px; } }
    .c-section__underline::before {
      content: '';
      position: absolute;
      background-color: currentColor;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .c-section__anchor {
    position: absolute;
    top: 2px; }
    @media (max-width: 839px) {
      .c-section__anchor {
        top: 30px; } }
  .c-section--green {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #45A750;
    color: #000000; }
    @media (max-width: 839px) {
      .c-section--green {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .c-section--pale {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #EAF3E8;
    color: #000000; }
    @media (max-width: 839px) {
      .c-section--pale {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .c-section--blue {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #059ABA;
    color: #000000; }
    @media (max-width: 839px) {
      .c-section--blue {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .c-section--blue .c-section__head {
      color: #FFFFFF; }
  .c-section--white {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #FFFFFF;
    color: #000000; }
    @media (max-width: 839px) {
      .c-section--white {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .c-section--white .c-section__head {
      color: #000000; }

.c-section + .c-section--blue,
.c-section + .c-section--pale,
.c-section + .c-section--green,
.c-section + .c-section--white {
  margin-top: 120px; }

.c-section--blue + .c-section--blue,
.c-section--blue + .c-section--pale,
.c-section--blue + .c-section--green,
.c-section--blue + .c-section--white,
.c-section--pale + .c-section--blue,
.c-section--pale + .c-section--pale,
.c-section--pale + .c-section--green,
.c-section--pale + .c-section--white,
.c-section--green + .c-section--blue,
.c-section--green + .c-section--pale,
.c-section--green + .c-section--green,
.c-section--green + .c-section--white,
.c-section--white + .c-section--blue,
.c-section--white + .c-section--pale,
.c-section--white + .c-section--green,
.c-section--white + .c-section--white {
  margin-top: 0; }

.c-section--pale + .c-section--pale,
.c-section--blue + .c-section--blue,
.c-section--green + .c-section--green,
.c-section--white + .c-section--white {
  padding-top: 0; }

/* stylelint-disable */
/* stylelint-enable */
.c-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0; }
  .c-image__image {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
  .c-image__background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #363737; }

@keyframes image-in {
  0% {
    clip-path: polygon(0 91%, 100% 84%, 100% 100%, 0 100%); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

/* stylelint-disable */
/* stylelint-enable */
.c-video {
  position: relative;
  margin: -150px auto 0;
  padding-bottom: 150px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF; }
  @media (max-width: 839px) {
    .c-video {
      position: static;
      flex-flow: column-reverse;
      margin-top: -120px;
      padding-bottom: 90px; } }
  .c-video__details {
    position: absolute;
    z-index: 4; }
    @media (max-width: 839px) {
      .c-video__details {
        position: relative;
        padding: 0 12px; } }
    .c-video__details:focus {
      outline: 0; }
  .c-video__tag {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    margin: 0 0 40px; }
    @media (max-width: 839px) {
      .c-video__tag {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0px;
        font-weight: 400;
        font-family: "Graphik", Arial, Helvetica, sans-serif;
        margin-bottom: 12px; } }
  .c-video__title {
    font-size: 150px;
    line-height: 90px;
    letter-spacing: 2.5px;
    font-weight: 700;
    font-family: "Code Pro", Arial, Helvetica, sans-serif;
    margin: 0 0 18px; }
    @media (max-width: 839px) {
      .c-video__title {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: 0.35px;
        font-weight: 700;
        font-family: "Code Pro", Arial, Helvetica, sans-serif; } }
  .c-video__text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 512px;
    margin: 0 auto; }
    @media (max-width: 839px) {
      .c-video__text {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.33px;
        font-weight: 400;
        font-family: "Graphik", Arial, Helvetica, sans-serif; } }
  .c-video__container {
    align-self: flex-end; }
    @media (max-width: 839px) {
      .c-video__container {
        margin-bottom: 45px;
        margin-right: -45px; } }
    @media (max-width: 399px) {
      .c-video__container {
        margin-right: 0; } }
  .c-video__inner {
    position: relative; }
  .c-video__video, .c-video__image {
    position: relative;
    width: 64vw;
    max-width: 1080px;
    min-width: 760px;
    overflow: hidden; }
    @media (max-width: 839px) {
      .c-video__video, .c-video__image {
        width: 88vw;
        min-width: 310px; } }
    .c-video__video video, .c-video__image video {
      position: relative;
      z-index: 1;
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .c-video__mask {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0; }
    .c-video__mask svg {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: auto; }
    .c-section--blue .c-video__mask svg {
      fill: #059ABA; }
    .c-section--green .c-video__mask svg {
      fill: #45A750; }
  .c-video__pattern {
    color: #FFFFFF;
    width: 204px;
    position: absolute;
    z-index: 2;
    top: 168px;
    left: 8.333%;
    opacity: 0.15; }
    .c-video__pattern svg {
      fill: currentColor; }
    @media (max-width: 839px) {
      .c-video__pattern {
        width: 120px;
        top: 280px;
        left: -20px; } }

/* stylelint-disable */
/* stylelint-enable */
.c-feature {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 839px) {
    .c-feature {
      padding: 0 12px; } }
  .c-feature:focus {
    outline: 0; }
  .c-feature__header {
    color: #FFFFFF;
    margin-bottom: 20px; }
    .c-feature__header > :last-child {
      margin-bottom: 0; }
  .c-feature__number {
    font-size: 150px;
    line-height: 171px;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0 0 6px; }
  .c-feature__title {
    font-family: "Code Pro", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0 0 25px; }
  .c-feature__text {
    color: #FFFFFF; }
    .c-feature__text > :last-child {
      margin-bottom: 0; }
    .c-feature__text h3 {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0px;
      font-weight: 500; }
  .c-feature__content {
    width: 100%;
    max-width: 690px;
    text-align: left;
    margin-top: -240px;
    background-color: #000000;
    padding: 72px 54px 150px;
    z-index: 2; }
    @media (max-width: 839px) {
      .c-feature__content {
        margin-top: 0;
        padding: 0; } }
    .c-section--blue .c-feature__content {
      background-color: #059ABA; }
    .c-section--green .c-feature__content {
      background-color: #45A750; }
  .c-feature__image {
    width: 100%;
    max-width: 588px;
    height: auto;
    flex-shrink: 0;
    margin-left: auto; }
    @media (max-width: 839px) {
      .c-feature__image {
        margin-bottom: 45px; } }
  .c-feature--even {
    align-items: flex-end; }
    @media (min-width: 840px) {
      .c-feature--even .c-feature__image {
        margin-left: 0;
        margin-right: auto; } }
    .c-feature--even .c-feature__content {
      margin-left: auto; }
  .c-feature + .c-feature {
    margin-top: 90px; }
    @media (max-width: 839px) {
      .c-feature + .c-feature {
        margin-top: 60px; } }

/* stylelint-disable */
/* stylelint-enable */
.c-stats {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 20px; }
  @media (max-width: 839px) {
    .c-stats {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; } }
  .c-stats__stat {
    color: #FFFFFF;
    width: 100%;
    max-width: 440px;
    padding: 30px;
    margin: 0 37.5px 90px; }
    @media (max-width: 839px) {
      .c-stats__stat {
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        border: none;
        border-bottom: 1px solid rgba(4, 5, 5, 0.1); }
        .c-stats__stat:last-child {
          border: none; } }
  .c-stats__stat-number {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
    background-color: inherit;
    cursor: pointer;
    font-size: 99px;
    line-height: 99px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #FFFFFF; }
    @media (max-width: 839px) {
      .c-stats__stat-number {
        font-size: 69px;
        line-height: 69px;
        letter-spacing: 0px;
        font-weight: 700; } }
  .c-stats h3 {
    margin: 0; }
    @media (max-width: 839px) {
      .c-stats h3 {
        font-size: 21px;
        line-height: 21px;
        letter-spacing: 0.15px;
        font-weight: 700; } }
  .c-stats img {
    margin-top: 20px; }

/* stylelint-disable */
/* stylelint-enable */
.c-download {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin: 0 auto;
  padding: 30px 50px 26px;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 90px; }
  @media (max-width: 839px) {
    .c-download {
      flex-flow: column wrap;
      margin-top: 45px; } }
  .c-download__link {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1.64px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer; }
  .c-download__button {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1.64px;
    font-weight: 500;
    height: 100%;
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out 0.1s; }
    .c-download__button:hover {
      transform: scale(1.05); }
    @media (max-width: 839px) {
      .c-download__button {
        border-radius: 9999px;
        padding: 16px 23px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 15px; } }
  .c-download__icon {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 11px;
    width: 11px;
    margin-left: 7px;
    transition: transform 0.3s ease-in-out 0.1s; }
    .c-download__icon svg {
      fill: currentColor; }

.c-download__link + .c-download__button {
  margin-left: 40px; }
  @media (max-width: 839px) {
    .c-download__link + .c-download__button {
      margin-left: 0; } }

/* stylelint-disable */
/* stylelint-enable */
.c-navigation {
  position: sticky;
  z-index: 89;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #037EA3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }
  @media (max-width: 839px) {
    .c-navigation {
      position: fixed;
      z-index: 100;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      transform: translate3d(100vw, 0, 0); }
      .s-nav-active .c-navigation {
        transform: translate3d(0, 0, 0);
        transition: transform 0.3s ease-in-out 0.1s; } }
  .c-navigation--green {
    background-color: #2E8C37; }
  .c-navigation--blue {
    background-color: #037EA3; }
  .c-navigation__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (max-width: 839px) {
      .c-navigation__list {
        flex-flow: column wrap; } }
  .c-navigation__item {
    position: relative;
    padding: 0 30px; }
    .c-navigation__item:first-child {
      padding-left: 0; }
    .c-navigation__item:last-child {
      padding-right: 0; }
    @media (max-width: 839px) {
      .c-navigation__item {
        opacity: 0;
        padding-left: 0;
        padding-right: 0; }
        .c-navigation__item + .c-navigation__item {
          margin-top: 15px; }
        .s-nav-active .c-navigation__item {
          animation: stagger-in 0.6s ease-in forwards; }
          .s-nav-active .c-navigation__item:nth-child(2) {
            animation-delay: 150ms; }
          .s-nav-active .c-navigation__item:nth-child(3) {
            animation-delay: 300ms; }
          .s-nav-active .c-navigation__item:nth-child(4) {
            animation-delay: 450ms; }
          .s-nav-active .c-navigation__item:nth-child(5) {
            animation-delay: 600ms; }
          .s-nav-active .c-navigation__item:nth-child(6) {
            animation-delay: 750ms; }
          .s-nav-active .c-navigation__item:nth-child(7) {
            animation-delay: 900ms; }
          .s-nav-active .c-navigation__item:nth-child(8) {
            animation-delay: 1050ms; }
          .s-nav-active .c-navigation__item:nth-child(9) {
            animation-delay: 1200ms; }
          .s-nav-active .c-navigation__item:nth-child(10) {
            animation-delay: 1350ms; }
          .s-nav-active .c-navigation__item:nth-child(11) {
            animation-delay: 1500ms; }
          .s-nav-active .c-navigation__item:nth-child(12) {
            animation-delay: 1650ms; } }

@keyframes stagger-in {
  0% {
    opactiy: 0; }
  100% {
    opacity: 1; } }
  .c-navigation__link {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2.04px;
    font-weight: 500;
    padding: 15px 0;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s ease;
    position: relative; }
    .c-navigation__link::before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 4px;
      width: 100%;
      background-color: transparent;
      transition: background-color 0.3s ease; }
    .c-navigation__link.s-current, .c-navigation__link:hover, .c-navigation__link:focus, .c-navigation__link--active {
      color: #FFFFFF; }
      .c-navigation__link.s-current::before, .c-navigation__link:hover::before, .c-navigation__link:focus::before, .c-navigation__link--active::before {
        background-color: #FFFFFF; }
  .c-navigation__button {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2.04px;
    font-weight: 500;
    height: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer; }
    @media (max-width: 839px) {
      .c-navigation__button {
        border-radius: 9999px;
        padding: 16px 23px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 15px; } }

.u-sticky-only {
  display: none; }

.s-sticky-active .u-sticky-only,
.s-nav-active .u-sticky-only {
  display: inherit; }

/* stylelint-disable */
/* stylelint-enable */
.c-footer {
  background-color: #000000;
  background-size: cover;
  background-position: -10% -3%; }
  @media (max-width: 839px) {
    .c-footer {
      background-size: cover;
      background-position: center center; } }
  .c-footer__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 63px 15px 41px; }
    @media (max-width: 839px) {
      .c-footer__inner {
        flex-flow: column wrap; } }
  .c-footer__column {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: flex-start;
    width: calc(100% / 3);
    margin-bottom: 60px; }
    @media (max-width: 839px) {
      .c-footer__column {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px; } }
    .c-footer__column:nth-child(2) {
      flex-flow: column wrap;
      justify-content: flex-end;
      margin-left: auto; }
      @media (max-width: 839px) {
        .c-footer__column:nth-child(2) {
          margin-bottom: 60px; } }
    .c-footer__column:nth-child(3) {
      flex-flow: column wrap;
      justify-content: flex-end;
      margin-left: auto; }
      @media (max-width: 839px) {
        .c-footer__column:nth-child(3) {
          justify-content: flex-end;
          margin-bottom: 60px; } }
    .c-footer__column p {
      margin: 0 0 12px; }
  @media (max-width: 839px) {
    .c-footer__logo {
      margin-bottom: 30px; } }
  .c-footer__logo svg {
    width: 417px;
    height: 120px; }
    @media (max-width: 839px) {
      .c-footer__logo svg {
        width: 246px;
        height: 60px; } }
  .c-footer__sponser-logo svg {
    width: 152px;
    height: 48px; }
    @media (max-width: 839px) {
      .c-footer__sponser-logo svg {
        width: 114px;
        height: 36px; } }
  .c-footer__text {
    margin-left: 60px; }
    @media (max-width: 839px) {
      .c-footer__text {
        margin-left: 0;
        text-align: center; } }
    .c-footer__text p {
      margin: 0; }
    .c-footer__text > :last-child {
      padding: 0; }
  @media (max-width: 839px) {
    .c-footer__follow {
      text-align: center; } }
  .c-footer__social-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .c-footer__social-list li {
      margin-right: 20px; }
      .c-footer__social-list li:last-child {
        margin-right: 0; }
  .c-footer__utility {
    display: flex;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    padding-top: 10px; }
    @media (max-width: 839px) {
      .c-footer__utility {
        flex-flow: column-reverse wrap;
        align-items: center;
        justify-content: center;
        padding-top: 15px; } }
    .c-footer__utility p {
      font-size: 13px;
      line-height: 25px;
      letter-spacing: 0px;
      font-weight: 400;
      margin: 0;
      padding: 0; }
  .c-footer__navigation {
    margin-left: auto; }
    @media (max-width: 839px) {
      .c-footer__navigation {
        margin-left: 0;
        margin-bottom: 30px; } }
    .c-footer__navigation ul {
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      margin: 0;
      padding: 0; }
      @media (max-width: 839px) {
        .c-footer__navigation ul {
          justify-content: center; } }
      .c-footer__navigation ul li {
        flex-shrink: 0; }
  .c-footer__link {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 0 12px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
    @media (max-width: 839px) {
      .c-footer__link {
        padding: 0 12px 0 0; } }

