/*! normalize.css v8.0.0 | 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; }

/**
 * 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; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1224px) {
    .container {
      max-width: 1140px; } }

@media (min-width: 1400px) {
  .container--extended {
    max-width: 1340px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-no-gutter {
  padding-right: 0;
  padding-left: 0; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .grid.grid--no-gutter {
    margin-right: 0;
    margin-left: 0; }
    .grid.grid--no-gutter > [class*="grid__col-"] {
      padding-right: 0;
      padding-left: 0; }

.grid__col-1, .grid__col-2, .grid__col-3, .grid__col-4, .grid__col-5, .grid__col-6, .grid__col-7, .grid__col-8, .grid__col-9, .grid__col-10, .grid__col-11, .grid__col-12, .grid__col-equal, .grid__col-auto,
.grid__col-sm-1, .grid__col-sm-2, .grid__col-sm-3, .grid__col-sm-4, .grid__col-sm-5, .grid__col-sm-6, .grid__col-sm-7, .grid__col-sm-8, .grid__col-sm-9, .grid__col-sm-10, .grid__col-sm-11, .grid__col-sm-12, .grid__col-sm-equal, .grid__col-sm-auto,
.grid__col-md-1, .grid__col-md-2, .grid__col-md-3, .grid__col-md-4, .grid__col-md-5, .grid__col-md-6, .grid__col-md-7, .grid__col-md-8, .grid__col-md-9, .grid__col-md-10, .grid__col-md-11, .grid__col-md-12, .grid__col-md-equal, .grid__col-md-auto,
.grid__col-lg-1, .grid__col-lg-2, .grid__col-lg-3, .grid__col-lg-4, .grid__col-lg-5, .grid__col-lg-6, .grid__col-lg-7, .grid__col-lg-8, .grid__col-lg-9, .grid__col-lg-10, .grid__col-lg-11, .grid__col-lg-12, .grid__col-lg-equal, .grid__col-lg-auto,
.grid__col-xl-1, .grid__col-xl-2, .grid__col-xl-3, .grid__col-xl-4, .grid__col-xl-5, .grid__col-xl-6, .grid__col-xl-7, .grid__col-xl-8, .grid__col-xl-9, .grid__col-xl-10, .grid__col-xl-11, .grid__col-xl-12, .grid__col-xl-equal, .grid__col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/*
 * Create equal columns
 */
