.rtl.page-template-index .parallax-mirror:nth-child(1) .parallax-slider {
  left: -43% !important; }

.rtl.page-template-index .parallax-mirror:nth-child(2) .parallax-slider {
  left: 50% !important; }

.rtl.page-template-index .parallax-mirror:nth-child(3) .parallax-slider {
  left: -38% !important; }

.timeline-nav {
  opacity: 0;
  position: fixed;
  left: 55px;
  top: 180px;
  display: block;
  width: 50px;
  z-index: 18; }
  .rtl .timeline-nav {
    left: auto;
    right: 55px; }
  .loaded .timeline-nav {
    -webkit-animation: fadeIn 1s 1.5s ease-in-out forwards;
            animation: fadeIn 1s 1.5s ease-in-out forwards; }
  @media (max-width: 1224px) {
    .timeline-nav {
      display: none; } }
  .timeline-nav:after {
    background: #e2e2e2;
    content: '';
    height: calc(100% - 70px);
    display: block;
    position: fixed;
    left: 102px;
    top: 70px;
    width: 1px;
    z-index: 2; }
    .rtl .timeline-nav:after {
      left: auto;
      right: 102px; }
    .in-view-section-push .timeline-nav:after {
      margin: 0;
      top: 180px; }
    .in-view-section-careers .timeline-nav:after {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 47px;
      height: 540px; }

