.graph-first {
  position: relative;
  padding: 60px 0;
  margin-bottom: 90px;
  background-color: #f2fbfd;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0; }
  @media only screen and (max-width: 991px) {
    .graph-first {
      padding: 60px 0 0; } }
  @media only screen and (max-width: 767px) {
    .graph-first {
      padding: 40px 0 0; } }
  .graph-first .slick-prev,
  .graph-first .slick-next {
    width: 13px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    z-index: 2; }
  .graph-first .slick-prev {
    left: 0;
    background: url(/local/static/build/img/svg/arrow-left.svg) no-repeat center/contain; }
  .graph-first .slick-next {
    right: 0;
    background: url(/local/static/build/img/svg/arrow-right.svg) no-repeat center/contain; }
  .graph-first__mark {
    font: bold 32px/100% "Stem", sans-serif;
    letter-spacing: 4.57px;
    color: #666;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .graph-first__mark {
        font: bold 18px/100% "Stem", sans-serif;
        letter-spacing: 0; } }
  .graph-first__line {
    width: auto;
    height: 2px;
    background: #253746;
    margin: 0 16%;
    position: relative;
    top: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear; }
    .graph-first__line.line-lenght-4 { margin: 0 12%; }
    .graph-first__line.active {
      -webkit-transition: -webkit-transform 2.5s linear;
      transition: -webkit-transform 2.5s linear;
      transition: transform 2.5s linear;
      transition: transform 2.5s linear, -webkit-transform 2.5s linear;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    @media only screen and (max-width: 991px) {
      .graph-first__line {
        margin: 0 16%; } }
        .graph-first__line.line-lenght-4 { margin: 0 12%; }
    @media only screen and (max-width: 767px) {
      .graph-first__line {
        margin: 0 0 0 9px;
        position: absolute;
        width: 2px;
        height: 80%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0); }
        .graph-first__line.line-lenght-4 { margin: 0 0 0 9px; }
        .graph-first__line.active {
          -webkit-transform: scaleY(1);
          transform: scaleY(1); } }
  .graph-first__block-wrap {
    position: relative;
    margin: 19px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .graph-first__block-wrap {
        margin: 32px 0 0 0; } }
  .graph-first__h2 {
    margin: 0; }
.graph-first__h2.readable--modif {
  display: none }
    .graph-first__h2 span {
      display: block;
      text-align: center;
      color: #00afdd;
      font: bold 30px/130% "Stem", sans-serif; }
      @media only screen and (max-width: 991px) {
        .graph-first__h2 span {
          font: bold 24px/130% "Stem", sans-serif; } }
      @media only screen and (max-width: 767px) {
        .graph-first__h2 span {
          font: bold 18px/130% "Stem", sans-serif; } }
  .graph-first__wrapper {
    position: relative; }
  .graph-first__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .graph-first__grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .graph-first__item {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .graph-first__item {
        margin: 0 0 32px 0; }
        .graph-first__item:last-child {
          margin: 0; } }
    .graph-first__item:first-child:before {
      right: 50%;
      left: -1000%;
      background: #ffffff;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .graph-first__item:first-child:before {
          bottom: -webkit-calc(50% + 20px);
          bottom: calc(50% + 20px);
          top: -1000%;
          right: auto;
          left: 9px; } }
    .graph-first__item:before {
      content: none;
      position: absolute;
      height: 2px;
      top: 9px;
      background: #253746; }
      @media only screen and (max-width: 767px) {
        .graph-first__item:before {
          width: 2px;
          left: 9px;
          top: auto;
          height: auto;
          right: auto; } }
    .graph-first__item.active .graph-first__icon {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      z-index: 1;
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s; }
    .graph-first__item.active .graph-first__content {
      opacity: 1;
      z-index: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s; }
  .graph-first__item + .graph-first__item:before {
    right: 50%;
    left: -1000%; }
    @media only screen and (max-width: 767px) {
      .graph-first__item + .graph-first__item:before {
        bottom: -webkit-calc(50% + 20px);
        bottom: calc(50% + 20px);
        top: -1000%;
        right: auto;
        left: 9px; } }
  .graph-first__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .graph-first__item-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  .graph-first__icon {
    border: 2px solid #00afdd;
    background-color: #ffffff;
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0s;
    transition: 0s; }
    @media only screen and (max-width: 767px) {
      .graph-first__icon {
        margin: 0; } }
  .graph-first__content {
    position: relative;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
    -webkit-transition: 0s;
    transition: 0s; }
    @media only screen and (max-width: 767px) {
      .graph-first__content {
        padding: 0 0 0 20px;
        text-align: left; } }
  .graph-first__data {
    position: relative;
    font: bold 18px/130% "Stem", sans-serif;
    margin: 0 0 5px 0; }
    @media only screen and (max-width: 991px) {
      .graph-first__data {
        font: bold 16px/130% "Stem", sans-serif; } }
  .graph-first__desc {
    position: relative;
    font: 300 16px/125% "Stem", sans-serif;
    background: #88e6f8;
    padding: 0.3rem 0.5rem;
    border-radius: 8px;
  }
  .graph-first__subdesc
  {
    padding: 1rem 0 0 0;
    font: 300 16px/155% "Stem", sans-serif;    
  ]
    @media only screen and (max-width: 991px) {
      .graph-first__desc {
        font: 300 14px/125% "Stem", sans-serif; } }
  }
  .graph-first__description {
    font: 300 26px/154% "Stem", sans-serif;
    margin: 10px 0 0; }
