@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px; }

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px; }

html,
body {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a,
button,
[data-click] {
  cursor: pointer; }

input,
button {
  font-family: "Roboto", sans-serif; }

input[type='file'] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

p {
  margin-bottom: 20px; }

blockquote {
  display: block;
  padding-left: 45px;
  font-style: italic;
  position: relative; }
  blockquote::before {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 44px;
    content: "\201C";
    font-family: Georgia, serif;
    font-weight: bold;
    color: #666;
    position: absolute;
    top: 0;
    left: 0; }

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */ }

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
   * If a `width` and/or `height` attribute has been explicitly defined, let’s
   * not make the image fluid.
   */
img[width],
img[height] {
  max-width: none; }

body {
  display: flex;
  flex-direction: column;
}

.l-default-page {
  height: 100%;
  position: relative; }

.l-default-page__main {
  background: #ff4040 url("../img/default-page_bg.jpg") repeat-x center top;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 20px; }

.l-default-page__main--about {
  min-height: 0; }

.l-default-page__side {
  background-color: #fff; }

.l-discover-page {
  height: 100%;
  position: relative; }

.l-profile-page {
  /* height: 100%; */
  position: relative; }

.l-profile-page__banner {
  background: #ff4040 url("../img/default-page_bg.jpg") repeat-x center top;
  padding-top: 60px;
  padding-bottom: 40px; }

.l-profile-page__title {
  color: #fff;
  font-weight: 400;
  max-width: 480px;
  margin: 0 auto 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }

.l-profile-page__medals {
  position: relative;
  background-color: #fbfbfb;
  text-align: center;
  padding: 30px 30px 50px; }
  .l-profile-page__medals .down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px; }
    .l-profile-page__medals .down img {
      width: 20px; }

.l-profile-page__medals__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #666666;
  margin-bottom: 10px; }

@media (min-width: 48em) {
  .l-profile-page__medals__row {
    display: inline-block; } }

.l-profile-page__medals__row img {
  margin: 10px 5px; }
  @media (min-width: 48em) {
    .l-profile-page__medals__row img {
      margin-right: 20px;
      margin-left: 20px; } }

.l-profile-page__medals__row__image {
  width: 30px;
  height: auto; }
  @media (min-width: 48em) {
    .l-profile-page__medals__row__image {
      width: 60px; } }