.timeline-nav__list li {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-right: 5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 40;
  width: 50px; }
  .rtl .timeline-nav__list li {
    border: none;
    border-left: 5px solid transparent; }
  .timeline-nav__list li:after {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    content: '';
    border-radius: 50%;
    height: 5px;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 5px; }
    .rtl .timeline-nav__list li:after {
      right: auto;
      left: -5px; }
  .timeline-nav__list li:before {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    content: '';
    border-radius: 50%;
    height: 5px;
    position: absolute;
    bottom: -3px;
    right: -5px;
    width: 5px; }
    .rtl .timeline-nav__list li:before {
      right: auto;
      left: -5px; }
  .timeline-nav__list li a {
    font-family: 'PF Benchmark Pro';
    font-size: 0.625rem; }
    .active-timeline-light .timeline-nav__list li a,
    .landing .timeline-nav__list li a {
      color: #fff; }
    .timeline-nav__list li a:focus, .timeline-nav__list li a:active {
      outline: none; }
  .timeline-nav__list li.current {
    border-color: #f7485e; }
    .timeline-nav__list li.current:after, .timeline-nav__list li.current:before {
      background: #f7485e; }
    .active-timeline-light .timeline-nav__list li.current,
    .landing .timeline-nav__list li.current {
      border-color: #fff; }
      .active-timeline-light .timeline-nav__list li.current:after, .active-timeline-light .timeline-nav__list li.current:before,
      .landing .timeline-nav__list li.current:after,
      .landing .timeline-nav__list li.current:before {
        background: #fff; }
    .timeline-nav__list li.current a {
      color: #f7485e;
      font-family: 'PF Benchmark Pro';
      font-size: 1.125rem; }
      .active-timeline-light .timeline-nav__list li.current a,
      .landing .timeline-nav__list li.current a {
        color: #fff; }

.timeline-nav__list em {
  font-style: normal; }

.section-block {
  font-family: 'PF Benchmark Pro Light', Arial, Verdana, sans-serif; }
  .section-block h2 {
    color: #000;
    display: block;
    font-family: 'PF Benchmark Pro Black';
    font-size: 2.8125rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0; }
    .rtl .section-block h2 {
      font-weight: bold;
      padding: 0 5rem 0 0; }
      @media (max-width: 767px) {
        .rtl .section-block h2 {
          padding: 0; } }
    @media (max-width: 767px) {
      .section-block h2 {
        font-size: 1.5rem; } }
  .section-block .row-more {
    text-align: left; }
    .rtl .section-block .row-more {
      padding: 2rem 5rem 2rem 0;
      text-align: right; }
      @media (max-width: 767px) {
        .rtl .section-block .row-more {
          text-align: center;
          padding: 2rem 0; } }
    @media (max-width: 767px) {
      .section-block .row-more {
        text-align: center; }
        .section-block .row-more .bt-more {
          clear: both;
          display: block;
          padding: .5rem 0;
          width: 100%; } }

.section-title {
  font-family: 'PF Benchmark Pro Black';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 1rem 0; }
  .home .section-title, .site-entity .section-title {
    padding: 0 0 0.375rem 0; }
  .section-title em {
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    height: 48px !important;
    line-height: 50px;
    margin: 0 1.875rem 0 0;
    padding: 0;
    position: absolute;
    left: -5rem;
    top: -1rem;
    text-align: center;
    width: 48px !important; }
    .rtl .section-title em {
      margin: 0;
      left: auto;
      right: 0; }
    @media (max-width: 767px) {
      .section-title em {
        display: block;
        font-size: 0.875rem;
        line-height: 36px;
        margin: 0 0.625rem 0 0;
        position: static;
        left: 0;
        top: 0;
        width: 32px !important;
        height: 32px !important; } }
  .section-title span {
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase; }
    .rtl .section-title span {
      font-weight: bold;
      padding: 0 5rem 0 0; }
      @media (max-width: 767px) {
        .rtl .section-title span {
          padding: 0 2rem 0 0; } }
    @media (max-width: 767px) {
      .section-title span {
        font-size: 0.875rem; } }

.section-block--push {
  color: #fff;
  position: relative;
  top: -70px;
  height: 100vh;
  margin: 0 0 -70px 0;
  padding: 0; }
  @media (max-width: 767px) {
    .section-block--push {
      background: #f7485e;
      overflow-x: hidden; } }
  .section-block--push:before {
    background: #f7485e;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 38%;
    z-index: 0; }
    .rtl .section-block--push:before {
      left: auto;
      right: 0; }
    @media (max-width: 990px) {
      .section-block--push:before {
        width: 45%; } }
    @media (max-width: 767px) {
      .section-block--push:before {
        width: 100%; } }
  .section-block--push em {
    background: #fff;
    color: #f7485e;
    top: 0; }
    @media (max-width: 767px) {
      .rtl .section-block--push em {
        position: absolute;
        top: -3rem; } }
  .section-block--push h2 {
    color: #fff;
    font-family: 'PF Benchmark Pro Black';
    font-size: 4.375rem;
    text-transform: uppercase;
    word-break: break-word;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
    line-height: 0.8;
    margin: 0 6rem 0 0; }
    .rtl .section-block--push h2 {
      margin: 4rem 0 0 0;
      width: 100%; }
    @media (max-width: 990px) {
      .section-block--push h2 {
        font-size: 3.125rem; }
        .rtl .section-block--push h2 {
          margin: 4rem 1rem 0 0; } }
    @media (max-width: 767px) {
      .section-block--push h2 {
        font-size: 2.5rem;
        max-width: 16.5625rem;
        margin: 0;
        padding: 2rem 0 0 0; }
        .rtl .section-block--push h2 {
          margin: 0;
          max-width: none; } }
  @media (max-width: 767px) {
    .section-block--push .section-title {
      display: block; } }

@-moz-document url-prefix() {
  .section-block--push h2 {
    max-width: 75%; } }

@media screen and (min-width: 0\0) {
  .section-block--push h2 {
    max-width: 75%; } }

.section-block--push-affiliate {
  color: #000; }
  @media (max-width: 767px) {
    .section-block--push-affiliate {
      background: #fff;
      min-height: 100vh;
      height: auto;
      overflow: hidden; } }
  .section-block--push-affiliate:before {
    background: #f7485e;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32%;
    z-index: 0; }
    @media (max-width: 990px) {
      .section-block--push-affiliate:before {
        width: 41%; } }
    @media (max-width: 767px) {
      .section-block--push-affiliate:before {
        display: none; } }
  .section-block--push-affiliate h2 {
    color: #000;
    font-family: "PF Benchmark Pro Black";
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0 0 4rem 0;
    position: relative;
    text-transform: none;
    -ms-word-break: initial;
    word-break: initial;
    -webkit-hyphens: initial;
        -ms-hyphens: initial;
            hyphens: initial; }
    @media (max-width: 767px) {
      .section-block--push-affiliate h2 {
        font-size: 1.5rem;
        padding: 0 0 2rem 0; } }
    .section-block--push-affiliate h2:before {
      background: #f7485e;
      border-radius: 4px;
      content: '';
      display: block;
      height: 4px;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 1.5rem;
      left: 0;
      width: 50px; }
      @media (max-width: 767px) {
        .section-block--push-affiliate h2:before {
          display: none; } }
  .section-block--push-affiliate p {
    color: #000; }
  .section-block--push-affiliate .section-title em {
    background: #f7485e;
    color: #fff; }

.affiliate_slider {
  overflow-x: hidden;
  opacity: 0;
  padding: 2rem 0 0 0;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .affiliate_slider {
      padding: 1rem 0 0 0; } }

.affiliate_slider__bg {
  display: none; }
  @media (max-width: 767px) {
    .affiliate_slider__bg {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 13.4375rem;
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      z-index: -1; } }

.content-affiliate {
  background: #fff;
  padding: 3rem 15px;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .content-affiliate {
      padding: 3.5rem 0 0 0;
      text-align: center; } }
  .content-affiliate:after {
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    background: #fff;
    left: 0;
    position: absolute;
    bottom: -58px;
    z-index: 10; }

.push__item {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .swiper-container-horizontal .push__item {
    height: auto; }
    @media (max-width: 767px) {
      .swiper-container-horizontal .push__item {
        background: none;
        border: 0; } }
  .push__item .row-more {
    margin-top: auto; }
  @media (max-width: 767px) {
    .push__item {
      text-align: left; } }

.push__item__illustration {
  display: block;
  height: 13.4375rem; }

.container--push {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .home .container--push {
    padding: 12.5% 0 0 0; }
    @media (min-width: 1224px) {
      .home .container--push {
        padding: 8% 0 0 0; } }
    @media (max-width: 767px) {
      .home .container--push {
        padding: 0; } }
  .section-block--push-affiliate .container--push {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .section-block--push-affiliate .container--push {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (max-width: 767px) {
    .container--push .row > div > .row > div {
      padding: 0; } }
  .container--push .row:first-child {
    margin-top: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .container--push .section-title, .container--push h2, .container--push p, .container--push .row-more {
      padding-left: 15px;
      padding-right: 15px; }
    .container--push p {
      position: relative;
      padding-top: 2rem; }
    .container--push .affiliate_slider p:before {
      background: #f7485e;
      border-radius: 4px;
      content: '';
      display: block;
      margin: 0;
      padding: 0;
      height: 4px;
      position: absolute;
      top: 10px;
      left: 15px;
      width: 50px; } }

.block-push__inner {
  margin: -2rem 0 0 0;
  max-width: 90%;
  padding: 0; }
  @media (max-width: 767px) {
    .block-push__inner {
      margin: 0;
      max-width: 290px;
      padding: 0; } }
  .block-push__inner:before {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 4.0625rem; }
    @media (max-width: 767px) {
      .block-push__inner:before {
        display: none; } }
  .block-push__inner p {
    display: block;
    font-size: 1.1875rem;
    margin: 0;
    padding: 0 0 1rem 0;
    max-width: 36.25rem; }
    @media (max-width: 767px) {
      .block-push__inner p {
        font-size: 1rem;
        max-width: none; } }
  .block-push__inner strong {
    font-family: 'PF Benchmark Pro Black';
    font-weight: normal; }
  @media (max-width: 767px) {
    .block-push__inner br {
      display: none; } }

@-moz-document url-prefix() {
  .block-push__inner {
    max-width: 80%; }
    @media (max-width: 767px) {
      .block-push__inner {
        max-width: 290px; } } }

@media (max-width: 990px) {
  .col-push-illustration {
    display: none; } }

.rtl .col-section-content__inner {
  font-size: 1.5rem; }

.hp-more {
  display: none; }
  .hp-more button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top; }
  .hp-more svg {
    display: block;
    fill: #fff;
    margin: 0 auto;
    padding: 0; }
  .hp-more span {
    display: block;
    color: #fff;
    cursor: pointer;
    font-family: 'PF Benchmark Pro Bold', Arial, Verdana, sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0.625rem 0; }
  @media (max-width: 767px) {
    .hp-more {
      opacity: 0;
      color: #fff;
      display: block;
      position: absolute;
      left: 0;
      bottom: 15%;
      text-align: center;
      width: 100%; }
      .loaded .hp-more {
        -webkit-animation: fadeIn .5s 3.35s ease-in-out forwards;
                animation: fadeIn .5s 3.35s ease-in-out forwards; } }

.section-block--event {
  background: #2f9fa0;
  color: #fff;
  margin: 0 0 0 -15px;
  max-height: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .section-block--event {
      max-height: none;
      margin: 0;
      overflow: initial; } }
  @media (min-width: 767px) {
    .section-active--section-event .section-block--event {
      -webkit-animation: growEvent .75s .5s ease-in-out forwards;
              animation: growEvent .75s .5s ease-in-out forwards; } }
  .section-block--event .container {
    padding: 4.6875rem 0 0 0; }
    .page-template-homepage-filiale .section-block--event .container {
      padding: 6.25rem 0 0 0; }
    @media (max-width: 990px) {
      .section-block--event .container {
        padding: 2rem 0; } }
  .section-block--event h2 {
    color: #fff;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .section-block--event .bt-more {
    border-color: #fff;
    color: #fff; }
    @media (max-width: 990px) {
      .section-block--event .bt-more {
        display: block;
        margin: 0;
        padding: .5rem;
        text-align: center; } }
  .section-block--event .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out;
            animation: fadeOut 1s ease-in-out; }
    @media (min-width: 767px) {
      .section-block--event .slide-from-left {
        margin: 0 0 0 -8px; }
        .rtl .section-block--event .slide-from-left {
          margin: 0; } }
    .section-active--section-push.section-active--section-event .section-block--event .slide-from-left {
      -webkit-animation: slideFromLeft 1s 1s ease-in-out forwards;
              animation: slideFromLeft 1s 1s ease-in-out forwards; }
    .rtl.section-active--section-push.section-active--section-event .section-block--event .slide-from-left {
      -webkit-animation: slideFromRight 1s 1s ease-in-out forwards;
              animation: slideFromRight 1s 1s ease-in-out forwards; }
  .section-block--event .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-push.section-active--section-event .section-block--event .fadeIn {
      -webkit-animation: fadeIn .5s .5s ease-in-out forwards;
              animation: fadeIn .5s .5s ease-in-out forwards; }
  .section-block--event .row--block-event {
    margin: 0; }

.affiliate-button-next, .affiliate-button-prev {
  background: url(../images/icon-arrow-slider.svg) left top no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px; }
  .swiper-container-horizontal .affiliate-button-next, .swiper-container-horizontal .affiliate-button-prev {
    display: block; }

.affiliate-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: 3rem; }

.col-content-event {
  padding-bottom: 4.6875rem; }
  @media (max-width: 990px) {
    .col-content-event {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .col-content-event {
      margin: 0;
      padding-bottom: 0;
      padding-left: 15px; } }

.col-background-event {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 990px) {
    .col-background-event {
      background-size: cover; } }

.section-block--who-we-are {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  padding: 9.375rem 0; }
  @media (max-width: 767px) {
    .section-block--who-we-are {
      padding: 2rem 0; } }
  .section-block--who-we-are:before {
    background: #e3c500;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 43%;
    z-index: -1; }
    .rtl .section-block--who-we-are:before {
      right: auto;
      left: 0; }
    @media (max-width: 990px) {
      .section-block--who-we-are:before {
        width: 25%; } }
    @media (max-width: 767px) {
      .section-block--who-we-are:before {
        display: none; } }
  .section-block--who-we-are:after {
    background: #f4f4f4;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 57%;
    z-index: -1; }
    .rtl .section-block--who-we-are:after {
      left: auto;
      right: 0; }
    @media (max-width: 990px) {
      .section-block--who-we-are:after {
        width: 75%; } }
    @media (max-width: 767px) {
      .section-block--who-we-are:after {
        width: 100%; } }
  .section-block--who-we-are .section-title em {
    background: #e3c500;
    color: #fff; }
  .section-block--who-we-are .section-title span {
    color: #e3c500; }
  .section-block--who-we-are .bt-more {
    display: block;
    margin: 0;
    padding: .5rem;
    text-align: center; }
    .rtl .section-block--who-we-are .bt-more {
      display: inline-block;
      font-size: 1rem;
      padding: .5rem 5rem;
      vertical-align: top; }
  .section-block--who-we-are .col-section-content__inner {
    position: relative;
    margin: 2.5rem 0 0 0;
    padding: 2.5rem 0; }
    .rtl .section-block--who-we-are .col-section-content__inner {
      padding: 2.5rem 5rem 0 0; }
    @media (max-width: 767px) {
      .section-block--who-we-are .col-section-content__inner {
        margin: 0;
        padding: 2rem 0 0 0; }
        .section-block--who-we-are .col-section-content__inner p {
          font-size: 0.875rem; }
        .rtl .section-block--who-we-are .col-section-content__inner {
          padding: 2rem 0 0 0; } }
    .section-block--who-we-are .col-section-content__inner:before {
      background: #e3c500;
      border-radius: 4px;
      content: '';
      display: block;
      height: 4px;
      margin: 0 2rem 0 0;
      padding: 0;
      position: absolute;
      top: 1rem;
      left: -5rem;
      width: 0; }
      .rtl .section-block--who-we-are .col-section-content__inner:before {
        left: auto;
        margin: 0;
        right: 0; }
      @media (max-width: 767px) {
        .section-block--who-we-are .col-section-content__inner:before {
          display: none; } }
  .section-block--who-we-are .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-who-we-are .section-block--who-we-are .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--who-we-are .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-who-we-are .section-block--who-we-are .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
    .rtl.section-active--section-who-we-are .section-block--who-we-are .slide-from-left {
      -webkit-animation: slideFromRight .5s .5s ease-in-out forwards;
              animation: slideFromRight .5s .5s ease-in-out forwards; }
  .section-block--who-we-are .slide-from-bottom {
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out;
            animation: fadeOut 1s ease-in-out; }
    .section-active--section-who-we-are .section-block--who-we-are .slide-from-bottom {
      -webkit-animation: slideFromBottom .5s 1s ease-in-out forwards;
              animation: slideFromBottom .5s 1s ease-in-out forwards; }
  .section-block--who-we-are .slide-from-right {
    position: relative;
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out;
            animation: fadeOut 1s ease-in-out; }
    .section-active--section-who-we-are .section-block--who-we-are .slide-from-right {
      -webkit-animation: slideFromRight 1.5s ease-in-out forwards;
              animation: slideFromRight 1.5s ease-in-out forwards; }
    .rtl.section-active--section-who-we-are .section-block--who-we-are .slide-from-right {
      -webkit-animation: slideFromLeft 1.5s ease-in-out forwards;
              animation: slideFromLeft 1.5s ease-in-out forwards; }
  .section-block--who-we-are .col-section-content__inner:before {
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out;
            animation: fadeOut 1s ease-in-out; }
    .section-active--section-who-we-are .section-block--who-we-are .col-section-content__inner:before {
      -webkit-animation: growSeparator .5s 1s ease-in-out forwards;
              animation: growSeparator .5s 1s ease-in-out forwards; }

.col-section-content {
  position: relative;
  z-index: 1; }

.block-illustration-who-we-are {
  background-position: center center;
  background-size: cover;
  display: block;
  min-height: 19.6875rem;
  margin: 1.5rem 0 0 0;
  position: absolute;
  right: 0;
  width: 48%; }
  .rtl .block-illustration-who-we-are {
    right: auto;
    left: 0; }
  @media (max-width: 767px) {
    .block-illustration-who-we-are {
      background-position: center top;
      min-height: 11.25rem;
      position: static;
      width: 100%; } }

.section-block--what-we-do {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 4.6875rem 0 3.125rem 0; }
  @media (min-width: 1224px) {
    .section-block--what-we-do:before {
      background: #fff;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 103px;
      z-index: 10; } }
  .section-block--what-we-do .section-title em {
    background: #0090ff;
    color: #fff; }
  .section-block--what-we-do .section-title span {
    color: #0090ff; }
  @media (max-width: 767px) {
    .section-block--what-we-do .container .row > div > .row > div {
      padding: 0; } }
  .section-block--what-we-do .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-what-we-do .section-block--what-we-do .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--what-we-do .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-what-we-do .section-block--what-we-do .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
  .section-block--what-we-do .slide-from-bottom {
    opacity: 0;
    -webkit-animation: fadeOut 1s ease-in-out;
            animation: fadeOut 1s ease-in-out; }
    .section-active--section-what-we-do .section-block--what-we-do .slide-from-bottom {
      -webkit-animation: slideFromBottom .5s .5s ease-in-out forwards;
              animation: slideFromBottom .5s .5s ease-in-out forwards; }
  .rtl .section-block--what-we-do .row-more {
    font-size: 1rem;
    padding: 2rem 0; }

.what-we-do__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0; }
  .what-we-do__list li {
    padding: 0 1.875rem 0 0; }

.what-we-do__list--full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.what-we-do__item:hover button {
  color: #000; }

.what-we-do__item.active button {
  color: #000; }
  .what-we-do__item.active button:after {
    width: 100%; }

.bt-offer {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #a3a3a5;
  font-family: 'PF Benchmark Pro Bold';
  font-size: 0.875rem;
  padding: 0 0 5px 0; }
  .bt-offer:after {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #0090ff;
    content: '';
    display: block;
    height: 1px;
    margin: 3px 0 0 0;
    padding: 0;
    width: 0; }

.what-we-do-slider {
  margin: 1.5rem 0 0 0; }

.what-we-do-pagination {
  display: none; }
  @media (max-width: 990px) {
    .what-we-do-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2rem 0;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .what-we-do-pagination .swiper-pagination-bullet {
        margin: 0 .5rem; } }

.what-we-do-slide {
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
  opacity: .12; }
  .what-we-do-slide.swiper-slide-active {
    opacity: 1; }
  .what-we-do-slide.swiper-slide-next, .what-we-do-slide.swiper-slide-duplicate {
    cursor: pointer; }
  .what-we-do-slide h3 {
    color: #000;
    display: block;
    font-family: 'PF Benchmark Pro Black';
    font-size: 4.375rem;
    line-height: 1;
    margin: 0;
    padding: 0 0 2rem 0; }
    .page-template-homepage-filiale .what-we-do-slide h3 {
      padding: 0 2rem 2rem 0; }
    @media (max-width: 990px) {
      .what-we-do-slide h3 {
        font-size: 2.25rem; } }
    @media (max-width: 767px) {
      .what-we-do-slide h3 {
        font-size: 2.625rem;
        overflow: hidden;
        text-overflow: ellipsis; }
        .page-template-homepage-filiale .what-we-do-slide h3 {
          padding: 0 0 2rem 0; } }
  .what-we-do-slide .what-we-do-slider__inner {
    margin: 0;
    padding: 1rem 0 0 0; }
    .page-template-homepage-filiale .what-we-do-slide .what-we-do-slider__inner {
      padding: 1rem 2rem 0 0; }
    .rtl .what-we-do-slide .what-we-do-slider__inner {
      font-size: 1.5rem; }
    @media (max-width: 767px) {
      .what-we-do-slide .what-we-do-slider__inner {
        margin: 0; }
        .page-template-homepage-filiale .what-we-do-slide .what-we-do-slider__inner {
          padding: 1rem 0 0 0; } }
    .what-we-do-slide .what-we-do-slider__inner:before {
      background: #0090ff;
      border-radius: 4px;
      content: '';
      display: block;
      height: 4px;
      margin: 0 0 2rem 0;
      padding: 0;
      width: 8.125rem; }
    .what-we-do-slide .what-we-do-slider__inner p {
      display: block;
      margin: 0;
      padding: 0 0 1rem 0; }
      @media (max-width: 767px) {
        .what-we-do-slide .what-we-do-slider__inner p {
          font-size: 0.875rem; } }
  .page-template-homepage-filiale .what-we-do-slide img {
    opacity: .16; }

.page-template-homepage-filiale .what-we-do-slider--img {
  position: relative; }
  .page-template-homepage-filiale .what-we-do-slider--img:after {
    background: #008aff;
    content: '';
    display: block;
    height: 122px;
    opacity: .84;
    position: absolute;
    left: -30px;
    top: 44px;
    width: 127px;
    z-index: 20; }
  .page-template-homepage-filiale .what-we-do-slider--img:before {
    background: #008aff;
    content: '';
    display: block;
    height: 32px;
    opacity: .84;
    position: absolute;
    right: 75px;
    bottom: -13px;
    width: 34px;
    z-index: 20; }

.what-we-do-slider__hidden-default {
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
  opacity: 0; }
  .swiper-slide-active .what-we-do-slider__hidden-default {
    opacity: 1; }

.section-block--publications .fadeIn {
  opacity: 0;
  -webkit-animation: fadeOut .5s ease-in-out;
          animation: fadeOut .5s ease-in-out; }
  .section-active--section-our-publications .section-block--publications .fadeIn {
    -webkit-animation: fadeIn .5s ease-in-out forwards;
            animation: fadeIn .5s ease-in-out forwards; }

.section-block--publications .slide-from-left {
  opacity: 0;
  -webkit-animation: fadeOut .5s ease-in-out;
          animation: fadeOut .5s ease-in-out; }
  .section-active--section-our-publications .section-block--publications .slide-from-left {
    -webkit-animation: slideFromLeft .5s ease-in-out forwards;
            animation: slideFromLeft .5s ease-in-out forwards; }

.section-block--publications .slide-from-bottom {
  opacity: 0;
  -webkit-animation: fadeOut .5s ease-in-out;
          animation: fadeOut .5s ease-in-out; }
  .section-active--section-our-publications .section-block--publications .slide-from-bottom {
    -webkit-animation: fadeIn .5s .5s ease-in-out forwards;
            animation: fadeIn .5s .5s ease-in-out forwards; }

.section-block--publications .publications-grid__item {
  opacity: 0;
  -webkit-animation: fadeOut .5s ease-in-out;
          animation: fadeOut .5s ease-in-out; }
  .section-active--section-our-publications .section-block--publications .publications-grid__item {
    -webkit-animation: slideFromBottom .5s 1.5s ease-in-out forwards;
            animation: slideFromBottom .5s 1.5s ease-in-out forwards; }

.section-block--publications .publications-grid__item--large {
  opacity: 0;
  -webkit-animation: fadeOut .5s ease-in-out;
          animation: fadeOut .5s ease-in-out; }
  .section-active--section-our-publications .section-block--publications .publications-grid__item--large {
    -webkit-animation: slideFromBottom .5s 1s ease-in-out forwards;
            animation: slideFromBottom .5s 1s ease-in-out forwards; }

.publication-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .rtl .publication-filter__list {
    margin: 0 0 0 calc(-20.5% - 3rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media (max-width: 767px) {
    .publication-filter__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .rtl .publication-filter__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; } }

.publication-filter__item {
  color: #a3a3a5;
  padding: 0 0 0 2rem; }
  @media (max-width: 767px) {
    .publication-filter__item {
      padding: 0; } }
  .publication-filter__item svg {
    fill: #a3a3a5; }
  .publication-filter__item button {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #a3a3a5;
    font-family: 'PF Benchmark Pro Bold';
    padding: 0 0 5px 0; }
    .publication-filter__item button:after {
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      background: #00df07;
      content: '';
      display: block;
      height: 1px;
      margin: 3px 0 0 0;
      padding: 0 0 0 0;
      width: 0; }
    .publication-filter__item button.mixitup-control-active {
      color: #000; }
      .publication-filter__item button.mixitup-control-active:after {
        width: 100%; }
      .publication-filter__item button.mixitup-control-active svg {
        fill: #000; }
  .publication-filter__item:hover button {
    color: #000; }
  .publication-filter__item:hover svg {
    fill: #000; }

.section-block--culture {
  color: #fff;
  position: relative;
  padding: 4.6875rem 0; }
  @media (max-width: 767px) {
    .section-block--culture {
      background: #604593;
      padding: 2rem 0; } }
  .section-block--culture:before {
    background: #604593;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 0; }
    .rtl .section-block--culture:before {
      right: auto;
      left: 0; }
    @media (max-width: 767px) {
      .section-block--culture:before {
        display: none; } }
  .section-block--culture h2 {
    color: #fff;
    padding-bottom: 8.125rem; }
    .rtl .section-block--culture h2 {
      padding-bottom: 8.125rem; }
    @media (max-width: 767px) {
      .section-block--culture h2 {
        padding-bottom: 2rem; }
        .rtl .section-block--culture h2 {
          padding-bottom: 2rem; } }
  .section-block--culture .section-title em {
    background: #604593; }
    @media (max-width: 767px) {
      .section-block--culture .section-title em {
        background: #fff;
        color: #604593; } }
  .section-block--culture .section-title span {
    color: #604593; }
    .rtl .section-block--culture .section-title span {
      color: #fff; }
    @media (max-width: 767px) {
      .section-block--culture .section-title span {
        color: #fff; } }
  .section-block--culture .bt-more {
    border-color: #fff;
    color: #fff;
    display: block;
    padding: .5rem;
    text-align: center; }
    .rtl .section-block--culture .bt-more {
      display: inline-block;
      font-size: 1rem;
      padding: .5rem 5rem;
      vertical-align: top; }
      @media (max-width: 767px) {
        .rtl .section-block--culture .bt-more {
          display: block;
          padding: .5rem; } }
  .section-block--culture .col-section-content {
    position: relative; }
    .rtl .section-block--culture .col-section-content {
      font-size: 1.5rem; }
    .section-block--culture .col-section-content p {
      display: block;
      font-size: 0.875rem;
      line-height: 1.6;
      margin: 0;
      padding: 0 0 1rem 0; }
    .section-block--culture .col-section-content:before {
      background: #fff;
      border-radius: 4px;
      content: '';
      display: block;
      height: 4px;
      margin: 0 2rem 0 0;
      padding: 0;
      position: absolute;
      top: 1rem;
      left: -9rem;
      width: 0; }
      .rtl .section-block--culture .col-section-content:before {
        left: auto;
        right: -16rem; }
        @media (max-width: 990px) {
          .rtl .section-block--culture .col-section-content:before {
            right: -16rem; } }
      @media (max-width: 767px) {
        .section-block--culture .col-section-content:before {
          display: none; } }
  .section-block--culture .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-culture .section-block--culture .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--culture .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-culture .section-block--culture .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
  .section-block--culture .col-section-content {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-culture .section-block--culture .col-section-content {
      -webkit-animation: slideFromBottom .5s .5s ease-in-out forwards;
              animation: slideFromBottom .5s .5s ease-in-out forwards; }
  .section-block--culture .col-section-content:before {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-culture .section-block--culture .col-section-content:before {
      -webkit-animation: growSeparator .5s .5s ease-in-out forwards;
              animation: growSeparator .5s .5s ease-in-out forwards; }
  .rtl .section-block--culture .row-more {
    padding: 2rem 0; }

.section-block--culture__bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  z-index: -1;
  display: block; }

.section-block--case-studies {
  background: #f4f4f4;
  position: relative;
  padding: 4.6875rem 0; }
  .section-block--case-studies .section-title {
    margin: 0;
    padding: 0 0 0.0625rem 0; }
    .section-block--case-studies .section-title em {
      background: #25a1a2;
      color: #fff; }
    .section-block--case-studies .section-title span {
      color: #25a1a2;
      margin: -2px 0 1px 0; }
  .section-block--case-studies h2 {
    padding-bottom: 4rem; }
    .rtl .section-block--case-studies h2 {
      padding-bottom: 4rem; }
    @media (max-width: 767px) {
      .section-block--case-studies h2 {
        padding-bottom: 1rem; }
        .rtl .section-block--case-studies h2 {
          padding: 1rem 0; } }
  .section-block--case-studies .bt-more {
    display: block;
    padding: .5rem 0;
    text-align: center; }
  .section-block--case-studies form {
    margin: 0 auto;
    width: 90%; }
  @media (max-width: 767px) {
    .section-block--case-studies .container .row--case-study > div {
      padding: 0 5px; } }
  .section-block--case-studies .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-case-studies .section-block--case-studies .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--case-studies .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-case-studies .section-block--case-studies .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
  .section-block--case-studies .slide-from-bottom {
    position: relative;
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-case-studies .section-block--case-studies .slide-from-bottom {
      -webkit-animation: slideFromBottom .5s .5s ease-in-out forwards;
              animation: slideFromBottom .5s .5s ease-in-out forwards; }

.row--case-study-hp {
  position: relative; }
  .row--case-study-hp .hidden-xs .row-more {
    position: absolute;
    top: 21.125rem; }

.block-illustration-case-studies {
  overflow: hidden;
  display: block;
  min-height: 24.375rem;
  margin: 1.5rem 0 0 0;
  position: absolute;
  right: 0;
  width: 50%; }
  .rtl .block-illustration-case-studies {
    right: auto;
    left: 0; }
  @media (max-width: 767px) {
    .block-illustration-case-studies {
      margin: 1.5rem 5px 0 5px;
      min-height: 11.25rem;
      position: relative;
      width: calc(100% - 10px); } }

.block-illustration-case-studies__bg {
  -webkit-animation: slideBgLeft .5s ease-out backwards;
          animation: slideBgLeft .5s ease-out backwards;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5; }
  .block-illustration-case-studies__bg.active {
    -webkit-animation: slideBgRight .5s .5s ease-out forwards;
            animation: slideBgRight .5s .5s ease-out forwards; }

.block-case-study__item_content {
  opacity: 0; }
  .active .block-case-study__item_content {
    -webkit-animation: showCaseStudyContent .5s .5s ease-out forwards;
            animation: showCaseStudyContent .5s .5s ease-out forwards; }
  @media (max-width: 767px) {
    .block-case-study__item_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.case-study__item {
  display: block;
  margin: 0;
  padding: 0 0 1.5rem 0; }
  .case-study__item button {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #a3a3a5;
    display: block;
    font-family: 'PF Benchmark Pro Bold';
    font-size: 0.875rem;
    padding: 0;
    text-align: left;
    width: 100%; }
    .rtl .case-study__item button {
      text-align: right; }
    .case-study__item button:after {
      -webkit-transition: all 1s linear;
      transition: all 1s linear;
      content: '';
      display: block;
      height: 1px;
      margin: 5px 0 0 0;
      padding: 0;
      width: 0; }
  .case-study__item:hover button {
    color: #000; }
  .case-study__item.active button {
    color: #000; }
    .case-study__item.active button:after {
      width: 100%; }

@media (max-width: 767px) {
  .block-case-study__container {
    position: relative;
    top: -1px; } }

.block-case-study__container .block-case-study__item {
  display: none; }
  .block-case-study__container .block-case-study__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media (max-width: 767px) {
  .block-case-study__item__footer {
    margin-top: auto; } }

.case-study__list .case-study__item:nth-child(6n + 1) button:after {
  background: #23d69c; }

.case-study__list .case-study__item:nth-child(6n + 2) button:after {
  background: #25a1a2; }

.case-study__list .case-study__item:nth-child(6n + 3) button:after {
  background: #604593; }

.case-study__list .case-study__item:nth-child(6n + 4) button:after {
  background: #f84840; }

.case-study__list .case-study__item:nth-child(6n + 5) button:after {
  background: #39393d; }

.case-study__list .case-study__item:nth-child(6n + 6) button:after {
  background: #2693ff; }

.section-block--careers {
  color: #fff;
  position: relative;
  padding: 9.375rem 0; }
  @media (max-width: 767px) {
    .section-block--careers {
      padding: 2rem 0; } }
  .section-block--careers:before {
    background: #f7485e;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 57%;
    z-index: 0; }
    .rtl .section-block--careers:before {
      left: auto;
      right: 0; }
    @media (max-width: 767px) {
      .section-block--careers:before {
        width: 100%; } }
  .section-block--careers h2 {
    color: #fff;
    padding-bottom: 2rem; }
  .section-block--careers .section-title em {
    background: #fff;
    color: #f7485e; }
  .section-block--careers .section-title span {
    color: #fff; }
  .section-block--careers .col-section-content p {
    display: block;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1rem 0; }
  .section-block--careers .bt-more {
    border-color: #fff;
    color: #fff;
    display: block;
    padding: .5rem;
    text-align: center; }
  .section-block--careers .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-careers .section-block--careers .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--careers .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-careers .section-block--careers .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
    .rtl.section-active--section-careers .section-block--careers .slide-from-left {
      -webkit-animation: slideFromRight .5s .5s ease-in-out forwards;
              animation: slideFromRight .5s .5s ease-in-out forwards; }
  .section-block--careers .slide-from-bottom {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .rtl .section-block--careers .slide-from-bottom {
      font-size: 1.5rem;
      padding: 2rem 5rem 0 0; }
      @media (max-width: 767px) {
        .rtl .section-block--careers .slide-from-bottom {
          padding: 2rem 0 0 0; } }
    .section-active--section-careers .section-block--careers .slide-from-bottom {
      -webkit-animation: slideFromBottom .5s .5s ease-in-out forwards;
              animation: slideFromBottom .5s .5s ease-in-out forwards; }
  .rtl .section-block--careers .row-more {
    font-size: 1rem;
    padding: 2rem 0; }

@media (max-width: 767px) {
  .section-block {
    padding: 2.1875rem 0; } }

.section-block--customer {
  position: relative;
  padding: 4.6875rem 0; }
  @media (max-width: 767px) {
    .section-block--customer {
      padding: 2rem 0; } }
  .section-block--customer:before {
    background: #604593;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: -1; }
    @media (max-width: 990px) {
      .section-block--customer:before {
        width: 33%; } }
    @media (max-width: 767px) {
      .section-block--customer:before {
        display: none; } }
  .section-block--customer .section-title em {
    background: #604593; }
  .section-block--customer .section-title span {
    color: #604593; }
  @media (max-width: 767px) {
    .section-block--customer .swiper-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .section-block--customer .customer-block__item {
    background: #f6f6f6;
    padding: 1rem; }
    @media (max-width: 990px) {
      .section-block--customer .customer-block__item {
        padding: 0 1rem; } }
    @media (max-width: 767px) {
      .section-block--customer .customer-block__item {
        margin: 0 0 5px 5px;
        position: relative;
        padding: 0;
        width: calc(50% - 5px); } }
  .section-block--customer .fadeIn {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-customer .section-block--customer .fadeIn {
      -webkit-animation: fadeIn .5s ease-in-out forwards;
              animation: fadeIn .5s ease-in-out forwards; }
  .section-block--customer .slide-from-left {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-customer .section-block--customer .slide-from-left {
      -webkit-animation: slideFromLeft .5s .5s ease-in-out forwards;
              animation: slideFromLeft .5s .5s ease-in-out forwards; }
  .section-block--customer .slide-from-bottom {
    opacity: 0;
    -webkit-animation: fadeOut .5s ease-in-out;
            animation: fadeOut .5s ease-in-out; }
    .section-active--section-customer .section-block--customer .slide-from-bottom {
      -webkit-animation: slideFromBottom .5s .5s ease-in-out forwards;
              animation: slideFromBottom .5s .5s ease-in-out forwards; }

.home-animation {
  overflow: hidden;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 18; }
  .loaded.do-home-animation .home-animation {
    -webkit-animation: hideAnimation 1s 3s ease-in-out forwards;
            animation: hideAnimation 1s 3s ease-in-out forwards; }

.home-animation__left {
  background: #f7485e;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 15; }
  .loaded.do-home-animation .home-animation__left {
    -webkit-animation: curtainLeft 1s 1s ease-in-out forwards;
            animation: curtainLeft 1s 1s ease-in-out forwards; }

.home-animation__right {
  background: #f7485e;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 15; }
  .loaded.do-home-animation .home-animation__right {
    -webkit-animation: curtainRight 1s 1s ease-in-out forwards;
            animation: curtainRight 1s 1s ease-in-out forwards; }

.home-animation__logo {
  display: block;
  position: absolute;
  margin: -104px 0 0 -104px;
  left: 50%;
  top: 50%;
  z-index: 18; }
  .loaded .home-animation__logo {
    -webkit-animation: moveLogo 1s 1s ease-in-out forwards;
            animation: moveLogo 1s 1s ease-in-out forwards; }
    @media (max-width: 767px) {
      .loaded .home-animation__logo {
        -webkit-animation: moveLogoMobile 1s 1s ease-in-out forwards;
                animation: moveLogoMobile 1s 1s ease-in-out forwards; } }
  .loaded.rtl .home-animation__logo {
    -webkit-animation: moveLogoRTL 1s 1s ease-in-out forwards;
            animation: moveLogoRTL 1s 1s ease-in-out forwards; }
    @media (max-width: 767px) {
      .loaded.rtl .home-animation__logo {
        -webkit-animation: moveLogoMobile 1s 1s ease-in-out forwards;
                animation: moveLogoMobile 1s 1s ease-in-out forwards; } }

.home-animation__separator-top {
  border-left: 1px solid #fff;
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 18; }
  .loaded.do-home-animation .home-animation__separator-top {
    -webkit-animation: borderDrawTop 1s ease-in-out;
            animation: borderDrawTop 1s ease-in-out; }

.home-animation__separator-bottom {
  border-left: 1px solid #fff;
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 18; }
  .loaded.do-home-animation .home-animation__separator-bottom {
    -webkit-animation: borderDrawBottom 1s ease-in-out;
            animation: borderDrawBottom 1s ease-in-out; }

.section-title--animation {
  opacity: 0; }
  .rtl .section-title--animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (max-width: 767px) {
    .section-title--animation {
      padding: 0; } }
  .loaded .section-title--animation {
    -webkit-animation: fadeIn 1.5s 1.35s ease-in-out forwards;
            animation: fadeIn 1.5s 1.35s ease-in-out forwards; }

.block-push__inner--animation {
  opacity: 0; }
  .rtl .block-push__inner--animation {
    padding: 0 5rem 0 0; }
    @media (max-width: 990px) {
      .rtl .block-push__inner--animation {
        padding: 0 6rem 0 0; } }
    @media (max-width: 767px) {
      .rtl .block-push__inner--animation {
        padding: 0; } }
  .loaded .block-push__inner--animation {
    -webkit-animation: fadeIn 1.5s 1.85s ease-in-out forwards;
            animation: fadeIn 1.5s 1.85s ease-in-out forwards; }

.row--animation {
  margin-top: 1rem; }
  .loaded .row--animation {
    -webkit-animation: slideLeft 1s 1.35s ease-in-out forwards;
            animation: slideLeft 1s 1.35s ease-in-out forwards; }

.loaded .rank-animation {
  -webkit-animation: slideTop 1s 1.35s ease-in-out forwards;
          animation: slideTop 1s 1.35s ease-in-out forwards; }

@-webkit-keyframes borderDrawTop {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    height: 0; }
  100% {
    height: 50vh;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0); } }

@keyframes borderDrawTop {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    height: 0; }
  100% {
    height: 50vh;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0); } }

@-webkit-keyframes borderDrawBottom {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    height: 0; }
  100% {
    height: 50vh;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@keyframes borderDrawBottom {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    height: 0; }
  100% {
    height: 50vh;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes curtainLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes curtainRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes curtainRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes moveLogo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(125%);
            transform: translateX(125%); } }

@keyframes moveLogo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(125%);
            transform: translateX(125%); } }

@-webkit-keyframes moveLogoRTL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-125%);
            transform: translateX(-125%); } }

@keyframes moveLogoRTL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-125%);
            transform: translateX(-125%); } }

@-webkit-keyframes moveLogoMobile {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes moveLogoMobile {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideTop {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: .25; }
  75% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: .25; }
  75% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideAnimation {
  0% {
    display: block; }
  100% {
    display: none;
    visibility: hidden; } }

@keyframes hideAnimation {
  0% {
    display: block; }
  100% {
    display: none;
    visibility: hidden; } }

@-webkit-keyframes slideBgLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; } }

@keyframes slideBgLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; } }

@-webkit-keyframes slideBgRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideBgRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes hideCaseStudyContent {
  0% {
    opacity: 1;
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes hideCaseStudyContent {
  0% {
    opacity: 1;
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes showCaseStudyContent {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes showCaseStudyContent {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  50% {
    opacity: .25; }
  75% {
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  50% {
    opacity: .25; }
  75% {
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slideFromBottom {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slideFromBottom {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes growSeparator {
  0% {
    opacity: 1;
    width: 0; }
  100% {
    opacity: 1;
    width: 6.5625rem; } }

@keyframes growSeparator {
  0% {
    opacity: 1;
    width: 0; }
  100% {
    opacity: 1;
    width: 6.5625rem; } }

@-webkit-keyframes growEvent {
  0% {
    max-height: 0; }
  100% {
    max-height: 500px; } }

@keyframes growEvent {
  0% {
    max-height: 0; }
  100% {
    max-height: 500px; } }

/*# sourceMappingURL=maps/home.css.map */
