/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Thin.woff2") format("woff2"), url("../fonts/IBMPlexSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-ThinItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-ExtraLight.woff2") format("woff2"), url("../fonts/IBMPlexSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-LightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans.woff2") format("woff2"), url("../fonts/IBMPlexSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/IBMPlexSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-MediumItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/*****
  Now import the things that do output stuff
*****/
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 25px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 899px) {
  body {
    padding-top: calc(60px + 10px);
  }
}

@media (min-width: 900px) {
  body {
    padding-top: calc(91px + 10px);
  }
}

.site-header {
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  z-index: 100;
  border-top: 10px solid #ffffff;
}

.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 899px) {
  .site-header .wrapper, .site-header .padded-wrapper {
    height: 60px;
  }
}

.site-header-logo {
  display: block;
  max-width: 192px;
}

.site-header-logo img {
  display: block;
  width: 100%;
}

.site-header-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header-nav a {
  display: block;
  position: relative;
}

.site-header-nav a:hover:after {
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
}

.site-header-nav a.active:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.site-header-nav a.active:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.site-header-nav a.cta-link {
  color: #33afe1;
}

@media (max-width: 899px) {
  .site-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, -webkit-transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, transform 0.01s ease 0.31s;
    transition: opacity 0.3s ease, transform 0.01s ease 0.31s, -webkit-transform 0.01s ease 0.31s;
  }
  body.use-ios-offset .site-header-nav {
    height: calc(100vh - var(--vh-offset));
  }
  html[data-nav-state="open"] .site-header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
    transition: opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
    transition: transform 0.01s ease, opacity 0.3s ease 0.02s;
    transition: transform 0.01s ease, opacity 0.3s ease 0.02s, -webkit-transform 0.01s ease;
  }
  .site-header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 20px 100px;
    text-align: center;
  }
  .site-header-nav li {
    margin-top: 25px;
  }
}

@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav li {
    margin-top: calc(25px + 27 * ((100vw - 400px) / 500));
  }
}

@media screen and (max-width: 899px) and (min-width: 900px) {
  .site-header-nav li {
    margin-top: 52px;
  }
}

@media (max-width: 899px) {
  .site-header-nav a {
    line-height: 1.2;
  }
  .site-header-nav a {
    font-size: 20px;
  }
}

@media screen and (max-width: 899px) and (min-width: 400px) {
  .site-header-nav a {
    font-size: calc(20px + 20 * ((100vw - 400px) / 500));
  }
}

@media screen and (max-width: 899px) and (min-width: 900px) {
  .site-header-nav a {
    font-size: 40px;
  }
}