.l-profile-page__footer {
  background-color: #f6f8f9; }

.l-skills-page {
  height: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  min-height: 640px;
}

.l-test-page {
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 640px;
}

/* Intro Page */
.l-test-page--intro {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
  /* min-height: 100%; */
  /* height: auto; */
}
  .l-test-page--intro.theme-00 {
    background: #6BB5DA;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .l-test-page--intro.theme-01 {
    background: #05e398;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .l-test-page--intro.theme-02 {
    background: #a8a1ff;
    background: linear-gradient(to bottom, #a8a1ff 0%, #aca1ff 50%, #8f80ff 100%); }
  .l-test-page--intro.theme-03 {
    background: #73cbed;
    background: linear-gradient(to bottom, #73cbed 0%, #44c0ed 50%, #0ab6ec 100%); }
  .l-test-page--intro.theme-04 {
    background: #23e05f;
    background: linear-gradient(to bottom, #23e05f 0%, #23d05f 50%, #23c05f 100%); }
  .l-test-page--intro.theme-05 {
    background: #2b96e2;
    background: linear-gradient(to bottom, #2b96e2 0%, #2b7de2 50%, #2b7de2 100%); }
  .l-test-page--intro.theme-06 {
    background: #10b7be;
    background: linear-gradient(to bottom, #10b7be 0%, #00b6ca 50%, #00a3be 100%); }
  .l-test-page--intro.theme-07 {
    background: #7b90e7;
    background: linear-gradient(to bottom, #7b90e7 0%, #7890EB 50%, #2757d8 100%); }
  .l-test-page--intro.theme-08 {
    background: #FFBA1F;
    background: linear-gradient(to bottom, #FFBA1F 0%, #EDBA1F 50%, #E59A02 100%); }
  .l-test-page--intro.theme-09 {
    background: #FF6927;
    background: linear-gradient(to bottom, #FF6927 0%, #FF6927 66%, #FF4302 100%); }
  .l-test-page--intro.theme-10 {
    background: #C0F25F;
    background: linear-gradient(to bottom, #C0F25F 0%, #C0F25F 66%, #B3E500 100%); }
  .l-test-page--intro.theme-11 {
    background: #FF9100;
    background: linear-gradient(to bottom, #FF9100 0%, #FF9100 66%, #FF6A00 100%); }

.l-test-result {
  height: auto;
}

.c-avatar {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding-top: 7px;
  padding-right: 40px;
  padding-bottom: 7px; }

.c-avatar__initials,
.c-avatar__image {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }

.c-avatar__initials {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #000; }

.c-avatar__image img {
  width: 30px;
  height: 30px;
  border-radius: 100%; }

.c-bordered-button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  display: inline-block;
  border-radius: 45px;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .c-bordered-button:hover {
    background-color: #000;
    color: #fff; }

.c-bordered-button--large {
  padding-top: 10px;
  padding-bottom: 10px; }

.c-bordered-button--inverted {
  border-color: #fff;
  color: #fff; }
  .c-bordered-button--inverted:hover {
    background-color: #fff;
    color: #000; }

.c-bordered-button--block {
  width: 100%;
  display: block;
  text-align: center; }

.c-box {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px; }
  .c-box a {
    display: inline-block; }

.c-box--inverted {
  color: #fff; }
  .c-box--inverted a {
    color: #fff; }

.c-box--centered {
  text-align: center; }

.c-box__image {
  max-width: 160px;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }

.c-box__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 48em) {
    .c-box__title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 36px;
      margin-bottom: 30px; } }

.c-box__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  margin-bottom: 10px; }
  @media (min-width: 48em) {
    .c-box__subtitle {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 32px; } }

.c-box__logos {
  padding: 20px;
  text-align: center; }
  .c-box__logos img {
    margin: 20px; }

.c-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border-radius: 45px;
  text-align: center;
  padding: 9px 25px;
  border: 0;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
  outline: 0;
  cursor: pointer; }
  .c-button:hover, .c-button:focus {
    background-color: #333333; }
  .c-button.disabled {
    opacity: 0.2;
    cursor: not-allowed !important;
    pointer-events: none; }
    .c-button.disabled:hover, .c-button.disabled:focus {
      background-color: #000; }

.c-button--block {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%; }

.c-button--facebook {
  background-color: #3b5998; }
  .c-button--facebook:hover, .c-button--facebook:focus {
    background-color: #4f6aa2; }

.c-button--filled {
  color: #fff;
  background-color: #000;
}
.c-button--filled:hover,
.c-button--filled:focus {
  color: #000;
  background-color: transparent;
}

.c-button-group {
  padding: 16px 20px;
  text-align: center;
  background-color: #f6f8f9;
}
.c-button-group__item {
  max-width: 480px;
  margin: 0 auto;
}

.c-chapters {
  margin: 30px auto;
  max-width: 480px;
  padding-right: 20px;
  padding-left: 20px; }

.c-chapters__item + .c-chapters__item {
  margin-top: 10px; }

.c-chart-container {
  margin: 30px auto 55px;
  position: relative; }

.c-chart-header {
  color: rgba(29, 29, 29, 0.5);
  font-weight: 400;
  text-transform: lowercase;
  font-size: 14px; }

.c-chart {
  margin: 0 auto;
  border-collapse: collapse; }
  .c-chart td {
    vertical-align: bottom;
    background: url("../img/chart-background.png") no-repeat 0 41px;
    width: 45px;
    min-width: 40px;
    text-align: center;
    position: relative; }
    .c-chart td:first-child {
      width: auto;
      min-width: 37px;
      background: transparent;
      text-align: right;
      padding-right: 15px; }
    .c-chart td:last-child {
      width: 6px; }
  .c-chart .fullpoints {
    height: 120px;
    bottom: 8px;
    position: relative;
    background: no-repeat center center;
    background-size: 100% 100%; }
    .theme-00 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-00.svg"); }
    .theme-01 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-01.svg"); }
    .theme-02 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-02.svg"); }
    .theme-03 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-03.svg"); }
    .theme-04 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-04.svg"); }
    .theme-05 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-05.svg"); }
    .theme-06 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-06.svg"); }
    .theme-07 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-07.svg"); }
    .theme-08 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-08.svg"); }
    .theme-09 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-09.svg"); }
    .theme-10 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-10.svg"); }
    .theme-11 .c-chart .fullpoints {
      background-image: url("../img/points/fullpoints-11.svg"); }
  .c-chart .halfpoints {
    height: 68px;
    bottom: 8px;
    position: relative;
    background: no-repeat center center;
    background-size: 100% 100%; }
    .theme-00 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-00.svg"); }
    .theme-01 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-01.svg"); }  
    .theme-02 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-02.svg"); }
    .theme-03 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-03.svg"); }
    .theme-04 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-04.svg"); }
    .theme-05 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-05.svg"); }
    .theme-06 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-06.svg"); }
    .theme-07 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-07.svg"); }
    .theme-08 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-08.svg"); }
    .theme-09 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-09.svg"); }
    .theme-10 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-10.svg"); }
    .theme-11 .c-chart .halfpoints {
      background-image: url("../img/points/halfpoints-11.svg"); }
.c-chart .nopoints {
    bottom: 3px;
    position: relative;
    z-index: 100;
    vertical-align: middle;
    width: 20px; }

.c-chart__points {
  display: block;
  margin-top: 30px; }
  .theme-00 .c-chart__points {
    color: #6BB5DA; }
  .theme-01 .c-chart__points {
    color: #05e398; }
  .theme-02 .c-chart__points {
    color: #a8a1ff; }
  .theme-03 .c-chart__points {
    color: #73cbed; }
  .theme-04 .c-chart__points {
    color: #23e05f; }
  .theme-05 .c-chart__points {
    color: #2b96e2; }
  .theme-06 .c-chart__points {
    color: #10b7be; }
  .theme-07 .c-chart__points {
    color: #7b90e7; }
  .theme-08 .c-chart__points {
    color: #FFBA1F; }
  .theme-09 .c-chart__points {
    color: #FF6927; }
  .theme-10 .c-chart__points {
    color: #B3E500; }
  .theme-11 .c-chart__points {
    color: #FF6A00; }
.c-chart__points:first-child {
    margin-top: 24px; }

.c-chart__question {
  color: rgba(29, 29, 29, 0.5);
  position: absolute;
  left: 20px;
  bottom: -25px; }

.c-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 100%;
  background: url("../img/close_icon.svg") no-repeat center center;
  background-size: 12px 12px;
  padding: 0;
  -webkit-appearance: none; }

.c-close--inverted {
  border-color: #fff;
  background-image: url("../img/close-inverted_icon.svg"); }

.c-detail {
  height: 100%; }

.c-detail__body {
  height: calc(100% - 140px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.c-detail-footer {
  background-color: #f6f8f9;
  width: 100%;
  text-align: center;
}

.c-detail-header-wrapper {
  height: 70px; }

.c-detail-header {
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  z-index: 999; }
  .theme-01 .c-detail-header {
    background-color: #04a072; }
  .theme-02 .c-detail-header {
    background-color: #8179bf; }
  .theme-03 .c-detail-header {
    background-color: #3390b2; }
  .theme-04 .c-detail-header {
    background-color: #1a9c47; }
  .theme-05 .c-detail-header {
    background-color: #205eaa; }
  .theme-06 .c-detail-header {
    background-color: #008998; }
  .theme-07 .c-detail-header {
    background-color: #5a6cb0; }
  .theme-08 .c-detail-header {
    background-color: #FFBA1F; }  
  .theme-09 .c-detail-header {
    background-color: #FF6927; }
  .theme-10 .c-detail-header {
    background-color: #B3E500; }
  .theme-11 .c-detail-header {
    background-color: #FF6A00; }

.c-detail-header__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%; }
  .theme-00 .c-detail-header__icon {
    background: url("../img/theme-00_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-01 .c-detail-header__icon {
    background: url("../img/theme-01_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-02 .c-detail-header__icon {
    background: url("../img/theme-02_icon-alt.svg") no-repeat center center;
    background-size: 45%; }
  .theme-03 .c-detail-header__icon {
    background: url("../img/theme-03_icon-alt.svg") no-repeat center center;
    background-size: 45%; }
  .theme-04 .c-detail-header__icon {
    background: url("../img/theme-04_icon-alt.svg") no-repeat center center;
    background-size: 25%; }
  .theme-05 .c-detail-header__icon {
    background: url("../img/theme-05_icon-alt.svg") no-repeat center center;
    background-size: 30%; }
  .theme-06 .c-detail-header__icon {
    background: url("../img/theme-06_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-07 .c-detail-header__icon {
    background: url("../img/theme-07_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-08 .c-detail-header__icon {
    background: url("../img/theme-08_icon-alt.svg") no-repeat center center;
    background-size: 55%; }  
  .theme-09 .c-detail-header__icon {
    background: url("../img/theme-09_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-10 .c-detail-header__icon {
    background: url("../img/theme-10_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-11 .c-detail-header__icon {
    background: url("../img/theme-11_icon-alt.svg") no-repeat center center;
    background-size: 55%; }

.c-detail-header__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 47.99em) {
    .c-detail-header__title {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px; } }

.c-detail-header__title__prefix {
  display: block; }

.c-detail-header__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%; }

.c-detail-intro {
  max-width: 480px;
  margin: 20px auto 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }

.c-detail-meta {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 20px 20px; }

.c-detail-meta__main {
  padding-right: 120px; }

.c-detail-meta__side {
  float: right; }
  .c-detail-meta__side img {
    width: 80px; }

.c-detail-meta__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #666; }

.c-detail-meta__score,
.c-detail-meta__type {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px; }

.c-discover-intro {
  padding-top: 60px;
  padding-bottom: 50px;
  color: #fff; }
  .theme-00 .c-discover-intro {
    background: #6BB5DA;
    /* background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); } */
    background: url("../img/bg-shuffle.jpg") no-repeat;
    background-size: cover;
  }
  .theme-01 .c-discover-intro {
    background: #05e398;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .theme-02 .c-discover-intro {
    background: #a8a1ff;
    background: linear-gradient(to bottom, #a8a1ff 0%, #aca1ff 50%, #8f80ff 100%); }
  .theme-03 .c-discover-intro {
    background: #73cbed;
    background: linear-gradient(to bottom, #73cbed 0%, #44c0ed 50%, #0ab6ec 100%); }
  .theme-04 .c-discover-intro {
    background: #23e05f;
    background: linear-gradient(to bottom, #23e05f 0%, #23d05f 50%, #23c05f 100%); }
  .theme-05 .c-discover-intro {
    background: #2b96e2;
    background: linear-gradient(to bottom, #2b96e2 0%, #2b7de2 50%, #2b7de2 100%); }
  .theme-06 .c-discover-intro {
    background: #10b7be;
    background: linear-gradient(to bottom, #10b7be 0%, #00b6ca 50%, #00a3be 100%); }
  .theme-07 .c-discover-intro {
    background: #7b90e7;
    background: linear-gradient(to bottom, #7b90e7 0%, #7890EB 50%, #2757d8 100%); }
  .theme-08 .c-discover-intro {
    background: #FFBA1F;
    background: linear-gradient(to bottom, #FFBA1F 0%, #EDBA1F 50%, #E59A02 100%); }  
  .theme-09 .c-discover-intro {
    background: #FF6927;
    background: linear-gradient(to bottom, #FF6927 0%, #FF6927 66%, #FF4302 100%); }
  .theme-10 .c-discover-intro {
    background: #C0F25F;
    background: linear-gradient(to bottom, #C0F25F 0%, #C0F25F 66%, #B3E500 100%); }
  .theme-11 .c-discover-intro {
    background: #FF9100;
    background: linear-gradient(to bottom, #FF9100 0%, #FF9100 66%, #FF6A00 100%); }

.c-discover-intro__icon {
  width: 70%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto; }

.c-discover-intro__content {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }

.c-discover-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center; }

.c-discover {
  padding: 50px 20px; }
  .c-discover h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px; }
  .c-discover h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px; }
  .c-discover h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px; }
  .c-discover h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px; }
  .c-discover h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px; }
  .theme-00 .c-discover h2,
  .theme-00 .c-discover h3,
  .theme-00 .c-discover h4,
  .theme-00 .c-discover h5,
  .theme-00 .c-discover h6,
  .theme-00 .c-discover a,
  .theme-00 .c-discover blockquote::before {
    color: #6BB5DA; }
  .theme-01 .c-discover h2,
  .theme-01 .c-discover h3,
  .theme-01 .c-discover h4,
  .theme-01 .c-discover h5,
  .theme-01 .c-discover h6,
  .theme-01 .c-discover a,
  .theme-01 .c-discover blockquote::before {
    color: #05c098; }
  .theme-02 .c-discover h2,
  .theme-02 .c-discover h3,
  .theme-02 .c-discover h4,
  .theme-02 .c-discover h5,
  .theme-02 .c-discover h6,
  .theme-02 .c-discover a,
  .theme-02 .c-discover blockquote::before {
    color: #8f80ff; }
  .theme-03 .c-discover h2,
  .theme-03 .c-discover h3,
  .theme-03 .c-discover h4,
  .theme-03 .c-discover h5,
  .theme-03 .c-discover h6,
  .theme-03 .c-discover a,
  .theme-03 .c-discover blockquote::before {
    color: #0ab6ec; }
  .theme-04 .c-discover h2,
  .theme-04 .c-discover h3,
  .theme-04 .c-discover h4,
  .theme-04 .c-discover h5,
  .theme-04 .c-discover h6,
  .theme-04 .c-discover a,
  .theme-04 .c-discover blockquote::before {
    color: #23c05f; }
  .theme-05 .c-discover h2,
  .theme-05 .c-discover h3,
  .theme-05 .c-discover h4,
  .theme-05 .c-discover h5,
  .theme-05 .c-discover h6,
  .theme-05 .c-discover a,
  .theme-05 .c-discover blockquote::before {
    color: #2b7de2; }
  .theme-06 .c-discover h2,
  .theme-06 .c-discover h3,
  .theme-06 .c-discover h4,
  .theme-06 .c-discover h5,
  .theme-06 .c-discover h6,
  .theme-06 .c-discover a,
  .theme-06 .c-discover blockquote::before {
    color: #00a3be; }
  .theme-07 .c-discover h2,
  .theme-07 .c-discover h3,
  .theme-07 .c-discover h4,
  .theme-07 .c-discover h5,
  .theme-07 .c-discover h6,
  .theme-07 .c-discover a,
  .theme-07 .c-discover blockquote::before {
    color: #2757d8; }
  .theme-08 .c-discover h2,
  .theme-08 .c-discover h3,
  .theme-08 .c-discover h4,
  .theme-08 .c-discover h5,
  .theme-08 .c-discover h6,
  .theme-08 .c-discover a,
  .theme-08 .c-discover blockquote::before {
    color: #FFBA1F; }  
  .theme-09 .c-discover h2,
  .theme-09 .c-discover h3,
  .theme-09 .c-discover h4,
  .theme-09 .c-discover h5,
  .theme-09 .c-discover h6,
  .theme-09 .c-discover a,
  .theme-09 .c-discover blockquote::before {
    color: #FF6927; }
  .theme-10 .c-discover h2,
  .theme-10 .c-discover h3,
  .theme-10 .c-discover h4,
  .theme-10 .c-discover h5,
  .theme-10 .c-discover h6,
  .theme-10 .c-discover a,
  .theme-10 .c-discover blockquote::before {
    color: #B3E500; }
  .theme-11 .c-discover h2,
  .theme-11 .c-discover h3,
  .theme-11 .c-discover h4,
  .theme-11 .c-discover h5,
  .theme-11 .c-discover h6,
  .theme-11 .c-discover a,
  .theme-11 .c-discover blockquote::before {
    color: #FF6A00; }

.c-discover__content {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto; }
  .c-discover__content > *:first-child {
    margin-top: 0; }
  .c-discover__content > *:last-child {
    margin-bottom: 0; }

.c-discover__image {
  text-align: center; }

.c-discover__item li {
  margin-bottom: 10px; }

.c-discover__item + .c-discover__item {
  margin-top: 20px; }

.c-discover-outro {
  padding: 40px 20px;
  text-align: center;
  color: #fff; }
  .theme-00 .c-discover-outro {
    background: #6BB5DA;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .theme-01 .c-discover-outro {
    background: #05e398;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .theme-02 .c-discover-outro {
    background: #a8a1ff;
    background: linear-gradient(to bottom, #a8a1ff 0%, #aca1ff 50%, #8f80ff 100%); }
  .theme-03 .c-discover-outro {
    background: #73cbed;
    background: linear-gradient(to bottom, #73cbed 0%, #44c0ed 50%, #0ab6ec 100%); }
  .theme-04 .c-discover-outro {
    background: #23e05f;
    background: linear-gradient(to bottom, #23e05f 0%, #23d05f 50%, #23c05f 100%); }
  .theme-05 .c-discover-outro {
    background: #2b96e2;
    background: linear-gradient(to bottom, #2b96e2 0%, #2b7de2 50%, #2b7de2 100%); }
  .theme-06 .c-discover-outro {
    background: #10b7be;
    background: linear-gradient(to bottom, #10b7be 0%, #00b6ca 50%, #00a3be 100%); }
  .theme-07 .c-discover-outro {
    background: #7b90e7;
    background: linear-gradient(to bottom, #7b90e7 0%, #7890EB 50%, #2757d8 100%); }
  .theme-08 .c-discover-outro {
    background: #FFBA1F;
    background: linear-gradient(to bottom, #FFBA1F 0%, #EDBA1F 50%, #E59A02 100%); }  
  .theme-09 .c-discover-outro {
    background: #FF6927;
    background: linear-gradient(to bottom, #FF6927 0%, #FF6927 66%, #FF4302 100%); }
  .theme-10 .c-discover-outro {
    background: #C0F25F;
    background: linear-gradient(to bottom, #C0F25F 0%, #C0F25F 66%, #B3E500 100%); }
  .theme-11 .c-discover-outro {
    background: #FF9100;
    background: linear-gradient(to bottom, #FF9100 0%, #FF9100 66%, #FF6A00 100%); }

.c-discover-outro__content {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto; }

.c-discover-outro-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  margin-top: 0;
  margin-bottom: 20px; }

.c-entries__item + .c-entries__item {
  margin-top: 20px; }

.c-divider {
  text-align: center;
  position: relative;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  margin-bottom: 20px; }

.c-form {
  text-align: left; }

.c-form__item + .c-form__item {
  margin-top: 10px; }

.c-form__text {
  margin-bottom: 10px; }

.c-form__item--password {
  position: relative; }

.c-form__actions {
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 48em) {
    .c-form__actions {
      margin-top: 30px; } }

.c-form-label {
  display: block;
  margin-bottom: 5px;
  color: #fff; }

.c-form-text,
.c-form-password {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  border-radius: 35px;
  padding: 8px 20px;
  outline: 0;
  background-color: #fff; }
  .c-form-text:focus,
  .c-form-password:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.c-form-text--bordered,
.c-form-password--bordered {
  border: 1px solid #000; }

.c-form-password {
  padding-right: 50px; }
  .c-form-password::-ms-clear, .c-form-password::-ms-reveal {
    display: none; }

.c-form-registration {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  text-align: center;
  color: #fff; }
  .c-form-registration a {
    color: inherit;
    font-weight: 500; }

.c-form-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  margin-top: 5px; }

.c-form-checkbox {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  margin: 10px 0 0 2px;
  padding-left: 35px;
  outline: 0; }
  .c-form-checkbox::before {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center; }
  .c-form-checkbox.is-checked::before {
    background-color: #fff; }
  .c-form-checkbox.is-checked .c-form-checkbox__check {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    display: block;
    color: #000;
    position: absolute;
    left: 4px;
    text-align: center;
    top: -3px; }

.c-form-checkbox__check {
  display: none; }

.validator {
  display: none; }

.c-intro {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center; }

.c-intro__logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 20px; }

.c-intro__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

.c-intro__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff; }

.c-large-avatar {
  text-align: center;
  padding: 20px;
  position: relative;
  max-width: 140px;
  margin-right: auto;
  margin-left: auto; }

.c-large-avatar__image,
.c-large-avatar__initials {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden; }

.c-large-avatar__initials {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 100px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500; }

.c-large-avatar__edit {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.c-large-avatar__edit__label {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  position: relative; }
  .c-large-avatar__edit__label img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.c-link-button {
  display: inline-block;
  padding: 10px;
  border: 0;
  font-size: 0.875rem;
  line-height: 16px;
  color: #666;
  outline: 0;
  background: transparent;
}
.c-link-button:hover,
.c-link-button:focus {
  color: #292929;
}

.c-link-button--inverted {
  color: #fff;
}
.c-link-button--inverted:hover,
.c-link-button--inverted:focus {
  color: #fff;
}

.c-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  padding: 0; }

.c-logout {
  position: absolute;
  right: 60px;
  top: 20px; }

.c-remove {
  position: absolute;
  right: 180px;
  top: 18px;
}

.c-grid {
  position: relative;
  margin-left: -40px; }
  .c-grid:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }

.c-grid--small {
  margin-left: -20px; }
  .c-grid--small .c-grid__item {
    padding-left: 20px; }

.c-grid__item {
  float: left;
  padding-left: 40px; }

.c-grid__divider {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  top: 0;
  left: calc(50% + 10px); }

.c-icon-bar {
  height: 70px;
  line-height: 70px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }

.c-icon-bar__icon {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  color: #000;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none; }
  .c-icon-bar__icon:first-child {
    margin-left: 0; }
  .c-icon-bar__icon:last-child {
    margin-right: 0; }

.c-icon-bar__icon__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px; }
  @media (min-width: 48em) {
    .c-icon-bar__icon__label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 40px; } }

.c-icon-bar__icon--full {
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  position: relative;
  top: -2px; }
  @media (min-width: 48em) {
    .c-icon-bar__icon--full {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 40px; } }
  .c-icon-bar__icon--full .icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    @media (min-width: 48em) {
      .c-icon-bar__icon--full .icon {
        width: 40px;
        height: 40px;
        line-height: 40px; } }

.c-menu {
  position: absolute;
  left: 20px;
  top: 20px; }

.c-menu__toggle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px; }
  .c-menu__toggle::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #000;
    background: url("../img/menu_icon.svg") no-repeat center center;
    background-size: 12px 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.c-menu__toggle--inverted {
  color: #fff; }
  .c-menu__toggle--inverted::before {
    border-color: #fff;
    background-image: url("../img/menu-inverted_icon.svg"); }

.c-menu-button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  display: block;
  border: 2px solid #000;
  border-radius: 45px;
  padding: 10px 25px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  color: #000;
  cursor: pointer;
  text-align: center;
  text-decoration: none; }
  .c-menu-button:hover, .c-menu-button:focus {
    background-color: #000;
    color: #fff; }

.c-menu-button--light {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px; }

.c-menu-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 280px; }

.c-menu-list__item {
  margin: 0;
  padding: 0; }
  .c-menu-list__item + .c-menu-list__item {
    margin-top: 10px; }

.c-menu-list__divider {
  height: 1px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px; }

.c-option-list {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 45px;
  padding: 10px 25px;
  border: 0;
  width: 100%;
  min-width: 280px;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6) url("../img/down-arrow_icon-black.svg") no-repeat right 25px center;
  background-size: 15px;
  transition: 0.3s all; }
  .c-option-list::-ms-expand {
    display: none; }
  .c-option-list:focus {
    background-color: #fff; }

.c-outro {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center; }

.c-outro__body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #666; }
  .c-outro__body a {
    color: #000; }

.c-page-body {
  flex-grow: 1;
}

.c-password-toggle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  position: absolute;
  right: 15px;
  top: 10px;
  text-decoration: none;
  color: #1d1d1d !important; }
  .c-password-toggle span:first-child {
    display: block; }
  .c-password-toggle span:last-child {
    display: none; }
  .c-password-toggle.is-active span:first-child {
    display: none; }
  .c-password-toggle.is-active span:last-child {
    display: block; }

.c-popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); }
  .c-popup .c-box {
    padding: 0; }
  .c-popup .c-box__title {
    padding-right: 40px;
    padding-left: 40px; }

.c-popup--default .c-popup__body {
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 25px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 640px; }
  @media (min-width: 48em) {
    .c-popup--default .c-popup__body {
      padding-top: 30px;
      padding-bottom: 30px; } }

.c-popup--full .c-popup__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 70px 20px 30px 20px; }

.c-popup__body {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  text-align: center; }

.c-popup-actions {
  text-align: center;
  margin-top: 30px; }

.c-profile {
  position: absolute;
  right: 20px;
  top: 20px; }

.c-radio-button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  display: block;
  position: relative;
  padding-left: 26px; }
  .c-radio-button span {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 3px; }
    .c-radio-button span.checked {
      background-color: #000; }

.c-responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .c-responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-score {
  display: flex;
  justify-content: space-between; }

.c-score__main {
  padding-top: 10px; }

.c-score__side {
  padding-top: 8px;
  text-align: center; }
  .c-score__side .icon {
    margin-left: 10px; }
    .c-score__side .icon:first-child {
      margin-left: 0; }

.c-score__main__item {
  font-weight: 500;
  white-space: nowrap; }
  .c-score__main__item + .c-score__main__item {
    margin-top: 10px; }

.c-score-icons {
  margin-bottom: 4px; }

.c-score__medal {
  width: 30px;
  display: inline-block; }

.c-skill {
  height: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 8px; }

.c-skill__meta {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
  font-weight: 500; }

.c-skill__top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  padding: 15px; }

.c-skill__actions {
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  bottom: 105px;
  z-index: 20;
  width: 100%; }

.c-skill__actions__item + .c-skill__actions__item {
  margin-top: 10px; }

.c-skill__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  padding: 0 15px 15px 15px;
  text-align: left; }
  @media (max-width: 47.99em) {
    .c-skill__info {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 14px; } }

.c-skill__info__item + .c-skill__info__item {
  margin-top: 10px; }

.c-skill-icon,
.c-skill-score {
  margin-right: auto;
  margin-left: auto; }

.c-skill-icon {
  width: 70%;
  max-width: 160px; }

.c-skill-score {
  width: 25%;
  max-width: 100px; }

.c-skill-icon__image,
.c-skill-score__image {
  width: 100%;
  height: auto; }

.c-skill-title {
  height: 72px;
  line-height: 72px; }

.c-skill-title__text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400; }

.c-skill-card-container {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  position: relative; }

.c-skill-card {
  margin: 20px 0; }

.c-skill-card__header {
  padding: 0 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  height: 60px;
  font-weight: 500;
  position: relative; }
  .theme-00 .c-skill-card__header {
    background-color: #6BB5DA; }
  .theme-01 .c-skill-card__header {
    background-color: #05e398; }
  .theme-02 .c-skill-card__header {
    background-color: #a8a1ff; }
  .theme-03 .c-skill-card__header {
    background-color: #73cbed; }
  .theme-04 .c-skill-card__header {
    background-color: #23e05f; }
  .theme-05 .c-skill-card__header {
    background-color: #2b96e2; }
  .theme-06 .c-skill-card__header {
    background-color: #10b7be; }
  .theme-07 .c-skill-card__header {
    background-color: #7b90e7; }
  .theme-08 .c-skill-card__header {
    background-color: #FFBA1F; }
  .theme-09 .c-skill-card__header {
    background-color: #FF6927; }
  .theme-10 .c-skill-card__header {
    background-color: #B3E500; }
  .theme-11 .c-skill-card__header {
    background-color: #FF6A00; }

.c-skill-card-id {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%); }

.c-skill-card-icon {
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-skill-card-reset {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}

.c-skill-card__body {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }

.c-skill-card__download {
  font-size: 14px;
}
.theme-00 .c-skill-card__download {
  color: #6BB5DA;
}
.theme-01 .c-skill-card__download {
  color: #05e398;
}
.theme-02 .c-skill-card__download {
  color: #a8a1ff;
}
.theme-03 .c-skill-card__download {
  color: #73cbed;
}
.theme-04 .c-skill-card__download {
  color: #23e05f;
}
.theme-05 .c-skill-card__download {
  color: #2b96e2;
}
.theme-06 .c-skill-card__download {
  color: #10b7be;
}
.theme-07 .c-skill-card__download {
  color: #7b90e7;
}
.theme-08 .c-skill-card__download {
  color: #FFBA1F;
}
.theme-09 .c-skill-card__download {
  color: #FF6927;
}
.theme-10 .c-skill-card__download {
  color: #B3E500;
}
.theme-11 .c-skill-card__download {
  color: #FF6A00;
}

.c-skill-card__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-weight: 400;
  text-transform: lowercase;
  min-height: 60px; }
  @media (min-width: 48em) {
    .c-skill-card__title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px; } }

.c-skill-card__detail {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px; }
  .c-skill-card__detail + .c-skill-card__detail {
    margin-top: 1px; }
  .c-skill-card__detail:last-child {
    border-radius: 0 0 10px 10px; }
  .c-skill-card__detail .icon {
    vertical-align: middle;
    padding-right: 10px; }
    .theme-00 .c-skill-card__detail .icon {
      color: #6BB5DA; }
    .theme-01 .c-skill-card__detail .icon {
      color: #05e398; }
    .theme-02 .c-skill-card__detail .icon {
      color: #a8a1ff; }
    .theme-03 .c-skill-card__detail .icon {
      color: #73cbed; }
    .theme-04 .c-skill-card__detail .icon {
      color: #23e05f; }
    .theme-05 .c-skill-card__detail .icon {
      color: #2b96e2; }
    .theme-06 .c-skill-card__detail .icon {
      color: #10b7be; }
    .theme-07 .c-skill-card__detail .icon {
      color: #7b90e7; }
    .theme-08 .c-skill-card__detail .icon {
      color: #FFBA1F; }  
    .theme-09 .c-skill-card__detail .icon {
      color: #FF6927; }
    .theme-10 .c-skill-card__detail .icon {
      color: #B3E500; }
    .theme-11 .c-skill-card__detail .icon {
      color: #FF6A00; }
.c-skill-card__detail .score {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 47.99em) {
      .c-skill-card__detail .score {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.71429; } }
  .theme-00 .c-skill-card__detail .c-button {
    background-color: #6BB5DA; }      
  .theme-01 .c-skill-card__detail .c-button {
    background-color: #05e398; }
  .theme-02 .c-skill-card__detail .c-button {
    background-color: #a8a1ff; }
  .theme-03 .c-skill-card__detail .c-button {
    background-color: #73cbed; }
  .theme-04 .c-skill-card__detail .c-button {
    background-color: #23e05f; }
  .theme-05 .c-skill-card__detail .c-button {
    background-color: #2b96e2; }
  .theme-06 .c-skill-card__detail .c-button {
    background-color: #10b7be; }
  .theme-07 .c-skill-card__detail .c-button {
    background-color: #7b90e7; }
  .theme-08 .c-skill-card__detail .c-button {
    background-color: #FFBA1F; }
  .theme-09 .c-skill-card__detail .c-button {
    background-color: #FF6927; }
  .theme-10 .c-skill-card__detail .c-button {
    background-color: #B3E500; }
  .theme-11 .c-skill-card__detail .c-button {
    background-color: #FF6A00; }
  .theme-00 .c-skill-card__detail .c-button:hover, .theme-00 .c-skill-card__detail .c-button:focus {
    background-color: #89c8e8; }
  .theme-01 .c-skill-card__detail .c-button:hover, .theme-01 .c-skill-card__detail .c-button:focus {
    background-color: #37e9ad; }
  .theme-02 .c-skill-card__detail .c-button:hover, .theme-02 .c-skill-card__detail .c-button:focus {
    background-color: #b9b4ff; }
  .theme-03 .c-skill-card__detail .c-button:hover, .theme-03 .c-skill-card__detail .c-button:focus {
    background-color: #8fd5f1; }
  .theme-04 .c-skill-card__detail .c-button:hover, .theme-04 .c-skill-card__detail .c-button:focus {
    background-color: #4fe67f; }
  .theme-05 .c-skill-card__detail .c-button:hover, .theme-05 .c-skill-card__detail .c-button:focus {
    background-color: #55abe8; }
  .theme-06 .c-skill-card__detail .c-button:hover, .theme-06 .c-skill-card__detail .c-button:focus {
    background-color: #40c5cb; }
  .theme-07 .c-skill-card__detail .c-button:hover, .theme-07 .c-skill-card__detail .c-button:focus {
    background-color: #95a6ec; }
  .theme-08 .c-skill-card__detail .c-button:hover, .theme-08 .c-skill-card__detail .c-button:focus {
    background-color: #FFBA1F; }  
  .theme-09 .c-skill-card__detail .c-button:hover, .theme-09 .c-skill-card__detail .c-button:focus {
    background-color: #FF6927; }
  .theme-10 .c-skill-card__detail .c-button:hover, .theme-10 .c-skill-card__detail .c-button:focus {
    background-color: #B3E500; }
  .theme-11 .c-skill-card__detail .c-button:hover, .theme-11 .c-skill-card__detail .c-button:focus {
    background-color: #FF6A00; }
.c-skill-card__detail.disabled {
    opacity: 1; }
    .c-skill-card__detail.disabled .score {
      opacity: 0.4; }
    .c-skill-card__detail.disabled .c-button {
      background-color: #cccccc;
      cursor: not-allowed;
      pointer-events: none; }
      .c-skill-card__detail.disabled .c-button:hover, .c-skill-card__detail.disabled .c-button:focus {
        background-color: #cccccc; }

.c-skill-card-score {
  padding-top: 6px;
  padding-left: 20px;
  white-space: nowrap; }

.c-slider {
  width: 100%;
  height: 100%; }

.c-slider__item {
  width: 74%;
  height: 100%;
  border-radius: 8px;
  margin-right: 8px;
  margin-left: 8px;
  transform: scaleY(0.95); }
  .flickity-enabled .c-slider__item {
    transition: transform 0.5s; }
  .c-slider__item.theme-00 {
    background: #6BB5DA;
    /* background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); } */
    background: url("../img/bg-shuffle.jpg") no-repeat;
    background-size: cover;
  }
  .c-slider__item.theme-01 {
    background: #05e398;
    background: linear-gradient(to bottom, #05e398 0%, #05d598 50%, #05c098 100%); }
  .c-slider__item.theme-02 {
    background: #a8a1ff;
    background: linear-gradient(to bottom, #a8a1ff 0%, #aca1ff 50%, #8f80ff 100%); }
  .c-slider__item.theme-03 {
    background: #73cbed;
    background: linear-gradient(to bottom, #73cbed 0%, #44c0ed 50%, #0ab6ec 100%); }
  .c-slider__item.theme-04 {
    background: #23e05f;
    background: linear-gradient(to bottom, #23e05f 0%, #23d05f 50%, #23c05f 100%); }
  .c-slider__item.theme-05 {
    background: #2b96e2;
    background: linear-gradient(to bottom, #2b96e2 0%, #2b7de2 50%, #2b7de2 100%); }
  .c-slider__item.theme-06 {
    background: #10b7be;
    background: linear-gradient(to bottom, #10b7be 0%, #00b6ca 50%, #00a3be 100%); }
  .c-slider__item.theme-07 {
    background: #7b90e7;
    background: linear-gradient(to bottom, #7b90e7 0%, #7890EB 50%, #2757d8 100%); }
  .c-slider__item.theme-08 {
    background: #FFBA1F;
    background: linear-gradient(to bottom, #FFBA1F 0%, #EDBA1F 66%, #E59A02 100%); }  
  .c-slider__item.theme-09 {
    background: #FF6927;
    background: linear-gradient(to bottom, #FF6927 0%, #FF6927 66%, #FF4302 100%); }
  .c-slider__item.theme-10 {
    background: #C0F25F;
    background: linear-gradient(to bottom, #C0F25F 0%, #C0F25F 66%, #B3E500 100%); }
  .c-slider__item.theme-11 {
    background: #FF9100;
    background: linear-gradient(to bottom, #FF9100 0%, #FF9100 66%, #FF6A00 100%); }
  .c-slider__item.is-selected {
    transform: scaleY(1); }

.flickity-page-dots {
  bottom: -30px; }
  .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #c2c2c2;
    opacity: 1; }
    .flickity-page-dots .dot.is-selected {
      background-color: #000; }

.c-spinner {
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100%; }

.c-spinner__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  text-align: center; }
  .c-spinner__loader > div {
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .c-spinner__loader > div.bounce1 {
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    .c-spinner__loader > div.bounce2 {
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.c-test {
  height: 100%; }

.c-test__body {
  height: calc(100% - 70px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.c-test-question {
  padding: 30px;
  min-height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
  .theme-00 .c-test-question {
    background: #6BB5DA; }
  .theme-01 .c-test-question {
    background: #05d598; }
  .theme-02 .c-test-question {
    background: #aca1ff; }
  .theme-03 .c-test-question {
    background: #44c0ed; }
  .theme-04 .c-test-question {
    background: #23d05f; }
  .theme-05 .c-test-question {
    background: #2b7de2; }
  .theme-06 .c-test-question {
    background: #00b6ca; }
  .theme-07 .c-test-question {
    background: #7890EB; }
  .theme-08 .c-test-question {
    background: #e5a819; }  
  .theme-09 .c-test-question {
    background: #df5920; }
  .theme-10 .c-test-question {
    background: #B3E500; }
  .theme-11 .c-test-question {
    background: #FF6A00; }
.c-test-question__graphic {
  max-width: 120px;
  color: #fff;
}
.c-test-question__image {
  max-width: 66px;
}
.c-test-question__graphic-title {
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.c-test-question__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  width: 420px;
  max-width: 100%;
  color: #fff;
  text-align: left;
}
.c-test-list {
  margin: 0;
  padding: 20px 30px;
  list-style: none; }

.c-test-list__item {
  margin: 0;
  padding: 0; }
  .c-test-list__item + .c-test-list__item {
    margin-top: 10px; }

.c-test-button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  display: block;
  border-radius: 10px;
  padding: 10px 25px 10px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #4d4d4d;
  cursor: pointer;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  transition: 0.3s all; }
  .c-test-button:hover {
    background-color: #efefef; }
  .c-test-button.checked {
    color: #fff; }
    .theme-00 .c-test-button.checked {
      background-color: #6BB5DA;
      border-color: #6BB5DA; }
    .theme-01 .c-test-button.checked {
      background-color: #05e398;
      border-color: #05e398; }
    .theme-02 .c-test-button.checked {
      background-color: #a8a1ff;
      border-color: #a8a1ff; }
    .theme-03 .c-test-button.checked {
      background-color: #73cbed;
      border-color: #73cbed; }
    .theme-04 .c-test-button.checked {
      background-color: #23e05f;
      border-color: #23e05f; }
    .theme-05 .c-test-button.checked {
      background-color: #2b96e2;
      border-color: #2b96e2; }
    .theme-06 .c-test-button.checked {
      background-color: #10b7be;
      border-color: #10b7be; }
    .theme-07 .c-test-button.checked {
      background-color: #7b90e7;
      border-color: #7b90e7; }
    .theme-08 .c-test-button.checked {
      background-color: #FFBA1F;
      border-color: #7b90e7; }
    .theme-09 .c-test-button.checked {
      background-color: #FF6927;
      border-color: #FF6927; }
    .theme-10 .c-test-button.checked {
      background-color: #B3E500;
      border-color: #B3E500; }
    .theme-11 .c-test-button.checked {
      background-color: #FF6A00;
      border-color: #FF6A00; }
    .c-test-button.checked .c-test-button__prefix {
      color: #fff; }

.c-test-button__prefix {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  position: absolute;
  left: 23px;
  top: 0;
  text-transform: uppercase; }
  .theme-00 .c-test-button__prefix {
    color: #6BB5DA; }
  .theme-01 .c-test-button__prefix {
    color: #05e398; }
  .theme-02 .c-test-button__prefix {
    color: #a8a1ff; }
  .theme-03 .c-test-button__prefix {
    color: #73cbed; }
  .theme-04 .c-test-button__prefix {
    color: #23e05f; }
  .theme-05 .c-test-button__prefix {
    color: #2b96e2; }
  .theme-06 .c-test-button__prefix {
    color: #10b7be; }
  .theme-07 .c-test-button__prefix {
    color: #7b90e7; }
  .theme-08 .c-test-button__prefix {
    color: #FFBA1F; }
  .theme-09 .c-test-button__prefix {
    color: #FF6927; }
  .theme-10 .c-test-button__prefix {
    color: #B3E500; }
  .theme-11 .c-test-button__prefix {
    color: #FF6A00; }

.c-test-bottom {
  background-color: #f6f8f9; }

.c-test-header-wrapper {
  height: 70px; }

.c-test-header {
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  z-index: 999; }
  .theme-00 .c-test-header {
    background-color: #4090b8; }
  .theme-01 .c-test-header {
    background-color: #04a072; }
  .theme-02 .c-test-header {
    background-color: #8179bf; }
  .theme-03 .c-test-header {
    background-color: #3390b2; }
  .theme-04 .c-test-header {
    background-color: #1a9c47; }
  .theme-05 .c-test-header {
    background-color: #205eaa; }
  .theme-06 .c-test-header {
    background-color: #008998; }
  .theme-07 .c-test-header {
    background-color: #5a6cb0; }
  .theme-08 .c-test-header {
    background-color: #c59118; }
  .theme-09 .c-test-header {
    background-color: #c5501f; }
  .theme-10 .c-test-header {
    background-color: #B3E500; }
  .theme-11 .c-test-header {
    background-color: #FF6A00; }

.c-test-header__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%; }
  .theme-00 .c-test-header__icon {
    background: url("../img/theme-00_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-01 .c-test-header__icon {
    background: url("../img/theme-01_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-02 .c-test-header__icon {
    background: url("../img/theme-02_icon-alt.svg") no-repeat center center;
    background-size: 45%; }
  .theme-03 .c-test-header__icon {
    background: url("../img/theme-03_icon-alt.svg") no-repeat center center;
    background-size: 45%; }
  .theme-04 .c-test-header__icon {
    background: url("../img/theme-04_icon-alt.svg") no-repeat center center;
    background-size: 25%; }
  .theme-05 .c-test-header__icon {
    background: url("../img/theme-05_icon-alt.svg") no-repeat center center;
    background-size: 30%; }
  .theme-06 .c-test-header__icon {
    background: url("../img/theme-06_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-07 .c-test-header__icon {
    background: url("../img/theme-07_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-08 .c-test-header__icon {
    background: url("../img/theme-08_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-09 .c-test-header__icon {
    background: url("../img/theme-09_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-10 .c-test-header__icon {
    background: url("../img/theme-10_icon-alt.svg") no-repeat center center;
    background-size: 55%; }
  .theme-11 .c-test-header__icon {
    background: url("../img/theme-11_icon-alt.svg") no-repeat center center;
    background-size: 55%; }

.c-test-header__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 47.99em) {
    .c-test-header__title {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 16px; } }

.c-test-header__title__prefix {
  display: block; }

.c-test-header__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%; }

.c-test-intro__icon {
  width: 70%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto; }

.c-test-intro__content {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px; }

.c-test-intro-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400; }

.c-test-intro-body {
  margin-bottom: 20px; }

.c-test-intro__meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }

.c-test-outro__content {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px; }
  .c-test-outro__content img {
    margin: 30px 0 10px;
    width: 30px; }

.c-test-outro-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px; }
  .theme-00 .c-test-outro-title {
    color: #6BB5DA; }
  .theme-01 .c-test-outro-title {
    color: #05e398; }
  .theme-02 .c-test-outro-title {
    color: #a8a1ff; }
  .theme-03 .c-test-outro-title {
    color: #73cbed; }
  .theme-04 .c-test-outro-title {
    color: #23e05f; }
  .theme-05 .c-test-outro-title {
    color: #2b96e2; }
  .theme-06 .c-test-outro-title {
    color: #10b7be; }
  .theme-07 .c-test-outro-title {
    color: #7b90e7; }
  .theme-08 .c-test-outro-title {
    color: #FFBA1F; }
  .theme-09 .c-test-outro-title {
    color: #FF6927; }
  .theme-10 .c-test-outro-title {
    color: #B3E500; }
  .theme-11 .c-test-outro-title {
    color: #FF6A00; }

.c-test-outro-body {
  padding: 15px 0; }

.c-test-outro-info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #808080;
  margin-bottom: 25px; }

.c-test-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f6f8f9;
  width: 100%;
  height: 70px;
  text-align: center; }

.c-test-progress__next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  .c-test-progress__next .c-button {
    background: #000 url("../img/next-arrow_icon.svg") no-repeat center center;
    background-size: 30% 45%;
    width: 40px;
    height: 40px;
    padding: 0;
    vertical-align: middle; }

.c-test-steps {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .c-test-steps::after {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    left: 10px;
    bottom: 7px;
    z-index: 10; }

.c-test-steps__step {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  padding: 0 5px 10px;
  position: relative;
  color: #b3b3b3; }
  .c-test-steps__step::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    z-index: 30;
    border-radius: 100%; }
.theme-00 .c-test-steps__step--done::before, .theme-00 .c-test-steps__step--done::after, .theme-00
.c-test-steps__step--active::before, .theme-00
.c-test-steps__step--active::after {
  background-color: #6BB5DA; }
.theme-01 .c-test-steps__step--done::before, .theme-01 .c-test-steps__step--done::after, .theme-01
.c-test-steps__step--active::before, .theme-01
.c-test-steps__step--active::after {
  background-color: #05e398; }

.theme-02 .c-test-steps__step--done::before, .theme-02 .c-test-steps__step--done::after, .theme-02
.c-test-steps__step--active::before, .theme-02
.c-test-steps__step--active::after {
  background-color: #a8a1ff; }

.theme-03 .c-test-steps__step--done::before, .theme-03 .c-test-steps__step--done::after, .theme-03
.c-test-steps__step--active::before, .theme-03
.c-test-steps__step--active::after {
  background-color: #73cbed; }

.theme-04 .c-test-steps__step--done::before, .theme-04 .c-test-steps__step--done::after, .theme-04
.c-test-steps__step--active::before, .theme-04
.c-test-steps__step--active::after {
  background-color: #23e05f; }

.theme-05 .c-test-steps__step--done::before, .theme-05 .c-test-steps__step--done::after, .theme-05
.c-test-steps__step--active::before, .theme-05
.c-test-steps__step--active::after {
  background-color: #2b96e2; }

.theme-06 .c-test-steps__step--done::before, .theme-06 .c-test-steps__step--done::after, .theme-06
.c-test-steps__step--active::before, .theme-06
.c-test-steps__step--active::after {
  background-color: #10b7be; }

.theme-07 .c-test-steps__step--done::before, .theme-07 .c-test-steps__step--done::after, .theme-07
.c-test-steps__step--active::before, .theme-07
.c-test-steps__step--active::after {
  background-color: #7b90e7; }

.theme-08 .c-test-steps__step--done::before, .theme-08 .c-test-steps__step--done::after, .theme-08
.c-test-steps__step--active::before, .theme-08
.c-test-steps__step--active::after {
  background-color: #FFBA1F; }
    
.theme-09 .c-test-steps__step--done::before, .theme-09 .c-test-steps__step--done::after, .theme-09
.c-test-steps__step--active::before, .theme-09
.c-test-steps__step--active::after {
  background-color: #FF6927; }

.theme-10 .c-test-steps__step--done::before, .theme-10 .c-test-steps__step--done::after, .theme-10
.c-test-steps__step--active::before, .theme-10
.c-test-steps__step--active::after {
  background-color: #B3E500; }

.theme-11 .c-test-steps__step--done::before, .theme-11 .c-test-steps__step--done::after, .theme-11
.c-test-steps__step--active::before, .theme-11
.c-test-steps__step--active::after {
  background-color: #FF6A00; }

.c-test-steps__step--done::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 10px;
  bottom: 7px;
  z-index: 20; }

.c-test-steps__step--active {
  color: #000;
  font-weight: 700; }
  .c-test-steps__step--active::after {
    content: none; }

.c-test-result {
  height: calc(100% - 70px);
  min-height: 510px;
  color: #fff;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  position: relative; }
  .theme-00 .c-test-result {
    background-color: #6BB5DA; }
  .theme-01 .c-test-result {
    background-color: #05e398; }
  .theme-02 .c-test-result {
    background-color: #a8a1ff; }
  .theme-03 .c-test-result {
    background-color: #73cbed; }
  .theme-04 .c-test-result {
    background-color: #23e05f; }
  .theme-05 .c-test-result {
    background-color: #2b96e2; }
  .theme-06 .c-test-result {
    background-color: #10b7be; }
  .theme-07 .c-test-result {
    background-color: #7b90e7; }
  .theme-08 .c-test-result {
    background-color: #FFBA1F; }
  .theme-09 .c-test-result {
    background-color: #FF6927; }
  .theme-10 .c-test-result {
    background-color: #B3E500; }
  .theme-11 .c-test-result {
    background-color: #FF6A00; }

.c-test-result-container {
  position: absolute;
  top: calc(50% - 70px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
  max-width: 480px; }

.c-test-answer {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  display: block;
  border-radius: 10px;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #4d4d4d;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

.c-test-result__score {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 30px; }

.c-test-result__medal {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px; }
  .c-test-result__medal img {
    margin: 20px auto 15px;
    width: 100px;
    display: block; }

.c-test-result__down {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  width: 100%;
  padding: 0 30px;
  max-width: 480px; }
  .c-test-result__down .c-button {
    display: block;
    margin-top: 15px; }
.c-test-answer__emoji {
  display: flex;
  gap: 10px;
}
.c-test-answer__emoji img {
  width: 58px;
  height: 58px;
}
.c-test-result-questions__question {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  color: #fff;
  padding: 30px;
  position: relative; }
  .theme-00 .c-test-result-questions__question {
    background-color: #6BB5DA; }
  .theme-01 .c-test-result-questions__question {
    background-color: #05e398; }
  .theme-02 .c-test-result-questions__question {
    background-color: #a8a1ff; }
  .theme-03 .c-test-result-questions__question {
    background-color: #73cbed; }
  .theme-04 .c-test-result-questions__question {
    background-color: #23e05f; }
  .theme-05 .c-test-result-questions__question {
    background-color: #2b96e2; }
  .theme-06 .c-test-result-questions__question {
    background-color: #10b7be; }
  .theme-07 .c-test-result-questions__question {
    background-color: #7b90e7; }
  .theme-08 .c-test-result-questions__question {
    background-color: #FFBA1F; }
  .theme-09 .c-test-result-questions__question {
    background-color: #FF6927; }
  .theme-10 .c-test-result-questions__question {
    background-color: #B3E500; }
  .theme-11 .c-test-result-questions__question {
    background-color: #FF6A00; }
  .c-test-result-questions__question span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    display: block; }

.c-test-result-questions__question__inner {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto; }

.c-test-result__answer {
  padding: 20px 30px 30px; }
  .c-test-result__answer.wrong .c-test-result__answer__label {
    background: url("../img/wrong.svg") no-repeat left center;
    background-size: 18px; }
  .c-test-result__answer.tips {
    background-color: #f2f2f2; }
  .theme-00 .c-test-result__answer.correct .c-test-answer {
    border-color: #05e398; }  
  .theme-01 .c-test-result__answer.correct .c-test-answer {
    border-color: #05e398; }
  .theme-02 .c-test-result__answer.correct .c-test-answer {
    border-color: #a8a1ff; }
  .theme-03 .c-test-result__answer.correct .c-test-answer {
    border-color: #73cbed; }
  .theme-04 .c-test-result__answer.correct .c-test-answer {
    border-color: #23e05f; }
  .theme-05 .c-test-result__answer.correct .c-test-answer {
    border-color: #2b96e2; }
  .theme-06 .c-test-result__answer.correct .c-test-answer {
    border-color: #10b7be; }
  .theme-07 .c-test-result__answer.correct .c-test-answer {
    border-color: #7b90e7; }
  .theme-08 .c-test-result__answer.correct .c-test-answer {
    border-color: #FFBA1F; }
  .theme-09 .c-test-result__answer.correct .c-test-answer {
    border-color: #FF6927; }
  .theme-10 .c-test-result__answer.correct .c-test-answer {
    border-color: #B3E500; }
  .theme-11 .c-test-result__answer.correct .c-test-answer {
    border-color: #FF6A00; }
  .c-test-result__answer.correct .c-test-result__answer__label {
    padding-left: 0; }
    .theme-00 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #6BB5DA; }
    .theme-01 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #05e398; }
    .theme-02 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #a8a1ff; }
    .theme-03 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #73cbed; }
    .theme-04 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #23e05f; }
    .theme-05 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #2b96e2; }
    .theme-06 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #10b7be; }
    .theme-07 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #7b90e7; }
    .theme-08 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #FFBA1F; }
    .theme-09 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #FF6927; }
    .theme-10 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #B3E500; }
    .theme-11 .c-test-result__answer.correct .c-test-result__answer__label {
      color: #FF6A00; }

.c-test-result__answer__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: gray;
  font-weight: 500;
  text-align: left;
  max-width: 480px;
  margin: 0 auto 10px;
  padding-left: 35px; }
  .c-test-result__answer__label .icon {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.42857;
    padding-right: 15px;
    vertical-align: middle; }

.c-test-result__tip {
  text-align: left;
  color: #4d4d4d;
  margin: 20px auto 0;
  max-width: 480px; }

.c-test-result__tip__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  padding: 10px 0; }
  .theme-00 .c-test-result__tip__title {
    color: #6BB5DA; }
  .theme-01 .c-test-result__tip__title {
    color: #05e398; }
  .theme-02 .c-test-result__tip__title {
    color: #a8a1ff; }
  .theme-03 .c-test-result__tip__title {
    color: #73cbed; }
  .theme-04 .c-test-result__tip__title {
    color: #23e05f; }
  .theme-05 .c-test-result__tip__title {
    color: #2b96e2; }
  .theme-06 .c-test-result__tip__title {
    color: #10b7be; }
  .theme-07 .c-test-result__tip__title {
    color: #7b90e7; }
  .theme-08 .c-test-result__tip__title {
    color: #FFBA1F; }
  .theme-09 .c-test-result__tip__title {
    color: #FF6927; }
  .theme-10 .c-test-result__tip__title {
    color: #B3E500; }
  .theme-11 .c-test-result__tip__title {
    color: #FF6A00; }
  .c-test-result__tip__title .icon {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    padding-right: 15px;
    vertical-align: middle; }

.c-test-result-footer {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 40px 30px; }
  .c-test-result-footer a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all; }
    .c-test-result-footer a:hover {
      text-decoration: underline; }
    .theme-00 .c-test-result-footer a {
      color: #6BB5DA; }  
    .theme-01 .c-test-result-footer a {
      color: #05e398; }
    .theme-02 .c-test-result-footer a {
      color: #a8a1ff; }
    .theme-03 .c-test-result-footer a {
      color: #73cbed; }
    .theme-04 .c-test-result-footer a {
      color: #23e05f; }
    .theme-05 .c-test-result-footer a {
      color: #2b96e2; }
    .theme-06 .c-test-result-footer a {
      color: #10b7be; }
    .theme-07 .c-test-result-footer a {
      color: #7b90e7; }
    .theme-08 .c-test-result-footer a {
      color: #FFBA1F; }  
    .theme-09 .c-test-result-footer a {
      color: #FF6927; }
    .theme-10 .c-test-result-footer a {
      color: #B3E500; }
    .theme-11 .c-test-result-footer a {
      color: #FF6A00; }

.c-test-slider {
  width: 100%;
  height: calc(100% - 70px);
  min-height: 345px; }

.c-test-slider__item {
  width: 100%;
  height: 100%; }

.c-top-actions {
  background-color: #f2f2f2;
}
.c-top-actions__inner {
  max-width: 760px;
  margin-inline: auto;
  padding: 40px 20px;
}

.c-top-actions-grid {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
.c-top-actions-grid .c-bordered-button {
  margin-bottom: 16px;
  padding: 15px;
}

.c-top-actions__intro {
  font-size: 18px;
}

.c-test-result-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 45px;
  border: 2px solid #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: border-color 0.3s ease;
}
.c-test-result-button:hover {
  border-color: #000;
}
.c-test-result-button img {
  max-width: 40px;
  max-height: 40px;
}

.c-test-result-email {
  position: relative;
  padding: 30px;
  font-size: 1.25rem;
  line-height: 26px;
  color: #fff;
  background-color: #6BB5DA;
}
.c-test-result-email__inner {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.c-test-result-email .c-form-link {
  margin: 10px 0 0 2px;
  padding-left: 35px;
}
.c-test-result-email .validator {
  font-size: 1rem;
}
.c-test-result-email a {
  color: #fff;
}

.slist {
  max-width: 480px;
  margin: 0 auto;
  list-style: none;
}
.slist .c-test-list__item {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 10px 25px 10px 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #4d4d4d;
  font-size: 1.125rem;
  line-height: 1.33333;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  transition: none;
}
.slist .c-test-drag__prefix {
  position: absolute;
  left: 23px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: grabbing;
}
.slist .c-test-drag__prefix svg {
  fill: #000;
}
.slist li.ui-state-highlight {
  border: 1px solid #ffc49a;
  background: #feffb4;
}
.slist li:hover {
  cursor: grab;
}

.emoji {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 40px;
}
.emoji .c-test-list__item {
  margin-top: 0;
}
.emoji .c-test-button {
  width: 44px;
  padding: 5px;
}
@media only screen and (min-width: 600px) {
  .emoji .c-test-button {
    width: 80px;
    padding: 10px;
  }
}

.checkboxtest .c-test-button {
  display: flex;
  gap: 8px;
  padding-left: 10px;
}
.checkboxtest input {
  flex-shrink: 0;
  margin-top: 8px;
}

.slider {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 260px;
  height: 60px;
  margin: 40px auto 0;
}
.slider p {
  margin-bottom: 0;
  font-size: 20px;
}
.slider input[type="range"] {
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 180px;
  height: 2px;
  border: none;
  outline: none;
  background :#000;
}
.slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.slider input[type="range"]::-webkit-slider-thumb:hover {
  background: #000;
}
@media only screen and (min-width: 600px) {
  .slider {
    width: 500px;
  }
  .slider input[type="range"] {
    width: 420px;
  }
}
  
.c-page-footer {
  font-weight: 500;
  background-color: #f2f2f2;
}
.c-page-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  text-align: center;
}
.c-page-footer__block:not(:first-child) {
  margin-top: 16px;
}
.c-page-footer__block:nth-child(2) .c-bordered-button {
  margin-bottom: 32px;
  padding: 15px;
}
.c-page-footer__copyright {
  font-size: 12px;
}
.c-page-footer__copyright a {
  margin-left: 16px;
  color: #000;
}

.c-page-footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.c-page-footer__logos img {
  width: 100%;
}
.c-page-footer__logos div:first-child {
  max-width: 120px;
}
.c-page-footer__logos div:last-child {
  max-width: 210px;
}

.c-page-footer__text a {
  color: #000;
}
@media (min-width: 64em) {
  .c-page-footer-inner {
    display: grid;
    grid-template-areas: 
      "initiative contact"
      "logos contact";
    padding: 48px 20px;
  }
  .c-page-footer__block {
    text-align: left;
  }
  .c-page-footer__block:first-child {
    grid-area: initiative;
    /* margin-bottom: 24px; */
  }
  .c-page-footer__block:nth-child(2) {
    grid-area: logos;
  }
  .c-page-footer__block:last-child {
    grid-area: contact;
    align-self: end;
    text-align: right;
  }
  .c-page-footer__logos {
    justify-content: flex-start;
  }
}

.email-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 80px;
}
.email-form__item {
  flex: 1;
}
.email-form__item .c-form-text {
  padding-inline: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.email-form__item .c-form-text:focus {
  box-shadow: none;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-2\/2 {
  width: 100% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-3\/3 {
  width: 100% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-4\/4 {
  width: 100% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-5\/5 {
  width: 100% !important; }

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important; }
  .u-1\/2\@mobile {
    width: 50% !important; }
  .u-2\/2\@mobile {
    width: 100% !important; }
  .u-1\/3\@mobile {
    width: 33.33333% !important; }
  .u-2\/3\@mobile {
    width: 66.66667% !important; }
  .u-3\/3\@mobile {
    width: 100% !important; }
  .u-1\/4\@mobile {
    width: 25% !important; }
  .u-2\/4\@mobile {
    width: 50% !important; }
  .u-3\/4\@mobile {
    width: 75% !important; }
  .u-4\/4\@mobile {
    width: 100% !important; }
  .u-1\/5\@mobile {
    width: 20% !important; }
  .u-2\/5\@mobile {
    width: 40% !important; }
  .u-3\/5\@mobile {
    width: 60% !important; }
  .u-4\/5\@mobile {
    width: 80% !important; }
  .u-5\/5\@mobile {
    width: 100% !important; } }

@media (min-width: 48em) {
  .u-1\/1\@tablet {
    width: 100% !important; }
  .u-1\/2\@tablet {
    width: 50% !important; }
  .u-2\/2\@tablet {
    width: 100% !important; }
  .u-1\/3\@tablet {
    width: 33.33333% !important; }
  .u-2\/3\@tablet {
    width: 66.66667% !important; }
  .u-3\/3\@tablet {
    width: 100% !important; }
  .u-1\/4\@tablet {
    width: 25% !important; }
  .u-2\/4\@tablet {
    width: 50% !important; }
  .u-3\/4\@tablet {
    width: 75% !important; }
  .u-4\/4\@tablet {
    width: 100% !important; }
  .u-1\/5\@tablet {
    width: 20% !important; }
  .u-2\/5\@tablet {
    width: 40% !important; }
  .u-3\/5\@tablet {
    width: 60% !important; }
  .u-4\/5\@tablet {
    width: 80% !important; }
  .u-5\/5\@tablet {
    width: 100% !important; } }

@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important; }
  .u-1\/2\@desktop {
    width: 50% !important; }
  .u-2\/2\@desktop {
    width: 100% !important; }
  .u-1\/3\@desktop {
    width: 33.33333% !important; }
  .u-2\/3\@desktop {
    width: 66.66667% !important; }
  .u-3\/3\@desktop {
    width: 100% !important; }
  .u-1\/4\@desktop {
    width: 25% !important; }
  .u-2\/4\@desktop {
    width: 50% !important; }
  .u-3\/4\@desktop {
    width: 75% !important; }
  .u-4\/4\@desktop {
    width: 100% !important; }
  .u-1\/5\@desktop {
    width: 20% !important; }
  .u-2\/5\@desktop {
    width: 40% !important; }
  .u-3\/5\@desktop {
    width: 60% !important; }
  .u-4\/5\@desktop {
    width: 80% !important; }
  .u-5\/5\@desktop {
    width: 100% !important; } }

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important; }

@media (min-width: 48em) {
  .u-mobile-show {
    display: none; } }

@media (max-width: 47.99em) {
  .u-mobile-hidden {
    display: none; } }

.u-centered {
  display: table;
  width: 100%;
  height: 100%; }

.u-centered__cell {
  display: table-cell;
  vertical-align: middle; }

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