.grid__col-equal {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/*
 * Add break between grid__col-equal columns in grid to
 * break into a new line ex. 2x2 grid: col col break col col
 */
.grid__col-equal-break {
  width: 100%; }

/*
 * Fit content to grid with grid__col-auto
 */
.grid__col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.grid__col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.grid__col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.grid__col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid__col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.grid__col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.grid__col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid__col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.grid__col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.grid__col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid__col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.grid__col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.grid__col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.grid__col-order-first {
  -ms-flex-order: -1;
  order: -1; }

.grid__col-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.grid__col-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.grid__col-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.grid__col-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.grid__col-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.grid__col-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.grid__col-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.grid__col-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.grid__col-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.grid__col-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.grid__col-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.grid__col-order-12 {
  -ms-flex-order: 12;
  order: 12; }

.grid__col-offset-1 {
  margin-left: 8.333333%; }

.grid__col-offset-2 {
  margin-left: 16.666667%; }

.grid__col-offset-3 {
  margin-left: 25%; }

.grid__col-offset-4 {
  margin-left: 33.333333%; }

.grid__col-offset-5 {
  margin-left: 41.666667%; }

.grid__col-offset-6 {
  margin-left: 50%; }

.grid__col-offset-7 {
  margin-left: 58.333333%; }

.grid__col-offset-8 {
  margin-left: 66.666667%; }

.grid__col-offset-9 {
  margin-left: 75%; }

.grid__col-offset-10 {
  margin-left: 83.333333%; }

.grid__col-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .grid__col-sm-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .grid__col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .grid__col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .grid__col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .grid__col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .grid__col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .grid__col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .grid__col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .grid__col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .grid__col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .grid__col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .grid__col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .grid__col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .grid__col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .grid__col-sm-order-first {
    -ms-flex-order: -1;
    order: -1; }

  .grid__col-sm-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .grid__col-sm-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .grid__col-sm-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .grid__col-sm-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .grid__col-sm-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .grid__col-sm-order-6 {
    -ms-flex-order: 6;
    order: 6; }

  .grid__col-sm-order-7 {
    -ms-flex-order: 7;
    order: 7; }

  .grid__col-sm-order-8 {
    -ms-flex-order: 8;
    order: 8; }

  .grid__col-sm-order-9 {
    -ms-flex-order: 9;
    order: 9; }

  .grid__col-sm-order-10 {
    -ms-flex-order: 10;
    order: 10; }

  .grid__col-sm-order-11 {
    -ms-flex-order: 11;
    order: 11; }

  .grid__col-sm-order-12 {
    -ms-flex-order: 12;
    order: 12; }

  .grid__col-sm-offset-0 {
    margin-left: 0; }

  .grid__col-sm-offset-1 {
    margin-left: 8.333333%; }

  .grid__col-sm-offset-2 {
    margin-left: 16.666667%; }

  .grid__col-sm-offset-3 {
    margin-left: 25%; }

  .grid__col-sm-offset-4 {
    margin-left: 33.333333%; }

  .grid__col-sm-offset-5 {
    margin-left: 41.666667%; }

  .grid__col-sm-offset-6 {
    margin-left: 50%; }

  .grid__col-sm-offset-7 {
    margin-left: 58.333333%; }

  .grid__col-sm-offset-8 {
    margin-left: 66.666667%; }

  .grid__col-sm-offset-9 {
    margin-left: 75%; }

  .grid__col-sm-offset-10 {
    margin-left: 83.333333%; }

  .grid__col-sm-offset-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .grid__col-md-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .grid__col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .grid__col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .grid__col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .grid__col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .grid__col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .grid__col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .grid__col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .grid__col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .grid__col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .grid__col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .grid__col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .grid__col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .grid__col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .grid__col-md-order-first {
    -ms-flex-order: -1;
    order: -1; }

  .grid__col-md-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .grid__col-md-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .grid__col-md-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .grid__col-md-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .grid__col-md-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .grid__col-md-order-6 {
    -ms-flex-order: 6;
    order: 6; }

  .grid__col-md-order-7 {
    -ms-flex-order: 7;
    order: 7; }

  .grid__col-md-order-8 {
    -ms-flex-order: 8;
    order: 8; }

  .grid__col-md-order-9 {
    -ms-flex-order: 9;
    order: 9; }

  .grid__col-md-order-10 {
    -ms-flex-order: 10;
    order: 10; }

  .grid__col-md-order-11 {
    -ms-flex-order: 11;
    order: 11; }

  .grid__col-md-order-12 {
    -ms-flex-order: 12;
    order: 12; }

  .grid__col-md-offset-0 {
    margin-left: 0; }

  .grid__col-md-offset-1 {
    margin-left: 8.333333%; }

  .grid__col-md-offset-2 {
    margin-left: 16.666667%; }

  .grid__col-md-offset-3 {
    margin-left: 25%; }

  .grid__col-md-offset-4 {
    margin-left: 33.333333%; }

  .grid__col-md-offset-5 {
    margin-left: 41.666667%; }

  .grid__col-md-offset-6 {
    margin-left: 50%; }

  .grid__col-md-offset-7 {
    margin-left: 58.333333%; }

  .grid__col-md-offset-8 {
    margin-left: 66.666667%; }

  .grid__col-md-offset-9 {
    margin-left: 75%; }

  .grid__col-md-offset-10 {
    margin-left: 83.333333%; }

  .grid__col-md-offset-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1024px) {
  .grid__col-lg-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .grid__col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .grid__col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .grid__col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .grid__col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .grid__col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .grid__col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .grid__col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .grid__col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .grid__col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .grid__col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .grid__col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .grid__col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .grid__col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .grid__col-lg-order-first {
    -ms-flex-order: -1;
    order: -1; }

  .grid__col-lg-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .grid__col-lg-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .grid__col-lg-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .grid__col-lg-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .grid__col-lg-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .grid__col-lg-order-6 {
    -ms-flex-order: 6;
    order: 6; }

  .grid__col-lg-order-7 {
    -ms-flex-order: 7;
    order: 7; }

  .grid__col-lg-order-8 {
    -ms-flex-order: 8;
    order: 8; }

  .grid__col-lg-order-9 {
    -ms-flex-order: 9;
    order: 9; }

  .grid__col-lg-order-10 {
    -ms-flex-order: 10;
    order: 10; }

  .grid__col-lg-order-11 {
    -ms-flex-order: 11;
    order: 11; }

  .grid__col-lg-order-12 {
    -ms-flex-order: 12;
    order: 12; }

  .grid__col-lg-offset-0 {
    margin-left: 0; }

  .grid__col-lg-offset-1 {
    margin-left: 8.333333%; }

  .grid__col-lg-offset-2 {
    margin-left: 16.666667%; }

  .grid__col-lg-offset-3 {
    margin-left: 25%; }

  .grid__col-lg-offset-4 {
    margin-left: 33.333333%; }

  .grid__col-lg-offset-5 {
    margin-left: 41.666667%; }

  .grid__col-lg-offset-6 {
    margin-left: 50%; }

  .grid__col-lg-offset-7 {
    margin-left: 58.333333%; }

  .grid__col-lg-offset-8 {
    margin-left: 66.666667%; }

  .grid__col-lg-offset-9 {
    margin-left: 75%; }

  .grid__col-lg-offset-10 {
    margin-left: 83.333333%; }

  .grid__col-lg-offset-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1224px) {
  .grid__col-xl-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .grid__col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .grid__col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .grid__col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .grid__col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .grid__col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .grid__col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .grid__col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .grid__col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .grid__col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .grid__col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .grid__col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .grid__col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .grid__col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .grid__col-xl-order-first {
    -ms-flex-order: -1;
    order: -1; }

  .grid__col-xl-order-1 {
    -ms-flex-order: 1;
    order: 1; }

  .grid__col-xl-order-2 {
    -ms-flex-order: 2;
    order: 2; }

  .grid__col-xl-order-3 {
    -ms-flex-order: 3;
    order: 3; }

  .grid__col-xl-order-4 {
    -ms-flex-order: 4;
    order: 4; }

  .grid__col-xl-order-5 {
    -ms-flex-order: 5;
    order: 5; }

  .grid__col-xl-order-6 {
    -ms-flex-order: 6;
    order: 6; }

  .grid__col-xl-order-7 {
    -ms-flex-order: 7;
    order: 7; }

  .grid__col-xl-order-8 {
    -ms-flex-order: 8;
    order: 8; }

  .grid__col-xl-order-9 {
    -ms-flex-order: 9;
    order: 9; }

  .grid__col-xl-order-10 {
    -ms-flex-order: 10;
    order: 10; }

  .grid__col-xl-order-11 {
    -ms-flex-order: 11;
    order: 11; }

  .grid__col-xl-order-12 {
    -ms-flex-order: 12;
    order: 12; }

  .grid__col-xl-offset-0 {
    margin-left: 0; }

  .grid__col-xl-offset-1 {
    margin-left: 8.333333%; }

  .grid__col-xl-offset-2 {
    margin-left: 16.666667%; }

  .grid__col-xl-offset-3 {
    margin-left: 25%; }

  .grid__col-xl-offset-4 {
    margin-left: 33.333333%; }

  .grid__col-xl-offset-5 {
    margin-left: 41.666667%; }

  .grid__col-xl-offset-6 {
    margin-left: 50%; }

  .grid__col-xl-offset-7 {
    margin-left: 58.333333%; }

  .grid__col-xl-offset-8 {
    margin-left: 66.666667%; }

  .grid__col-xl-offset-9 {
    margin-left: 75%; }

  .grid__col-xl-offset-10 {
    margin-left: 83.333333%; }

  .grid__col-xl-offset-11 {
    margin-left: 91.666667%; } }
