/* variables */
/* responsive mixins */
/* mixins */
/* animations */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes bounce-from-bottom {
  0% {
    bottom: 3rem; }
  50% {
    bottom: 4rem; }
  100% {
    bottom: 3rem; } }
@-moz-keyframes bounce-from-bottom {
  0% {
    bottom: 3rem; }
  50% {
    bottom: 4rem; }
  100% {
    bottom: 3rem; } }
@keyframes bounce-from-bottom {
  0% {
    bottom: 3rem; }
  50% {
    bottom: 4rem; }
  100% {
    bottom: 3rem; } }
.pages.welcome .header,
.pages.agency .header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.full-header {
  box-sizing: border-box;
  display: flex;
  overflow: hidden !important;
  position: relative;
  height: 100vh;
  padding: 50px 15px;
  text-align: center;
  background: #7e1aff no-repeat center/cover; }
  .full-header:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .full-header h1 {
    text-transform: inherit;
    font-weight: 300;
    font-size: 3em;
    line-height: 1.1; }
    @media screen and (max-width: 800px) {
      .full-header h1 {
        font-size: 2em; } }
    .full-header h1 strong {
      text-transform: uppercase; }
  .full-header .video-container {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .full-header .inner {
    z-index: 1;
    flex: 1;
    width: 100%;
    margin: auto; }
  .full-header .scroll-anchor {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    color: #fff;
    background: rgba(255, 255, 255, 0) url(../scroll-arrow-98d0074bce856defb8bc81a56b665c9c10f84d32e71900b5c385b4556ead3c16.svg) no-repeat center/cover;
    border-radius: 50%;
    box-shadow: 0 0 0 #fff;
    -webkit-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -moz-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: bounce-from-bottom;
    -moz-animation-name: bounce-from-bottom;
    animation-name: bounce-from-bottom; }
  .full-header .scroll-anchor:hover,
  .full-header .scroll-anchor:focus {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px #fff; }
  .full-header video,
  .full-header video.portrait {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    background: #7e1aff;
    background-size: cover; }

.pages.welcome .full-header.en, .pages.welcome .full-header.pt {
  background-image: url(../welcome/en-header-006c9241e9bc548fc9fc70eac85ac272c195073132327ef5110dfa798cf03f7e.png); }
.pages.welcome .full-header.pt .inner {
  color: white; }
.pages.welcome .article-list {
  background-color: #f4f4f4; }
.pages.welcome .article-list .inner {
  padding: 30px; }
.pages.welcome .article-list .list > li {
  margin-bottom: 0; }
@media screen and (max-width: 800px) {
  .pages.welcome .article-list .list > li + li {
    margin-top: 1rem; } }
.pages.welcome .article-list .list + p {
  margin: 35px 0 15px; }
.pages.welcome .carousel-agency {
  display: flex;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .pages.welcome .carousel-agency {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center; } }
  .pages.welcome .carousel-agency .carousel-texts, .pages.welcome .carousel-agency .carousel-values {
    flex: 1; }
  .pages.welcome .carousel-agency .carousel-texts h3 {
    font-size: 0; }
    .pages.welcome .carousel-agency .carousel-texts h3 span {
      display: inline-block;
      vertical-align: top;
      color: #7e1aff;
      font-size: 38px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1; }
    .pages.welcome .carousel-agency .carousel-texts h3 .agency-values::before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.83) 33%, rgba(255, 255, 255, 0.92) 69%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.83) 33%, rgba(255, 255, 255, 0.92) 69%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.83) 33%, rgba(255, 255, 255, 0.92) 69%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .pages.welcome .carousel-agency .carousel-texts h3 .agency-values {
      overflow: hidden;
      position: relative;
      height: 104px;
      vertical-align: top;
      color: #7e1aff;
      font-size: 38px;
      font-weight: 700;
      margin-top: 4px; }
      @media screen and (min-width: 768px) {
        .pages.welcome .carousel-agency .carousel-texts h3 .agency-values {
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        .pages.welcome .carousel-agency .carousel-texts h3 .agency-values {
          margin-left: -15px;
          margin-right: -15px; } }
      @media screen and (min-width: 768px) {
        .pages.welcome .carousel-agency .carousel-texts h3 .agency-values {
          padding-left: 10px; } }
      .pages.welcome .carousel-agency .carousel-texts h3 .agency-values .agency-value {
        display: block;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .pages.welcome .carousel-agency .carousel-texts h3 .agency-values .agency-value {
            line-height: 33px; } }
        @media screen and (max-width: 767px) {
          .pages.welcome .carousel-agency .carousel-texts h3 .agency-values .agency-value {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .pages.welcome .carousel-agency .carousel-texts h3 .agency-values .agency-value.agency-value-creative-technologie {
            font-size: 22px; } }
  .pages.welcome .carousel-agency .carousel-texts p {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    margin: 0 64px 35px 0; }
    @media screen and (max-width: 767px) {
      .pages.welcome .carousel-agency .carousel-texts p {
        margin-right: 0;
        margin-top: 15px; } }
  .pages.welcome .carousel-agency .carousel-texts a.discover_agency {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    background: transparent;
    padding: 10px 50px;
    border: 1px solid #7e1aff;
    color: #7e1aff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pages.welcome .carousel-agency .carousel-texts a.discover_agency:hover {
      background: #7e1aff;
      color: #fff; }
  .pages.welcome .carousel-agency .carousel-images {
    position: relative;
    height: 215px;
    width: 222px;
    padding-top: 30px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .pages.welcome .carousel-agency .carousel-images {
        display: none; } }
.pages.welcome .white-papers-box {
  z-index: 100;
  position: fixed;
  bottom: 120px;
  height: 180px;
  width: 400px;
  right: -346px;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease; }
  .pages.welcome .white-papers-box.is-open {
    right: 0; }
  .pages.welcome .white-papers-box .handler {
    position: absolute;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 181px;
    color: #fff;
    background-color: #7e1aff;
    text-align: center;
    transform: rotate(270deg) translateX(-100%);
    transform-origin: 0px 0px;
    z-index: 1;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px; }
  .pages.welcome .white-papers-box .handler a {
    display: block;
    width: 100%;
    height: 100%; }
    .pages.welcome .white-papers-box .handler a img {
      display: inline-block;
      vertical-align: top;
      transform: rotate(90deg);
      margin-left: 6px; }
    .pages.welcome .white-papers-box .handler a span {
      font-size: 16px;
      font-weight: 600;
      text-transform: none; }
  .pages.welcome .white-papers-box .content {
    position: relative;
    background-color: #fff;
    color: #000;
    margin-left: 47px;
    padding: 17px 17px 23px 25px; }
    .pages.welcome .white-papers-box .content img, .pages.welcome .white-papers-box .content p {
      display: inline-block;
      vertical-align: middle; }
    .pages.welcome .white-papers-box .content p {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
    .pages.welcome .white-papers-box .content img {
      margin-top: -40px;
      margin-right: 25px;
      transform: rotate(-6deg);
      box-shadow: 1px 1px 5px rgba(35, 31, 32, 0.25); }
    .pages.welcome .white-papers-box .content form {
      margin-top: 21px;
      width: 100%;
      display: inline-flex;
      justify-content: center; }
      .pages.welcome .white-papers-box .content form button, .pages.welcome .white-papers-box .content form input {
        outline: none; }
      .pages.welcome .white-papers-box .content form button {
        background: #7e1aff;
        color: #fff;
        padding: 7px;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        text-align: center; }
      .pages.welcome .white-papers-box .content form input {
        width: 80%;
        border: 1px solid #c8c7c9;
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 6px 0 6px 13px;
        font-weight: 300;
        font-style: italic;
        font-size: 15px; }
        .pages.welcome .white-papers-box .content form input:-moz-placeholder {
          color: #000; }
        .pages.welcome .white-papers-box .content form input::-moz-placeholder {
          color: #000; }
        .pages.welcome .white-papers-box .content form input:-ms-input-placeholder {
          color: #000; }
        .pages.welcome .white-papers-box .content form input::-webkit-input-placeholder {
          color: #000; }
    .pages.welcome .white-papers-box .content a.hide-text {
      position: absolute;
      top: 29px;
      right: 6px;
      text-decoration: none; }
      .pages.welcome .white-papers-box .content a.hide-text img {
        box-shadow: none;
        transform: none; }
.pages.welcome .supfooter {
  background-color: #f4f4f4; }

.pages.agency .full-header {
  background: #7e1aff; }
.pages.agency h3 {
  font-weight: 700;
  text-transform: uppercase; }
.pages.agency .pre-title {
  color: #f4f4f4;
  margin: 1em 0 0 0;
  text-transform: uppercase;
  font-weight: 300; }
.pages.agency .agency-wrapper {
  width: 100%;
  height: initial;
  background: #525048;
  overflow: hidden; }
  @media screen and (min-width: 801px) {
    .pages.agency .agency-wrapper {
      height: 560px;
      background: #3b235b url(../agency/bg-agency-018a1daec50cccf2735fb00f1bd138e1184f3ebd61c6644c6c7a32556570ebe1.jpg) no-repeat top center;
      background-size: cover; } }
.pages.agency .content-agency {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .pages.agency .content-agency .icon {
    height: 77px; }
  .pages.agency .content-agency .sentence {
    margin: 1em auto;
    font-size: .9em;
    font-weight: 300; }
  .pages.agency .content-agency .sentence .button {
    display: inline-block;
    margin-top: 1em;
    padding: .3em 1.2em;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    color: white;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
  .pages.agency .content-agency .sentence .button:hover,
  .pages.agency .content-agency .sentence .button:focus {
    background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 801px) {
    .pages.agency .content-agency {
      width: 33.33%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      cursor: pointer; }
      .pages.agency .content-agency:hover {
        background: rgba(126, 26, 255, 0.6); }
      .pages.agency .content-agency .sentence {
        display: none;
        margin: 1em auto; }
      .pages.agency .content-agency .wrapper {
        overflow: hidden;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 170px;
        -webkit-transition: height 0.6s ease;
        -moz-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .pages.agency .content-agency .parallax-widget.agency-header.wrapper {
        overflow: auto; }
        .pages.agency .content-agency .parallax-widget.agency-header.wrapper .inner {
          position: absolute; } }
.pages.agency .content-agency.is-open {
  background: rgba(126, 26, 255, 0.6); }
  @media screen and (min-width: 801px) {
    .pages.agency .content-agency.is-open .sentence {
      display: block; }
    .pages.agency .content-agency.is-open .wrapper {
      height: 90%; } }
.pages.agency .contact-client {
  padding: 50px 120px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  background: #f4f4f4; }
  .pages.agency .contact-client p {
    max-width: 750px;
    margin: 1em auto; }
  .pages.agency .contact-client .action-button {
    margin-top: 30px; }
  @media screen and (max-width: 800px) {
    .pages.agency .contact-client {
      padding: 25px 12px; } }

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff; }

.slick-slide img {
  display: inline-block; }