/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, vendor/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, vendor/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, vendor/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, vendor/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, vendor/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, vendor/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, vendor/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, vendor/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, vendor/assets/stylesheets/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/assets/stylesheets/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, vendor/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, vendor/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, vendor/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, vendor/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, vendor/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, vendor/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, vendor/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, vendor/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}





@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
/* line 2, app/assets/stylesheets/base/fonts.scss */
html {
  font-size: 62.5%;
}

/* line 9, app/assets/stylesheets/base/fonts.scss */
body {
  font-family: "ff-enzo-web", sans-serif;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/base/mixins.scss */
.hidden-accessibly {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 70, app/assets/stylesheets/base/mixins.scss */
.only-on-small {
  display: none !important;
}

/* line 1, app/assets/stylesheets/base/defaults.scss */
body {
  background: #f6f6f6;
}

/* line 4, app/assets/stylesheets/base/defaults.scss */
body.has-white-background {
  background: #fff;
}

/* line 10, app/assets/stylesheets/base/defaults.scss */
html {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/base/defaults.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 19, app/assets/stylesheets/base/defaults.scss */
::selection {
  background: rgba(119, 119, 119, 0.4);
  color: inherit;
  text-shadow: inherit;
}

/* line 24, app/assets/stylesheets/base/defaults.scss */
img::selection {
  background: transparent;
}

/* line 25, app/assets/stylesheets/base/defaults.scss */
body {
  -webkit-tap-highlight-color: rgba(119, 119, 119, 0.4);
}

/* line 29, app/assets/stylesheets/base/defaults.scss */
h1 {
  color: #222;
}

/* line 33, app/assets/stylesheets/base/defaults.scss */
h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
}

/* line 55, app/assets/stylesheets/base/defaults.scss */
hr {
  border: 0;
  border-top: 0.1rem solid #ddd;
  height: 0;
  margin: 4rem 0;
}

/* line 63, app/assets/stylesheets/base/defaults.scss */
.turbolinks-progress-bar {
  background-color: #ea8c8f;
}

@font-face {
  font-family: 'ferdi-ocd';
  src: url(/assets/ferdi-ocd-927feee6d6fe885570347802a53765a53411473aa14922d6661e9d9942ba5470.eot?5ebxyw);
  src: url(/assets/ferdi-ocd-927feee6d6fe885570347802a53765a53411473aa14922d6661e9d9942ba5470.eot?5ebxyw#iefix) format("embedded-opentype"), url(/assets/ferdi-ocd-29b5a908d5a188c6c0c52b0fbcbac644fa3cb557787f1b14333b48da1f240ee5.ttf?5ebxyw) format("truetype"), url(/assets/ferdi-ocd-85f423dbb5d22cd6ba6dc75eaba7523b2d8adf3508212b2563af09b7069f2045.woff?5ebxyw) format("woff"), url(/assets/ferdi-ocd-953e081f6f2f868f2ca11588bb6b367f80b0f7d4f5e5e6ec633678e52d598315.svg?5ebxyw#ferdi-ocd) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 52, app/assets/stylesheets/base/icons.scss */
i[class^="icon-"],
i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ferdi-ocd' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-angle-down:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-angle-left:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-angle-right:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-angle-up:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-arrow-down:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-arrow-up:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-card:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-close:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-download:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-envelope:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-facebook:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-globe:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-info:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-map-marker:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-plus-square-o:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-search:before {
  content: "";
}

/* line 58, app/assets/stylesheets/base/icons.scss */
.icon-twitter:before {
  content: "";
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
/* line 2, app/assets/stylesheets/layouts/common.scss */
.layout.white {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/layouts/common.scss */
.layout.border-top {
  border-top: 0.1rem solid #e8e8e8;
}

/* line 10, app/assets/stylesheets/layouts/common.scss */
.layout-wrapper {
  margin: 0 auto;
}

/* line 13, app/assets/stylesheets/layouts/common.scss */
.layout-wrapper.space-below {
  margin-bottom: 8rem;
}

/* line 1, app/assets/stylesheets/layouts/2-col.scss */
.layout-2-col {
  padding: 4rem 0;
}

/* line 1, app/assets/stylesheets/modules/button.scss */
.button {
  background: transparent;
  border: 0;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 12, app/assets/stylesheets/modules/button.scss */
.button + .button {
  margin-left: 2rem;
}

/* line 15, app/assets/stylesheets/modules/button.scss */
.button.round {
  border-radius: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/* line 22, app/assets/stylesheets/modules/button.scss */
.button.shadow {
  background-color: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 1.5rem 2rem;
}

/* line 29, app/assets/stylesheets/modules/button.scss */
.button.shadow:hover {
  background-color: #f6f6f6;
  color: #000;
}

/* line 34, app/assets/stylesheets/modules/button.scss */
.button.shadow .button-icon {
  vertical-align: top;
}

/* line 35, app/assets/stylesheets/modules/button.scss */
.button.shadow .button-icon + .button-text {
  margin-left: 1rem;
}

/* line 36, app/assets/stylesheets/modules/button.scss */
.button.shadow .button-text + .button-icon {
  margin-left: 1rem;
}

/* line 39, app/assets/stylesheets/modules/button.scss */
.button.outline {
  border: 0.2rem solid;
  padding: 0.5rem 2rem;
}

/* line 44, app/assets/stylesheets/modules/button.scss */
.button.color-primary, .button.primary {
  color: #d72127;
}

/* line 49, app/assets/stylesheets/modules/button.scss */
.button.primary {
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/modules/button.scss */
.button.primary:hover {
  color: #222;
}

/* line 58, app/assets/stylesheets/modules/button.scss */
.button.color-primary:hover {
  color: #222;
}

/* line 61, app/assets/stylesheets/modules/button.scss */
.button.background-primary {
  background-color: #d72127;
  color: #fff;
  padding: 1.5rem 2rem;
}

/* line 65, app/assets/stylesheets/modules/button.scss */
.button.background-primary:hover {
  color: #ddd;
}

/* line 68, app/assets/stylesheets/modules/button.scss */
.button.outline.white {
  border-color: #fff;
  color: #fff;
}

/* line 72, app/assets/stylesheets/modules/button.scss */
.button.outline.white:hover {
  background-color: #fff;
  color: #222;
}

/* line 78, app/assets/stylesheets/modules/button.scss */
.button.outline.gray {
  border-color: #aaa;
  color: #aaa;
}

/* line 82, app/assets/stylesheets/modules/button.scss */
.button.outline.gray:hover {
  border-color: #ddd;
  color: #ddd;
}

/* line 88, app/assets/stylesheets/modules/button.scss */
.button.simple {
  font-size: 1.5rem;
  line-height: 3rem;
}

/* line 93, app/assets/stylesheets/modules/button.scss */
.button.discreet {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: normal;
}

/* line 98, app/assets/stylesheets/modules/button.scss */
.button.discreet:hover, .button.discreet:focus {
  color: #777;
}

/* line 103, app/assets/stylesheets/modules/button.scss */
.button.discreet .button-icon {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  vertical-align: sub;
}

/* line 110, app/assets/stylesheets/modules/button.scss */
.button.small {
  font-size: 1.3rem;
}

/* line 115, app/assets/stylesheets/modules/button.scss */
.button.icon-color-primary:hover, .button.icon-color-primary:focus,
.button.icon-color-primary .button-icon {
  color: #d72127;
}

/* line 119, app/assets/stylesheets/modules/button.scss */
.button.icon-color-blue:hover, .button.icon-color-blue:focus,
.button.icon-color-blue .button-icon {
  color: #2091a9;
}

/* line 123, app/assets/stylesheets/modules/button.scss */
.button.icon-only {
  color: #ccc;
  font-size: 1.5rem;
}

/* line 127, app/assets/stylesheets/modules/button.scss */
.button.icon-only:hover, .button.icon-only:focus {
  color: #777;
}

/* line 131, app/assets/stylesheets/modules/button.scss */
.button.icon-only .button-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

/* line 137, app/assets/stylesheets/modules/button.scss */
.button.icon-abs-right {
  position: relative;
}

/* line 140, app/assets/stylesheets/modules/button.scss */
.button.icon-abs-right .button-icon {
  position: absolute;
  right: 0;
}

/* line 146, app/assets/stylesheets/modules/button.scss */
.button.is-disabled {
  pointer-events: none;
}

/* line 150, app/assets/stylesheets/modules/button.scss */
.button-icon {
  font-size: 1.8rem;
  line-height: 1.8rem;
  vertical-align: sub;
}

/* line 155, app/assets/stylesheets/modules/button.scss */
.button-icon + .button-text {
  margin-left: 0.8rem;
}

/* line 156, app/assets/stylesheets/modules/button.scss */
.button-text + .button-icon {
  margin-left: 0.8rem;
}

/* line 1, app/assets/stylesheets/modules/card-buttons.scss */
.card-buttons {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  color: #999;
  text-align: center;
}

/* line 6, app/assets/stylesheets/modules/card-buttons.scss */
.card-buttons .button.outline {
  padding: 1.1rem 1.6rem;
}

/* line 10, app/assets/stylesheets/modules/card-buttons.scss */
.card-buttons-text {
  display: inline-block;
  margin: 0 2rem;
}

/* line 1, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
}

/* line 4, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator + .card-indicator {
  margin-top: 1.5rem;
}

/* line 8, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator:last-child {
  margin-bottom: 5rem;
}

/* line 12, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
}

/* line 19, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-nav-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 25, app/assets/stylesheets/modules/card-indicator.scss */
.chart.is-empty ~ .card-indicator-table {
  margin: 0 auto;
}

/* line 31, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody tr:hover {
  background-color: #ededed;
}

/* line 33, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody tr:hover td a {
  color: #777;
}

/* line 36, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody tr a, .card-indicator-table tbody tr label {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody th {
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody th a {
  color: #222;
}

/* line 48, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody td {
  color: #aaa;
  font-weight: 700;
}

/* line 51, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tbody td a {
  color: #aaa;
}

/* line 55, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table [data-toggle="popover"] {
  cursor: help;
  padding: 0 0.2rem;
}

/* line 60, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table-caption:before, .card-indicator.is-comparison .card-indicator-table-caption:after {
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 1.2rem;
  margin-right: 0.6rem;
  width: 1.2rem;
}

/* line 72, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table-caption:before, .card-indicator.is-comparison .card-indicator-table-caption:after {
  height: 1rem;
  width: 1rem;
}

/* line 78, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table-caption:before {
  margin-right: 0.3rem;
}

/* line 83, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table-checkbox {
  margin-right: 1rem;
}

/* line 87, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(1) .card-indicator-table-caption:before {
  background: #d72127 !important;
}

/* line 88, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(2) .card-indicator-table-caption:before {
  background: #68193e !important;
}

/* line 89, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(3) .card-indicator-table-caption:before {
  background: #ffbaa5 !important;
}

/* line 90, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(4) .card-indicator-table-caption:before {
  background: #ad1318 !important;
}

/* line 91, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(5) .card-indicator-table-caption:before {
  background: #f14d52 !important;
}

/* line 92, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(6) .card-indicator-table-caption:before {
  background: #840004 !important;
}

/* line 93, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(7) .card-indicator-table-caption:before {
  background: #d15da7 !important;
}

/* line 94, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(8) .card-indicator-table-caption:before {
  background: #6fb6da !important;
}

/* line 95, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(9) .card-indicator-table-caption:before {
  background: #011c4c !important;
}

/* line 96, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-table tr:nth-child(10) .card-indicator-table-caption:before {
  background: #b4e6d5 !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(1) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(1) .card-indicator-table-caption:after {
  background: #6fb6da !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(2) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(2) .card-indicator-table-caption:after {
  background: #011c4c !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(3) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(3) .card-indicator-table-caption:after {
  background: #b4e6d5 !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(4) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(4) .card-indicator-table-caption:after {
  background: #208aa9 !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(5) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(5) .card-indicator-table-caption:after {
  background: #70b4ab !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(6) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(6) .card-indicator-table-caption:after {
  background: #00426c !important;
}

/* line 100, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator.is-comparison .card-indicator-table tr:nth-child(7) .card-indicator-table-scores-country:last-child .card-indicator-table-caption:before,
.card-indicator.is-comparison .card-indicator-table tr:nth-child(7) .card-indicator-table-caption:after {
  background: #357a5e !important;
}

/* line 116, app/assets/stylesheets/modules/card-indicator.scss */
.card-indicator-missing-values-message {
  color: #777;
}

/* line 3, app/assets/stylesheets/modules/chart.scss */
.chart.is-empty {
  display: none;
}

/* line 36, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-root {
  font-family: "ff-enzo-web", sans-serif !important;
}

/* line 40, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-axis-title,
.chart .highcharts-axis-labels text {
  color: #555;
}

/* line 45, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-axis-line,
.chart .highcharts-grid-line {
  stroke: #ccc;
}

/* line 50, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-tooltip-box {
  fill: #fff;
  fill-opacity: 1;
  stroke: #ededed;
  stroke-width: 1;
}

/* line 57, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-tooltip text {
  font-size: 1.4rem !important;
}

/* line 60, app/assets/stylesheets/modules/chart.scss */
.chart .highcharts-tooltip text tspan:first-child {
  font-size: 1.6rem !important;
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/modules/chart.scss */
.chart.chart-bar .highcharts-xaxis-grid {
  display: none;
}

/* line 70, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line {
  height: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

/* line 76, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 4.4rem;
  width: 100%;
}

/* line 87, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-min,
.chart.chart-line .chart-line-max,
.chart.chart-line .chart-line-cursor {
  position: absolute;
  text-align: center;
  top: 3.7rem;
}

/* line 94, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-min:before,
.chart.chart-line .chart-line-max:before,
.chart.chart-line .chart-line-cursor:before {
  display: block;
  margin: 0 auto 0.8rem;
}

/* line 102, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-min:before,
.chart.chart-line .chart-line-max:before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
}

/* line 111, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-min {
  left: 0;
}

/* line 115, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-max {
  right: -0.5rem;
}

/* line 119, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-cursor {
  transform: translateX(-50%);
}

/* line 122, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-cursor:before {
  border-bottom: 1.6rem solid #d72127;
  border-left: 0.95rem solid transparent;
  border-right: 0.95rem solid transparent;
  height: 0;
  content: "";
  width: 0;
}

/* line 131, app/assets/stylesheets/modules/chart.scss */
.chart.chart-line .chart-line-cursor-1:before {
  border-bottom-color: #208aa9;
}

/* line 140, app/assets/stylesheets/modules/chart.scss */
.chart.chart-radar {
  height: 35rem;
}

/* line 1, app/assets/stylesheets/modules/country.scss */
.country {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/modules/country.scss */
.country-flag {
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 10, app/assets/stylesheets/modules/country.scss */
.country-flag, .country-flag:after {
  border-radius: 0.2rem;
}

/* line 15, app/assets/stylesheets/modules/country.scss */
.country-flag:after {
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 26, app/assets/stylesheets/modules/country.scss */
.country-flag,
.country-flag img {
  height: 2rem;
}

/* line 32, app/assets/stylesheets/modules/country.scss */
.country-title {
  margin: 0;
}

/* line 34, app/assets/stylesheets/modules/country.scss */
.country-title .discreet {
  color: #777;
}

/* line 37, app/assets/stylesheets/modules/country.scss */
.country-data {
  border-top: 0.1rem solid #ededed;
  color: #777;
  padding: 1rem 0;
}

/* line 42, app/assets/stylesheets/modules/country.scss */
.country-data-title {
  color: #999;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

/* line 52, app/assets/stylesheets/modules/country.scss */
.country-data-category + .country-data-category {
  margin-top: 2.5rem;
}

/* line 56, app/assets/stylesheets/modules/country.scss */
.country-data-category.is-first .country-data-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 60, app/assets/stylesheets/modules/country.scss */
.country-data strong {
  color: #222;
}

/* line 62, app/assets/stylesheets/modules/country.scss */
.country-data p {
  line-height: 2rem;
  margin: 1rem 0;
}

/* line 67, app/assets/stylesheets/modules/country.scss */
.country-data [title] {
  cursor: help;
}

/* line 72, app/assets/stylesheets/modules/country.scss */
.country-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 77, app/assets/stylesheets/modules/country.scss */
.country-item-children {
  font-size: 1.3rem;
  color: #999;
  line-height: 2rem;
  margin-top: 0;
}

/* line 83, app/assets/stylesheets/modules/country.scss */
.country-item-children a {
  color: #555;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/modules/country.scss */
.country-item-children a:hover, .country-item-children a:focus {
  color: #3e3e3e;
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/modules/country.scss */
.country-item-buttons {
  border-bottom: 0.1rem solid #ededed;
  border-top: 0.1rem solid #ededed;
  line-height: 3rem;
  padding: 0.5rem 0;
  text-align: center;
}

/* line 102, app/assets/stylesheets/modules/country.scss */
.country-suggestion {
  color: #aaa;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2rem;
  margin: 0 auto;
  max-width: 44rem;
  text-align: center;
}

/* line 111, app/assets/stylesheets/modules/country.scss */
.country-suggestion a {
  color: #aaa;
}

/* line 113, app/assets/stylesheets/modules/country.scss */
.country-suggestion a:hover, .country-suggestion a:focus {
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/modules/country.scss */
.country-suggestion .icon {
  font-size: 2.4rem;
  margin: 0 0.5rem;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/modules/cover.scss */
.cover {
  background: #1d1c24;
  position: relative;
}

/* line 5, app/assets/stylesheets/modules/cover.scss */
.cover-image {
  background: center center no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 17, app/assets/stylesheets/modules/cover.scss */
.cover-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 75.5rem;
  width: 100%;
}

/* line 24, app/assets/stylesheets/modules/cover.scss */
.cover-title {
  color: #fff;
  font-weight: normal;
  margin: 0 0 2.5rem;
  text-align: center;
}

/* line 30, app/assets/stylesheets/modules/cover.scss */
.cover-title strong {
  display: block;
}

/* line 33, app/assets/stylesheets/modules/cover.scss */
.cover-block {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.4rem;
  color: #fff;
  padding: 4.5rem 6.5rem;
}

/* line 39, app/assets/stylesheets/modules/cover.scss */
.cover-block-section {
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/modules/cover.scss */
.cover-block-section + .cover-block-section {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-top: 2.5rem;
}

/* line 47, app/assets/stylesheets/modules/cover.scss */
.cover-block-section-search {
  overflow: visible;
}

/* line 50, app/assets/stylesheets/modules/cover.scss */
.cover-block-title {
  color: #d72127;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 0 2rem;
  text-transform: uppercase;
}

/* line 60, app/assets/stylesheets/modules/cover.scss */
.cover-block-text p {
  margin: 0 0 2.5rem;
}

/* line 63, app/assets/stylesheets/modules/cover.scss */
.cover-block-credit {
  align-items: center;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
  line-height: 1.6rem;
  padding: 1.6rem 0;
  width: 24rem;
}

/* line 73, app/assets/stylesheets/modules/cover.scss */
.cover-block-credit-text {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  margin-right: 2.2rem;
  opacity: 0.5;
  padding-right: 2.2rem;
  text-align: right;
}

/* line 81, app/assets/stylesheets/modules/cover.scss */
.cover-block-credit-logo {
  display: block;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

/* line 86, app/assets/stylesheets/modules/cover.scss */
.cover-block-credit-logo:hover {
  opacity: 1;
}

/* line 88, app/assets/stylesheets/modules/cover.scss */
.cover-block-credit-logo svg {
  fill: #fff;
  height: 2.5rem;
  width: 5.7rem;
}

/* line 1, app/assets/stylesheets/modules/entry.scss */
.entry {
  clear: both;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/modules/entry.scss */
.entry-publication .entry-image {
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/modules/entry.scss */
.entry-publication .entry-image img {
  box-shadow: -0.5rem 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/modules/entry.scss */
.entry-image {
  align-items: center;
  background-color: #ededed;
  color: #999;
  display: flex;
  justify-content: center;
}

/* line 20, app/assets/stylesheets/modules/entry.scss */
.entry-image img {
  max-width: 100%;
}

/* line 24, app/assets/stylesheets/modules/entry.scss */
.entry-image svg {
  height: 40%;
  width: 40%;
}

/* line 30, app/assets/stylesheets/modules/entry.scss */
.entry-meta {
  color: #999;
  font-size: 1.2rem;
}

/* line 35, app/assets/stylesheets/modules/entry.scss */
.entry-tag {
  color: #d72127;
}

/* line 38, app/assets/stylesheets/modules/entry.scss */
.entry-tag:before {
  color: #ccc;
  content: "•";
  display: inline-block;
  margin: 0 0.5rem;
}

/* line 46, app/assets/stylesheets/modules/entry.scss */
.entry-title {
  font-size: 2.2rem;
  line-height: 3rem;
}

/* line 50, app/assets/stylesheets/modules/entry.scss */
.entry-title, .entry-title a {
  color: #222;
}

/* line 54, app/assets/stylesheets/modules/entry.scss */
.entry-title a {
  display: block;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/modules/entry.scss */
.entry-text {
  color: #777;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

/* line 3, app/assets/stylesheets/modules/featured-indicator.scss */
.featured-indicator-name {
  border-top: 0.1rem solid #ededed;
  color: #222;
  margin: 2.5rem 0;
  padding-top: 2.5rem;
}

/* line 9, app/assets/stylesheets/modules/featured-indicator.scss */
.featured-indicator-name-icon {
  color: #d72127;
  margin: 0 1rem 0 0.2rem;
  vertical-align: top;
}

/* line 16, app/assets/stylesheets/modules/featured-indicator.scss */
.featured-indicator-text {
  color: #777;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}

/* line 22, app/assets/stylesheets/modules/featured-indicator.scss */
.featured-indicator-text p {
  margin: 0;
}

/* line 25, app/assets/stylesheets/modules/featured-indicator.scss */
.featured-indicator .map-caption {
  border: 0;
  box-shadow: 0;
}

/* line 1, app/assets/stylesheets/modules/footer.scss */
.footer {
  border-top: 0.1rem solid #ededed;
}

/* line 5, app/assets/stylesheets/modules/footer.scss */
.footer-about-title {
  border-bottom: 0.1rem solid #e8e8e8;
  color: #222;
  font-weight: normal;
  margin: 0;
}

/* line 13, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-logo {
  align-items: center;
  background-color: #d72127;
  display: flex;
  float: left;
  height: 4rem;
  justify-content: center;
  margin-right: 1.5rem;
  padding: 0.5rem;
  width: 5.4rem;
}

/* line 24, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-logo svg {
  height: 2.6rem;
  width: 4.4rem;
}

/* line 30, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-name, .footer-about-ferdi-org {
  margin-left: 6.9rem;
}

/* line 35, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-name {
  display: block;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-org {
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-contact-info {
  color: #777;
}

/* line 48, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-numbers {
  margin: 0;
}

/* line 51, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-numbers-label {
  clear: left;
  float: left;
  margin-right: 1rem;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-numbers-text {
  margin-left: 0;
}

/* line 60, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

/* line 65, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  transition: opacity 0.2s ease;
}

/* line 73, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link svg {
  width: 2rem;
  height: 2rem;
}

/* line 78, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link:hover {
  opacity: 0.8;
}

/* line 83, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link-x svg {
  fill: #000000;
}

/* line 87, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link-linkedin svg {
  fill: #0A66C2;
}

/* line 91, app/assets/stylesheets/modules/footer.scss */
.footer-about-ferdi-social .footer-social-link-bluesky svg {
  fill: #0185fe;
}

/* line 98, app/assets/stylesheets/modules/footer.scss */
.footer-about-partners-item {
  display: inline-block;
}

/* line 101, app/assets/stylesheets/modules/footer.scss */
.footer-about-partners-item + .footer-about-partners-item {
  margin-left: 2.5rem;
}

/* line 102, app/assets/stylesheets/modules/footer.scss */
.footer-about-partners-item a {
  display: block;
}

/* line 103, app/assets/stylesheets/modules/footer.scss */
.footer-about-partners-item img {
  height: 7.5rem;
}

/* line 108, app/assets/stylesheets/modules/footer.scss */
.footer-about-partners-items, .footer-links-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 113, app/assets/stylesheets/modules/footer.scss */
.footer-links {
  font-size: 1.4rem;
  line-height: 5.6rem;
}

/* line 117, app/assets/stylesheets/modules/footer.scss */
.footer-links-wrapper {
  position: relative;
}

/* line 121, app/assets/stylesheets/modules/footer.scss */
.footer-links a {
  color: #fff;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/modules/footer.scss */
.footer-links-logo {
  display: block;
  line-height: 0;
  padding: 1.5rem 0;
}

/* line 131, app/assets/stylesheets/modules/footer.scss */
.footer-links-logo svg {
  fill: #fff;
  height: 2.5rem;
  width: 5.7rem;
}

/* line 138, app/assets/stylesheets/modules/footer.scss */
.footer-links-item {
  display: inline-block;
}

/* line 141, app/assets/stylesheets/modules/footer.scss */
.footer-links-item + .footer-links-item {
  margin-left: 3rem;
}

/* line 1, app/assets/stylesheets/modules/image.scss */
.image {
  clear: both;
  margin-bottom: 3rem;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/modules/image.scss */
.image.image-left {
  float: left;
  margin-right: 3rem;
}

/* line 10, app/assets/stylesheets/modules/image.scss */
.image.image-left + * {
  clear: right;
}

/* line 13, app/assets/stylesheets/modules/image.scss */
.image.image-right {
  float: right;
  margin-left: 3rem;
}

/* line 17, app/assets/stylesheets/modules/image.scss */
.image.image-right + * {
  clear: left;
}

/* line 4, app/assets/stylesheets/modules/header.scss */
.header {
  background-color: #3a3d41;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  color: #ddd;
  font-size: 1.3rem;
  font-weight: bold;
  height: 5.5rem;
  line-height: 5.5rem;
  text-transform: uppercase;
  width: 100%;
}

/* line 15, app/assets/stylesheets/modules/header.scss */
.header.transparent {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* line 23, app/assets/stylesheets/modules/header.scss */
.header a {
  color: #ddd;
  display: block;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 30, app/assets/stylesheets/modules/header.scss */
.header a:hover {
  color: #fff;
}

/* line 33, app/assets/stylesheets/modules/header.scss */
.header-logo {
  float: left;
}

/* line 36, app/assets/stylesheets/modules/header.scss */
.header-logo svg {
  background-color: #d72127;
  float: left;
  height: 5.5rem;
  margin-right: 1.3rem;
  padding: 0.5rem;
  width: 6.4rem;
}

/* line 45, app/assets/stylesheets/modules/header.scss */
.header-logo-long {
  display: none;
}

/* line 49, app/assets/stylesheets/modules/header.scss */
.header-nav-items, .header-nav-locales {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 54, app/assets/stylesheets/modules/header.scss */
.header-nav-item, .header-nav-locale {
  display: block;
  float: left;
}

/* line 61, app/assets/stylesheets/modules/header.scss */
.header-nav-locales a {
  opacity: 0.5;
}

/* line 64, app/assets/stylesheets/modules/header.scss */
.header-nav-locales a.is-active {
  color: #fff;
  opacity: 1;
}

/* line 72, app/assets/stylesheets/modules/header.scss */
.header-mobile-nav, .header-mobile-nav-overlay {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/indicator.scss */
.indicator {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
}

/* line 4, app/assets/stylesheets/modules/indicator.scss */
.indicator-title {
  margin: 0;
}

/* line 8, app/assets/stylesheets/modules/indicator.scss */
.indicator-subtitle {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 4rem 0 2rem;
  text-transform: uppercase;
}

/* line 16, app/assets/stylesheets/modules/indicator.scss */
.indicator-subtitle:first-child {
  margin-top: 0;
}

/* line 21, app/assets/stylesheets/modules/indicator.scss */
.indicator-history {
  font-size: 1.6rem;
  font-weight: 700;
}

/* line 26, app/assets/stylesheets/modules/indicator.scss */
.indicator-methodology {
  color: #777;
  line-height: 2.2rem;
}

/* line 30, app/assets/stylesheets/modules/indicator.scss */
.indicator-methodology p {
  margin: 0 0 2rem;
}

/* line 34, app/assets/stylesheets/modules/indicator.scss */
.indicator-methodology a {
  color: #222;
  border-bottom: 0.2rem solid #ccc;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/modules/indicator.scss */
.indicator-methodology a:hover, .indicator-methodology a:focus {
  border-bottom-color: #d72127;
}

/* line 46, app/assets/stylesheets/modules/indicator.scss */
.indicator-children-items, .indicator-aside-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 51, app/assets/stylesheets/modules/indicator.scss */
.indicator-children-item {
  border-bottom: 0.1rem solid #ededed;
  padding: 1rem 0;
  position: relative;
}

/* line 56, app/assets/stylesheets/modules/indicator.scss */
.indicator-children-item-name {
  color: #222;
}

/* line 60, app/assets/stylesheets/modules/indicator.scss */
.indicator-children-item-link {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table {
  margin-top: 4rem;
}

/* line 4, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-header {
  margin-bottom: 2rem;
}

/* line 8, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-wrapper {
  max-height: 500px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 14, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-content {
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
}

/* line 19, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-content th,
.indicator-values-table-content td {
  border: 0.1rem solid #ededed;
  padding: 1rem 1.5rem;
  text-align: left;
}

/* line 26, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-content th {
  background-color: #fff;
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 36, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-content td {
  color: #777;
  font-size: 1.4rem;
}

/* line 42, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-country-header {
  min-width: 20rem;
  position: sticky;
  left: 0;
  z-index: 2 !important;
}

/* line 49, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-year-header {
  min-width: 10rem;
  text-align: right !important;
}

/* line 54, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-country-cell {
  background-color: #fff;
  color: #222;
  font-weight: 700;
  position: sticky;
  left: 0;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-country-cell a {
  color: #222;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-country-cell a:hover, .indicator-values-table-country-cell a:focus {
  color: #d72127;
}

/* line 73, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-value-cell {
  background-color: #fff;
  text-align: right !important;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/modules/indicator-values-table.scss */
.indicator-values-table-empty {
  color: #ccc;
}

/* line 3, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subtitle {
  font-weight: 700;
}

/* line 7, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-items, .list-countries-subitems {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-caption {
  color: #777;
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 3rem;
  text-align: right;
}

/* line 21, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem em {
  background-color: #fbf3b2;
  font-style: normal;
}

/* line 26, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem-link {
  font-weight: normal;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem-link:hover, .list-countries-subitem-link:focus {
  color: #555;
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem.is-ref a {
  color: #999;
  font-style: italic;
}

/* line 41, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem.is-ref a:hover, .list-countries-subitem.is-ref a:focus {
  color: #555;
}

/* line 46, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem.is-ref a em {
  font-style: italic;
}

/* line 51, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem label {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/modules/list-countries.scss */
.list-countries-subitem.is-ref:after, .list-countries-caption:before {
  color: #d72127;
  content: '*';
  display: inline;
  font-style: normal;
}

/* line 64, app/assets/stylesheets/modules/list-countries.scss */
.list-countries input[type="checkbox"] {
  margin-right: 0.5rem;
  transform: translateY(0.1rem);
}

/* line 3, app/assets/stylesheets/modules/list-entries.scss */
.list-entries-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 9, app/assets/stylesheets/modules/list-entries.scss */
.list-entries-item + .list-entries-item {
  margin-top: 7.5rem;
}

/* line 15, app/assets/stylesheets/modules/list-entries.scss */
.list-entries-pagination {
  margin: 8rem 0 6rem;
  text-align: center;
}

/* line 2, app/assets/stylesheets/modules/list-indicators.scss */
.list-indicators-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/modules/list-indicators.scss */
.list-indicators-items.level-0 {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  padding: 0;
}

/* line 12, app/assets/stylesheets/modules/list-indicators.scss */
.list-indicators-item button {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, app/assets/stylesheets/modules/list-indicators.scss */
form .list-indicators-item-label {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/modules/map.scss */
.map-svg {
  display: block;
  height: 45rem;
  width: 100%;
}

/* line 9, app/assets/stylesheets/modules/map.scss */
.map-svg .background {
  fill: none;
  pointer-events: all;
}

/* line 14, app/assets/stylesheets/modules/map.scss */
.map-svg .feature {
  fill: #e8e8e8;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/modules/map.scss */
.map-svg .mesh {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 26, app/assets/stylesheets/modules/map.scss */
.map-svg path {
  stroke: #fff;
  fill: #e8e8e8;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/modules/map.scss */
.map-svg path.is-disabled {
  cursor: default;
}

/* line 36, app/assets/stylesheets/modules/map.scss */
.map-svg path.color-q0 {
  fill: #f9c9cb;
}

/* line 37, app/assets/stylesheets/modules/map.scss */
.map-svg path.color-q1 {
  fill: #ea8c8f;
}

/* line 38, app/assets/stylesheets/modules/map.scss */
.map-svg path.color-q2 {
  fill: #d25256;
}

/* line 39, app/assets/stylesheets/modules/map.scss */
.map-svg path.color-q3 {
  fill: #be383c;
}

/* line 42, app/assets/stylesheets/modules/map.scss */
.map-tooltip {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  border-color: #ededed;
  color: #555;
  display: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -120%);
  z-index: 1000;
}

/* line 55, app/assets/stylesheets/modules/map.scss */
.map-tooltip:before, .map-tooltip:after {
  display: inline-block;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/* line 64, app/assets/stylesheets/modules/map.scss */
.map-tooltip:before {
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
  border-top: 0.9rem solid #ededed;
  bottom: -0.9rem;
}

/* line 71, app/assets/stylesheets/modules/map.scss */
.map-tooltip:after {
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  bottom: -0.7rem;
}

/* line 78, app/assets/stylesheets/modules/map.scss */
.map-tooltip var {
  display: block;
  color: #d72127;
  font-size: 3.2rem;
  font-style: normal;
}

/* line 86, app/assets/stylesheets/modules/map.scss */
.map-caption {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border-color: #999;
  border-radius: 0.5rem;
  bottom: 1.5rem;
  color: #777;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 2.4rem;
  padding: 1rem 2rem 1rem 1.2rem;
  position: absolute;
}

/* line 99, app/assets/stylesheets/modules/map.scss */
.map-caption-wrapper {
  position: relative;
}

/* line 103, app/assets/stylesheets/modules/map.scss */
.map-caption-color {
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  width: 1.4rem;
}

/* line 113, app/assets/stylesheets/modules/map.scss */
.map-caption-color.color-q0 {
  background-color: #f9c9cb !important;
}

/* line 114, app/assets/stylesheets/modules/map.scss */
.map-caption-color.color-q1 {
  background-color: #ea8c8f !important;
}

/* line 115, app/assets/stylesheets/modules/map.scss */
.map-caption-color.color-q2 {
  background-color: #d25256 !important;
}

/* line 116, app/assets/stylesheets/modules/map.scss */
.map-caption-color.color-q3 {
  background-color: #be383c !important;
}

/* line 1, app/assets/stylesheets/modules/map-country.scss */
.map-country {
  background-color: #b0ddea;
}

/* line 4, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg {
  display: block;
  width: 100%;
}

/* line 8, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg .background {
  fill: none;
  pointer-events: all;
}

/* line 13, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg .feature {
  fill: #f6f6f6;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg .mesh {
  fill: none;
  stroke: #aaa;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 25, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg path {
  stroke: #aaa;
  fill: #f6f6f6;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg path.is-active.is-first {
  fill: #d25256;
}

/* line 35, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg path.is-active.is-second {
  fill: #3b6a88;
}

/* line 40, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg path.is-disabled {
  cursor: default;
}

/* line 45, app/assets/stylesheets/modules/map-country.scss */
.map-country-svg .capital {
  fill: #222;
  height: 2rem;
  pointer-events: none;
  width: 2rem;
}

/* line 1, app/assets/stylesheets/modules/pagination.scss */
.pagination {
  font-size: 0;
  font-weight: bold;
  line-height: 4rem;
}

/* line 6, app/assets/stylesheets/modules/pagination.scss */
.pagination .page {
  font-size: 1.2rem;
  display: inline-block;
}

/* line 10, app/assets/stylesheets/modules/pagination.scss */
.pagination .page.current, .pagination .page.gap,
.pagination .page > a {
  box-sizing: border-box;
  width: 4.4rem;
}

/* line 17, app/assets/stylesheets/modules/pagination.scss */
.pagination .page.current {
  background-color: #d72127;
  border: 0.2rem solid #d72127;
  color: #fff;
}

/* line 23, app/assets/stylesheets/modules/pagination.scss */
.pagination .page.gap {
  border: 0.2rem solid;
  color: #ccc;
}

/* line 28, app/assets/stylesheets/modules/pagination.scss */
.pagination .page > a {
  border: 0.2rem solid;
  color: #aaa;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 35, app/assets/stylesheets/modules/pagination.scss */
.pagination .page > a:hover, .pagination .page > a:focus {
  color: #3e3e3e;
}

/* line 41, app/assets/stylesheets/modules/pagination.scss */
.pagination .page + .page {
  margin-left: 1rem;
}

/* line 4, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-section.no-matches {
  display: none;
}

/* line 6, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-section-title {
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/* line 13, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-section-title .button {
  transform: translateY(-0.3rem);
}

/* line 16, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-section-title .button .button-icon {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

/* line 22, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-section-title-score {
  float: right;
}

/* line 28, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-items {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.4rem;
}

/* line 34, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries.is-searching .panel-countries-item {
  display: none;
}

/* line 37, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries.is-searching .panel-countries-item.is-matching {
  display: list-item;
}

/* line 38, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries.is-searching .panel-countries-item.is-selected .panel-countries-item-link {
  color: #3e3e3e;
  font-weight: 700;
}

/* line 45, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item.is-active .panel-countries-item-link {
  color: #2091a9;
  font-weight: 700;
}

/* line 51, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item.is-active.is-first .panel-countries-item-link {
  color: #d72127;
}

/* line 56, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-link, .panel-countries-item-plus {
  display: inline-block;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-link {
  color: #555;
}

/* line 66, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-link:hover, .panel-countries-item-link:focus {
  color: #000;
  text-decoration: underline;
}

/* line 72, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-score {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 77, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-score.q0 {
  color: #f49b9f;
}

/* line 78, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-score.q1 {
  color: #e26165;
}

/* line 79, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-score.q2 {
  color: #bf3236;
}

/* line 80, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item-score.q3 {
  color: #972c30;
}

/* line 83, app/assets/stylesheets/modules/panel-countries.scss */
.panel-countries-item em {
  background-color: #fbf3b2;
  font-style: normal;
}

/* line 7, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/ruby/4.0.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 10, app/assets/stylesheets/modules/popover.scss */
.popover {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  border-color: #ddd;
  color: #777;
  font-family: "ff-enzo-web", sans-serif;
  font-size: 1.5rem;
  padding: 0;
}

/* line 1, app/assets/stylesheets/modules/preview-data.scss */
.preview-data {
  margin: 5rem 0;
  overflow: auto;
  width: 100%;
}

/* line 7, app/assets/stylesheets/modules/preview-data.scss */
.preview-data table td {
  border: 0.1rem solid #ccc;
  padding: 1rem;
}

/* line 1, app/assets/stylesheets/modules/search-box.scss */
.search-box {
  display: flex;
  height: 3.8rem;
  justify-content: space-between;
  visibility: hidden;
  width: 100%;
}

/* line 10, app/assets/stylesheets/modules/search-box.scss */
.search-box.gray > * {
  background-color: #f6f6f6;
}

/* line 15, app/assets/stylesheets/modules/search-box.scss */
.search-box.shadow {
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}

/* line 19, app/assets/stylesheets/modules/search-box.scss */
.search-box.shadow > * {
  border: 0.1rem solid #f6f6f6;
}

/* line 24, app/assets/stylesheets/modules/search-box.scss */
.search-box > * {
  background-color: #fff;
  border: 0.1rem solid #e8e8e8;
}

/* line 29, app/assets/stylesheets/modules/search-box.scss */
.search-box-input,
.search-box .algolia-autocomplete {
  flex-grow: 1;
}

/* line 34, app/assets/stylesheets/modules/search-box.scss */
.search-box-input {
  border-radius: 0.2rem 0 0 0.2rem;
  border-right: 0 !important;
  color: #555;
  padding: 1rem 0 1rem 2rem;
}

/* line 41, app/assets/stylesheets/modules/search-box.scss */
.search-box-button {
  border-radius: 0 0.2rem 0.2rem 0;
  border-left: 0 !important;
  color: #ccc;
  padding: 0 2rem;
}

/* line 48, app/assets/stylesheets/modules/search-box.scss */
.search-box.large {
  background-color: transparent;
  height: 5.6rem;
}

/* line 52, app/assets/stylesheets/modules/search-box.scss */
.search-box.large > * {
  border: 0;
}

/* line 54, app/assets/stylesheets/modules/search-box.scss */
.search-box.large .search-box-input {
  background-color: #fff;
  border-radius: 0;
  color: #777;
}

/* line 60, app/assets/stylesheets/modules/search-box.scss */
.search-box.large .search-box-button {
  align-items: center;
  display: flex;
}

/* line 65, app/assets/stylesheets/modules/search-box.scss */
.search-box.large .aa-dropdown-menu {
  border: 0;
  transform: translateX(-4.5rem);
  width: 62.5rem;
}

/* line 72, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete {
  border-right: 0;
  width: 100%;
}

/* line 76, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .search-box-input {
  border: 0;
  height: 100%;
}

/* line 81, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-input,
.search-box .algolia-autocomplete .aa-hint {
  width: 100%;
}

/* line 86, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-hint {
  color: #999;
}

/* line 90, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu {
  background-color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  color: #555;
  font-size: 1.6rem;
}

/* line 97, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  border-top: 0.1rem solid #e8e8e8;
  cursor: pointer;
  padding: 0.6rem 1.6rem;
}

/* line 102, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:first-child {
  border: 0;
}

/* line 104, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #ededed;
}

/* line 108, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}

/* line 114, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion-label {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/* line 120, app/assets/stylesheets/modules/search-box.scss */
.search-box .algolia-autocomplete .aa-dropdown-menu .aa-suggestion-label:before {
  content: "– ";
}

/* line 1, app/assets/stylesheets/modules/section.scss */
.section {
  border-top: 0.1rem solid #ccc;
  clear: both;
  margin: 3rem 0;
  padding-top: 3rem;
  position: relative;
}

/* line 8, app/assets/stylesheets/modules/section.scss */
.section-title {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/modules/section.scss */
.section-text + .section-title, .image + .section-title {
  margin-top: 4rem;
}

/* line 17, app/assets/stylesheets/modules/section.scss */
.section-title, .section-text {
  max-width: 60rem;
}

/* line 21, app/assets/stylesheets/modules/section.scss */
.image + .section-title, .section-title.full-width, .image + .section-text, .section-text.full-width {
  max-width: none;
}

/* line 25, app/assets/stylesheets/modules/section.scss */
.section-text {
  color: #777;
  line-height: 2.4rem;
}

/* line 30, app/assets/stylesheets/modules/section.scss */
.section-text a {
  color: #222;
  border-bottom: 0.2rem solid #ccc;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/modules/section.scss */
.section-text a:hover, .section-text a:focus {
  border-bottom-color: #d72127;
}

/* line 42, app/assets/stylesheets/modules/section.scss */
.section-resources-title {
  color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 0;
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/modules/section.scss */
.section-resources-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

/* line 56, app/assets/stylesheets/modules/section.scss */
.section-resources-item {
  border-bottom: 0.1rem solid #ededed;
  padding: 1rem 0;
}

/* line 1, app/assets/stylesheets/modules/select-year-form.scss */
.select-year-form {
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
}

/* line 7, app/assets/stylesheets/modules/select-year-form.scss */
.select-year-form form {
  margin: 0;
}

/* line 11, app/assets/stylesheets/modules/select-year-form.scss */
.select-year-form-select {
  padding: 0.5rem;
}

/* line 2, app/assets/stylesheets/modules/share.scss */
.top-nav .share {
  float: right;
}

/* line 7, app/assets/stylesheets/modules/share.scss */
.country .share .button {
  padding: 1.4rem 0;
}

/* line 12, app/assets/stylesheets/modules/share.scss */
.share .button {
  margin-left: 1.5rem;
}

/* line 1, app/assets/stylesheets/modules/title-bar.scss */
.title-bar {
  border-left: 0.6rem solid #d72127;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
}

/* line 1, app/assets/stylesheets/modules/top-nav.scss */
.top-nav {
  margin: 2.5rem 0 2rem;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #555;
  line-height: 1rem;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item {
  display: inline;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-right: 0.8rem;
}

/* line 23, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item.current {
  font-weight: 700;
}

/* line 27, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item > a {
  border-bottom: 0.1rem solid transparent;
  color: #777;
  display: inline-block;
  text-decoration: none;
  transition: border 0.2s ease;
}

/* line 34, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item > a:hover {
  border-bottom-color: currentColor;
}

/* line 39, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item:last-child > a {
  border: 0;
  color: #555;
  cursor: default;
  pointer-events: none;
}

/* line 50, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item .discreet {
  color: #999;
}

/* line 53, app/assets/stylesheets/modules/top-nav.scss */
.top-nav-breadcrumbs-item + .top-nav-breadcrumbs-item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ferdi-ocd' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #d72127;
  font-size: 1.5rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.2rem;
}

/* line 1, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 11, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal-overlay.is-open {
  display: block;
}

/* line 16, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal {
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  padding: 3rem 5rem;
  left: 50%;
  max-height: 90vh;
  max-width: 60rem;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1001;
}

/* line 33, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__header {
  border-bottom: 0.1rem solid #f6f6f6;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}

/* line 40, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__title {
  color: #222;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}

/* line 47, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__close {
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s;
}

/* line 60, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__close:hover {
  color: #222;
}

/* line 65, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__body {
  margin-bottom: 2rem;
}

/* line 69, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__section {
  margin-bottom: 2.5rem;
}

/* line 72, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__section:last-child {
  margin-bottom: 0;
}

/* line 77, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__section-title {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 84, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__option {
  margin-bottom: 1rem;
}

/* line 87, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__option label {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  gap: 1rem;
}

/* line 95, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__option label input[type="radio"],
.export-options-modal__option label input[type="checkbox"] {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__footer {
  border-top: 0.1rem solid #f6f6f6;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding-top: 2rem;
}

/* line 118, app/assets/stylesheets/modules/export-options-modal.scss */
.export-options-modal__help-text {
  color: #aaa;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

/* line 125, app/assets/stylesheets/modules/export-options-modal.scss */
body.export-options-modal-open {
  overflow: hidden;
}

@media only screen and (max-width: 767.9px) {
  /* line 69, app/assets/stylesheets/base/mixins.scss */
  .hidden-on-small {
    display: none !important;
  }

  /* line 70, app/assets/stylesheets/base/mixins.scss */
  .only-on-small {
    display: block !important;
  }

  /* line 40, app/assets/stylesheets/base/defaults.scss */
  h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  /* line 19, app/assets/stylesheets/layouts/common.scss */
  .layout-wrapper {
    margin: 0 2rem;
  }
  /* line 22, app/assets/stylesheets/layouts/common.scss */
  .layout-wrapper.full-width-on-small {
    margin: 0;
  }
  /* line 26, app/assets/stylesheets/layouts/common.scss */
  .layout-wrapper.space-below {
    margin-bottom: 3rem;
  }

  /* line 5, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col .layout-column:last-child {
    margin-top: 3.5rem;
  }

  /* line 6, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-wrapper {
    margin: 0;
  }
  /* line 10, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  /* line 1, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 0;
  }
  /* line 125, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-title {
    margin: 2rem 2rem 1.5rem;
    text-align: center;
  }
  /* line 130, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-scores {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* line 136, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-scores-country {
    color: #d72127;
    white-space: nowrap;
  }
  /* line 140, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-scores-country:nth-child(2) {
    color: #2091a9;
  }
  /* line 142, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-scores-country + .card-indicator-scores-country {
    margin-left: 2rem;
  }
  /* line 147, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-scores strong {
    color: #777;
    font-size: 1.8rem;
  }
  /* line 153, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-history {
    margin-bottom: 2rem;
    text-align: center;
  }
  /* line 158, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table {
    font-size: 1.5rem;
    line-height: 2.2rem;
    width: 100%;
  }
  /* line 163, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table-title {
    border-top: 0.1rem solid #ededed;
    color: #aaa;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 174, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table-scores {
    color: #aaa;
    font-size: 1.6rem;
    font-weight: 700;
  }
  /* line 179, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table-scores-country + .card-indicator-table-scores-country {
    margin-left: 2rem;
  }
  /* line 183, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table-scores strong {
    color: #777;
    font-size: 1.4rem;
  }
  /* line 189, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table th, .card-indicator-table td {
    border-top: 0.1rem solid #ededed;
    padding: 0 0.5rem;
  }
  /* line 194, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator.is-comparison .card-indicator-table-caption:after {
    display: none;
  }
  /* line 199, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
  /* line 203, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav-item {
    border-top: 0.1rem solid #ededed;
  }
  /* line 206, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav-item a {
    display: block;
    padding: 1rem 0;
    text-align: center;
  }

  /* line 1, app/assets/stylesheets/modules/chart.scss */
  .chart {
    height: 50vw;
    height: 25rem;
    width: 100%;
  }
  /* line 12, app/assets/stylesheets/modules/chart.scss */
  .chart.chart-line {
    margin: 0 auto;
    width: 85%;
  }

  /* line 1, app/assets/stylesheets/modules/country.scss */
  .country {
    padding: 0 0 3rem;
  }
  /* line 126, app/assets/stylesheets/modules/country.scss */
  .country-title {
    border-bottom: 0.1rem solid #ededed;
  }
  /* line 130, app/assets/stylesheets/modules/country.scss */
  .country-flag {
    margin: 1.6rem 1rem 0 1.5rem;
  }
  /* line 134, app/assets/stylesheets/modules/country.scss */
  .country-title, .country-item, .country-suggestion, .country-data {
    padding: 1.5rem;
  }
  /* line 142, app/assets/stylesheets/modules/country.scss */
  .country-item-title {
    margin: 0 0 1.5rem;
  }
  /* line 145, app/assets/stylesheets/modules/country.scss */
  .country-item-title .button {
    float: right;
  }

  /* line 1, app/assets/stylesheets/modules/cover.scss */
  .cover {
    padding: 8rem 2rem 3.5rem;
  }
  /* line 100, app/assets/stylesheets/modules/cover.scss */
  .cover-image {
    background-position: left center;
  }
  /* line 104, app/assets/stylesheets/modules/cover.scss */
  .cover-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  /* line 108, app/assets/stylesheets/modules/cover.scss */
  .cover-title strong {
    margin-top: 0.5rem;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  /* line 115, app/assets/stylesheets/modules/cover.scss */
  .cover-block {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2.5rem 2rem;
  }
  /* line 120, app/assets/stylesheets/modules/cover.scss */
  .cover-block-section:first-child {
    display: flex;
    flex-flow: column;
  }
  /* line 125, app/assets/stylesheets/modules/cover.scss */
  .cover-block-credit {
    margin-top: 3rem;
    order: 4;
    width: 100%;
  }
  /* line 131, app/assets/stylesheets/modules/cover.scss */
  .cover-block-button {
    align-self: left;
    order: 3;
  }
  /* line 137, app/assets/stylesheets/modules/cover.scss */
  .cover-credit {
    display: none;
  }

  /* line 68, app/assets/stylesheets/modules/entry.scss */
  .entry-content {
    margin-top: 2.5rem;
  }

  /* line 1, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator {
    display: flex;
    flex-flow: column;
  }
  /* line 34, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator-title {
    order: -1;
  }
  /* line 36, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator-button {
    width: 100%;
  }
  /* line 38, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator-name {
    font-size: 2rem;
  }

  /* line 146, app/assets/stylesheets/modules/footer.scss */
  .footer-about {
    padding: 3.5rem 0 0;
  }
  /* line 149, app/assets/stylesheets/modules/footer.scss */
  .footer-about-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  /* line 157, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-name {
    font-size: 1.5rem;
  }
  /* line 161, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-contact-info {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  /* line 167, app/assets/stylesheets/modules/footer.scss */
  .footer-about-partners {
    border-bottom: 0.1rem solid #e8e8e8;
    padding-bottom: 2rem;
  }
  /* line 173, app/assets/stylesheets/modules/footer.scss */
  .footer-links {
    background-color: #fff;
  }
  /* line 176, app/assets/stylesheets/modules/footer.scss */
  .footer-links-wrapper {
    margin: 0;
    padding-top: 0.5rem;
  }
  /* line 181, app/assets/stylesheets/modules/footer.scss */
  .footer-links-items {
    background-color: #3e3e3e;
    margin-top: 0.5rem;
    padding: 0 2rem;
    text-align: center;
  }
  /* line 188, app/assets/stylesheets/modules/footer.scss */
  .footer-links-logo {
    display: inline-block;
    margin-left: 2rem;
  }
  /* line 192, app/assets/stylesheets/modules/footer.scss */
  .footer-links-logo svg path {
    fill: #d72127;
  }

  /* line 1, app/assets/stylesheets/modules/indicator.scss */
  .indicator {
    padding: 0;
  }
  /* line 70, app/assets/stylesheets/modules/indicator.scss */
  .indicator-header {
    border-bottom: 0.1rem solid #ededed;
    overflow: hidden;
  }
  /* line 75, app/assets/stylesheets/modules/indicator.scss */
  .indicator-title {
    border-bottom: 0.1rem solid #ededed;
    padding: 1.5rem;
  }
  /* line 80, app/assets/stylesheets/modules/indicator.scss */
  .indicator-subtitle {
    margin-bottom: 1.5rem;
  }
  /* line 84, app/assets/stylesheets/modules/indicator.scss */
  .indicator-history, .indicator-share {
    float: left;
    width: 50%;
  }
  /* line 90, app/assets/stylesheets/modules/indicator.scss */
  .indicator-history, .indicator-share .share {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 5rem;
  }
  /* line 98, app/assets/stylesheets/modules/indicator.scss */
  .indicator-history {
    border-right: 0.1rem solid #ededed;
  }
  /* line 102, app/assets/stylesheets/modules/indicator.scss */
  .indicator-content-wrapper {
    padding: 1.5rem 1.5rem 4rem;
  }
  /* line 106, app/assets/stylesheets/modules/indicator.scss */
  .indicator-content {
    border-top: 0.1rem solid #ededed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item {
    padding-right: 4rem;
  }
  /* line 115, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item-name {
    font-size: 1.6rem;
  }
  /* line 119, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item-link {
    height: 100%;
    padding: 1rem;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
  }
  /* line 127, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item-link .button-text {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table {
    margin-top: 2rem;
  }
  /* line 87, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table-content th,
.indicator-values-table-content td {
    padding: 0.8rem 1rem;
  }
  /* line 92, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table-content th {
    font-size: 1.2rem;
  }
  /* line 96, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table-content td {
    font-size: 1.2rem;
  }
  /* line 101, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table-country-header {
    min-width: 15rem;
  }
  /* line 105, app/assets/stylesheets/modules/indicator-values-table.scss */
  .indicator-values-table-year-header {
    min-width: 8rem;
  }

  /* line 1, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries {
    background-color: #fff;
  }
  /* line 71, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries:last-child {
    margin-bottom: 5rem;
  }
  /* line 73, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-title {
    border-bottom: 0.1rem solid #ededed;
    margin: 0;
    padding: 1.5rem;
  }
  /* line 79, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subtitle {
    color: #aaa;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    line-height: 1.7rem;
    margin: 2.5rem 0 1.5rem;
    text-transform: uppercase;
  }
  /* line 88, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-items {
    padding: 0 1.5rem;
  }
  /* line 93, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item + .list-countries-item {
    border-top: 0.1rem solid #ededed;
    margin-top: 2.5rem;
  }
  /* line 100, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitem + .list-countries-subitem {
    margin-top: 1rem;
  }
  /* line 104, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitem-link {
    color: #555;
    display: inline-block;
    padding: 0.5rem 0;
  }
  /* line 111, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-caption {
    padding: 1.5rem;
  }

  /* line 1, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators {
    margin-bottom: 5rem;
  }
  /* line 25, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title {
    padding: 1.5rem;
  }
  /* line 28, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title .button {
    float: right;
  }
  /* line 34, app/assets/stylesheets/modules/list-indicators.scss */
  .layout-wrapper.full-width-on-small > .list-indicators .list-indicators-title {
    background-color: #fff;
    border-bottom: 0.1rem solid #ededed;
    margin: 0;
  }
  /* line 40, app/assets/stylesheets/modules/list-indicators.scss */
  .layout-wrapper.full-width-on-small > .list-indicators .list-indicators-items-wrapper {
    margin: 1.5rem 1.5rem 5rem;
  }
  /* line 45, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items-wrapper {
    position: relative;
  }
  /* line 49, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-2 {
    background-color: #fff;
    left: calc(100% + 3rem);
  }
  /* line 54, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-3 {
    background-color: #fff;
    left: calc(200% + 6rem);
  }
  /* line 60, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.folded {
    display: none;
  }
  /* line 62, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-0 {
    text-align: center;
  }
  /* line 66, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-1 {
    border-top: 0.1rem solid #ededed;
    text-align: left;
  }
  /* line 71, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-button {
    color: #222;
    display: block;
    font-size: 1.6rem;
    padding: 1.5rem;
    padding-right: 2.5rem;
    position: relative;
    text-align: left;
    width: 100%;
  }
  /* line 81, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-button .button-icon {
    color: #ccc;
    margin-left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }
  /* line 89, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-button:hover, .list-indicators-item-button:focus {
    background-color: #ededed;
  }
  /* line 92, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-button:hover:before, .list-indicators-item-button:focus:before {
    color: #777;
  }
  /* line 97, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label-back.button {
    left: 0;
    padding: 1.5rem;
    position: absolute;
    top: 0;
  }
  /* line 103, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label-back.button .button-icon {
    color: #d72127;
    font-size: 2.5rem;
  }
  /* line 109, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-0 {
    font-weight: 700;
    padding: 1.5rem 3rem 1rem;
  }
  /* line 116, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-0 {
    color: #d72127;
    font-size: 1.4rem;
    padding: 0 1.5rem 1.5rem;
  }
  /* line 122, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-1 {
    display: none;
  }
  /* line 128, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-caption {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/map-country.scss */
  .map-country {
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/modules/map-country.scss */
  .map-country, .map-country-svg {
    height: 100vw;
    height: 35rem;
  }

  /* line 1, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries {
    background-color: #fff;
  }
  /* line 92, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-header {
    background-color: #d72127;
    color: #fff;
    font-size: 1.8rem;
    padding: 1.5rem;
    position: relative;
  }
  /* line 99, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-header h2 {
    margin: 0;
  }
  /* line 101, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-header-button {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    float: right;
    height: 100%;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.8rem;
  }
  /* line 112, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-header-button .button-icon:before {
    color: #fff;
    font-size: 2rem;
  }
  /* line 119, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-section {
    padding: 1.5rem;
  }
  /* line 122, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-section:not(.no-matches) + .panel-countries-section {
    margin-top: 1.5rem;
    padding-top: 0;
  }
  /* line 126, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-section:not(.no-matches) + .panel-countries-section .panel-countries-section-title {
    border-top: 0.1rem solid #ededed;
    padding-top: 3rem;
  }
  /* line 132, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-section-title {
    margin-bottom: 2.5rem;
  }
  /* line 138, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item + .panel-countries-item {
    margin-top: 1rem;
  }
  /* line 142, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item-link {
    display: inline-block;
  }

  /* line 127, app/assets/stylesheets/modules/search-box.scss */
  .search-box.panel-countries-search-box {
    height: 5.8rem;
  }
  /* line 130, app/assets/stylesheets/modules/search-box.scss */
  .search-box.panel-countries-search-box > * {
    background-color: #fff;
  }
  /* line 134, app/assets/stylesheets/modules/search-box.scss */
  .search-box.panel-countries-search-box .search-box-input {
    color: #222;
    font-size: 1.8rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  /* line 142, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-icon {
    display: none;
  }
  /* line 144, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-input {
    border-radius: 0.2rem 0 0 0.2rem;
    overflow: hidden;
    padding-left: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 152, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-button {
    background-color: #fff;
    color: #d72127;
    font-size: 2rem;
    padding: 0 2rem 0 1rem;
  }

  /* line 63, app/assets/stylesheets/modules/section.scss */
  .section-resources {
    margin: 3rem 0;
  }
}

@media (min-width: 768px) {
  /* line 47, app/assets/stylesheets/base/defaults.scss */
  h1 {
    font-size: 2.4rem;
    margin: 4rem 0 3rem;
    line-height: 3rem;
  }

  /* line 11, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col .layout-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  /* line 18, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col.down .layout-wrapper {
    align-items: flex-end;
  }
  /* line 23, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col .layout-column {
    width: 40rem;
  }
  /* line 27, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col .layout-column:first-child {
    float: left;
    margin-right: 2rem;
  }
  /* line 32, app/assets/stylesheets/layouts/2-col.scss */
  .layout-2-col .layout-column:last-child {
    float: right;
    margin-left: 2rem;
  }

  /* line 237, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-title {
    margin: 0;
    padding-bottom: 2rem;
  }
  /* line 242, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav {
    float: right;
  }
  /* line 245, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav-item {
    display: inline-block;
  }
  /* line 248, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav-item a {
    color: #aaa;
    text-decoration: none;
  }
  /* line 253, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav-item + .card-indicator-nav-item {
    border-left: 0.1rem solid #ddd;
    margin-left: 1rem;
    padding-left: 1rem;
  }
  /* line 261, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table .card-indicator-history, .card-indicator-history .select-year-form {
    justify-content: flex-start;
    text-align: left;
  }
  /* line 267, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-data {
    align-items: flex-start;
    display: flex;
    margin-top: 3rem;
  }
  /* line 273, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table {
    font-size: 1.6rem;
  }
  /* line 276, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table th {
    color: #222;
    text-align: left;
  }
  /* line 281, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table td {
    text-align: right;
  }
  /* line 285, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead {
    font-weight: 700;
  }
  /* line 288, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead th, .card-indicator-table thead td {
    padding: 1rem 0;
  }
  /* line 293, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:first-child th {
    color: #555;
    text-align: right;
    vertical-align: bottom;
  }
  /* line 298, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:first-child th + th {
    padding-left: 2rem;
  }
  /* line 302, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:last-child td {
    font-size: 2.2rem;
  }
  /* line 305, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:last-child td:nth-child(2) {
    color: #d72127;
  }
  /* line 306, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:last-child td:nth-child(3) {
    color: #2091a9;
  }
  /* line 312, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table thead tr:last-child th, .card-indicator-table thead tr:last-child td,
.card-indicator-table tbody th,
.card-indicator-table tbody td {
    border-top: 0.1rem solid #ddd;
  }
  /* line 317, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table .button {
    padding-left: 1.5rem;
  }

  /* line 1, app/assets/stylesheets/modules/chart.scss */
  .chart {
    height: 25rem;
    margin-right: 4rem;
    width: 43rem;
  }

  /* line 164, app/assets/stylesheets/modules/country.scss */
  .country-flag {
    margin: 0.4rem 1rem 0 0;
  }
  /* line 168, app/assets/stylesheets/modules/country.scss */
  .country-title {
    margin: 0 0 2rem;
  }
  /* line 172, app/assets/stylesheets/modules/country.scss */
  .country-items {
    margin-bottom: 2rem;
  }
  /* line 178, app/assets/stylesheets/modules/country.scss */
  .country-item-title {
    margin: 0 0 1.8rem;
  }
  /* line 181, app/assets/stylesheets/modules/country.scss */
  .country-item-title .button {
    margin-left: 1rem;
  }
  /* line 186, app/assets/stylesheets/modules/country.scss */
  .country-item-buttons {
    margin-bottom: 2rem;
  }

  /* line 1, app/assets/stylesheets/modules/cover.scss */
  .cover {
    padding: 10rem 4rem 7rem;
  }
  /* line 143, app/assets/stylesheets/modules/cover.scss */
  .cover-title {
    font-size: 3.4rem;
    line-height: 3.9rem;
    margin-bottom: 4.5rem;
  }
  /* line 149, app/assets/stylesheets/modules/cover.scss */
  .cover-block {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 4.5rem 6.5rem;
  }
  /* line 154, app/assets/stylesheets/modules/cover.scss */
  .cover-block-title {
    margin-bottom: 2.5rem;
  }
  /* line 158, app/assets/stylesheets/modules/cover.scss */
  .cover-block-credit {
    float: right;
  }
  /* line 163, app/assets/stylesheets/modules/cover.scss */
  .cover-credit {
    color: #aaa;
    bottom: 0;
    font-size: 1.2rem;
    opacity: 0.8;
    padding: 1rem;
    position: absolute;
    right: 0;
  }
  /* line 172, app/assets/stylesheets/modules/cover.scss */
  .cover-credit a {
    color: #fff;
    text-decoration: none;
  }
  /* line 176, app/assets/stylesheets/modules/cover.scss */
  .cover-credit a:hover {
    text-decoration: underline;
  }

  /* line 74, app/assets/stylesheets/modules/entry.scss */
  .entry-image {
    float: left;
    height: 26rem;
    width: 39rem;
  }
  /* line 80, app/assets/stylesheets/modules/entry.scss */
  .entry-content {
    margin-left: 44rem;
  }

  /* line 42, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator-button {
    float: right;
  }
  /* line 44, app/assets/stylesheets/modules/featured-indicator.scss */
  .featured-indicator-name {
    font-size: 2.2rem;
  }

  /* line 198, app/assets/stylesheets/modules/footer.scss */
  .footer-about {
    padding-top: 5.5rem;
  }
  /* line 201, app/assets/stylesheets/modules/footer.scss */
  .footer-about-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 209, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi.layout-column {
    width: 50rem;
  }
  /* line 211, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-name {
    font-size: 2rem;
  }
  /* line 215, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-contact-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
    min-height: 7.5rem;
  }
  /* line 223, app/assets/stylesheets/modules/footer.scss */
  .footer-links {
    background-color: #3e3e3e;
    text-align: center;
  }
  /* line 227, app/assets/stylesheets/modules/footer.scss */
  .footer-links-logo {
    left: 0;
    position: absolute;
    top: 0;
  }
  /* line 233, app/assets/stylesheets/modules/footer.scss */
  .footer-links a {
    opacity: 0.3;
    transition: opacity 0.2s ease;
  }
  /* line 236, app/assets/stylesheets/modules/footer.scss */
  .footer-links a:hover, .footer-links a:focus {
    opacity: 1;
  }

  /* line 1, app/assets/stylesheets/modules/indicator.scss */
  .indicator {
    padding-bottom: 5rem;
  }
  /* line 161, app/assets/stylesheets/modules/indicator.scss */
  .indicator-header {
    padding-right: 20rem;
    position: relative;
  }
  /* line 166, app/assets/stylesheets/modules/indicator.scss */
  .indicator-title {
    margin: 0 0 2rem;
  }
  /* line 170, app/assets/stylesheets/modules/indicator.scss */
  .indicator-history {
    position: absolute;
    line-height: 5rem;
    right: 0;
    top: -0.5rem;
  }
  /* line 177, app/assets/stylesheets/modules/indicator.scss */
  .indicator-map {
    background-color: #b0ddea;
    box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
  }
  /* line 182, app/assets/stylesheets/modules/indicator.scss */
  .indicator-map,
.indicator-map .map-svg {
    height: 50rem;
  }
  /* line 188, app/assets/stylesheets/modules/indicator.scss */
  .indicator-content-wrapper {
    position: relative;
  }
  /* line 193, app/assets/stylesheets/modules/indicator.scss */
  .indicator-content p {
    color: #777;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  /* line 200, app/assets/stylesheets/modules/indicator.scss */
  .indicator-aside {
    border-bottom: 0.1rem solid #ededed;
    padding-bottom: 1rem;
    width: 24rem;
  }
  /* line 206, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-items {
    border-top: 0.1rem solid #ededed;
  }
  /* line 211, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item-name {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-right: 13rem;
  }
  /* line 217, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-item-link {
    line-height: 4.2rem;
  }

  /* line 129, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries:last-child {
    margin-bottom: 12rem;
  }
  /* line 132, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-title-number {
    align-items: center;
    border: 0.3rem solid #d72127;
    border-radius: 50%;
    color: #d72127;
    display: inline-flex;
    font-size: 3rem;
    font-weight: 700;
    height: 3.8rem;
    justify-content: center;
    margin-right: 1.6rem;
    text-align: center;
    vertical-align: middle;
    width: 3.8rem;
  }
  /* line 149, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subtitle {
    border-bottom: 0.1rem solid #ededed;
    color: #555;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 0 1rem;
    padding: 0.6rem 0 1rem;
  }
  /* line 158, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subtitle-label, .list-countries-subtitle-label input {
    cursor: pointer;
  }
  /* line 159, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subtitle-label input {
    display: none;
  }
  /* line 165, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-search {
    float: right;
  }
  /* line 169, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-items {
    background: #fff;
    border: 0.1rem solid #f6f6f6;
    border-radius: 0.2rem;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    padding: 3rem 5rem;
    overflow-x: auto;
  }
  /* line 174, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item {
    float: left;
  }
  /* line 177, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item:first-child {
    width: 30%;
  }
  /* line 178, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item:last-child {
    width: 60%;
  }
  /* line 180, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item + .list-countries-item {
    margin-left: 4rem;
  }
  /* line 183, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitems {
    color: #777;
    font-size: 1.3rem;
    line-height: 2.4rem;
    column-count: 4;
  }
  /* line 189, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitems.no-columns {
    height: auto;
    column-count: 1;
  }
  /* line 196, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitem-link {
    color: #777;
    font-size: 1.3rem;
  }
  /* line 202, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries.is-searching .list-countries-subitem:not(.is-matching) {
    opacity: 0.3;
  }
  /* line 203, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries.is-searching .list-countries-subitem.is-selected .list-countries-subitem-link {
    color: #3e3e3e;
    font-weight: 700;
  }
  /* line 209, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitem.is-in-group .list-countries-subitem-link {
    color: #3e3e3e;
    text-decoration: underline;
  }

  /* line 167, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title {
    float: left;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 3.5rem 0 3rem;
  }
  /* line 174, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title .button {
    vertical-align: middle;
  }
  /* line 178, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title-number {
    align-items: center;
    border: 0.3rem solid #d72127;
    border-radius: 50%;
    color: #d72127;
    display: inline-flex;
    font-size: 3rem;
    font-weight: 700;
    height: 3.8rem;
    justify-content: center;
    margin-right: 1.6rem;
    text-align: center;
    vertical-align: middle;
    width: 3.8rem;
  }
  /* line 194, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title-label {
    display: none;
    font-size: 1.4rem;
    margin-left: 2rem;
  }
  /* line 199, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title-label, .list-indicators-title-label input {
    cursor: pointer;
  }
  /* line 201, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-title-label input {
    margin-right: 0.7rem;
  }
  /* line 205, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-open-button {
    display: none;
  }
  /* line 209, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-open-button, .list-indicators-data-button {
    border-left: 0.1rem solid #ccc;
    margin-left: 1.4rem;
    padding-left: 1.4rem;
  }
  /* line 216, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-search {
    float: right;
  }
  /* line 220, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items-wrapper {
    clear: both;
  }
  /* line 225, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-1 {
    border-top: 0.1rem solid #ededed;
  }
  /* line 229, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-2 {
    border-bottom: 0.1rem solid #ededed;
    padding: 0 3rem;
  }
  /* line 233, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-1:last-child .list-indicators-items.level-2 {
    border-bottom: 0;
  }
  /* line 238, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-3, .list-indicators-items.level-4.without-level-3 {
    border-top: 0.1rem solid #ededed;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 1rem 0 2.5rem;
  }
  /* line 240, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-3.without-level-2, .list-indicators-items.level-4.without-level-3.without-level-2 {
    border-top: none;
  }
  /* line 248, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-4 {
    margin-top: 0.8rem;
  }
  /* line 254, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-0 {
    padding: 0 2.5rem;
  }
  /* line 258, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-3 {
    margin-top: 2rem;
    page-break-inside: avoid;
  }
  /* line 261, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-3:first-child {
    margin-top: 0;
  }
  /* line 264, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.level-4 {
    margin-bottom: 0.5rem;
  }
  /* line 268, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label {
    display: inline-block;
  }
  /* line 273, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-0 input, .list-indicators-item-label.level-1 input {
    margin-right: 1.5rem;
  }
  /* line 276, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-0 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding: 1.4rem 0;
  }
  /* line 283, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    min-height: 5.3rem;
    padding: 1.4rem 2rem 1.4rem 0;
  }
  /* line 289, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-1 .icon {
    color: #aaa;
    font-size: 2rem;
    margin-right: 1.2rem;
  }
  /* line 295, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-1:hover .icon {
    color: #777;
  }
  /* line 298, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.4rem;
    padding: 0.6rem 0;
  }
  /* line 303, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-2 input {
    margin-right: 1rem;
  }
  /* line 308, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-3 input, .list-indicators-item-label.level-4 input {
    margin: 0.3rem 0;
  }
  /* line 311, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-3 {
    color: #555;
    font-weight: bold;
  }
  /* line 314, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-3 input {
    margin-right: 1rem;
  }
  /* line 317, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-4 {
    color: #555;
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  /* line 326, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-4 input {
    float: left;
  }
  /* line 328, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-label.level-4 input + .list-indicators-item-text {
    margin-left: 2.3rem;
  }
  /* line 334, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link {
    text-decoration: none;
  }
  /* line 337, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-0, .list-indicators-item-link.level-1 {
    float: right;
  }
  /* line 342, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-0 {
    line-height: 5.2rem;
  }
  /* line 346, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-1 {
    line-height: 2.4rem;
    padding: 1.4rem 0;
  }
  /* line 355, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-2[href]:hover, .list-indicators-item-link.level-2[href]:focus, .list-indicators-item-link.level-3[href]:hover, .list-indicators-item-link.level-3[href]:focus, .list-indicators-item-link.level-4[href]:hover, .list-indicators-item-link.level-4[href]:focus {
    text-decoration: underline;
  }
  /* line 361, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-2, .list-indicators-item-link.level-3 {
    color: #555;
  }
  /* line 366, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item-link.level-4 {
    color: #555;
  }
  /* line 374, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item .is-ignored .list-indicators-item-link {
    color: #777;
    font-style: italic;
  }
  /* line 380, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-caption {
    color: #999;
    font-size: 1.3rem;
    font-style: italic;
    margin: 0 0 2rem;
    text-align: right;
  }
  /* line 388, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item.is-ignored .list-indicators-item-link:after, .list-indicators-caption:before {
    color: #d72127;
    content: '*';
    display: inline;
    font-style: normal;
    font-weight: normal;
  }
  /* line 397, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators > .list-indicators-items {
    margin-bottom: 12rem;
  }

  /* line 1, app/assets/stylesheets/modules/map-country.scss */
  .map-country {
    box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 4rem;
  }
  /* line 87, app/assets/stylesheets/modules/map-country.scss */
  .map-country .map-country-tooltip {
    background: #fff;
    border: 0.1rem solid #f6f6f6;
    border-radius: 0.2rem;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    padding: 3rem 5rem;
    border-color: #ededed;
    color: #555;
    display: none;
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 18rem;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -120%);
  }
  /* line 100, app/assets/stylesheets/modules/map-country.scss */
  .map-country .map-country-tooltip:before, .map-country .map-country-tooltip:after {
    display: inline-block;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  /* line 109, app/assets/stylesheets/modules/map-country.scss */
  .map-country .map-country-tooltip:before {
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-top: 0.9rem solid #ededed;
    bottom: -0.9rem;
  }
  /* line 116, app/assets/stylesheets/modules/map-country.scss */
  .map-country .map-country-tooltip:after {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 0.8rem solid #fff;
    bottom: -0.7rem;
  }
  /* line 123, app/assets/stylesheets/modules/map-country.scss */
  .map-country .map-country-tooltip var {
    display: block;
    color: #d72127;
    font-size: 3.2rem;
    font-style: normal;
  }

  /* line 1, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries {
    height: 100%;
  }
  /* line 168, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-search {
    background-color: #fff;
    padding-bottom: 2.5rem;
  }
  /* line 173, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-section {
    margin-bottom: 3rem;
  }
  /* line 177, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-items {
    color: #555;
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin-top: 1rem;
    padding-right: 1rem;
  }
  /* line 185, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item {
    position: relative;
  }
  /* line 188, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item-plus {
    color: #ccc;
    font-size: 2.4rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  /* line 196, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item-plus:hover, .panel-countries-item-plus:focus {
    color: #999;
  }
  /* line 202, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item:hover .panel-countries-item-plus, .panel-countries-item:focus .panel-countries-item-plus {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease;
  }

  /* line 165, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 0.2rem 0 0 0.2rem;
    color: #aaa;
    cursor: default;
    display: flex;
    font-size: 2.2rem;
    min-width: 4.5rem;
    padding: 0 1.6rem;
  }
  /* line 176, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-icon + .search-box-input {
    padding-left: 0;
  }
  /* line 181, app/assets/stylesheets/modules/search-box.scss */
  .search-box.large .search-box-button {
    background-color: #d72127;
    color: #fff;
    font-size: 2.7rem;
  }

  /* line 1, app/assets/stylesheets/modules/section.scss */
  .section {
    overflow: hidden;
  }
  /* line 75, app/assets/stylesheets/modules/section.scss */
  .section-content {
    float: left;
  }
  /* line 79, app/assets/stylesheets/modules/section.scss */
  .section-resources {
    float: right;
    margin-top: 0.5rem;
    width: 24.5rem;
  }

  /* line 1, app/assets/stylesheets/modules/title-bar.scss */
  .title-bar {
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
    padding: 1.4rem 2rem;
  }
}

@media print {
  /* line 8, app/assets/stylesheets/base/print.scss */
  *,
*:before,
*:after,
p:first-letter,
div:first-letter,
blockquote:first-letter,
li:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 26, app/assets/stylesheets/base/print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 35, app/assets/stylesheets/base/print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 49, app/assets/stylesheets/base/print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, app/assets/stylesheets/base/print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 63, app/assets/stylesheets/base/print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, app/assets/stylesheets/base/print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, app/assets/stylesheets/base/print.scss */
  h1 {
    margin-top: 0;
  }
  /* line 76, app/assets/stylesheets/base/print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 83, app/assets/stylesheets/base/print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 88, app/assets/stylesheets/base/print.scss */
  .hidden-on-print {
    display: none !important;
  }

  /* line 87, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside {
    position: static !important;
  }

  /* line 1, app/assets/stylesheets/modules/card-buttons.scss */
  .card-buttons {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 327, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-nav {
    display: none;
  }

  /* line 193, app/assets/stylesheets/modules/country.scss */
  .country-item-buttons, .country-suggestion {
    display: none;
  }
  /* line 199, app/assets/stylesheets/modules/country.scss */
  .country-data-category {
    display: block !important;
  }

  /* line 1, app/assets/stylesheets/modules/cover.scss */
  .cover {
    padding: 0;
  }
  /* line 186, app/assets/stylesheets/modules/cover.scss */
  .cover-credit, .cover-block-section-search {
    display: none;
  }
  /* line 191, app/assets/stylesheets/modules/cover.scss */
  .cover-title {
    margin-bottom: 0;
  }
  /* line 198, app/assets/stylesheets/modules/cover.scss */
  .cover-block-credit-logo svg {
    fill: #000;
  }

  /* line 86, app/assets/stylesheets/modules/entry.scss */
  .entry-image {
    float: left;
    height: auto;
    margin-right: 2rem;
    padding: 0 !important;
    max-width: 30%;
    width: auto;
  }
  /* line 95, app/assets/stylesheets/modules/entry.scss */
  .entry-content {
    margin-left: 0;
  }

  /* line 242, app/assets/stylesheets/modules/footer.scss */
  .footer-about {
    padding: 2.5rem 0 0 !important;
  }
  /* line 245, app/assets/stylesheets/modules/footer.scss */
  .footer-about-title {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 251, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-logo {
    background-color: #777 !important;
  }
  /* line 255, app/assets/stylesheets/modules/footer.scss */
  .footer-about-ferdi-contact-info {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  /* line 262, app/assets/stylesheets/modules/footer.scss */
  .footer-links, .footer-about-partners {
    display: none;
  }

  /* line 21, app/assets/stylesheets/modules/image.scss */
  .image.image-left, .image.image-right {
    max-width: 30%;
  }

  /* line 4, app/assets/stylesheets/modules/header.scss */
  .header {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/indicator.scss */
  .indicator {
    padding: 0;
  }
  /* line 226, app/assets/stylesheets/modules/indicator.scss */
  .indicator-aside {
    display: none;
  }

  /* line 217, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries input {
    display: none !important;
  }
  /* line 221, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-items {
    padding: 0;
  }
  /* line 225, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item {
    float: none;
    width: auto !important;
  }
  /* line 229, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-item + .list-countries-item {
    margin: 2rem 0 0;
  }
  /* line 232, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-subitems {
    height: auto;
  }

  /* line 403, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators input,
.list-indicators .button {
    display: none;
  }
  /* line 408, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item {
    display: block !important;
  }
  /* line 411, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-item a {
    text-decoration: none;
  }

  /* line 121, app/assets/stylesheets/modules/map.scss */
  .map-caption {
    background-color: #fff;
  }

  /* line 1, app/assets/stylesheets/modules/map-country.scss */
  .map-country {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/pagination.scss */
  .pagination {
    display: none;
  }

  /* line 214, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item {
    padding: 0 1rem;
  }
  /* line 217, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-item:nth-child(2n) {
    background-color: #ccc !important;
  }

  /* line 1, app/assets/stylesheets/modules/search-box.scss */
  .search-box {
    display: none;
  }

  /* line 87, app/assets/stylesheets/modules/section.scss */
  .section-title, .section-text {
    max-width: none;
  }
  /* line 92, app/assets/stylesheets/modules/section.scss */
  .section-content, .section-resources {
    float: none;
    margin: 0;
    width: auto;
  }

  /* line 1, app/assets/stylesheets/modules/share.scss */
  .share {
    display: none;
  }

  /* line 1, app/assets/stylesheets/modules/top-nav.scss */
  .top-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079.9px) {
  /* line 33, app/assets/stylesheets/layouts/common.scss */
  .layout-wrapper {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /* line 39, app/assets/stylesheets/layouts/common.scss */
  .layout.narrow .layout-wrapper {
    max-width: 60rem;
    margin: 0 auto;
  }

  /* line 216, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-data {
    flex-direction: column;
    justify-content: center;
  }
  /* line 221, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table {
    width: 100%;
  }

  /* line 151, app/assets/stylesheets/modules/country.scss */
  .country-list {
    margin-left: 24rem;
  }

  /* line 118, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-search .search-box {
    width: 30rem;
  }

  /* line 134, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-search {
    margin: 0 0 3rem;
  }
  /* line 137, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-search .search-box {
    width: 30rem;
  }
  /* line 141, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  /* line 1, app/assets/stylesheets/modules/map-country.scss */
  .map-country {
    width: 20rem;
  }
  /* line 67, app/assets/stylesheets/modules/map-country.scss */
  .map-country, .map-country-svg {
    height: 20rem;
  }
}

@media only screen and (min-width: 1080px) {
  /* line 47, app/assets/stylesheets/layouts/common.scss */
  .layout-wrapper {
    width: 100rem;
  }
  /* line 52, app/assets/stylesheets/layouts/common.scss */
  .layout.narrow .layout-wrapper {
    width: 60rem;
  }

  /* line 227, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-data {
    justify-content: space-between;
  }
  /* line 231, app/assets/stylesheets/modules/card-indicator.scss */
  .card-indicator-table {
    max-width: 50%;
  }

  /* line 1, app/assets/stylesheets/modules/chart.scss */
  .chart {
    float: left;
  }

  /* line 157, app/assets/stylesheets/modules/country.scss */
  .country-list {
    margin-left: 38rem;
  }

  /* line 143, app/assets/stylesheets/modules/indicator.scss */
  .indicator-content {
    margin-right: 30rem;
  }
  /* line 147, app/assets/stylesheets/modules/indicator.scss */
  .indicator-aside {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 153, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-items {
    margin-bottom: 4rem;
  }

  /* line 124, app/assets/stylesheets/modules/list-countries.scss */
  .list-countries-search .search-box {
    width: 42rem;
  }

  /* line 150, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-search {
    margin: 3rem 0;
  }
  /* line 153, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-search .search-box {
    width: 42rem;
  }
  /* line 157, app/assets/stylesheets/modules/list-indicators.scss */
  .list-indicators-items.level-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  /* line 1, app/assets/stylesheets/modules/map-country.scss */
  .map-country {
    width: 34rem;
  }
  /* line 76, app/assets/stylesheets/modules/map-country.scss */
  .map-country, .map-country-svg {
    height: 34rem;
  }

  /* line 152, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-content {
    height: calc(100% - 6.3rem);
    overflow: hidden;
    padding-right: 1.7rem;
  }
  /* line 157, app/assets/stylesheets/modules/panel-countries.scss */
  .panel-countries-content:hover {
    overflow: auto;
    padding-right: 0;
  }

  /* line 69, app/assets/stylesheets/modules/section.scss */
  .section-resources {
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 767.9px) and (max-width: 999.9px) {
  /* line 17, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside {
    background-color: #fff;
    margin: 4rem auto 8rem;
    max-width: 40rem;
    padding: 2rem;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1079.9px) {
  /* line 26, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 33, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-wrapper {
    overflow: hidden;
    width: 100%;
  }
  /* line 38, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-content {
    margin-right: 37rem;
    padding: 0 3.5rem;
  }
  /* line 42, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
  }
  /* line 49, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-content + .layout-content {
    background-color: #ededed;
    margin-top: 7rem;
    padding-top: 1rem;
    overflow: hidden;
  }
  /* line 56, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside {
    background-color: #fff;
    display: flex;
    float: right;
    flex: 0 0 37rem;
    flex-direction: column;
    height: calc(100vh - 5.5rem);
    padding: 2.5rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 5.5rem;
    width: 37rem;
  }
  /* line 70, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside.affix {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 77, app/assets/stylesheets/layouts/right-panel.scss */
  .layout-right-panel .layout-aside.affix-bottom {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1023.9px) {
  /* line 78, app/assets/stylesheets/modules/header.scss */
  .header-nav {
    display: none;
  }
  /* line 80, app/assets/stylesheets/modules/header.scss */
  .header-button-menu {
    float: right;
    margin-right: 1.5rem;
    padding: 0 3rem 0 1.5rem;
    position: relative;
    z-index: 900;
  }
  /* line 87, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-text {
    transition: opacity 0.3s ease;
  }
  /* line 91, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-icon {
    font-size: 0;
    top: 2.7rem;
    -webkit-touch-callout: none;
    user-select: none;
  }
  /* line 98, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-icon, .header-button-menu-icon:before, .header-button-menu-icon:after {
    background-color: #ddd;
    border-radius: 0.1rem;
    display: block;
    height: 0.2rem;
    right: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 2rem;
  }
  /* line 111, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-icon:before, .header-button-menu-icon:after {
    content: "";
    top: 0;
  }
  /* line 117, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-icon:before {
    transform: translateY(-0.7rem);
  }
  /* line 118, app/assets/stylesheets/modules/header.scss */
  .header-button-menu-icon:after {
    transform: translateY(0.7rem);
  }
  /* line 123, app/assets/stylesheets/modules/header.scss */
  .header-button-menu:hover .header-button-menu-icon, .header-button-menu:hover .header-button-menu-icon:before, .header-button-menu:hover .header-button-menu-icon:after {
    background-color: #fff;
  }
  /* line 132, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header-button-menu-text {
    opacity: 0;
  }
  /* line 134, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header-button-menu-icon {
    background-color: transparent !important;
  }
  /* line 137, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header-button-menu-icon:before, body.header-mobile-nav-open .header-button-menu-icon:after {
    background-color: #fff;
    height: 0.3rem;
  }
  /* line 143, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header-button-menu-icon:before {
    transform: translateY(0) rotate(45deg);
  }
  /* line 144, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header-button-menu-icon:after {
    transform: translateY(0) rotate(-45deg);
  }
  /* line 150, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav {
    background-color: #d72127;
    display: block;
    font-size: 1.4rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(27rem);
    transition: transform 0.35s ease-in-out;
    width: 27rem;
    z-index: 800;
  }
  /* line 163, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open .header .header-mobile-nav {
    transform: translateX(0);
  }
  /* line 167, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-locales {
    display: block;
    line-height: 5.5rem;
    margin-left: 1.5rem;
    text-align: left;
  }
  /* line 173, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-locales > li {
    margin-right: 0.5rem;
  }
  /* line 175, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-locales a {
    color: #fff;
    font-weight: 600;
    padding: 0 0.5rem;
  }
  /* line 182, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-items {
    bottom: 0;
    display: block;
    overflow: auto;
    position: absolute;
    top: 5.5rem;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /* line 191, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-item {
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
    float: none;
    min-height: 5rem;
  }
  /* line 196, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-item a {
    color: #fff;
    display: block;
    line-height: 5rem;
    padding: 0 2rem;
  }
  /* line 202, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav .header-nav-item a:hover, .header .header-mobile-nav .header-nav-item a:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* line 210, app/assets/stylesheets/modules/header.scss */
  .header .header-mobile-nav-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
  }
  /* line 220, app/assets/stylesheets/modules/header.scss */
  body.header-mobile-nav-open {
    overflow: hidden;
  }
}

@media (max-width: 1050px) {
  /* line 226, app/assets/stylesheets/modules/header.scss */
  .header-logo-short {
    display: none;
  }
}

@media (min-width: 1500px) {
  /* line 230, app/assets/stylesheets/modules/header.scss */
  .header-logo-long {
    display: inline-block;
  }
  /* line 231, app/assets/stylesheets/modules/header.scss */
  .header-logo-short {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 235, app/assets/stylesheets/modules/header.scss */
  .header .header-button-menu {
    display: none;
  }
  /* line 239, app/assets/stylesheets/modules/header.scss */
  .header-nav {
    float: right;
  }
  /* line 242, app/assets/stylesheets/modules/header.scss */
  .header-nav-items {
    float: left;
  }
  /* line 245, app/assets/stylesheets/modules/header.scss */
  .header-nav-items a {
    position: relative;
  }
  /* line 247, app/assets/stylesheets/modules/header.scss */
  .header-nav-items a.is-active {
    color: #fff;
  }
  /* line 250, app/assets/stylesheets/modules/header.scss */
  .header-nav-items a.is-active:after {
    border-bottom: 0.2rem solid #d72127;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 264, app/assets/stylesheets/modules/header.scss */
  .header-nav-item + .header-nav-item {
    margin-left: 6rem;
  }
  /* line 268, app/assets/stylesheets/modules/header.scss */
  .header-nav-locales {
    float: left;
    font-weight: normal;
    margin: 0 2.3rem 0 6rem;
  }
  /* line 273, app/assets/stylesheets/modules/header.scss */
  .header-nav-locales a {
    color: #ddd;
    padding: 0 0.5rem;
  }
  /* line 279, app/assets/stylesheets/modules/header.scss */
  .header-nav-locale + .header-nav-locale {
    margin-left: 0.2rem;
  }
}

@media only screen and (max-width: 1079.9px) {
  /* line 133, app/assets/stylesheets/modules/indicator.scss */
  .indicator-aside {
    margin-top: 4rem;
  }
  /* line 137, app/assets/stylesheets/modules/indicator.scss */
  .indicator-children-items {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/modules/export-options-modal.scss */
  .export-options-modal {
    padding: 2rem;
    width: 95%;
  }

  /* line 102, app/assets/stylesheets/modules/export-options-modal.scss */
  .export-options-modal__footer {
    flex-direction: column-reverse;
  }
  /* line 112, app/assets/stylesheets/modules/export-options-modal.scss */
  .export-options-modal__footer .button {
    width: 100%;
  }
}