.hide {
  display: none !important; }

.show {
  display: block !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .hide-sm {
    display: none !important; }

  .show-sm {
    display: block !important; }

  .visible-sm {
    visibility: visible !important; }

  .invisible-sm {
    visibility: hidden !important; } }
@media (min-width: 768px) {
  .hide-md {
    display: none !important; }

  .show-md {
    display: block !important; }

  .visible-md {
    visibility: visible !important; }

  .invisible-md {
    visibility: hidden !important; } }
@media (min-width: 1024px) {
  .hide-lg {
    display: none !important; }

  .show-lg {
    display: block !important; }

  .visible-lg {
    visibility: visible !important; }

  .invisible-lg {
    visibility: hidden !important; } }
@media (min-width: 1224px) {
  .hide-xl {
    display: none !important; }

  .show-xl {
    display: block !important; }

  .visible-xl {
    visibility: visible !important; }

  .invisible-xl {
    visibility: hidden !important; } }
/*
 * Clearfix
 */
.cf::before, .cf::after {
  content: "";
  display: table;
  clear: both; }

/*
 * Add this class to your containers for smoother breaking.
 */
.fluid-break {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

body {
  color: #0000f0;
  font-family: "AinoRegular";
  height: 1080px; }

iframe {
  border: 0; }

.landing-page,
.howTo-page,
.smartest-landing-page {
  color: #fff;
  background-color: #0000f0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.content-bottom {
  display: flex;
  align-items: flex-end; }

.content-center {
  display: flex;
  align-items: center; }

.text {
  margin: 16px 0 22px;
  line-height: 23px;
  font-family: "AinoRegular";
  font-size: 17px; }

.text--alt {
  margin: 0;
  font-family: "OpenSansRegular";
  font-size: 15px; }

.text--tight {
  margin: 0; }

.text--red {
  font-family: "AinoBold";
  color: #ff4800; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 110px;
  width: 280px;
  height: 207px;
  background-color: #fff; }
  .logo .logo__img {
    margin-top: 30px;
    height: 80px; }

.partner-logo {
  width: 100%;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  .partner-logo.partner-logo--est {
    background-image: url("EST100_logo.0e73953f.png"); }
  .partner-logo.partner-logo--etag {
    background-image: url("ETAG_logo.b5ccb687.png"); }
  .partner-logo.partner-logo--eu {
    background-image: url("EU_logo.ade747d4.png"); }

.icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  .icon.icon--shield {
    background-image: url(""); }

.grid--padded {
  padding-top: 78px; }

.grid__col-left {
  margin-left: -60px; }

.range-selector {
  -webkit-appearance: none;
  width: 100%; }
  .range-selector:focus {
    outline: none; }
    .range-selector:focus::-ms-fill-lower, .range-selector:focus::-ms-fill-upper, .range-selector:focus::-webkit-slider-runnable-track, .range-selector:focus::-moz-range-track {
      background: #0000f0; }
  .range-selector::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border: 0;
    border-radius: 25px;
    background: #0000f0;
    box-shadow: none; }
  .range-selector::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50px;
    background: #fff;
    box-shadow: none; }
  .range-selector::-moz-range-track {
    width: 100%;
    cursor: pointer;
    border: 0;
    border-radius: 25px;
    background: #0000f0;
    box-shadow: none; }
  .range-selector::-moz-range-thumb {
    cursor: pointer;
    border-radius: 50px;
    background: #fff;
    box-shadow: none; }
  .range-selector::-ms-track {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    color: transparent;
    background: transparent; }
  .range-selector::-ms-fill-lower {
    border: 0;
    border-radius: 50px;
    background: #0000f0;
    box-shadow: none; }
  .range-selector::-ms-fill-upper {
    border: 0;
    border-radius: 50px;
    background: #0000f0;
    box-shadow: none; }
  .range-selector::-ms-thumb {
    cursor: pointer;
    border-radius: 50px;
    background: #fff;
    box-shadow: none; }
  .range-selector.range-selector--big {
    margin: 55px 0 32px; }
    .range-selector.range-selector--big::-webkit-slider-runnable-track {
      height: 5px; }
    .range-selector.range-selector--big::-webkit-slider-thumb {
      margin-top: -15px;
      height: 35px;
      width: 35px;
      border: 5px solid #0000f0; }
    .range-selector.range-selector--big::-moz-range-track {
      height: 5px; }
    .range-selector.range-selector--big::-moz-range-thumb {
      height: 35px;
      width: 35px;
      border: 5px solid #0000f0; }
    .range-selector.range-selector--big::-ms-track {
      height: 5px; }
    .range-selector.range-selector--big::-ms-thumb {
      height: 35px;
      width: 35px;
      border: 5px solid #0000f0; }
  .range-selector.range-selector--small {
    margin: 8px 0; }
    .range-selector.range-selector--small::-webkit-slider-runnable-track {
      height: 3px; }
    .range-selector.range-selector--small::-webkit-slider-thumb {
      margin-top: -8px;
      height: 20px;
      width: 20px;
      border: 3px solid #0000f0; }
    .range-selector.range-selector--small::-moz-range-track {
      height: 3px; }
    .range-selector.range-selector--small::-moz-range-thumb {
      height: 20px;
      width: 20px;
      border: 3px solid #0000f0; }
    .range-selector.range-selector--small::-ms-track {
      height: 3px; }
    .range-selector.range-selector--small::-ms-thumb {
      height: 20px;
      width: 20px;
      border: 3px solid #0000f0; }

.nav {
  padding-top: 44px; }
  .nav.nav--inline {
    display: inline-block; }
  .nav.nav--right {
    text-align: right; }

.nav__button {
  display: inline-block;
  padding: 0 14px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  font-family: "AinoBold";
  border: 3px solid #0000f0;
  text-decoration: none;
  cursor: pointer; }
  .nav__button:active, .nav__button:visited, .nav__button:hover, .nav__button:active {
    color: #0000f0; }
  .nav__button.nav__button--inverted {
    border: 3px solid #fff;
    color: #fff; }
    .nav__button.nav__button--inverted:active, .nav__button.nav__button--inverted:visited, .nav__button.nav__button--inverted:hover, .nav__button.nav__button--inverted:active {
      color: #fff; }
  .nav__button.nav__button--blue {
    border: 3px solid #0000f0;
    background-color: #0000f0;
    color: #fff; }
    .nav__button.nav__button--blue:active, .nav__button.nav__button--blue:visited, .nav__button.nav__button--blue:hover, .nav__button.nav__button--blue:active {
      color: #fff; }
  .nav__button + .nav__button {
    margin-left: 15px; }
  .nav__button.nav__button--landing {
    padding: 30px 44px;
    font-size: 50px;
    border: 3px solid #fff;
    background-color: #fff;
    color: #0000f0; }
    .nav__button.nav__button--landing:active, .nav__button.nav__button--landing:visited, .nav__button.nav__button--landing:hover, .nav__button.nav__button--landing:active {
      color: #0000f0; }
    .nav__button.nav__button--landing:hover {
      text-decoration: underline; }
  .nav__button.nav__button--landing-alt {
    padding: 15px 37px;
    font-size: 35px; }

@font-face {
  font-family: 'AinoHeadline';
  font-style: normal;
  font-weight: normal;
  src: url("Aino-Headline.1b63d760.otf") format("opentype"), url("Aino-Headline.9356e60c.woff") format("woff"), url("Aino-Headline.3b5c6049.woff2") format("woff2"); }
@font-face {
  font-family: 'AinoBold';
  font-style: normal;
  font-weight: normal;
  src: url("Aino_31_170411-bold.4cebe59f.otf") format("opentype"), url("Aino_31_170411-bold.41869002.woff") format("woff"), url("Aino_31_170411-bold.2a98c66d.woff2") format("woff2"); }
@font-face {
  font-family: 'AinoRegular';
  font-style: normal;
  font-weight: normal;
  src: url("Aino_31_170411-regular.e8d6613d.otf") format("opentype"), url("Aino_31_170411-regular.07edd70d.woff") format("woff"), url("Aino_31_170411-regular.99486118.woff2") format("woff2"); }
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: normal;
  src: url("OpenSans-Regular-webfont.1ecdc8f4.eot");
  src: url("OpenSans-Regular-webfont.1ecdc8f4.eot?#iefix") format("embedded-opentype"), url("OpenSans-Regular-webfont.35691982.woff") format("woff"), url("OpenSans-Regular-webfont.4c564c20.ttf") format("truetype"); }
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: normal;
  src: url("OpenSans-Bold-webfont.123f71a0.eot");
  src: url("OpenSans-Bold-webfont.123f71a0.eot?#iefix") format("embedded-opentype"), url("OpenSans-Bold-webfont.1a396c3f.woff") format("woff"), url("OpenSans-Bold-webfont.a5fadad5.ttf") format("truetype"); }
.modal-backdrop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 240, 0.4); }

.modal {
  position: relative;
  width: 100%;
  max-width: 1038px;
  height: 100%;
  max-height: 800px;
  background: #fff; }

.modal__header,
.modal__footer {
  padding: 15px; }

.modal__header {
  position: relative;
  padding: 19px; }

.modal__content {
  position: relative;
  padding: 109px 79px 40px;
  height: 100%; }

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2; }
  .modal__close::after {
    transform: rotate(-45deg); }
  .modal__close::before {
    transform: rotate(45deg); }
  .modal__close::before, .modal__close::after {
    content: ' ';
    position: absolute;
    left: 15px;
    width: 5px;
    height: 40px;
    background-color: #0000f0; }

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0; }

.modal-fade-enter-active {
  transition: opacity .2s ease; }

.data-selection {
  padding: 86px 80px 40px 125px; }

.data-selection__group.data-selection__group--columns {
  display: flex; }
  .data-selection__group.data-selection__group--columns .data-selection__group-item {
    padding-bottom: 0;
    line-height: 36px; }
    .data-selection__group.data-selection__group--columns .data-selection__group-item:first-child {
      padding-right: 19px; }
  .data-selection__group.data-selection__group--columns .checkbox {
    float: left;
    height: 36px;
    width: 36px; }
    .data-selection__group.data-selection__group--columns .checkbox::after {
      position: relative; }
  .data-selection__group.data-selection__group--columns .checkbox-label {
    float: left;
    padding-right: 6px;
    font-size: 20px; }

.data-selection__group-item {
  padding-bottom: 29px;
  padding-right: 60px; }
  .data-selection__group-item .checkbox {
    position: relative; }
  .data-selection__group-item .checkbox__selector {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #0000f0; }
    .data-selection__group-item .checkbox__selector::after {
      content: '';
      opacity: 0;
      position: absolute;
      border-radius: 50%;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px;
      background-color: #0000f0; }
  .data-selection__group-item input[type="checkbox"] {
    position: absolute;
    visibility: hidden; }
    .data-selection__group-item input[type="checkbox"]:checked + .checkbox__selector::after {
      opacity: 1; }
  .data-selection__group-item:last-child {
    padding-bottom: 60px; }

.data-selection__label,
.data-report__label {
  font-family: "AinoBold";
  font-size: 36px; }

.data-report__label + .text {
  margin-bottom: 0; }

.data-selection__label--alt {
  padding-bottom: 22px;
  font-size: 27px; }

.data-report__label--alt {
  margin-top: 16px;
  font-size: 24px; }
  .data-report__label--alt + .text {
    margin-top: 4px; }

.data-selection__label--padded {
  padding: 78px 0 29px; }

.range-label,
.gender-label,
.range-indicator {
  font-family: "AinoRegular";
  font-size: 24px; }

.range-label {
  margin-bottom: -8px; }

.range-indicator--alt {
  font-size: 20px; }

.range-indicator--max,
.range-indicator--min {
  position: absolute; }

.range-indicator--max {
  right: 31px; }

.range-indicator--min {
  left: 31px; }

.range-indicators {
  position: relative;
  top: -4px;
  height: 23px; }

.range-wrap {
  display: flex;
  align-items: center; }

.range-output {
  margin-bottom: 6px;
  text-align: center;
  font-size: 24px;
  font-family: "AinoBold"; }
  .range-output > .range-output__unit {
    font-family: "AinoRegular"; }

.range-btn {
  flex: 0 0 auto;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 30px;
  font-family: "AinoBold";
  background-color: #0000f0;
  cursor: pointer; }
  .range-btn.range-btn--plus {
    margin-left: 6px; }
  .range-btn.range-btn--minus {
    margin-right: 6px; }
  .range-btn.range-btn--plus::before, .range-btn.range-btn--minus::before {
    content: "";
    position: absolute;
    height: 3px;
    top: 11px;
    left: 5px;
    right: 5px;
    background-color: #fff; }
  .range-btn.range-btn--plus::after {
    content: "";
    position: absolute;
    width: 3px;
    top: 5px;
    left: 11px;
    bottom: 5px;
    background-color: #fff; }

.gender-selector {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-family: "AinoBold";
  font-size: 24px;
  border: 3px solid #0000f0; }
  .gender-selector:last-child {
    margin-left: -4px; }

.gender-radio:checked + .gender-selector {
  background-color: #0000f0;
  color: #fff; }

.data-report {
  padding: 86px 78px 40px 80px;
  border-left: 3px solid #0000f0; }

.landing {
  padding: 90px 0 0 121px; }
  .landing .nav {
    padding: 40px 0 95px; }

.landing__title {
  margin-right: 150px;
  font-size: 138px;
  font-family: "AinoHeadline"; }

.landing__description {
  width: 100%;
  max-width: 1250px; }
  .landing__description .text {
    font-family: "AinoBold";
    line-height: 35px;
    font-size: 26px; }
    .landing__description .text + .text {
      margin-top: 40px; }

.landing__footer {
  margin-top: 29px;
  position: relative; }
  .landing__footer .nav {
    padding: 35px 0 90px; }

.landing__footer-items {
  padding: 0 50px 0 0;
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  height: 125px;
  width: 100%;
  max-width: 630px;
  background-color: #fff; }

.howto {
  padding: 121px 0 0 123px; }

.howto__title {
  padding: 0 236px 120px 0;
  font-size: 80px;
  font-family: "AinoHeadline";
  line-height: 104px; }

.steps__title {
  padding-bottom: 26px;
  line-height: 48px;
  font-size: 36px;
  font-family: "AinoBold"; }

.steps__cell {
  display: table-cell;
  height: 100%; }

.steps__number {
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 36px;
  border-radius: 50%;
  text-align: center;
  font-family: "AinoBold";
  background-color: #fff;
  color: #0000f0; }

.steps__text {
  margin-left: 24px;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "AinoBold";
  line-height: 33px; }
  .steps__text.steps__text--padded {
    padding-right: 90px; }
  .steps__text a:active, .steps__text a:visited, .steps__text a:hover, .steps__text a:active {
    color: #fff; }

.steps__list {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 19px; }

.howto__footer {
  padding-top: 98px; }
  .howto__footer .nav {
    padding-top: 28px; }
  .howto__footer .nav--right {
    padding-right: 106px;
    float: right; }

.howto__info {
  display: flex;
  align-items: center;
  float: left; }
  .howto__info .text {
    padding-left: 8px;
    max-width: 1049px;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-family: "AinoRegular";
    line-height: 27px; }

.info--landing .landing__footer-items {
  padding: 0 50px 0 0;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  height: 185px;
  max-width: none; }
.info--landing .logo--footer {
  justify-content: flex-start;
  position: relative;
  right: 0;
  width: auto;
  height: 185px; }
  .info--landing .logo--footer .logo__img {
    margin-top: 0;
    height: 90px; }

.data-report__graph {
  padding: 26px 0 38px;
  margin-left: 7px; }
  .data-report__graph svg {
    overflow: visible; }
  .data-report__graph text {
    font-size: 16px;
    fill: #0000f0; }
    .data-report__graph text.lines-graph__indicator {
      font-size: 20px;
      font-family: "AinoBold"; }
  .data-report__graph .lines-graph__indicator-bg-x,
  .data-report__graph .lines-graph__indicator-bg-y {
    fill: #fff; }
  .data-report__graph .lines-graph__indicator-bg-x {
    x: -6;
    y: -20;
    width: 40px;
    height: 40px; }
  .data-report__graph .lines-graph__indicator-bg-y {
    x: -12;
    y: -35;
    width: 70px;
    height: 40px; }
  .data-report__graph .axis line {
    stroke: #0000f0;
    stroke-width: 3px; }
  .data-report__graph .content .line path {
    stroke-width: 3px;
    fill: none; }
  .data-report__graph .line-1 {
    stroke: none;
    display: none; }
    .data-report__graph .line-1 + text {
      display: none; }
  .data-report__graph .line text {
    font-size: 17px; }
  .data-report__graph .line-2 {
    stroke: #0000f0; }
  .data-report__graph .line-3 {
    stroke: #0000f0;
    opacity: .5; }
  .data-report__graph .line.current rect {
    fill: #fff; }
  .data-report__graph .line.current text {
    fill: #ff4800; }
  .data-report__graph .line.current path {
    stroke-width: 3px;
    stroke: #ff4800; }
  .data-report__graph .x-axis .tick:first-of-type {
    display: none; }

.graph-error {
  padding: 26px 0 42px;
  font-family: "AinoBold"; }
  .graph-error .graph-error__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 293px;
    width: 100%;
    line-height: 18.4px; }

.data-report__circles {
  padding-bottom: 10px; }
  .data-report__circles text {
    fill: #0000f0;
    text-align: right; }

/*# sourceMappingURL=style.css.map */
