@import url("https://use.typekit.net/ovd5uoe.css");
@font-face {
  font-family: "REIS";
  font-weight: 400;
  src: url("../../assets/fonts/REIS.ttf") format("truetype"), url("../../assets/fonts/REIS.woff") format("woff"), url("../../assets/fonts/REIS.woff2") format("woff2"); }

h1 {
  font-family: "ff-meta-web-pro", sans-serif;
  line-height: 96px;
  font-size: 68px;
  color: #ffffff; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 {
  display: block;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
  word-break: break-word; }

h4, h5 {
  margin-bottom: 0; }

h1, .h1 {
  color: #ffffff;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3; }

h2, .h2 {
  color: #ffffff;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1.563rem;
  font-weight: 600; }

h3, .h3 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #000; }

h4, .h4 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 600; }

h5 {
  color: #ffffff;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 600; }

h6 {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 1rem;
  font-weight: 400; }

p {
  padding-bottom: 15px; }

span {
  color: #ffffff;
  font-weight: 600; }

body {
  font-family: "ff-meta-web-pro", sans-serif;
  background: #FFF7F0;
  width: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0063A6;
  z-index: 100;
  padding: 1.5rem;
  padding-left: 1rem; }
  .mobile-menu.active {
    display: block; }
  .mobile-menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    background: #267db8;
    display: block;
    text-align: center;
    padding: 20px 15px;
    font-size: 22px;
    width: 60px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    height: 60px; }
  .mobile-menu .logo {
    margin-bottom: 4rem;
    margin-top: 0; }
  .mobile-menu .seperator {
    height: 1px;
    width: 100%;
    margin: 2rem 0;
    background: #ccc;
    display: block; }
  .mobile-menu a {
    display: block;
    padding: .5rem 0;
    font-size: 2rem;
    color: #fff; }
    .mobile-menu a.grey {
      opacity: .5; }

.hamburger {
  margin-top: 2rem;
  margin-right: 1rem;
  display: inline-flex;
  flex-direction: column;
  background: #80BA27;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  padding: 24px 15px;
  justify-content: space-between; }
  .hamburger .line-1 {
    width: 30px;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 5px; }
  .hamburger .line-2 {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff; }

footer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1680' height='512' viewBox='0 0 1680 512' fill='none'%3E%3Cpath d='M0 2.90008C244.965 -11.8058 240.083 37.0185 369.04 12.1033C490.875 -11.4384 504.682 74.2689 675.272 9.80251C696.307 1.85028 717.518 -1.84151 745.509 0.896717C771.855 3.63494 803.364 9.82876 824.539 12.5407C888.746 20.7642 888.151 -8.9364 1024.8 7.74665C1140.3 21.849 1336.54 12.1033 1456.74 11.4122C1697.11 10.7211 1535.12 11.4122 1680 11.4122V512H0V2.90008Z' fill='%2300B25A'/%3E%3C/svg%3E");
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 4rem;
  text-align: center; }
  @media (min-width: 992px) {
    footer {
      text-align: left;
      padding-top: 10rem; } }
  footer img {
    width: 220px;
    margin-bottom: 80px; }
  footer p {
    color: #fff; }
  footer .share-description {
    display: block;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      footer .share-description {
        display: inline-block; } }
  footer .icon {
    display: inline-block;
    border-radius: 50%;
    padding: .45rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: .875rem; }
    footer .icon:hover {
      background: #fff;
      color: #000; }
  @media (max-width: 992px) {
    footer .share-buttons a {
      display: block;
      margin: 0 auto;
      margin-bottom: 1rem; } }

section {
  padding: 25px 0;
  position: relative; }

.greenbackground {
  background: #04A64A;
  color: #ffffff; }

.color-transition {
  position: relative;
  padding: 25px 0;
  color: #ffffff;
  overflow: hidden; }
  @media (min-width: 992px) {
    .color-transition {
      overflow: unset; } }
  .color-transition-bg {
    width: 100%;
    height: 90%;
    background: url(../../assets/img/color-transition.svg);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    z-index: -1; }

.logo {
  width: 220px;
  margin-top: 1.5rem; }

.menu-items {
  text-align: right;
  margin-top: 3rem; }
  .menu-items a {
    padding: 0 0 0 1rem;
    color: #ffffff; }
    .menu-items a:first-of-type {
      padding: 0; }
    .menu-items a.grey {
      opacity: .6; }
  .menu-items .seperator {
    display: inline-block;
    height: 22px;
    margin-left: 12px;
    background: #CCCCCC;
    width: 1px;
    position: relative;
    top: 5px; }

.align-right {
  text-align: right; }

.top-bar {
  height: 20px; }
  .top-bar a {
    padding: 0 0 0 25px;
    color: #9BDBB7; }

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

.facts {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background: #F49611; }
  @media (min-width: 992px) {
    .facts {
      padding: 7rem 0; } }
  .facts .col-md-3:last-child .fact:after {
    display: none; }
  .facts .fact {
    position: relative;
    margin-bottom: 3.5rem; }
    @media (min-width: 992px) {
      .facts .fact {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .facts .fact:after {
        content: '';
        height: 9rem;
        width: .75rem;
        display: block;
        position: absolute;
        right: 1.5rem;
        top: -.5rem;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='225' viewBox='0 0 8 225' fill='none'%3E%3Cpath d='M5.64545 1C9.20469 45.3299 5.31577 38.8074 2.30387 66.5418C-2.63489 112.048 9.06065 119.222 5.26136 140.783C-1.63626 179.946 9.6976 193 5.64545 224' stroke='%23CDCDCD' stroke-width='1.84' stroke-miterlimit='10'/%3E%3C/svg%3E"); } }
    .facts .fact-title {
      display: block;
      text-transform: uppercase;
      font-size: 2rem;
      color: #fff;
      font-family: 'REIS'; }
    .facts .fact-value {
      display: block;
      font-size: 2.5rem;
      font-weight: 800;
      color: #fff;
      line-height: .8; }
      @media (min-width: 992px) {
        .facts .fact-value {
          font-size: 4rem; } }
    .facts .fact sub {
      font-size: .895rem;
      font-family: "ff-meta-web-pro", sans-serif;
      display: block;
      font-weight: normal;
      margin-top: 2rem;
      color: #fff; }

.video-container {
  padding: 50px 0; }

.ceo {
  padding-top: 6rem; }
  .ceo-content * {
    color: #4A1863; }
  .ceo-content .quote {
    width: 70px; }
  .ceo-content h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    color: #4A1863;
    font-weight: 800; }
    @media (min-width: 992px) {
      .ceo-content h2 {
        font-size: 3rem; } }
  .ceo-content p {
    font-size: 1rem; }

.hero:after {
  content: "";
  display: block;
  clear: both;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1680' height='512' viewBox='0 0 1680 512' fill='none'%3E%3Cpath d='M0 2.90008C244.965 -11.8058 240.083 37.0185 369.04 12.1033C490.875 -11.4384 504.682 74.2689 675.272 9.80251C696.307 1.85028 717.518 -1.84151 745.509 0.896717C771.855 3.63494 803.364 9.82876 824.539 12.5407C888.746 20.7642 888.151 -8.9364 1024.8 7.74665C1140.3 21.849 1336.54 12.1033 1456.74 11.4122C1697.11 10.7211 1535.12 11.4122 1680 11.4122V512H0V2.90008Z' fill='%2304A64A'/%3E%3C/svg%3E");
  height: 60px;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  background-size: 100%;
  bottom: -40px;
  z-index: 2;
  position: absolute;
  transform: rotate(180deg); }

.hero img {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .hero img {
      top: 60px;
      position: relative;
      z-index: 9;
      transform: scale(1.1);
      margin-bottom: 0; } }

.button,
button {
  width: fit-content;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 40px;
  padding-right: 65px;
  border: none;
  box-shadow: none;
  position: relative; }
  .button:after,
  button:after {
    content: '';
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 32 30' fill='none'%3E%3Cg clip-path='url(%23clip0_18_9916)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7501 0.170019C12.3601 -0.739981 5.59006 2.08002 2.20006 7.47002C-1.24994 12.98 -0.609943 20.19 3.84006 25.01C8.24006 29.78 15.4501 31.19 21.5701 28.99C27.7601 26.77 31.9201 21.18 31.9901 14.78C31.9101 7.44002 26.2301 1.24002 18.7401 0.170019H18.7501ZM5.34006 6.03002C9.11006 1.49002 15.5201 -0.109981 21.0601 2.23002C26.4101 4.49002 29.7501 9.64002 29.8201 15.25C29.7401 21.57 25.2001 27.54 18.6201 28.68C12.8201 29.7 6.95006 26.7 4.06006 21.84C1.13006 16.89 1.65006 10.47 5.35006 6.03002H5.34006ZM17.1601 9.90002L21.1001 13.83C17.0001 13.73 12.9101 13.62 8.81006 13.52C8.20006 13.51 7.73006 14.03 7.53006 14.55C7.39006 14.92 7.31006 15.8 7.90006 15.82C12.5301 15.94 16.6301 15.86 21.2701 15.98C18.7601 18.5 17.4201 19.86 17.2301 20.05C16.9601 20.34 16.9601 20.97 17.2301 21.1C17.4901 21.23 18.2201 20.5 18.3901 20.34L22.8601 15.87C22.9201 15.82 22.9701 15.77 23.0101 15.72L23.9701 14.76C24.0301 14.7 24.5901 14.18 24.4401 14.04C22.5801 12.18 20.7201 10.32 18.8401 8.45002C18.5501 8.16002 16.9201 9.68002 17.1401 9.90002H17.1601Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_9916'%3E%3Crect width='32' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
  .button.orange-button,
  button.orange-button {
    background: #EE7401;
    color: #ffffff; }
  .button.green-button,
  button.green-button {
    background: #04A64A;
    color: #ffffff; }
  .button.blue-button,
  button.blue-button {
    background: #0063A6;
    color: #ffffff; }
  .button.purple-button,
  button.purple-button {
    background: #4A1863;
    color: #ffffff; }

.download-button-container {
  position: relative;
  z-index: 9; }
  .download-button-container button {
    background: #EE7401;
    color: #ffffff; }
  .download-button-container ul {
    display: none;
    padding: 0;
    font-weight: 500; }
    .download-button-container ul li {
      list-style: none;
      padding: 0.5rem 0; }
      .download-button-container ul li a {
        color: inherit; }
  .download-button-container.open .download-button:after {
    transform: rotate(90deg); }
  .download-button-container.open ul {
    display: block;
    background: #4A1863;
    padding: 1rem;
    position: absolute;
    top: 70px;
    border-radius: 20px;
    margin: 0; }

.key-figures {
  background: #80BA27;
  padding-top: 4rem; }
  .key-figures:after {
    content: "";
    display: block;
    clear: both;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1680' height='512' viewBox='0 0 1680 512' fill='none'%3E%3Cpath d='M0 2.90008C244.965 -11.8058 240.083 37.0185 369.04 12.1033C490.875 -11.4384 504.682 74.2689 675.272 9.80251C696.307 1.85028 717.518 -1.84151 745.509 0.896717C771.855 3.63494 803.364 9.82876 824.539 12.5407C888.746 20.7642 888.151 -8.9364 1024.8 7.74665C1140.3 21.849 1336.54 12.1033 1456.74 11.4122C1697.11 10.7211 1535.12 11.4122 1680 11.4122V512H0V2.90008Z' fill='%2380BA27'/%3E%3C/svg%3E");
    height: 60px;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    background-size: 100%;
    top: 60px;
    position: relative;
    transform: rotate(180deg); }
  .key-figures-heading {
    font-size: 3rem;
    margin-top: -14px; }
  .key-figures p {
    color: #fff;
    padding: 0; }
  .key-figures .toggle {
    margin: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    border: 2px solid #fff;
    border-radius: 15px;
    width: 75%;
    margin-bottom: 2rem; }
    .key-figures .toggle span {
      width: 100%;
      text-align: center;
      padding: 6px 0;
      padding-bottom: 10px;
      cursor: pointer;
      color: #fff; }
      .key-figures .toggle span.active {
        background: #F49611;
        color: #fff;
        font-weight: bold; }

.keyfigure-item {
  position: relative;
  margin-bottom: 3rem;
  display: flex; }
  .keyfigure-item img {
    margin-left: auto;
    width: 70%;
    max-width: unset; }
    @media (min-width: 992px) {
      .keyfigure-item img {
        width: 75%; } }
  .keyfigure-item h2 {
    position: absolute;
    display: none;
    top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.25rem; }
    @media (max-width: 992px) {
      .keyfigure-item h2 {
        font-size: 1.75rem; } }
    .keyfigure-item h2.active {
      display: block; }

#keyfigure-1 h2 {
  top: 23%;
  left: 16%; }

#keyfigure-2 h2 {
  top: 26%;
  left: 16%; }

#keyfigure-3 h2 {
  top: 24%;
  left: 7%; }

#keyfigure-4 h2 {
  top: 51%;
  left: 14%; }

.news-item {
  position: relative;
  margin-bottom: 60px; }
  .news-item img {
    position: absolute;
    height: 500px;
    width: auto;
    left: -75px; }
    @media (min-width: 992px) {
      .news-item img {
        height: 600px; } }
  .news-item .news-item-content {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff; }
    .news-item .news-item-content.darker {
      background: #F6FAF1;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .news-item .news-item-content h2 {
      color: #000; }
  .news-item:nth-of-type(even) img {
    left: initial;
    right: -75px; }

.newsroom-first {
  overflow: hidden; }
  @media (min-width: 992px) {
    .newsroom-first {
      margin-top: -100px;
      overflow: unset; } }

section.world-map {
  padding: 0;
  position: relative; }
  section.world-map.mobile-only .worldmap-button {
    width: 100%; }
  section.world-map svg {
    width: 1000px;
    height: 750px;
    margin: 0 auto;
    display: block;
    scale: 1.7; }
  section.world-map .worldmap-container {
    overflow: hidden;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff; }
  section.world-map .land {
    fill: #FEE1C0;
    fill-opacity: 1;
    stroke: #FEE1C0;
    stroke-opacity: 1;
    stroke-width: 0.1;
    cursor: pointer; }
  section.world-map .land:hover {
    fill: #f49611;
    stroke: #f49611; }
  section.world-map .worldmap-button {
    width: fit-content;
    padding: 8px 15px;
    min-height: auto;
    background: #4A1863;
    color: #ffffff;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 0; }
  section.world-map .worldmap-tag {
    background: #f49611;
    padding: 20px;
    width: fit-content;
    position: relative; }
    section.world-map .worldmap-tag p {
      padding: 0 0 0 15px; }

.map {
  padding-bottom: 4rem; }
  .map .row {
    border-top: 1px solid #eee;
    padding-top: 2rem; }
    @media (min-width: 992px) {
      .map .row {
        margin-top: 6rem;
        padding-top: 3rem; } }
  .map h2 {
    color: #04A64A;
    display: block;
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 2rem; }
  .map .map-accordion .accordion-item {
    border-radius: 10px;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all 300ms ease; }
    .map .map-accordion .accordion-item.active {
      height: 400px; }
      @media (min-width: 992px) {
        .map .map-accordion .accordion-item.active {
          height: 650px; } }
      .map .map-accordion .accordion-item.active i {
        transform: rotate(180deg); }
    .map .map-accordion .accordion-item .accordion-title {
      display: flex;
      align-items: center; }
      .map .map-accordion .accordion-item .accordion-title h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        margin-right: .75rem; }
      .map .map-accordion .accordion-item .accordion-title i {
        color: #fff; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 10;
  display: none; }
  .lightbox.active {
    display: block; }
  .lightbox-box {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 11;
    margin: 0 auto;
    display: none;
    position: fixed;
    overflow: scroll;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0; }
    .lightbox-box-close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      display: block; }
      .lightbox-box-close:after {
        content: '';
        height: 30px;
        width: 30px;
        display: block;
        background: url("../../assets/img/x-circle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
    .lightbox-box.active {
      display: block; }
    .lightbox-box-img {
      height: 250px;
      display: block;
      width: 100%; }
      .lightbox-box-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .lightbox-box-content {
      padding: 40px 80px; }
      @media (max-width: 769px) {
        .lightbox-box-content {
          padding: 1rem 1.5rem; } }
      .lightbox-box-content h3 {
        font-size: 2rem;
        color: #4A1863;
        display: block;
        margin-bottom: 1.5rem; }
      .lightbox-box-content .summary {
        font-weight: bold;
        color: #04A64A; }
      .lightbox-box-content p:last-child {
        margin: 0;
        padding: 0; }
      .lightbox-box-content p.intro {
        font-weight: bold;
        color: #04A64A; }
      .lightbox-box-content p span {
        color: #04A64A;
        font-weight: bold; }
      .lightbox-box-content p.author {
        font-weight: bold;
        color: #4A1863; }

.share {
  background: #EE7401;
  border: 1px solid #EE7401;
  border-radius: 400px;
  padding: 1rem;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 3; }
  @media (min-width: 992px) {
    .share {
      margin: 0;
      margin-left: auto;
      margin-bottom: 4rem; } }
  .share ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0; }
    .share ul li a {
      height: 25px;
      width: 25px;
      background: #fff;
      margin-right: .5rem;
      border-radius: 50%;
      display: flex; }
      .share ul li a img {
        margin: auto;
        height: 15px;
        width: 15px; }

.share-buttons {
  justify-content: center; }
  @media (min-width: 992px) {
    .share-buttons {
      justify-content: flex-end; } }
  .share-buttons a {
    margin-right: 1rem; }
