@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #082945;
  --light-blue: #082945a8;
  --background: #f1f8f6;
  --light-green: #c2f3d8;
  --green: #3bbe8c;
}

h1 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 88px;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  font-family: Gellix, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--blue);
  margin-bottom: 10px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 16px;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

li {
  color: var(--blue);
  font-family: Gellix, Arial, sans-serif;
}

blockquote {
  color: var(--blue);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 120px;
  display: flex;
}

.container.hero-container {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.container.container-key {
  flex-flow: column;
  justify-content: center;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container.summary-container {
  justify-content: space-between;
  align-items: stretch;
}

.container.coverage-container {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.container.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero-left {
  width: 50%;
  margin-bottom: 100px;
}

.hero-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-2, .heading-3 {
  color: var(--blue);
}

.text-block {
  color: var(--light-blue);
}

.header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-img {
  height: 100%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Gellix, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.img-hero {
  height: 100%;
  display: none;
}

.key-numbers {
  background-color: var(--background);
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.key-block {
  width: 50%;
  margin-bottom: -45px;
  position: relative;
}

.key-block.key-block-left {
  align-self: flex-start;
}

.key-block.key-block-right {
  text-align: right;
  flex-flow: column;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.key-number {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.big-bar {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.big-bar.right {
  margin-left: 0;
  margin-right: -20px;
}

.bar-text {
  z-index: 1;
  font-family: Gellix, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}

.bar-text.opacity {
  opacity: .4;
}

.small-bar {
  color: var(--blue);
  flex-flow: column;
  justify-content: center;
  width: 70%;
  height: 100px;
  margin-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.small-bar.right {
  margin-left: 0;
  margin-right: -20px;
}

.big-bar-animation {
  background-color: var(--blue);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.big-bar-animation.right {
  border-radius: 50px 0 0 50px;
  left: auto;
  right: 0;
}

.small-bar-animation {
  background-color: var(--light-green);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.small-bar-animation.right {
  border-radius: 50px 0 0 50px;
  left: auto;
  right: 0;
}

.key-title {
  color: var(--light-blue);
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 28px;
}

.key-bar-text {
  z-index: 1;
  font-family: Gellix, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.xsmall-bar {
  color: var(--blue);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  height: 100px;
  margin-top: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.xsmall-bar.right {
  background-color: #fff0;
  margin-left: 0;
  margin-right: -20px;
}

.xsmall-bar-animation {
  background-color: var(--light-green);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.xsmall-bar-animation.right {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  height: 100%;
  left: auto;
  right: 0;
}

.title-underline {
  background-color: var(--blue);
  width: 80px;
  height: 5px;
}

.title-underline.white {
  background-color: #fff;
}

.section-title {
  margin-bottom: 100px;
}

.section-title.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.graph-section {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-left {
  flex-flow: column;
  justify-content: flex-start;
  width: 30%;
  height: auto;
  display: flex;
}

.div-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.infos {
  flex-flow: column;
  display: flex;
}

.graph-number {
  margin-bottom: 20px;
}

.legend-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.legend-desktop.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.legend-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-family: Gellix, Arial, sans-serif;
  line-height: 14px;
  display: flex;
}

.legend-box {
  background-color: #082945;
  width: 10px;
  height: 10px;
}

.legend-box.green {
  background-color: var(--green);
}

.legend-box.lightgreen {
  background-color: var(--light-green);
}

.legend-box.darkgreen {
  background-color: #3e6352;
}

.legend-box.pink {
  background-color: #ff4d4d;
}

.legend-box.lightpink {
  background-color: #f88;
}

.legend-box.red {
  background-color: #b71d25;
}

.graph-text {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.img-graph {
  width: 100%;
}

.legend-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.section {
  background-color: var(--background);
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.section.dark {
  background-color: var(--blue);
  color: #fff;
}

.section.dark-footer {
  background-color: var(--blue);
  color: #fff;
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.coverage-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  font-family: Gellix, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: grid;
}

.grid-header {
  text-align: center;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.grid-header.highlight {
  font-size: 22px;
}

.grid-cell {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.grid-cell.highlight {
  font-size: 22px;
  font-weight: 500;
}

.grid-label {
  text-align: left;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.h2-white {
  color: #fff;
  font-weight: 500;
}

.graph-left {
  flex-flow: column;
  justify-content: space-between;
  width: 35%;
  height: auto;
  display: flex;
}

.graph-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 60%;
  display: flex;
  overflow: hidden;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.white {
  color: #fff;
  margin-top: 10px;
}

.eastate-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.circle {
  aspect-ratio: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.circle.content-circle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--light-green);
  width: 33.33%;
  position: absolute;
}

.circle.content-circle.top {
  top: 0;
  right: 0;
}

.circle.content-circle.middle {
  top: 50%;
  transform: translate(0, -50%);
}

.circle.content-circle.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.reports-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.report-card {
  max-width: 250px;
  transition: transform .2s;
}

.report-card:hover {
  transform: scale(1.1);
}

.report-card.last {
  max-width: 300px;
  transition: transform .2s;
}

.report-card.last:hover {
  transform: scale(1.1);
}

.btn-primary {
  color: #fff;
  letter-spacing: .2px;
  background-color: #00af66;
  padding: 0 1.5em 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
}

.btn-primary:hover {
  box-shadow: 0 7px 0 -4px #05bf8e59;
}

.btn-primary.is-arrowed {
  background-image: url('../images/triangle-white.svg');
  background-position: 90% 52%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 3.5em;
  transition: background-position .2s, box-shadow .2s;
}

.btn-primary.is-arrowed:hover {
  background-position: 92% 52%;
}

.btn-primary.is-arrowed.mt-3 {
  background-color: var(--green);
  background-image: url('../images/trangle-white-bottom.svg');
  background-size: 11px;
}

.btn-primary.is-arrowed.mt-3:hover {
  background-position: 90% 58%;
}

.img-report {
  width: 100%;
}

.img-report.last {
  width: 110%;
  max-width: 110%;
}

.hero-heading {
  margin-bottom: 25px;
  overflow: hidden;
}

.carousel-container {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.shape-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.shape-container.middle {
  transform: translate(0, -100vh);
}

.hero-year {
  z-index: 1;
  color: var(--background);
  text-align: center;
  font-family: Gellix, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.carousel-container-bottom {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.shape-container-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.shape-container-bottom.bottom {
  transform: translate(0);
}

.shape-container-bottom.top {
  top: -113vh;
  transform: translate(0, -300px);
}

.graph-number-animated {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 190px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-left {
  background-color: var(--green);
  width: 10px;
}

.number-right {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.floating-shapes-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.floating-circle {
  background-color: var(--green);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: -300px;
  left: -250px;
}

.floating-circle.medium {
  width: 250px;
  height: 250px;
  bottom: -150px;
  left: auto;
  right: 100px;
}

.floating-circle.small {
  width: 70px;
  height: 70px;
  top: 200px;
  bottom: auto;
  left: 70%;
}

.floating-circle.xsmall {
  width: 30px;
  height: 30px;
  top: 20px;
  bottom: auto;
  left: 20%;
}

.brand {
  height: 80px;
}

.page-footer__copyright {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  margin-left: 0%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.857em;
  display: flex;
  transform: translate(0, 100%);
}

.copyright {
  font-weight: 400;
}

.page-footer-dot {
  padding-left: 4px;
  padding-right: 4px;
}

.footer-links {
  flex: 0 auto;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: #f1f8f6;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 1px #fff;
}

.footer-link:hover {
  opacity: 1;
  color: #00af66;
  box-shadow: 0 1px #00af66;
}

.pipe-grey {
  color: #8fa4b2;
  padding-left: 8px;
  padding-right: 8px;
}

.footer__design {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.857em;
  display: flex;
  position: absolute;
  bottom: auto;
  right: 30px;
  transform: translate(0, 100%);
}

.div-block {
  background-image: url('../images/demi-cercle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 160px;
  position: absolute;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-btn {
  z-index: 3;
  background-color: var(--blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%);
}

.icon {
  width: 15px;
}

.icon.close {
  width: 12px;
}

.close-btn {
  z-index: 3;
  background-color: #68686812;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  transition: all .3s ease-out;
  display: flex;
  transform: scale(.9);
}

.close-btn:hover {
  background-color: #eee;
  transform: scale(.95);
}

.body {
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 39px;
  }

  .hero-section {
    height: 100vh;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.coverage-container {
    flex-flow: column;
  }

  .hero-left {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 50px;
  }

  .hero-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
  }

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

  .key-number {
    font-size: 80px;
    line-height: 80px;
  }

  .big-bar {
    width: 130%;
  }

  .small-bar {
    width: 100%;
  }

  .xsmall-bar.right {
    width: 70%;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .div-left, .div-right {
    width: 100%;
  }

  .legend-desktop {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .graph-text {
    font-size: 20px;
    line-height: 23px;
  }

  .legend-mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .section.dark-footer {
    height: auto;
    padding-bottom: 70px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 23px;
  }

  .report-card {
    max-width: 200px;
  }

  .report-card.last {
    max-width: 230px;
  }

  .hero-heading {
    font-size: 90px;
    line-height: 85px;
  }

  .element-number, .number {
    font-size: 80px;
    line-height: 80px;
  }

  .floating-circle.medium {
    right: -100px;
  }

  .footer__design {
    justify-content: center;
    align-items: flex-end;
    margin-right: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .container.container-key {
    padding-bottom: 20px;
  }

  .container.summary-container, .container.coverage-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container.centered {
    margin-bottom: 60px;
  }

  .hero-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .key-numbers {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .key-block.key-block-left, .key-block.key-block-right {
    margin-bottom: 20px;
  }

  .key-number {
    font-size: 65px;
    line-height: 65px;
  }

  .big-bar {
    width: 400px;
    height: 80px;
    margin-left: -20px;
  }

  .big-bar.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .small-bar {
    width: 300px;
    height: 80px;
    margin-left: -20px;
  }

  .small-bar.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .big-bar-animation {
    width: 400px;
  }

  .key-bar-text {
    font-size: 30px;
    line-height: 30px;
  }

  .xsmall-bar {
    width: 300px;
    height: 80px;
    margin-left: -20px;
  }

  .xsmall-bar.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .xsmall-bar-animation {
    width: 300px;
    height: 80px;
  }

  .xsmall-bar-animation.right {
    width: 100%;
  }

  .title-underline.white {
    height: 3px;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .graph-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-left {
    width: 100%;
  }

  .div-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .graph-number {
    margin-bottom: 0;
  }

  .legend-desktop {
    display: none;
  }

  .legend-mobile {
    display: flex;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.dark-footer {
    padding-bottom: 20px;
  }

  .grid-header {
    font-size: 14px;
    line-height: 14px;
  }

  .grid-header.highlight {
    font-size: 16px;
  }

  .grid-cell {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .grid-cell.highlight {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-label {
    font-size: 14px;
    line-height: 18px;
  }

  .graph-left {
    width: 100%;
  }

  .graph-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .reports-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-heading {
    font-size: 70px;
    line-height: 70px;
  }

  .carousel-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .shape-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 15px;
  }

  .hero-year {
    font-size: 60px;
    line-height: 70px;
  }

  .carousel-container-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .shape-container-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 15px;
  }

  .element-number, .number {
    font-size: 65px;
    line-height: 65px;
  }

  .graph-number-animated {
    margin-bottom: 0;
  }

  .floating-circle {
    left: -400px;
  }

  .page-footer__copyright {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
    transform: none;
  }

  .page-footer-dot {
    display: none;
  }

  .footer__design {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
    left: 0%;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 25px;
  }

  .hero-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .logo {
    height: 50px;
    padding-left: 0;
  }

  .link-block {
    font-family: Gellix, Arial, sans-serif;
    font-size: 13px;
  }

  .key-numbers {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .key-block.key-block-left, .key-block.key-block-right {
    width: 100%;
  }

  .key-number {
    font-size: 50px;
    line-height: 50px;
  }

  .big-bar {
    width: 100%;
    height: 60px;
  }

  .bar-text {
    font-size: 14px;
    line-height: 14px;
  }

  .bar-text.xs-text {
    font-size: 10px;
    line-height: 10px;
  }

  .small-bar {
    width: 80%;
    height: 60px;
    margin-top: 10px;
  }

  .big-bar-animation, .small-bar-animation {
    width: 100%;
  }

  .key-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .key-bar-text {
    font-size: 20px;
    line-height: 20px;
  }

  .xsmall-bar {
    width: 80%;
  }

  .xsmall-bar.right {
    height: 60px;
    margin-top: 10px;
  }

  .xsmall-bar-animation {
    width: 100%;
  }

  .title-underline {
    width: 60px;
    height: 3px;
  }

  .title-underline.white {
    height: 2px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .graph-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .graph-text {
    font-size: 18px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-cell, .grid-cell.highlight {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    font-size: 18px;
  }

  .circle {
    padding-left: 5px;
    padding-right: 5px;
  }

  .reports-grid {
    margin-bottom: 30px;
  }

  .btn-primary.is-arrowed.mt-3 {
    width: 100%;
    padding: 10px 2.5em 10px 1em;
    line-height: 23px;
  }

  .hero-heading {
    margin-top: 12px;
    font-size: 40px;
    line-height: 40px;
  }

  .carousel-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .shape-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 5px;
  }

  .hero-year {
    font-size: 30px;
    line-height: 30px;
  }

  .carousel-container-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .shape-container-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 5px;
  }

  .element-number, .number {
    font-size: 50px;
    line-height: 50px;
  }

  .floating-circle.medium {
    display: none;
  }

  .page-footer__copyright {
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .pipe-grey {
    display: none;
  }

  .footer__design {
    flex-direction: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
  }
}

#w-node-_478d62e2-f36d-7642-aed3-0121f97c3731-84925a63, #w-node-_94abb2f3-c774-3506-fa12-e42bc65ce7f1-84925a63, #w-node-_4f24b89f-1f3d-716c-e2ae-5774d69351bf-84925a63 {
  justify-self: center;
}


@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}