@media (min-width: 1024px) {
  .home article h2,
  .home article h3 {
    max-width: 15em; } }

.home article .card__content h3 {
  max-width: none; }

@media (max-width: 1023px) {
  .home .hero {
    min-height: 100vh; } }

@media (min-width: 1600px) {
  .home .hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.home .hero.mirrored {
  margin-top: 0; }

.home .hero__bg {
  position: absolute;
  left: 0;
  top: 55%;
  height: 53.33333vw;
  width: 100%;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  background: url(images/front-page-hero-bg.svg) no-repeat center/auto 100%;
  -webkit-mask: none;
  mask: none;
  pointer-events: none;
  z-index: 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transition: background-position-x 0.2s ease-in;
  transition: background-position-x 0.2s ease-in; }
  @media (min-width: 1024px) {
    .home .hero__bg {
      top: 50%;
      height: 14.64129vw; } }
  .home .hero__bg:after {
    display: none; }
  .home .hero__bg[data-position-x="0"] {
    background-position-x: 25%; }
  .home .hero__bg[data-position-x="1"] {
    background-position-x: 35%; }
  .home .hero__bg[data-position-x="2"] {
    background-position-x: 45%; }
  .home .hero__bg[data-position-x="3"] {
    background-position-x: 55%; }

.home .hero__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .home .hero__content:after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none; }
    @media (min-width: 1200px) {
      .home .hero__content:after {
        display: none; } }
  @media (min-width: 1024px) and (max-width: 1599px) {
    .home .hero__content {
      padding-top: min(10vh, 4.5vw); } }
  @media (min-width: 1600px) {
    .home .hero__content {
      max-height: 800px; } }
  .home .hero__content h1 {
    line-height: 1;
    margin-bottom: 0;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: lcp-fadeIn;
    animation-name: lcp-fadeIn; }

@-webkit-keyframes lcp-fadeIn {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }

@keyframes lcp-fadeIn {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }
    @media (max-width: 767px) {
      .home .hero__content h1 {
        padding-top: 30px; } }
    .home .hero__content h1 span {
      display: inline-block;
      -webkit-transform: translateY(-15%);
              transform: translateY(-15%); }
      @media (max-width: 1199px) {
        .home .hero__content h1 span {
          max-width: 300px;
          -webkit-transform: translateY(1em);
                  transform: translateY(1em);
          line-height: 1.3; } }
  .home .hero__content .slick {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .home .hero__content .slick {
        max-height: 411px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .home .hero__content .slick:not(.slick-initialized) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      min-width: 100%; }
    .home .hero__content .slick.slick-initialized {
      padding-top: calc(80px + 6.89062rem);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .home .hero__content .slick-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%; }
    @media (min-width: 768px) {
      .home .hero__content .slick-list {
        padding-left: 22vw; } }
  .home .hero__content .slick-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100vw;
            flex: 1 0 100vw;
    max-width: calc(100vw - 50px); }
    @media (min-width: 768px) {
      .home .hero__content .slick-slide {
        max-width: calc(60vw - 60px); } }
    @media (min-width: 1200px) {
      .home .hero__content .slick-slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: none; } }
    .home .hero__content .slick-slide:not(.slick-active) {
      pointer-events: none; }

