@charset "UTF-8";
@font-face {
  font-family: 'HK Grotesk';
  src: url("/assets/fonts/hk-grotesk-regular-webfont.woff2") format("woff2"), url("/assets/fonts/hk-grotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("/assets/fonts/hk-grotesk-italic-webfont.woff2") format("woff2"), url("/assets/fonts/hk-grotesk-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("/assets/fonts/hk-grotesk-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/hk-grotesk-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HK Grotesk';
  src: url("/assets/fonts/hk-grotesk-semibolditalic-webfont.woff2") format("woff2"), url("/assets/fonts/hk-grotesk-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

/*  Global Variables  */
/*  ----------------  */
/*  § RESET  */
/*  -------  */
*, *:before, *:after {
  box-sizing: border-box; }

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%;
  vertical-align: baseline; }

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

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: none; }

a:active, a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a, label, input, textarea,
button, select, option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

abbr[title], dfn[title] {
  cursor: help; }

img {
  border: 0;
  font-style: italic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

u, ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

figure {
  margin: 0; }

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

/*  Elements  */
/*  --------  */
html {
  background-color: #FFF;
  color: #242424;
  font-family: 'HK Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 1440px) {
    html {
      font-size: 18px; } }

html,
body {
  position: relative;
  width: 100%; }
  html.no-scroll,
  body.no-scroll {
    overflow-y: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600; }

p {
  margin: 0 0 2rem;
  line-height: 1.8; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #454ADE;
  text-decoration: none; }

section {
  margin-bottom: 5rem; }

hr {
  margin-bottom: 8rem;
  border: 0;
  height: 1px;
  background: #F0F0F0; }

::-webkit-input-placeholder {
  color: #F0F0F0; }

::-moz-placeholder {
  color: #F0F0F0; }

:-ms-input-placeholder {
  color: #F0F0F0; }

:-moz-placeholder {
  color: #F0F0F0; }

.o-btn {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.5rem;
  line-height: 1;
  font-weight: 600;
  font-size: 0.88rem;
  color: #242424; }

.o-btn--cta {
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  transition: all 0.32s 0s ease; }
  .o-btn--cta:before, .o-btn--cta:after {
    content: "";
    display: block;
    position: absolute; }
  .o-btn--cta:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.24s 0s ease-in;
    background-image: url("/assets/img/gradient.png");
    background-image: url("/assets/svg/gradient.svg");
    background-size: cover;
    transform-origin: left; }
  .o-btn--cta:after {
    top: 50%;
    right: -2.5rem;
    width: 2.5rem;
    height: 2px;
    transition: all 0.24s 0s ease-in;
    background-color: #242424;
    transform-origin: right; }
  .o-btn--cta:hover:before {
    transform: scaleX(2);
    transition-delay: 0.08s;
    opacity: 0.56;
    transition-timing-function: ease-out; }
  .o-btn--cta:hover:after {
    transform: scaleX(0);
    transition-timing-function: ease-out; }

.o-grid {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem;
  max-width: 1440px; }
  .o-grid img {
    max-width: 100%; }

[class*='o-grid__col-'] {
  grid-column: span 10; }

@media only screen and (max-width: 640px) {
  .o-grid__col-1\@sm {
    grid-column-end: span 1; }
  .o-grid__offset-1\@sm {
    grid-column-start: 2; }
  .o-grid__col-2\@sm {
    grid-column-end: span 2; }
  .o-grid__offset-2\@sm {
    grid-column-start: 3; }
  .o-grid__col-3\@sm {
    grid-column-end: span 3; }
  .o-grid__offset-3\@sm {
    grid-column-start: 4; }
  .o-grid__col-4\@sm {
    grid-column-end: span 4; }
  .o-grid__offset-4\@sm {
    grid-column-start: 5; }
  .o-grid__col-5\@sm {
    grid-column-end: span 5; }
  .o-grid__offset-5\@sm {
    grid-column-start: 6; }
  .o-grid__col-6\@sm {
    grid-column-end: span 6; }
  .o-grid__offset-6\@sm {
    grid-column-start: 7; }
  .o-grid__col-7\@sm {
    grid-column-end: span 7; }
  .o-grid__offset-7\@sm {
    grid-column-start: 8; }
  .o-grid__col-8\@sm {
    grid-column-end: span 8; }
  .o-grid__offset-8\@sm {
    grid-column-start: 9; }
  .o-grid__col-9\@sm {
    grid-column-end: span 9; }
  .o-grid__offset-9\@sm {
    grid-column-start: 10; }
  .o-grid__col-10\@sm {
    grid-column-end: span 10; }
  .o-grid__offset-10\@sm {
    grid-column-start: 11; } }

@media only screen and (min-width: 641px) {
  .o-grid {
    margin: 0 6rem; }
  .o-grid__col-1 {
    grid-column-end: span 1; }
  .o-grid__offset-1 {
    grid-column-start: 2; }
  .o-grid__col-2 {
    grid-column-end: span 2; }
  .o-grid__offset-2 {
    grid-column-start: 3; }
  .o-grid__col-3 {
    grid-column-end: span 3; }
  .o-grid__offset-3 {
    grid-column-start: 4; }
  .o-grid__col-4 {
    grid-column-end: span 4; }
  .o-grid__offset-4 {
    grid-column-start: 5; }
  .o-grid__col-5 {
    grid-column-end: span 5; }
  .o-grid__offset-5 {
    grid-column-start: 6; }
  .o-grid__col-6 {
    grid-column-end: span 6; }
  .o-grid__offset-6 {
    grid-column-start: 7; }
  .o-grid__col-7 {
    grid-column-end: span 7; }
  .o-grid__offset-7 {
    grid-column-start: 8; }
  .o-grid__col-8 {
    grid-column-end: span 8; }
  .o-grid__offset-8 {
    grid-column-start: 9; }
  .o-grid__col-9 {
    grid-column-end: span 9; }
  .o-grid__offset-9 {
    grid-column-start: 10; }
  .o-grid__col-10 {
    grid-column-end: span 10; }
  .o-grid__offset-10 {
    grid-column-start: 11; } }

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .o-grid__col-1\@md {
    grid-column-end: span 1; }
  .o-grid__offset-1\@md {
    grid-column-start: 2; }
  .o-grid__col-2\@md {
    grid-column-end: span 2; }
  .o-grid__offset-2\@md {
    grid-column-start: 3; }
  .o-grid__col-3\@md {
    grid-column-end: span 3; }
  .o-grid__offset-3\@md {
    grid-column-start: 4; }
  .o-grid__col-4\@md {
    grid-column-end: span 4; }
  .o-grid__offset-4\@md {
    grid-column-start: 5; }
  .o-grid__col-5\@md {
    grid-column-end: span 5; }
  .o-grid__offset-5\@md {
    grid-column-start: 6; }
  .o-grid__col-6\@md {
    grid-column-end: span 6; }
  .o-grid__offset-6\@md {
    grid-column-start: 7; }
  .o-grid__col-7\@md {
    grid-column-end: span 7; }
  .o-grid__offset-7\@md {
    grid-column-start: 8; }
  .o-grid__col-8\@md {
    grid-column-end: span 8; }
  .o-grid__offset-8\@md {
    grid-column-start: 9; }
  .o-grid__col-9\@md {
    grid-column-end: span 9; }
  .o-grid__offset-9\@md {
    grid-column-start: 10; }
  .o-grid__col-10\@md {
    grid-column-end: span 10; }
  .o-grid__offset-10\@md {
    grid-column-start: 11; } }

@media only screen and (min-width: 1024px) {
  .o-grid {
    margin: 0 auto;
    max-width: 1280px; }
  .o-grid__col-1\@lg {
    grid-column-end: span 1; }
  .o-grid__offset-1\@lg {
    grid-column-start: 2; }
  .o-grid__col-2\@lg {
    grid-column-end: span 2; }
  .o-grid__offset-2\@lg {
    grid-column-start: 3; }
  .o-grid__col-3\@lg {
    grid-column-end: span 3; }
  .o-grid__offset-3\@lg {
    grid-column-start: 4; }
  .o-grid__col-4\@lg {
    grid-column-end: span 4; }
  .o-grid__offset-4\@lg {
    grid-column-start: 5; }
  .o-grid__col-5\@lg {
    grid-column-end: span 5; }
  .o-grid__offset-5\@lg {
    grid-column-start: 6; }
  .o-grid__col-6\@lg {
    grid-column-end: span 6; }
  .o-grid__offset-6\@lg {
    grid-column-start: 7; }
  .o-grid__col-7\@lg {
    grid-column-end: span 7; }
  .o-grid__offset-7\@lg {
    grid-column-start: 8; }
  .o-grid__col-8\@lg {
    grid-column-end: span 8; }
  .o-grid__offset-8\@lg {
    grid-column-start: 9; }
  .o-grid__col-9\@lg {
    grid-column-end: span 9; }
  .o-grid__offset-9\@lg {
    grid-column-start: 10; }
  .o-grid__col-10\@lg {
    grid-column-end: span 10; }
  .o-grid__offset-10\@lg {
    grid-column-start: 11; } }

@media only screen and (min-width: 1440px) {
  .o-grid__col-1\@xl {
    grid-column-end: span 1; }
  .o-grid__offset-1\@xl {
    grid-column-start: 2; }
  .o-grid__col-2\@xl {
    grid-column-end: span 2; }
  .o-grid__offset-2\@xl {
    grid-column-start: 3; }
  .o-grid__col-3\@xl {
    grid-column-end: span 3; }
  .o-grid__offset-3\@xl {
    grid-column-start: 4; }
  .o-grid__col-4\@xl {
    grid-column-end: span 4; }
  .o-grid__offset-4\@xl {
    grid-column-start: 5; }
  .o-grid__col-5\@xl {
    grid-column-end: span 5; }
  .o-grid__offset-5\@xl {
    grid-column-start: 6; }
  .o-grid__col-6\@xl {
    grid-column-end: span 6; }
  .o-grid__offset-6\@xl {
    grid-column-start: 7; }
  .o-grid__col-7\@xl {
    grid-column-end: span 7; }
  .o-grid__offset-7\@xl {
    grid-column-start: 8; }
  .o-grid__col-8\@xl {
    grid-column-end: span 8; }
  .o-grid__offset-8\@xl {
    grid-column-start: 9; }
  .o-grid__col-9\@xl {
    grid-column-end: span 9; }
  .o-grid__offset-9\@xl {
    grid-column-start: 10; }
  .o-grid__col-10\@xl {
    grid-column-end: span 10; }
  .o-grid__offset-10\@xl {
    grid-column-start: 11; } }

.o-list {
  list-style: none; }

.o-list__item {
  margin-bottom: 2rem; }
  .o-list__item:hover .o-list__title {
    color: #454ADE; }
  .o-list__item:hover .o-list__cta:before {
    transform: scaleX(2); }

.o-list__link {
  color: #242424; }

.o-list__item--alpha {
  padding: 0.5rem 1rem 1.5rem 0;
  border-bottom: 1px solid #C8C8C8; }
  .o-list__item--alpha .o-list__link {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
    -ms-flex-align: end;
        align-items: end; }
    @media screen and (max-width: 640px) {
      .o-list__item--alpha .o-list__link {
        display: block;
        padding: 1rem 1rem 1rem 0; } }
  .o-list__item--alpha .o-list__title,
  .o-list__item--alpha .o-list__detail {
    grid-column: 2 / span 4;
    line-height: 1; }
  @media screen and (max-width: 640px) {
    .o-list__item--alpha {
      padding-left: 1rem; } }

.o-list__title {
  transition: all 0.32s ease; }

.o-list__cta {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  position: relative; }
  .o-list__cta:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.25rem;
    left: -8px;
    z-index: -1;
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.16s 0s ease-in;
    background-image: url("/assets/img/gradient.png");
    background-image: url("/assets/svg/gradient.svg");
    background-size: cover;
    transform: scaleX(0);
    opacity: 0.56;
    transform-origin: left; }

.o-caption {
  font-size: 0.88rem;
  color: #848484; }

.o-lede {
  font-size: 1.5rem; }

.o-display {
  display: block;
  font-weight: 600; }

.o-display--sm {
  font-size: 1.5rem; }

.o-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.c-features {
  list-style: none; }

.c-features__item {
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem;
  grid-template-rows: auto auto; }

.c-features__img {
  grid-column: 1 / span 10;
  grid-row: 1 / span 2;
  align-self: end;
  width: 100%; }

.c-features__card {
  grid-column: 7 / span 3;
  grid-row: 2 / span 1;
  margin: 0 1.5rem 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr 3rem;
  grid-template-rows: repeat(2, 3rem);
  grid-gap: 0.5rem; }

.c-features__detail {
  grid-column: 1 / span 1;
  grid-row: 1 /span 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  background-color: #FFF; }
  .c-features__detail:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0.25rem;
    background-image: url("/assets/img/gradient.png");
    background-image: url("/assets/svg/gradient.svg");
    background-size: cover; }
  .c-features__detail a {
    color: #242424; }

.c-features__nav {
  grid-column: 2 / span 1;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: 0 0 0 0 transparent;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center; }
  .c-features__nav:hover {
    box-shadow: 0 1px 8px rgba(36, 36, 36, 0.24); }

.c-features__nav--up {
  background-image: url("/assets/img/caret-up.png");
  background-image: url("/assets/svg/caret-up.svg"); }

.c-features__nav--down {
  background-image: url("/assets/img/caret-down.png");
  background-image: url("/assets/svg/caret-down.svg"); }

.c-figure {
  display: grid;
  grid-template-columns: repeat(8, 1fr) minmax(4rem, auto);
  grid-gap: 0.5rem;
  -ms-flex-align: end;
      align-items: end; }

.c-figure__detail {
  grid-column: 1 / span 3;
  padding-bottom: 3rem; }
  @media screen and (max-width: 640px) {
    .c-figure__detail {
      padding: 1rem;
      grid-column: 1 / end; } }

.c-figure__graphic {
  grid-column: 5 / span 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr) minmax(4rem, auto);
  grid-template-rows: repeat(2, auto); }
  @media screen and (max-width: 640px) {
    .c-figure__graphic {
      grid-column: 1 / end; } }

.c-figure__caption {
  margin: 0;
  grid-column: 2 / span 4;
  grid-row: 1 / span 1;
  padding: 7.8rem 0 1rem 1.5rem;
  background-image: url("/assets/img/gradient.png");
  background-image: url("/assets/svg/gradient.svg");
  background-size: cover;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    .c-figure__caption {
      display: none; } }

.c-figure__img {
  grid-column: 1 / span 4;
  grid-row: 2 / span 1; }
  @media screen and (max-width: 640px) {
    .c-figure__img {
      grid-column: 1 / end; } }

.c-footer {
  padding: 3.5rem 0;
  background-color: #242424;
  color: #848484;
  text-align: center; }

.c-header {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem;
  position: relative;
  max-width: 1440px; }
  .c-header:before {
    content: "";
    grid-column: 2 / span 8;
    display: block;
    height: 8px;
    background-image: url("/assets/img/gradient.png");
    background-image: url("/assets/svg/gradient.svg");
    background-size: cover; }
  @media screen and (max-width: 640px) {
    .c-header {
      grid-column: 1 / end;
      padding: 0 1rem; }
      .c-header:before {
        grid-column: 1 / end; } }

.c-header__nav {
  grid-column: 2 / span 8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: right; }
  @media screen and (max-width: 640px) {
    .c-header__nav {
      grid-column: 1 / end; } }

.c-header__link {
  margin-right: 1rem;
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 600;
  color: #242424;
  transition: all 0.24s ease; }
  .c-header__link:last-child {
    margin-right: 0; }
  .c-header__link:hover {
    color: #454ADE; }

/*  Hero  */
/*  ----  */
.c-hero {
  margin: 0 auto;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem;
  max-width: 1440px;
  padding-top: 4rem; }

.c-hero__content {
  grid-column: 2 / span 4;
  position: relative;
  z-index: 2;
  padding: 0 1rem 1.5rem;
  background-color: #FFF; }
  @media screen and (max-width: 640px) {
    .c-hero__content {
      grid-column: 1 / span 11; } }

.c-hero__feature {
  margin-top: -2rem;
  grid-column: 1 / span 10; }
  @media screen and (max-width: 640px) {
    .c-hero__feature {
      grid-column: 1 / span 11; } }

.c-social-jump {
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem;
  grid-template-rows: 1rem auto;
  grid-gap: 0; }
  @media screen and (max-width: 640px) {
    .c-social-jump {
      display: block; } }

.c-social-jump__live {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(3, 1fr);
  grid-gap: 0.5rem;
  padding-right: 1.5rem;
  -ms-flex-line-pack: center;
      align-content: center; }

.c-social-jump__tweet {
  grid-column: 2 / span 3;
  text-indent: -0.5rem; }

.c-social-jump__newsletter {
  grid-column: 5 / span 5;
  grid-row: 2 / span 1;
  padding: 6rem 2.5rem;
  -ms-flex-pack: end;
      justify-content: end; }

.c-team {
  display: grid;
  grid-template-columns: minmax(4rem, auto) repeat(8, 1fr) minmax(4rem, auto);
  grid-column-gap: 0.5rem; }
  @media screen and (max-width: 640px) {
    .c-team {
      padding: 1rem;
      grid-column: 1 / end; } }

.c-team__grid {
  grid-column: 2 / span 9;
  grid-row: 1 / span 1;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 0.5rem;
  -ms-flex-align: start;
      align-items: start; }
  @media screen and (max-width: 640px) {
    .c-team__grid {
      grid-column: 1 / end;
      grid-template-columns: repeat(4, 1fr); } }

.c-team__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 64vw;
  padding: 6rem 3rem;
  background-color: #FFF;
  box-shadow: -4px 0 32px rgba(36, 36, 36, 0.16);
  transition: all 0.48s ease; }
  .c-team__overlay.is-hidden {
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%); }

.c-team__button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  grid-column: span 2; }
  .c-team__button:hover .c-team__thumbnail {
    opacity: 0.88;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(36, 36, 36, 0.24); }

.c-team__thumbnail {
  display: block;
  width: 100%;
  transition: all 0.32s ease; }

.c-team__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 3rem;
  color: #848484; }

/*  Utilities  */
/*  ---------  */
.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.u-image-replace {
  position: relative;
  margin: 0;
  display: inline-block;
  padding: 0;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.u-width-full {
  width: 100%; }

.u-max-width-full {
  max-width: 100%; }

.u-min-width-full {
  min-width: 100%; }

.u-padding-0 {
  padding: 0; }

.u-padding-1 {
  padding: 8px; }

.u-padding-2 {
  padding: 16px; }

.u-padding-3 {
  padding: 24px; }

.u-padding-4 {
  padding: 32px; }

.u-padding-top-0 {
  padding-top: 0; }

.u-padding-top-1 {
  padding-top: 8px; }

.u-padding-top-2 {
  padding-top: 16px; }

.u-padding-top-3 {
  padding-top: 24px; }

.u-padding-top-4 {
  padding-top: 32px; }

.u-padding-right-0 {
  padding-right: 0; }

.u-padding-right-1 {
  padding-right: 8px; }

.u-padding-right-2 {
  padding-right: 16px; }

.u-padding-right-3 {
  padding-right: 24px; }

.u-padding-right-4 {
  padding-right: 32px; }

.u-padding-bottom-0 {
  padding-bottom: 0; }

.u-padding-bottom-1 {
  padding-bottom: 8px; }

.u-padding-bottom-2 {
  padding-bottom: 16px; }

.u-padding-bottom-3 {
  padding-bottom: 24px; }

.u-padding-bottom-4 {
  padding-bottom: 32px; }

.u-padding-left-0 {
  padding-left: 0; }

.u-padding-left-1 {
  padding-left: 8px; }

.u-padding-left-2 {
  padding-left: 16px; }

.u-padding-left-3 {
  padding-left: 24px; }

.u-padding-left-4 {
  padding-left: 32px; }

.u-margin-0 {
  margin: 0; }

.u-margin-1 {
  margin: 8px; }

.u-margin-2 {
  margin: 16px; }

.u-margin-3 {
  margin: 24px; }

.u-margin-4 {
  margin: 32px; }

.u-margin-top-0 {
  margin-top: 0; }

.u-margin-top-1 {
  margin-top: 8px; }

.u-margin-top-2 {
  margin-top: 16px; }

.u-margin-top-3 {
  margin-top: 24px; }

.u-margin-top-4 {
  margin-top: 32px; }

.u-margin-right-0 {
  margin-right: 0; }

.u-margin-right-1 {
  margin-right: 8px; }

.u-margin-right-2 {
  margin-right: 16px; }

.u-margin-right-3 {
  margin-right: 24px; }

.u-margin-right-4 {
  margin-right: 32px; }

.u-margin-bottom-0 {
  margin-bottom: 0; }

.u-margin-bottom-1 {
  margin-bottom: 8px; }

.u-margin-bottom-2 {
  margin-bottom: 16px; }

.u-margin-bottom-3 {
  margin-bottom: 24px; }

.u-margin-bottom-4 {
  margin-bottom: 32px; }

.u-margin-left-0 {
  margin-left: 0; }

.u-margin-left-1 {
  margin-left: 8px; }

.u-margin-left-2 {
  margin-left: 16px; }

.u-margin-left-3 {
  margin-left: 24px; }

.u-margin-left-4 {
  margin-left: 32px; }

.u-offset-top-0 {
  margin-top: 0; }

.u-offset-top-1 {
  margin-top: -8px; }

.u-offset-top-2 {
  margin-top: -16px; }

.u-offset-top-3 {
  margin-top: -24px; }

.u-offset-top-4 {
  margin-top: -32px; }

.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-text-white {
  color: #FFF; }

.u-text-black {
  color: #242424; }

.u-background-grey {
  background-color: #F8F8F8; }

.u-background-white {
  background-color: #FFF; }

.u-background-gradient {
  background-image: url("/assets/img/gradient.png");
  background-image: url("/assets/svg/gradient.svg");
  background-size: cover; }

img.o-grid__col-4,
img.o-grid__col-2 {
  justify-self: end;
  width: 100%; }

/*  Debug Styles  */
/*  ------------  */