.graph-first__description.readable--modif {
display: none;
}
    @media only screen and (max-width: 991px) {
      .graph-first__description {
        font: 300 18px/160% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .graph-first__description {
        font: 300 14px/145% "Stem", sans-serif; } }
  .graph-first.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .graph-first.graph-first--ai .graph-first__item {
    width: 200px;
    max-width: 25%; }
    @media only screen and (max-width: 767px) {
      .graph-first.graph-first--ai .graph-first__item {
        width: auto;
        max-width: none; } }

.graph-first__info { text-align: center; margin-top: 50px; }
.graph-first__btn { margin-top: -40px; }

  .graph-first .nti-tabs--chart {
    padding: 25px 0 0px; }
    @media only screen and (max-width: 991px) {
      .graph-first .nti-tabs--chart {
        padding: 25px 0 60px; } }
    @media only screen and (max-width: 767px) {
      .graph-first .nti-tabs--chart {
        padding: 25px 0 60px; } }

@media only screen and (max-width: 991px) {
    #graph-first > .full-wrapper {
      padding-bottom:  32px;
    }
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color .3s ease, background .3s ease, opacity .3s ease;
    transition: color .3s ease, background .3s ease, opacity .3s ease;
    border: 0 none;
    outline: 0 none;
    margin: 0 auto 16px;
    text-align: center;
    background: transparent;
    min-height: 44px;
    height: 44px;
    font: bold 18px / 100% "Stem", sans-serif;
    color: #253746;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 44px;
}
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 44px;
  border-radius: 44px;
  background: #edf8fa;
  -webkit-transition: width 0.4s ease, opacity 0.25s 0.25s ease;
  transition: width 0.4s ease, opacity 0.25s 0.25s ease;
  z-index: 0; }

.btn:hover:after, .btn:active:after, .btn:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: scale 0.25s, width 0.4s ease, opacity 0.25s ease;
  transition: scale 0.25s, width 0.4s ease, opacity 0.25s ease; }


.btn span
{
  z-index: 1;
}
.btn--vision
{
  color: #fff;
  background: #233847;
  margin-top:  2rem;
    min-height: 52px;
    height: auto;
    padding: 5px 15px;
}
.btn--vision:hover
{
  color: #fff;
}
.btn--vision:after
{
  background: #075384;
}