@font-face {
  font-family: 'galano_grotesque_alt_demobold';
  src: url("../../fonts/galano_grotesque_alt_demo_bold-webfont.eot");
  src: url("../../fonts/galano_grotesque_alt_demo_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/galano_grotesque_alt_demo_bold-webfont.woff") format("woff"), url("../../fonts/galano_grotesque_alt_demo_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #191919; }

h1, h2, h3, h4, h5, h6 {
  font-family: "galano_grotesque_alt_demobold"; }

a {
  color: black; }

a:hover {
  opacity: 0.6; }

.lang-switcher-area select {
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: normal;
  box-sizing: border-box;
  width: auto;
  border-radius: 0;
  border-bottom: 2px solid #D72002;
  background: none;
  padding: 0;
  margin: 0;
  height: auto; }
  .lang-switcher-area select:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none; }
  .lang-switcher-area select option {
    background-color: black; }

.header-background {
  background-image: url("../images/background-header.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: black; }
  .header-background > .row {
    margin-left: 0;
    margin-right: 0; }

.sticky-container {
  background: transparent; }

.title-bar {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  width: 100%;
  background: transparent;
  z-index: 1100;
  transition: background-color .2s ease-in-out;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2); }
  .title-bar .logo {
    width: 120px;
    height: auto;
    margin-left: 50px;
    margin-top: -5px;
    margin-bottom: 5px;
    transition: opacity .2s ease-in-out; }
  .title-bar a, .title-bar .lang-switcher-area span, .title-bar .lang-switcher-area select {
    color: white;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; }
    .title-bar a:hover, .title-bar .lang-switcher-area span:hover, .title-bar .lang-switcher-area select:hover {
      opacity: 0.7; }
  .title-bar .menu-main a.active {
    border-bottom: 2px solid #D72002; }
  .title-bar .lang-switcher-area span {
    margin-right: 0; }
  .title-bar.is-stuck {
    background: white;
    padding-right: 30px; }
    .title-bar.is-stuck .logo {
      opacity: 1; }
    .title-bar.is-stuck a, .title-bar.is-stuck .lang-switcher-area span, .title-bar.is-stuck .lang-switcher-area select {
      color: black;
      text-transform: uppercase; }
    .title-bar.is-stuck option {
      background-color: white; }
  .title-bar .title-bar-middle {
    margin-top: 6px;
    text-align: center; }
  .title-bar .title-bar-right {
    margin-top: 6px; }
    .title-bar .title-bar-right .menu-main, .title-bar .title-bar-right .lang-switcher-area, .title-bar .title-bar-right .social {
      transition: margin-right .4s ease-in-out;
      display: inline; }
    .title-bar .title-bar-right .menu.lang-switcher {
      display: inline-block;
      border-bottom: 2px solid #D72002;
      margin-bottom: -5px;
      width: 22px; }
    .title-bar .title-bar-right .menu a::after {
      border: none !important; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-parent a {
      padding: 0; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-parent > a {
      margin-bottom: 0; }
    .title-bar .title-bar-right .menu ul {
      margin-bottom: 2px; }
    .title-bar .title-bar-right .menu ul {
      border: none; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu li {
      background-color: #E1E1E1;
      text-align: left;
      padding: 14px 10px 14px 15px;
      border-left: 5px solid #E1E1E1; }
      .title-bar .title-bar-right .menu .is-dropdown-submenu li:hover {
        background-color: #D2D2D2;
        border-left: 5px solid #D72002; }
    .title-bar .title-bar-right .menu .is-dropdown-submenu-item a {
      color: black !important;
      font-weight: 400; }
      .title-bar .title-bar-right .menu .is-dropdown-submenu-item a:hover {
        opacity: 1; }
    .title-bar .title-bar-right .social a {
      margin-left: 5px;
      margin-right: 0; }
    .title-bar .title-bar-right .social img {
      height: 13px;
      width: 13px;
      margin: 0 0 4px 0; }
  .title-bar .title-bar-left .logo {
    opacity: 0; }
  .title-bar.is-stuck .title-bar-left .logo {
    opacity: 1; }

.header {
  margin-top: 150px;
  padding-top: 10px;
  padding-bottom: 190px;
  color: #FFFFFF; }
  .header .logo {
    width: 140px;
    margin-bottom: 20px; }
  .header a {
    color: #FFFFFF;
    font-size: 20px;
    text-shadow: 0 0 15px #000; }
    .header a img {
      width: 30px;
      height: auto;
      margin-right: 16px; }
    .header a:hover {
      opacity: 0.8; }
  .header h1 {
    display: block;
    font-size: 60px;
    max-width: 500px;
    line-height: 1em;
    margin-top: 90px;
    text-shadow: 0 0 50px #000; }
  .header h2 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 14px;
    text-shadow: 0 0 30px #000; }

.module-02-counter .content .columns {
  padding-top: 140px;
  padding-bottom: 140px; }

.module-02-counter .content h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: bold; }

.module-02-counter .content .number {
  font-family: "galano_grotesque_alt_demobold";
  font-size: 80px;
  color: #D72002; }

.module-02-counter .content .source {
  font-size: 12px;
  color: #D72002;
  font-weight: bold; }

.module-03-text .content .columns {
  padding: 140px 100px 0 0; }

.module-03-text .content h3 {
  font-family: "galano_grotesque_alt_demobold";
  font-size: 28px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D72002;
  line-height: 1.2em; }

.module-04-slider {
  position: relative; }
  .module-04-slider .module-03-text .content .columns {
    padding: 80px 60px 0 0; }
  .module-04-slider.slick-slider {
    margin-bottom: 0; }
  .module-04-slider .slick-dots {
    width: 50%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0; }
  .module-04-slider .slide > .row {
    margin-left: 0;
    margin-right: 0; }
  .module-04-slider .slick-prev, .module-04-slider .slick-next {
    width: 45px;
    padding: 18px 13px;
    height: auto;
    z-index: 1;
    background: #D72002;
    border: 1px solid white; }
    .module-04-slider .slick-prev:hover, .module-04-slider .slick-next:hover {
      opacity: 0.9; }
  .module-04-slider .slick-prev {
    left: 0;
    border-left: none; }
  .module-04-slider .slick-next {
    right: 0;
    border-right: none; }
  .module-04-slider .slick-dots li button::before {
    font-size: 35px; }
  .module-04-slider .slick-slide {
    outline: none !important; }

.module-graph-slider {
  position: relative;
  padding: 50px 40px 50px 40px; }
  .module-graph-slider.slick-slider {
    margin-bottom: 0; }
  .module-graph-slider .slick-dots {
    margin: 0 auto;
    width: 50%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0; }
  .module-graph-slider .slide > .row {
    margin-left: 0;
    margin-right: 0; }
  .module-graph-slider .slick-prev, .module-graph-slider .slick-next {
    width: 45px;
    padding: 18px 13px;
    height: auto;
    z-index: 1;
    background: #D72002;
    border: 1px solid white; }
    .module-graph-slider .slick-prev:hover, .module-graph-slider .slick-next:hover {
      opacity: 0.9; }
  .module-graph-slider .slick-prev {
    left: 0;
    border-left: none; }
  .module-graph-slider .slick-next {
    right: 0;
    border-right: none; }
  .module-graph-slider .slick-dots li button::before {
    font-size: 35px; }
  .module-graph-slider .slick-slide {
    outline: none !important; }

.module-07-text {
  padding-bottom: 60px; }
  .module-07-text .icon {
    margin-left: -50px;
    height: 40px;
    width: auto; }
    @media only screen and (max-width: 63.9375em) {
      .module-07-text .icon {
        display: none; } }
  .module-07-text h3 {
    color: #D72002;
    margin-top: 30px;
    margin-bottom: 15px; }
  .module-07-text > .columns {
    padding-top: 100px;
    padding-right: 200px; }
    @media only screen and (max-width: 39.9375em) {
      .module-07-text > .columns {
        padding-right: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-07-text > .columns {
        padding-right: 30px; } }
  .module-07-text > .row, .module-07-text.row {
    padding-left: 200px; }
    @media only screen and (max-width: 39.9375em) {
      .module-07-text > .row, .module-07-text.row {
        padding-left: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-07-text > .row, .module-07-text.row {
        padding-left: 30px; } }
  .module-07-text.with-icon.small-1 {
    padding-top: 300px; }
  .module-07-text a.download {
    display: inline-block;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 2px solid white;
    font-family: "galano_grotesque_alt_demobold";
    padding-left: 30px;
    background-image: url("../images/icon_download_report.svg");
    background-repeat: no-repeat;
    background-position: 0% 38%;
    background-size: 18px;
    margin-top: 45px; }
  .module-07-text.module-graph {
    padding: 80px 50px; }

.module-06-video {
  padding-bottom: 60px; }
  .module-06-video h3 {
    color: #D72002;
    margin-bottom: 15px; }
  .module-06-video .line {
    margin-bottom: 30px; }
  .module-06-video p {
    line-height: 1.6em; }
  .module-06-video .video {
    margin-top: 50px; }
  .module-06-video > .columns {
    padding-top: 100px; }
    @media only screen and (max-width: 39.9375em) {
      .module-06-video > .columns {
        padding-right: 30px; } }
    @media only screen and (max-width: 64em) {
      .module-06-video > .columns {
        padding-right: 30px; } }
  @media only screen and (max-width: 39.9375em) {
    .module-06-video > .row, .module-06-video.row {
      padding-left: 30px; } }
  @media only screen and (max-width: 64em) {
    .module-06-video > .row, .module-06-video.row {
      padding-left: 30px; } }

.line {
  border-top: 1px solid #000000;
  width: 50px; }

.line-white {
  border-color: #FFFFFF; }

.icon {
  width: 36px;
  height: auto; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 550px; }

.background-red {
  background: #D72002;
  color: white; }
  .background-red h3 {
    color: white !important; }
  .background-red .line {
    border-color: #FFFFFF; }

.background-image {
  background-size: cover;
  color: white; }
  .background-image h3 {
    color: white; }
  .background-image .line {
    border-color: #FFFFFF; }

.footer__container {
  background: #E4E4E4; }

.footer {
  background: #E4E4E4;
  padding-top: 100px;
  padding-bottom: 60px; }
  .footer .column1 {
    padding-left: 50px; }
    .footer .column1 .logo {
      width: 140px;
      height: auto;
      margin-bottom: 24px; }
    .footer .column1 p {
      color: #838383;
      line-height: 1.2em; }
  .footer .column2 p {
    line-height: 1.2em; }
  .footer .column2 a:hover {
    color: black;
    opacity: 0.6; }
  .footer .column2 .credits p {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 5px; }
  .footer .column2 .credits p:first-child {
    font-weight: bold; }
  .footer .column2 .made-by {
    margin-top: 16px; }
    .footer .column2 .made-by a {
      text-decoration: underline; }
    .footer .column2 .made-by p {
      font-size: 12px;
      line-height: 1.5em;
      margin-bottom: 5px; }
    .footer .column2 .made-by p.title {
      font-weight: bold;
      margin-top: 22px; }
    .footer .column2 .made-by a.latte-logo {
      opacity: 0.8;
      margin-right: 40px; }
      .footer .column2 .made-by a.latte-logo:hover {
        opacity: 1; }
      .footer .column2 .made-by a.latte-logo img {
        display: inline-block;
        width: 90px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 25px; }
    .footer .column2 .made-by a.cfafrica-logo {
      opacity: 0.8;
      display: inline-block;
      width: 100px;
      height: auto; }
      .footer .column2 .made-by a.cfafrica-logo:hover {
        opacity: 1; }
  .footer .column3 a {
    display: block;
    color: #3F3F3F;
    text-decoration: underline; }
    .footer .column3 a img {
      width: 14px;
      height: 14px;
      margin-bottom: 5px;
      margin-right: 6px; }
  .footer .column3 .links a:last-child {
    margin-top: 10px; }
  .footer .column3 .contacts {
    margin-top: 20px; }
    .footer .column3 .contacts p {
      margin-bottom: 0; }
    .footer .column3 .contacts a {
      text-decoration: none; }

.row {
  max-width: 190rem; }
