/*! 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; }

.react-vis-magic-css-import-rule {
  display: inherit; }

.rv-treemap {
  font-size: 12px;
  position: relative; }

.rv-treemap__leaf {
  overflow: hidden;
  position: absolute; }

.rv-treemap__leaf--circle {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center; }

.rv-treemap__leaf__content {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis; }

.rv-xy-plot {
  color: #c3c3c3;
  position: relative; }

.rv-xy-plot canvas {
  pointer-events: none; }

.rv-xy-plot .rv-xy-canvas {
  pointer-events: none;
  position: absolute; }

.rv-xy-plot__inner {
  display: block; }

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__series,
.rv-xy-plot__series path {
  pointer-events: all; }

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none; }

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px; }

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0; }

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.rv-crosshair__inner--left {
  right: 4px; }

.rv-crosshair__inner--right {
  left: 4px; }

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap; }

.rv-crosshair__item {
  white-space: nowrap; }

.rv-hint {
  position: absolute;
  pointer-events: none; }

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap; }

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px; }

.rv-discrete-color-legend.horizontal {
  white-space: nowrap; }

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 10px; }

.rv-discrete-color-legend-item.horizontal {
  display: inline-block; }

.rv-discrete-color-legend-item.horizontal
.rv-discrete-color-legend-item__title {
  margin-left: 0;
  display: block; }

.rv-discrete-color-legend-item__color {
  display: inline-block;
  vertical-align: middle;
  overflow: visible; }

.rv-discrete-color-legend-item__color__path {
  stroke: #dcdcdc;
  stroke-width: 2px; }

.rv-discrete-color-legend-item__title {
  margin-left: 10px; }

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8; }

.rv-discrete-color-legend-item.clickable {
  cursor: pointer; }

.rv-discrete-color-legend-item.clickable:hover {
  background: #f9f9f9; }

.rv-search-wrapper {
  display: flex;
  flex-direction: column; }

.rv-search-wrapper__form {
  flex: 0; }

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0; }

.rv-search-wrapper__contents {
  flex: 1;
  overflow: auto; }

.rv-continuous-color-legend {
  font-size: 12px; }

.rv-continuous-color-legend .rv-gradient {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px; }

.rv-continuous-size-legend {
  font-size: 12px; }

.rv-continuous-size-legend .rv-bubbles {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%; }

.rv-continuous-size-legend .rv-bubble {
  background: #d8d9dc;
  display: inline-block;
  vertical-align: bottom; }

.rv-continuous-size-legend .rv-spacer {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%; }

.rv-legend-titles {
  height: 16px;
  position: relative; }

.rv-legend-titles__left,
.rv-legend-titles__right,
.rv-legend-titles__center {
  position: absolute;
  white-space: nowrap;
  overflow: hidden; }

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%; }

.rv-legend-titles__right {
  right: 0; }

.rv-radial-chart .rv-xy-plot__series--label {
  pointer-events: none; }

.rv-xy-plot__inner {
  overflow: visible; }

@font-face {
  font-family: "Dank Mono";
  font-display: swap;
  src: url("/static/fonts/DankMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Mont Web";
  font-display: swap;
  src: url("/static/fonts/Mont-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Mont Web";
  font-display: swap;
  src: url("/static/fonts/Mont-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Elena";
  font-display: swap;
  src: url("/static/fonts/ElenaWebBasicRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Elena";
  font-display: swap;
  src: url("/static/fonts/ElenaWebBasicBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Spartan";
  font-display: swap;
  src: url("/static/fonts/leaguespartan-bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Elena";
  font-display: swap;
  src: url("/static/fonts/ElenaWebBasicRegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Elena";
  font-display: swap;
  src: url("/static/fonts/ElenaWebBasicBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }

* {
  box-sizing: border-box; }

html,
body {
  min-height: 100%;
  height: 100%;
  text-rendering: optimizeLegibility; }
  html > #__next,
  body > #__next {
    min-height: 100%;
    height: 100%; }
    html > #__next > div,
    body > #__next > div {
      min-height: 100%;
      height: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #555555;
  font-family: "Elena", serif;
  font-weight: 300;
  font-size: 1.35rem;
  font-weight: 200;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 800px) {
    body {
      font-size: 1.2rem; } }

img {
  max-width: 100%;
  height: auto; }

.dark-bg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #555555; }

b,
strong {
  font-weight: 600; }

hr {
  margin: 80px auto;
  bottom: -68px;
  left: 40%;
  width: 20%;
  height: 5px;
  background: #ff8065;
  border: none;
  transform: rotate(-3deg); }

.App,
#root {
  position: relative;
  height: 100%;
  min-height: 100%; }

.header-wrap {
  height: 500px;
  z-index: 1; }

.home-stack {
  position: fixed;
  height: 100%;
  width: 100%;
  min-height: 100%;
  background: #0d3b6d; }
  .home-stack .top {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 2%;
    background: rgba(8, 34, 63, 0.2); }
  .home-stack .middle {
    z-index: 3;
    position: absolute;
    bottom: 20%;
    left: 35%; }
    .home-stack .middle h1 {
      color: #fff;
      margin-bottom: 0; }
    .home-stack .middle h3 {
      font-family: "Elena", serif;
      color: #ff8065;
      letter-spacing: normal;
      font-weight: normal;
      margin-top: 0;
      line-height: 1.3; }
    @media (max-width: 800px) {
      .home-stack .middle {
        left: 5%;
        bottom: 5%; } }
  .home-stack .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: right;
    font-family: "Dank Mono", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding-right: 2%;
    line-height: 50px;
    color: #0d3b6d;
    text-transform: uppercase;
    z-index: 3; }
    @media (max-width: 800px) {
      .home-stack .bottom span {
        display: none; } }

.flight-map-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  z-index: 1;
  background-color: #ff8065;
  background: linear-gradient(to right, #0d3b6d, #ed6550);
  -webkit-mask-image: -webkit-linear-gradient(right, black 50%, transparent 100%); }
  @media (max-width: 800px) {
    .flight-map-wrap {
      top: 25%;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, #0d3b6d, #ed6550);
      -webkit-mask-image: -webkit-linear-gradient(bottom, black 50%, transparent 100%); } }

.portrait-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: #0c3562;
  mask-image: linear-gradient(left, black, transparent);
  -webkit-mask-image: -webkit-linear-gradient(left, black, transparent); }
  .portrait-wrap img {
    position: fixed;
    left: 0;
    bottom: 0;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    z-index: 2; }
    @media (max-width: 800px) {
      .portrait-wrap img {
        top: 0;
        left: 0;
        right: 0;
        height: 70%;
        mask-image: linear-gradient(to top, black, #ffffff 90%);
        -webkit-mask-image: -webkit-linear-gradient(-45deg, black, transparent); } }

h1,
h2,
h3 {
  font-family: "Mont Web", sans-serif;
  letter-spacing: -0.07rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  line-height: 1.2;
  position: relative; }
  h2 b {
    font-weight: 600; }
  @media (max-width: 800px) {
    h2 {
      font-size: 2rem; } }

.home-stack nav {
  font-family: "Mont Web", sans-serif;
  text-transform: uppercase;
  z-index: 2; }
  .home-stack nav a {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    margin-right: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #ff8065;
    z-index: 3; }

header.globalheader {
  position: relative;
  background: #ff8065;
  z-index: 1;
  padding: 20px 0; }
  header.globalheader nav {
    font-family: "Mont Web", sans-serif;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 20px; }
    header.globalheader nav a {
      display: inline-block;
      font-size: 0.9rem;
      letter-spacing: 0.03rem;
      margin-right: 20px;
      font-weight: 700;
      text-decoration: none;
      color: #fff;
      z-index: 3; }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.fade-exit {
  opacity: 1; }

.fade-exit.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.post-content,
.page-content,
.content {
  margin: 40px auto;
  background: #fff;
  z-index: 10; }

.connect,
.content > *,
.page-body > *,
.post-body > *,
.post-body > pre > code.syntax {
  display: block;
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.page-body h1,
.page-body h2,
.page-body h3,
.post-body h1,
.post-body h2,
.post-body h3 {
  margin-top: 6rem;
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .page-body h1,
    .page-body h2,
    .page-body h3,
    .post-body h1,
    .post-body h2,
    .post-body h3 {
      margin-top: 3rem; } }

.page-body p,
.page-body ul,
.page-body ol,
.page-body blockquote,
.post-body p,
.post-body ul,
.post-body ol,
.post-body blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.page-body > img.size-large,
.post-body > img.size-large {
  width: 1200px;
  margin: 2rem auto; }

.page-body > img.size-full,
.post-body > img.size-full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0rem 0;
  -webkit-clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% calc(100% - 4vw), 0 100%);
  clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% calc(100% - 4vw), 0 100%); }

.post-body p:first-child {
  font-family: "Mont Web", sans-serif;
  position: relative;
  width: 900px;
  font-size: 1.7rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 140px; }
  @media (max-width: 800px) {
    .post-body p:first-child {
      font-size: 1.4rem; } }
  .post-body p:first-child em {
    font-style: normal; }
  .post-body p:first-child:after {
    position: absolute;
    content: "";
    bottom: -68px;
    left: 40%;
    width: 20%;
    height: 5px;
    background: #ff8065;
    transform: rotate(-3deg); }

.post-content > .post-header {
  width: 1200px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  margin-bottom: 3rem; }
  .post-content > .post-header h1 {
    font-family: "Mont Web", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.16rem; }
    @media (max-width: 800px) {
      .post-content > .post-header h1 {
        font-size: 3rem; } }

.post-meta {
  font-family: "Dank Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  color: #aaaaaa; }
  .post-meta .modified {
    color: #ff8065;
    font-weight: 400; }

.content a {
  color: #555555;
  position: relative;
  text-decoration: none;
  z-index: 1; }
  .content a:before {
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
    content: "";
    border-bottom: solid 5px rgba(255, 128, 101, 0.4);
    z-index: -1; }

ul.technologies {
  padding-left: 0; }
  ul.technologies li {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px; }
    ul.technologies li.f {
      color: #ff8065;
      background: rgba(255, 128, 101, 0.2); }
    ul.technologies li.b {
      color: #0d3b6d;
      background: rgba(13, 59, 109, 0.2); }

.d3-chart-wpshare {
  position: relative;
  height: 400px;
  font-family: "Dank Mono", monospace;
  padding-right: 42px; }

.wp-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block; }

body code {
  position: relative;
  font-family: "Dank Mono", monospace;
  top: -1px;
  font-size: 0.8em;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2px 8px 4px;
  margin: 0 6px;
  font-weight: 400;
  color: #ff8065; }

.post-body > pre {
  width: auto;
  font-family: "Dank Mono", monospace;
  max-width: 100%;
  background: #fafafa !important;
  margin: 40px 0;
  overflow-x: scroll; }

.react-syntax-highlighter-line-number,
code.syntax {
  background: transparent;
  font-family: "Dank Mono", monospace;
  font-size: 1rem;
  margin: 0;
  padding: 10px 0 30px;
  line-height: 1.6; }

.footer {
  margin-top: 140px;
  position: relative;
  padding: 80px 0;
  background: #ededed;
  color: #fff;
  z-index: 1; }
  .footer svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5vw;
    z-index: -1; }
  .footer .footer-content {
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
  .footer .footer-block {
    border-radius: 10px;
    background: #fff;
    width: 300px;
    height: 300px;
    box-shadow: 0 20px 50px 0 rgba(152, 27, 0, 0.3); }

.credits {
  padding: 10px 0;
  background: #0d3b6d;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Dank Mono", monospace;
  text-align: center;
  font-size: 1rem; }
  .credits a {
    color: #fff; }

.scout {
  font-family: "Spartan", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background: #555;
  padding: 0;
  height: 100%;
  min-height: 100%; }
  .scout div[class^="header-"] {
    padding: 1% 1% 1% 4%; }
  .scout .header-app {
    background: #333; }
  .scout .header-section {
    background: linear-gradient(#f9cd1f, #deb306);
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 1.5% 0; }
  .scout .player {
    display: flex;
    border-radius: 4px;
    padding: 2% 3%;
    background: #333;
    margin: 1% 1% 0 1%;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1); }
    .scout .player:last-child {
      margin-bottom: 1%; }
    .scout .player.streamer {
      background: #6441a4; }
    .scout .player .score {
      display: flex;
      flex-direction: column; }
      .scout .player .score .loading {
        height: 28px;
        animation: pulse 1s infinite ease-in-out;
        border-radius: 4px; }
      .scout .player .score .complete {
        opacity: 1;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 400ms; }
      .scout .player .score > div:nth-child(2) {
        text-transform: uppercase;
        color: #f7c707;
        font-size: 9px;
        letter-spacing: 0.05rem; }
    .scout .player .name {
      color: #f7c707;
      font-weight: bold;
      flex: 30% 1 1; }
    .scout .player .kdr {
      flex: 10% 1 1; }
    .scout .player .adr {
      flex: 10% 1 1; }

@keyframes pulse {
  0% {
    background-color: rgba(255, 255, 255, 0); }
  50% {
    background-color: rgba(255, 255, 255, 0.1); }
  100% {
    background-color: rgba(255, 255, 255, 0); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block-dark {
  position: relative;
  overflow: hidden;
  width: 110%;
  background: #0d3b6d;
  color: #fff;
  -webkit-clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% calc(100% - 4vw), 0 100%);
  clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% calc(100% - 4vw), 0 100%); }
  .block-dark a {
    color: #ff8065; }

.profile-list {
  width: 1200px;
  max-width: 100%;
  padding: 120px 0;
  margin: 0 auto;
  columns: 3;
  font-family: "Mont Web", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2; }
  .profile-list h2 {
    font-size: 2rem;
    margin: 0; }
  .profile-list a {
    text-decoration: none; }
  .profile-list ul {
    list-style: none;
    padding-left: 0; }
  @media (max-width: 1200px) {
    .profile-list {
      width: 100%;
      columns: 2; } }
  @media (max-width: 800px) {
    .profile-list {
      font-size: 0.9rem;
      columns: 1; }
      .profile-list ul {
        padding-left: 10px; } }