.home__persona {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center; }
  .home__persona:focus,
  .home__persona a:focus {
    outline: none; }
  @media (min-width: 1024px) {
    .home__persona {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; } }
  .home__persona__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    padding-top: 70px; }
    @media (min-width: 1024px) {
      .home__persona__wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0;
        max-height: 65vh; } }
    .home__persona__wrapper:after {
      content: "";
      position: absolute;
      bottom: calc((100% - 100vw) / 2 - 40px);
      left: 50%;
      height: 3.125rem;
      -webkit-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      width: 400%;
      background-color: rgba(255, 255, 255, 0.08);
      border-radius: 48%;
      z-index: 2;
      opacity: 0; }
      @media (min-width: 768px) {
        .home__persona__wrapper:after {
          bottom: calc((100% - 60vh) / 2 - 40px); } }
      @media (min-width: 1200px) {
        .home__persona__wrapper:after {
          bottom: calc((100% - 385px) / 2);
          width: 100%; } }
    .animationEnd + .home__persona__wrapper:after {
      -webkit-animation: fadeIn 0.3s forwards 0.4s;
      animation: fadeIn 0.3s forwards 0.4s; }
  .home__persona[data-animation="fadeIn"][data-persona="0"] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .home__persona[data-animation="fadeIn"][data-persona="1"] {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .home__persona[data-animation="fadeIn"][data-persona="2"] {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .home__persona[data-animation="fadeIn"][data-persona="3"] {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
    @media (min-width: 1024px) {
      .home__persona[data-animation="fadeIn"][data-persona="3"] {
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s; } }
  @media (min-width: 1200px) {
    .home__persona:hover img {
      -webkit-transform: scale(1.05) translateZ(0);
              transform: scale(1.05) translateZ(0); } }
  .home__persona__text {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0);
    font-size: 1.25rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 5px;
    padding: 10px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    overflow: hidden;
    line-height: 1;
    width: 100%;
    max-width: 75vw;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
    @media (min-width: 768px) {
      .home__persona__text {
        width: 65%; } }
    @media (min-width: 1024px) {
      .home__persona__text {
        max-width: none;
        min-width: 100%;
        width: auto;
        margin-top: 1.5em;
        padding: 0;
        background-color: transparent;
        opacity: 1; } }
    @media (min-width: 1200px) {
      .home__persona__text {
        line-height: 1.3125;
        font-size: 1.625rem;
        white-space: nowrap;
        margin-top: 2.5em; } }
    .slick-active .home__persona__text,
    .is-mobile-device .home__persona__text {
      opacity: 1; }
      .slick-active .home__persona__text span,
      .is-mobile-device .home__persona__text span {
        -webkit-transform: none;
                transform: none; }
    .home__persona__text span {
      display: inline-block;
      max-width: 100%;
      -ms-hyphens: auto;
      hyphens: auto;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
      @media (min-width: 1024px) {
        .home__persona__text span {
          max-width: none; } }
      @media (min-width: 1200px) {
        .home__persona__text span {
          -ms-hyphens: none;
          hyphens: none; } }
      .home__persona__text span ~ span {
        font-size: 0.875rem; }
        @media (min-width: 1024px) {
          .home__persona__text span ~ span {
            display: none; } }
  .home__persona img {
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    height: 90vw;
    width: auto; }
    @media (min-width: 768px) {
      .home__persona img {
        width: 100%;
        height: auto;
        max-width: 35vh; } }
    @media (min-width: 1200px) {
      .home__persona img {
        width: auto; } }
    @media (min-width: 1200px) and (min-aspect-ratio: 2 / 1) {
      .home__persona img {
        max-height: 310px; } }

.home .slick-slide .card:not(.hover) {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .home .slick-slide .card:not(.hover) .card__image {
      height: 220px; } }
  .home .slick-slide .card:not(.hover) .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .home .slick-slide .card:not(.hover) .card__content div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .home .slick-slide .card:not(.hover) .card__content div .btn {
        margin-right: 10px; }

.home__products a.btn {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .home__products a.btn {
      margin-top: 80px; } }

.home__advantages img {
  margin-bottom: 1rem; }

@media (min-width: 1024px) {
  .home__news .col-md-8 {
    padding-right: 60px; } }

.home__news.container-fluid {
  padding-right: 0; }

.home__news__title {
  margin: 15vmin auto 1em; }

@media (max-width: 1023px) {
  .home__news__slider {
    padding-right: 25px; } }

.home__news > p .btn {
  margin-top: 40px;
  margin-right: 25px; }
  @media (min-width: 1024px) {
    .home__news > p .btn {
      margin-top: 80px; } }

.home__news .slick-slider {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 0; }
  .home__news .slick-slider .slick-slide + .slick-slide {
    margin-left: 0; }

.home__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .home__article + .col-xs-12.home__article {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .home__article:first-child {
      border-right: 1px solid; } }
  @media (min-width: 768px) {
    .home__article:nth-child(3) {
      border-right: 1px solid; } }
  @media (min-width: 1024px) {
    .home__article:nth-child(4) {
      border-right: 1px solid; } }
  .home__article__image {
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden; }
    .home__article__image:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .home__article__image img {
      -o-object-position: 50% 15%;
      object-position: 50% 15%;
      -webkit-transition: -webkit-transform 0.75s;
      transition: -webkit-transform 0.75s;
      transition: transform 0.75s;
      transition: transform 0.75s, -webkit-transform 0.75s; }
    .home__article__image.compat-object-fit {
      background-position: 50% 15%; }
  @media (min-width: 1024px) {
    .home__article h4 {
      font-size: 1.25rem; } }
  .home__article p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0; }
  .home__article a {
    font-size: 1rem;
    color: inherit; }

.home__highlight-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(#353736), to(#000));
  background: linear-gradient(to bottom, #353736, #000);
  height: 100%;
  padding: 25px 25px 0;
  width: 100vw;
  margin-left: -25px; }
  @media (min-width: 1024px) {
    .home__highlight-article {
      width: auto;
      margin-left: 0;
      padding: 40px 40px 0; } }
  .home__highlight-article__spacer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .home__highlight-article__image {
    height: 0;
    padding-bottom: 105%;
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
      .home__highlight-article__image {
        padding-bottom: 65%;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    @media (min-width: 1600px) {
      .home__highlight-article__image {
        padding-bottom: 125%; } }

.home__social {
  margin-top: 25vmin; }
  .home__social .big {
    max-width: none;
    margin-right: -1rem;
    margin-bottom: -0.1em; }
    @media (max-width: 767px) {
      .home__social .big {
        font-size: 5.9375rem; } }
    .home__social .big g {
      -webkit-transform: translateY(-75px);
              transform: translateY(-75px); }
  @media (min-width: 1200px) {
    .home__social__feed.row {
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto; } }
  .home__social__feed img {
    display: block;
    padding: 5px;
    width: 100%; }

.home__references .col-xs-6 {
  margin: 40px 0; }

.innovation-days-popup {
  position: fixed;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 23px;
  bottom: 20px;
  border-radius: 5px;
  background: url(images/innovation-days-popup-mobile.jpg) no-repeat center/cover;
  padding: 16px;
  width: calc(100vw - 110px);
  gap: 18px;
  max-width: 345px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  @media (min-width: 1024px) {
    .innovation-days-popup {
      background-image: url(images/innovation-days-popup-desktop.jpg);
      padding: 25px;
      top: 103px;
      right: 23px;
      bottom: auto;
      width: 240px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 28px; }
      .has-marquee .innovation-days-popup {
        top: 143px; }
      .innovation-days-popup:before {
        content: "";
        position: absolute;
        top: 10px;
        width: calc(100% - 32px);
        aspect-ratio: 177 / 80;
        background: radial-gradient(closest-side, #1c0532, rgba(28, 5, 50, 0.84) 75%, rgba(28, 5, 50, 0.27), rgba(28, 5, 50, 0));
        z-index: 1; }
      .innovation-days-popup img {
        position: relative;
        z-index: 2; }
      .innovation-days-popup .btn {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .innovation-days-popup {
      -webkit-transform: scale(0.85) translate(5px, -10%);
              transform: scale(0.85) translate(5px, -10%);
      -webkit-transform-origin: right;
              transform-origin: right; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .innovation-days-popup {
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 1023px) {
    .innovation-days-popup img {
      max-width: 105px; } }
  .innovation-days-popup .btn {
    min-width: 0px; }
    @media (max-width: 767px) {
      .innovation-days-popup .btn {
        font-size: 11px; } }