@media (min-width: 900px) {
  .site-header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header-nav li {
    margin-left: 25px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .site-header-nav li {
    margin-left: calc(25px + 27 * ((100vw - 900px) / 400));
  }
}

@media screen and (min-width: 900px) and (min-width: 1300px) {
  .site-header-nav li {
    margin-left: 52px;
  }
}

@media (min-width: 900px) {
  .site-header-nav a {
    font-size: 14px;
    line-height: 18px;
    padding-top: 36px;
    padding-bottom: 37px;
  }
  .site-header-nav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #ffffff;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}

@media (min-width: 900px) {
  .site-menu-toggle {
    display: none;
  }
}

.site-footer {
  padding-top: 33px;
}

.site-footer .wrapper, .site-footer .padded-wrapper {
  max-width: 1180px;
}

.site-footer p {
  color: #121f2e;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 1300px) {
  .site-footer p {
    line-height: 1.55;
    font-size: 18px;
  }
}

.site-footer .site-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(18, 31, 46, 0.2);
  margin-bottom: 26px;
}

@media (max-width: 999px) {
  .site-footer .site-footer-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1000px) {
  .site-footer .site-footer-logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer .site-footer-logos .site-footer-logos-line {
  display: block;
  width: 1px;
  background-color: rgba(18, 31, 46, 0.2);
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 26px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 999px) {
  .site-footer .site-footer-logos .site-footer-logos-line {
    display: none;
  }
}

.site-footer .site-footer-logos .site-logos-footer-icon {
  margin-top: 26px;
}

@media (max-width: 999px) {
  .site-footer .site-footer-logos .site-logos-footer-icon {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.site-footer .site-footer-logos .site-logos-footer-icon img {
  display: block;
}

.site-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 899px) {
  .site-footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer-legal cite {
    margin-top: 20px;
  }
}

.site-footer-legal small {
  font-size: 14px;
}

.site-footer-legal small a {
  text-decoration: underline;
}

.site-footer-legal cite {
  font-size: 14px;
  color: #999999;
  font-style: normal;
}

[data-accordion-item]:nth-child(n+2) {
  margin-top: -1px;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
  padding-right: 60px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

[data-accordion-item-toggle] h3 {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

[data-accordion-item-toggle-icon] svg {
  display: block;
  width: 20px;
  height: 11px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

[data-accordion-item="open"] [data-accordion-item-toggle-icon] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-accordion-item-content] {
  display: none;
}

[data-accordion-item-content] .nice-type {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin-bottom: 0;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.h1 {
  font-size: 42px;
}

@media screen and (min-width: 400px) {
  .h1 {
    font-size: calc(42px + 38 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .h1 {
    font-size: 80px;
  }
}

.h2 {
  font-size: 36px;
}

@media screen and (min-width: 400px) {
  .h2 {
    font-size: calc(36px + 24 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .h2 {
    font-size: 60px;
  }
}

.h3 {
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .h3 {
    font-size: calc(20px + 4 * ((100vw - 400px) / 900));
  }
}

@media screen and (min-width: 1300px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.3;
  margin-bottom: 1.3;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type ul {
  padding-left: 0.7em;
}

.nice-type ul li {
  list-style: none;
  position: relative;
}

.nice-type ul li:before {
  content: '';
  position: absolute;
  top: 0.55em;
  top: 0.5em;
  left: -0.6em;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 10px;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

p b,
p strong, li b,
li strong {
  font-weight: bold;
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

.button-dark, .button-light {
  display: inline-block;
  font-weight: 600;
  padding: 0.7em 1.7em 0.7em 1.7em;
  min-width: 14em;
  line-height: 24px;
  border: 0;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  cursor: pointer;
  text-align: left;
}

.button-dark {
  background-color: #121f2e;
  color: rgba(255, 255, 255, 0.8);
}

.button-dark:hover {
  color: #33afe1;
}

.button-light {
  background-color: #ffffff;
  color: rgba(18, 31, 46, 0.8);
}

.button-light:hover {
  color: #33afe1;
}

.form-text-field input,
.form-text-field textarea {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: 0;
  padding: 10px 20px 8px 20px;
  border-bottom: 3px solid #bbc7d5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
}

.form-text-field input::-webkit-input-placeholder, .form-text-field textarea::-webkit-input-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.form-text-field input::-moz-placeholder, .form-text-field textarea::-moz-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.form-text-field input:-ms-input-placeholder, .form-text-field textarea:-ms-input-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.form-text-field input::-ms-input-placeholder, .form-text-field textarea::-ms-input-placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.form-text-field input::placeholder,
.form-text-field textarea::placeholder {
  color: rgba(140, 140, 140, 0.8);
}

.form-text-field input.touched:invalid,
.form-text-field textarea.touched:invalid {
  border-color: #d82222;
}

.form-text-field input[type="file"] {
  color: #121f2e;
}

.form-text-field textarea {
  min-height: 200px;
  height: 540px;
  max-height: 80vh;
  resize: vertical;
}

.form-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-checkbox-field input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-checkbox-field .input-checkbox-faux {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
}

.form-checkbox-field .input-checkbox-faux svg {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  fill: #ffffff;
  opacity: 0;
}

.form-checkbox-field input[type="checkbox"]:focus + label .input-checkbox-faux {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.form-checkbox-field input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.form-add-buttons {
  margin-top: 33px;
}

.form-add-buttons-item button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  background: transparent;
  border: 0;
}

.form-add-buttons-item button span {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  margin-right: 20px;
  position: relative;
}

.form-add-buttons-item button span:before, .form-add-buttons-item button span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  margin-top: -1px;
  margin-left: -8px;
}

.form-add-buttons-item button span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*****
  Larger groups of styles for larger parts
*****/
.title-sep {
  display: block;
  width: 102px;
  height: 1px;
  margin-top: 2.3em;
  margin-bottom: 2em;
}

.title-sep.for-light-bg {
  background-color: #dde3ea;
}

.title-sep.for-dark-bg {
  background-color: rgba(187, 199, 213, 0.5);
}

.home-section-header p {
  margin: 0 0 0.3em;
  font-size: 18px;
}

.home-section-header.for-dark-bg {
  color: #bbc7d5;
}

.page-header {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  color: #121f2e;
}

.page-header {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  .page-header {
    padding-top: calc(60px + 74 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .page-header {
    padding-top: 134px;
  }
}

@media (max-width: 699px) {
  .page-header {
    padding-bottom: 60vw;
    background-size: 75%;
    background-position: bottom right;
  }
}

@media (min-width: 700px) {
  .page-header {
    padding-bottom: 276px;
    background-position: bottom right -5%;
  }
  .page-header {
    background-size: 460px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) {
  .page-header {
    background-size: calc(460px + 590 * ((100vw - 700px) / 1100));
  }
}

@media screen and (min-width: 700px) and (min-width: 1800px) {
  .page-header {
    background-size: 1050px;
  }
}

.page-header-content .nice-type {
  max-width: 460px;
  margin-bottom: 3.25em;
}

.page-header-after-title {
  letter-spacing: 0.05em;
  margin-top: 0.1em;
}

.team-section {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.team-section {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  .team-section {
    padding-top: calc(60px + 35 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .team-section {
    padding-top: 95px;
  }
}

.team-section .padded, .team-section .padded-wrapper {
  position: relative;
  z-index: 10;
}

.team-section .nice-type {
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  .team-section .nice-type {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .team-section .nice-type {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) {
  .team-section .nice-type {
    -webkit-column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
       -moz-column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
            column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
  }
}

@media screen and (min-width: 700px) and (min-width: 1300px) {
  .team-section .nice-type {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}

.team-section .nice-type p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.team-section img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}

.team-section img {
  margin-top: 30px;
}

@media screen and (min-width: 400px) {
  .team-section img {
    margin-top: calc(30px + -152 * ((100vw - 400px) / 600));
  }
}

@media screen and (min-width: 1000px) {
  .team-section img {
    margin-top: -122px;
  }
}

.join-section {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.join-section {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  .join-section {
    padding-top: calc(60px + 35 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .join-section {
    padding-top: 95px;
  }
}

.join-section .padded, .join-section .padded-wrapper {
  position: relative;
  z-index: 10;
}

.join-section .nice-type {
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  .join-section .nice-type {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .join-section .nice-type {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) {
  .join-section .nice-type {
    -webkit-column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
       -moz-column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
            column-gap: calc(40px + 60 * ((100vw - 700px) / 600));
  }
}

@media screen and (min-width: 700px) and (min-width: 1300px) {
  .join-section .nice-type {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}

.join-section .nice-type p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.join-section .h4 {
  color: #bbc7d5;
}

.join-section [class*="button"] {
  margin-right: 38px;
  margin-bottom: 10px;
}

.join-section img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}

.join-section img {
  margin-top: 50px;
}

@media screen and (min-width: 400px) {
  .join-section img {
    margin-top: calc(50px + -242 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .join-section img {
    margin-top: -192px;
  }
}

.join-blocks {
  margin-top: 3.4em;
  margin-bottom: 5em;
}

.join-blocks .join-blocks-item {
  border: 1px solid #788088;
  color: #bbc7d5;
}

.join-blocks .join-blocks-item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .join-blocks .join-blocks-item {
    padding: 1em 1.2em 1.3em;
  }
  .join-blocks .join-blocks-item:nth-child(n+2) {
    margin-top: -1px;
  }
  .join-blocks .join-blocks-item p {
    margin-top: 1em;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .join-blocks {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .join-blocks .join-blocks-item {
    padding: 1em 1.2em 1.3em;
  }
  .join-blocks .join-blocks-item:nth-child(2n+1) {
    margin-right: -1px;
  }
  .join-blocks .join-blocks-item:nth-child(n+3) {
    margin-top: -1px;
  }
  .join-blocks .join-blocks-item p {
    margin-top: 1em;
  }
}

@media (min-width: 1000px) {
  .join-blocks {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .join-blocks .join-blocks-item {
    padding: 1em 1.6em 1.3em;
  }
  .join-blocks .join-blocks-item:nth-child(3n+1), .join-blocks .join-blocks-item:nth-child(3n+2) {
    margin-right: -1px;
  }
  .join-blocks .join-blocks-item:nth-child(n+4) {
    margin-top: -1px;
  }
  .join-blocks .join-blocks-item p {
    margin-top: 1.7em;
  }
}

.pitch-section {
  background-color: #a8b5c5;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pitch-section .padded, .pitch-section .padded-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8897a9), to(#a8b5c5));
  background-image: linear-gradient(to bottom, #8897a9, #a8b5c5);
}

.pitch-section .padded, .pitch-section .padded-wrapper {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  .pitch-section .padded, .pitch-section .padded-wrapper {
    padding-top: calc(60px + 35 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .pitch-section .padded, .pitch-section .padded-wrapper {
    padding-top: 95px;
  }
}

.pitch-section .padded, .pitch-section .padded-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 800px) {
  .pitch-section .padded, .pitch-section .padded-wrapper {
    padding-bottom: calc(40px + 95 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .pitch-section .padded, .pitch-section .padded-wrapper {
    padding-bottom: 135px;
  }
}

.pitch-section .home-section-header,
.pitch-section .h2,
.pitch-section .h3,
.pitch-section .h4 {
  color: #ffffff;
}

.pitch-section .padded, .pitch-section .padded-wrapper {
  position: relative;
  z-index: 10;
}

.pitch-section .nice-type {
  margin-bottom: 50px;
  max-width: 940px;
}

.pitch-section img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
}

.register-section {
  background-color: #102236;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121416), to(#102236));
  background-image: linear-gradient(to bottom, #121416, #102236);
  background-size: 100% 600px;
  background-position: top center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.register-section {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  .register-section {
    padding-top: calc(60px + 35 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .register-section {
    padding-top: 95px;
  }
}

.register-section {
  padding-bottom: 60px;
}

@media screen and (min-width: 800px) {
  .register-section {
    padding-bottom: calc(60px + 35 * ((100vw - 800px) / 1000));
  }
}

@media screen and (min-width: 1800px) {
  .register-section {
    padding-bottom: 95px;
  }
}

.register-section .padded, .register-section .padded-wrapper {
  position: relative;
  z-index: 10;
}

.register-section .nice-type {
  margin-bottom: 70px;
  max-width: 940px;
}

.register-main-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 699px) {
  .register-main-fields .form-text-field {
    width: 100%;
  }
  .register-main-fields .form-text-field:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .register-main-fields .form-text-field {
    width: calc(50% - 10px);
  }
  .register-main-fields .form-text-field:nth-child(2n+1) {
    margin-right: 20px;
  }
  .register-main-fields .form-text-field:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media (min-width: 1000px) {
  .register-main-fields .form-text-field {
    width: calc(33.33% - 14px);
  }
  .register-main-fields .form-text-field:nth-child(3n+1), .register-main-fields .form-text-field:nth-child(3n+2) {
    margin-right: 21px;
  }
  .register-main-fields .form-text-field:nth-child(n+4) {
    margin-top: 32px;
  }
}

.register-required-text {
  margin-top: 20px;
}

.register-required-text p {
  margin: 0;
  font-size: 14px;
}

.register-idea-fields {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 26px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register-idea-fields > p {
  width: 100%;
  margin: 0;
}

.register-toggle-idea-fields {
  margin-top: 42px;
}

.register-idea-fields-right .form-text-field + .form-text-field {
  margin-top: 20px;
}

.register-idea-fields-right-link-fields .form-add-buttons-item {
  margin-top: 30px;
}

.register-idea-fields-right-input-fields {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
}

@media (max-width: 699px) {
  .register-idea-fields-left {
    width: 100%;
    margin-top: 30px;
  }
  .register-idea-fields-right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .register-idea-fields-left {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
  .register-idea-fields-right {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .register-idea-fields-left {
    width: calc(50% - 50px);
    margin-top: 30px;
  }
  .register-idea-fields-right {
    width: calc(50% - 50px);
    margin-top: 30px;
  }
}

.register-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 26px;
}

@media (max-width: 699px) {
  .register-bottom {
    margin-top: 10px;
  }
}

@media (min-width: 700px) {
  .register-bottom {
    margin-top: 40px;
  }
}

.register-bottom #register_check {
  width: 304px;
  height: 76px;
  background-color: #ffffff;
}

.register-bottom .register-bottom-check {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 799px) {
  .register-bottom .register-bottom-submit button {
    margin-bottom: 20px;
  }
}

@media (min-width: 800px) {
  .register-bottom .register-bottom-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .register-bottom .register-bottom-submit button {
    width: 304px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .register-bottom .register-bottom-submit button {
    margin-right: 40px;
  }
}

@media screen and (min-width: 800px) and (min-width: 800px) {
  .register-bottom .register-bottom-submit button {
    margin-right: calc(40px + 80 * ((100vw - 800px) / 600));
  }
}

@media screen and (min-width: 800px) and (min-width: 1400px) {
  .register-bottom .register-bottom-submit button {
    margin-right: 120px;
  }
}

.register-gdpr-text {
  margin-bottom: 30px;
}

.register-gdpr-text p {
  max-width: 970px;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
/*# sourceMappingURL=app.css.map */
