/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/app.scss ***!
  \********************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .formatted-text h1, .article--text h1, .h2, .formatted-text h2, .article--text h2, .h3, .formatted-text h3, .article--text h3, .h4, .formatted-text h4, .article--text h4, .h5, .formatted-text h5, .article--text h5, .h6, .formatted-text h6, .article--text h6 {
  margin: 0px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700; }

.p--body, .formatted-text p, .article--text p, .formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol, .p--big, .p--small, .p--subtitle, p {
  margin: 0px;
  font-weight: 400; }

a,
.a--card {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  color: #CD161C; }

:root {
  color-scheme: light only; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  display: block;
  position: relative;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  color: #020303;
  background-color: #FFFFFF;
  overflow-x: hidden; }

picture, img, video {
  display: block; }

@media (max-width: 767px) {
  .h1, .formatted-text h1, .article--text h1 {
    font-size: 2.5em;
    line-height: 1em; } }

@media (min-width: 768px) {
  .h1, .formatted-text h1, .article--text h1 {
    font-size: 4.375em;
    line-height: 1em; } }

.h2, .formatted-text h2, .article--text h2 {
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .h2, .formatted-text h2, .article--text h2 {
      font-size: 2.1875em;
      line-height: 1.14286em; } }
  @media (min-width: 768px) {
    .h2, .formatted-text h2, .article--text h2 {
      font-size: 3.125em;
      line-height: 1.2em; } }

@media (max-width: 767px) {
  .h3, .formatted-text h3, .article--text h3 {
    font-size: 1.875em;
    line-height: 1.16667em;
    letter-spacing: 0.44px; } }

@media (min-width: 768px) {
  .h3, .formatted-text h3, .article--text h3 {
    font-size: 2.5em;
    line-height: 1.25em;
    letter-spacing: 0.5px; } }

@media (max-width: 767px) {
  .h4, .formatted-text h4, .article--text h4 {
    font-size: 1.5625em;
    line-height: 1.4em;
    letter-spacing: 0.5px; } }

@media (min-width: 768px) {
  .h4, .formatted-text h4, .article--text h4 {
    font-size: 1.875em;
    line-height: 1.33333em;
    letter-spacing: 1px; } }

.h5, .formatted-text h5, .article--text h5 {
  font-size: 1.25em;
  line-height: 1.1em;
  letter-spacing: 0.5px; }

.h6, .formatted-text h6, .article--text h6 {
  font-size: 1.125em;
  line-height: 1.22222em;
  letter-spacing: 0.5px; }

.p--body, .formatted-text p, .article--text p, .formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol {
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .p--body, .formatted-text p, .article--text p, .formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol {
      font-size: 0.9375em;
      line-height: 2em; } }
  @media (min-width: 768px) {
    .p--body, .formatted-text p, .article--text p, .formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol {
      font-size: 1em;
      line-height: 1.875em; } }

@media (max-width: 767px) {
  .p--big {
    font-size: 1em;
    line-height: 1.5625em;
    letter-spacing: 1px; } }

@media (min-width: 768px) {
  .p--big {
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 0.67px; } }

.p--small {
  font-size: 0.875em;
  line-height: 1.14286em;
  letter-spacing: 0.44px; }

.p--label {
  font-weight: 700; }
  @media (max-width: 767px) {
    .p--label {
      font-size: 0.75em;
      line-height: 1.16667em; } }
  @media (min-width: 768px) {
    .p--label {
      font-size: 0.9375em;
      line-height: 2em; } }

.p--subtitle {
  letter-spacing: 0.67px; }
  @media (max-width: 767px) {
    .p--subtitle {
      font-size: 1em;
      line-height: 1.25em; } }
  @media (min-width: 768px) {
    .p--subtitle {
      font-size: 1.25em;
      line-height: 1.25em; } }

.nowrap {
  white-space: nowrap; }

.a--card {
  font-size: 0.875em;
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .a--card {
      line-height: 18px; } }
  @media (min-width: 768px) {
    .a--card {
      line-height: 16px; } }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

strong, b {
  font-weight: 700; }

i, em {
  font-style: italic; }

.formatted-text h1, .article--text h1, .formatted-text h2, .article--text h2, .formatted-text h3, .article--text h3, .formatted-text h4, .article--text h4, .formatted-text h5, .article--text h5, .formatted-text h6, .article--text h6 {
  margin-top: 1.5em; }

.formatted-text a, .article--text a {
  letter-spacing: 0.5px; }
  @media (max-width: 767px) {
    .formatted-text a, .article--text a {
      font-size: 0.9375em;
      line-height: 2em; } }
  @media (min-width: 768px) {
    .formatted-text a, .article--text a {
      font-size: 1em;
      line-height: 1.875em; } }

.formatted-text p, .article--text p, .formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol {
  margin-top: 1em; }

.formatted-text ul, .article--text ul, .formatted-text ol, .article--text ol {
  list-style-position: outside;
  padding-left: 20px; }
  .formatted-text ul li, .article--text ul li, .formatted-text ol li, .article--text ol li {
    padding-left: 10px; }
    .formatted-text ul li ul, .article--text ul li ul, .formatted-text ul li ol, .article--text ul li ol, .formatted-text ol li ul, .article--text ol li ul, .formatted-text ol li ol, .article--text ol li ol {
      font-size: inherit;
      line-height: inherit; }

.formatted-text ul, .article--text ul {
  list-style: disc; }

.formatted-text > *:first-child, .article--text > *:first-child {
  margin-top: 0; }

.formatted-text > *:last-child, .article--text > *:last-child {
  margin-bottom: 0; }

.article--text {
  margin: 28px 0; }
  .article--text > img,
  .article--text video, .article--text iframe {
    width: 100%;
    height: auto; }
  .article--text > img {
    margin: 75px 0 90px 0; }
  .article--text iframe {
    display: block;
    aspect-ratio: 1.777777; }

.article--video {
  margin: 75px 0 90px 0; }
  .article--video iframe,
  .article--video video {
    display: block;
    width: 100%;
    height: auto; }
  .article--video iframe {
    aspect-ratio: 1.777777; }

.article--image {
  margin: 75px 0 90px 0; }
  .article--image picture,
  .article--image img {
    width: 100%; }
  .article--image img {
    height: auto; }

.article--gallery {
  margin: 75px 0 90px 0; }

.padding--no-top, .padding--no {
  padding-top: 0 !important; }

.padding--no-bottom, .padding--no {
  padding-bottom: 0 !important; }

@media (max-width: 767px) {
  .padding--large-top, .padding--large {
    padding-top: 50px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--large-top, .padding--large {
    padding-top: 100px !important; } }

@media (min-width: 1025px) {
  .padding--large-top, .padding--large {
    padding-top: 100px !important; } }

@media (max-width: 767px) {
  .padding--large-bottom, .padding--large {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--large-bottom, .padding--large {
    padding-bottom: 100px !important; } }

@media (min-width: 1025px) {
  .padding--large-bottom, .padding--large {
    padding-bottom: 100px !important; } }

@media (max-width: 767px) {
  .padding--medium-top, .padding--medium {
    padding-top: 40px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--medium-top, .padding--medium {
    padding-top: 75px !important; } }

@media (min-width: 1025px) {
  .padding--medium-top, .padding--medium {
    padding-top: 75px !important; } }

@media (max-width: 767px) {
  .padding--medium-bottom, .padding--medium {
    padding-bottom: 40px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--medium-bottom, .padding--medium {
    padding-bottom: 75px !important; } }

@media (min-width: 1025px) {
  .padding--medium-bottom, .padding--medium {
    padding-bottom: 75px !important; } }

@media (max-width: 767px) {
  .padding--small-top, .padding--small {
    padding-top: 25px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--small-top, .padding--small {
    padding-top: 50px !important; } }

@media (min-width: 1025px) {
  .padding--small-top, .padding--small {
    padding-top: 50px !important; } }

@media (max-width: 767px) {
  .padding--small-bottom, .padding--small {
    padding-bottom: 25px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .padding--small-bottom, .padding--small {
    padding-bottom: 50px !important; } }

@media (min-width: 1025px) {
  .padding--small-bottom, .padding--small {
    padding-bottom: 50px !important; } }

.margin--no-top, .margin--no {
  margin-top: 0; }

.margin--no-bottom, .margin--no {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .margin--large-top, .margin--large {
    margin-top: 50px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--large-top, .margin--large {
    margin-top: 100px; } }

@media (min-width: 1025px) {
  .margin--large-top, .margin--large {
    margin-top: 100px; } }

@media (max-width: 767px) {
  .margin--large-bottom, .margin--large {
    margin-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--large-bottom, .margin--large {
    margin-bottom: 100px; } }

@media (min-width: 1025px) {
  .margin--large-bottom, .margin--large {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  .margin--medium-top, .margin--medium {
    margin-top: 40px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--medium-top, .margin--medium {
    margin-top: 75px; } }

@media (min-width: 1025px) {
  .margin--medium-top, .margin--medium {
    margin-top: 75px; } }

@media (max-width: 767px) {
  .margin--medium-bottom, .margin--medium {
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--medium-bottom, .margin--medium {
    margin-bottom: 75px; } }

@media (min-width: 1025px) {
  .margin--medium-bottom, .margin--medium {
    margin-bottom: 75px; } }

@media (max-width: 767px) {
  .margin--small-top, .margin--small {
    margin-top: 25px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--small-top, .margin--small {
    margin-top: 50px; } }

@media (min-width: 1025px) {
  .margin--small-top, .margin--small {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .margin--small-bottom, .margin--small {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .margin--small-bottom, .margin--small {
    margin-bottom: 50px; } }

@media (min-width: 1025px) {
  .margin--small-bottom, .margin--small {
    margin-bottom: 50px; } }

.gradient-shadow::before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(245, 245, 245, 0.15);
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, whitesmoke 100%); }

.button, .button--primary, .button--secondary, .button--white {
  position: relative;
  display: inline-block;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.14286em;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .button, .button--primary, .button--secondary, .button--white {
      padding: 16px 25px; } }
  @media (min-width: 1025px) {
    .button, .button--primary, .button--secondary, .button--white {
      padding: 16px 40px; } }

.hover, .button--primary, .button--secondary, .button--white {
  z-index: 1; }
  @media (min-width: 1025px) {
    .hover::before, .button--primary::before, .button--secondary::before, .button--white::before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transform-origin: 0px 0px;
      transform: scaleX(0);
      z-index: -1; }
    .hover:hover::before, .button--primary:hover::before, .button--secondary:hover::before, .button--white:hover::before {
      transform: scaleX(1); } }

.button--primary {
  color: #FFFFFF;
  background-color: #CD161C; }
  .button--primary::before {
    background-color: #020303; }

.button--secondary {
  color: #FFFFFF;
  background-color: #020303; }
  .button--secondary::before {
    background-color: #CD161C; }

.button--white {
  color: #CD161C;
  background-color: #FFFFFF; }
  .button--white::before {
    background-color: #CD161C; }
  @media (min-width: 1025px) {
    .button--white {
      transition: color 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .button--white:hover {
        color: #FFFFFF; } }

.button--text {
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.375em; }
  .button--text:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-bottom: #CD161C solid 1px;
    border-right: #CD161C solid 1px;
    transform: translateY(-1px) rotate(-45deg); }

.button--icon {
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.375em; }
  .button--icon svg {
    display: inline-block;
    margin-left: 9px;
    vertical-align: sub;
    width: 21px;
    height: 21px; }

.button--play, .button--play-overlay {
  display: block;
  width: 60px;
  height: 60px;
  padding: 22px;
  background-color: #FFFFFF;
  border-radius: 50%; }
  .button--play svg, .button--play-overlay svg {
    width: 16px;
    height: 16px;
    fill: #CD161C !important; }
  .button--play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px; }

.button--bu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-weight: 700;
  text-decoration: none; }
  .button--bu__division {
    font-size: 2em;
    letter-spacing: 1.15px; }
  .button--bu__label {
    font-size: 0.75em;
    letter-spacing: 0.5px; }
  .button--bu:not(.white) {
    color: #FFFFFF;
    background-color: #CD161C; }
  .button--bu.white {
    color: #CD161C;
    background-color: #FFFFFF; }

.form--site {
  /*
        button,
        input[type="reset"],
        input[type="button"],
        input[type="submit"]
        {
            //@extend .button--primary;
        }
        */
  /*
        fieldset
        {
            border: none;
            padding: 0;
            margin: 0;
        }

        legend
        {
            float: inherit !important;
            margin: inherit !important;
        }
        */
  /* DRUPAL
        *
        *  Stilizzazione l'html sputato da Drupal.
        ------------------------------------------------------------------------------*/
  /*
        .fieldset-legend
        {
            display: block;
            @include adjust-font(14px, 26px);
            font-weight: 500;
            color: $gray;
        }

        .form-actions
        {
            padding-top: 45px;
            text-align: center;
        }
        */
  /*
        @include eq-mobile
        {
        }
    
        @include at-tablet
        {
        }
        */ }
  .form--site input:not([type="submit"]):not([type="button"]):not([type="reset"]),
  .form--site textarea,
  .form--site select {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 1.125em;
    background-color: transparent; }
  .form--site select,
  .form--site button,
  .form--site input[type="reset"],
  .form--site input[type="button"],
  .form--site input[type="radio"],
  .form--site input[type="checkbox"],
  .form--site input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form--site select:focus,
  .form--site button:focus,
  .form--site textarea:focus,
  .form--site input[type="tel"]:focus,
  .form--site input[type="url"]:focus,
  .form--site input[type="text"]:focus,
  .form--site input[type="email"]:focus,
  .form--site input[type="reset"]:focus,
  .form--site input[type="button"]:focus,
  .form--site input[type="number"]:focus,
  .form--site input[type="search"]:focus,
  .form--site input[type="submit"]:focus,
  .form--site input[type="password"]:focus {
    outline: none;
    box-shadow: inset 0px 0px 0px 1px #CD161C; }
  .form--site select,
  .form--site button,
  .form--site textarea,
  .form--site input[type="tel"],
  .form--site input[type="url"],
  .form--site input[type="text"],
  .form--site input[type="email"],
  .form--site input[type="reset"],
  .form--site input[type="number"],
  .form--site input[type="search"],
  .form--site input[type="password"] {
    border-radius: 9px; }
  .form--site select,
  .form--site button,
  .form--site input[type="tel"],
  .form--site input[type="url"],
  .form--site input[type="text"],
  .form--site input[type="email"],
  .form--site input[type="reset"],
  .form--site input[type="button"],
  .form--site input[type="number"],
  .form--site input[type="search"],
  .form--site input[type="submit"],
  .form--site input[type="password"] {
    height: 60px; }
  .form--site select,
  .form--site textarea,
  .form--site input[type="tel"],
  .form--site input[type="url"],
  .form--site input[type="text"],
  .form--site input[type="email"],
  .form--site input[type="number"],
  .form--site input[type="search"],
  .form--site input[type="password"] {
    border: #CD161C solid 1px; }
  .form--site input[type="tel"],
  .form--site input[type="url"],
  .form--site input[type="text"],
  .form--site input[type="email"],
  .form--site input[type="number"],
  .form--site input[type="search"],
  .form--site input[type="password"] {
    width: 100%;
    padding: 0 25px;
    color: #000000; }
  .form--site select {
    width: 100%;
    padding: 0 65px 0 25px;
    background-image: url("../img/share/icons/down.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 20px center; }
  .form--site select::-ms-expand {
    display: none; }
  .form--site textarea {
    width: 100%;
    min-height: 200px;
    padding: 25px;
    line-height: 1.25em;
    color: #000000;
    resize: vertical;
    overflow: hidden; }
  .form--site input[type="radio"],
  .form--site input[type="checkbox"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: #F5F5F5 solid 1px;
    vertical-align: middle; }
    .form--site input[type="radio"]::before,
    .form--site input[type="checkbox"]::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      border: rgba(205, 22, 28, 0.1) solid 1px; }
    .form--site input[type="radio"]:checked::before,
    .form--site input[type="checkbox"]:checked::before {
      border-color: #CD161C;
      background-color: #CD161C; }
  .form--site input[type="radio"] {
    border-radius: 50%; }
    .form--site input[type="radio"]::before {
      border-radius: 50%; }
  .form--site label {
    font-size: 0.875em;
    line-height: 1.35714em; }
  .form--site .form-item.js-form-type-email:not(:first-child), .form--site .form-item.js-form-type-select:not(:first-child), .form--site .form-item.js-form-type-textfield:not(:first-child) {
    margin-top: 40px; }
  .form--site .form-item.js-form-type-email label, .form--site .form-item.js-form-type-select label, .form--site .form-item.js-form-type-textfield label {
    display: inline-block;
    margin-bottom: 6px; }
  .form--site .form-item .error {
    border: #CD161C solid 2px; }
  .form--site .form-item input[type="radio"].error,
  .form--site .form-item input[type="checkbox"].error {
    padding: 4px; }
  .form--site .form-item a {
    color: #CD161C;
    font-weight: 700;
    text-decoration: underline; }
  .form--site #edit-dichiarazione-consenso {
    margin-top: 40px; }
    .form--site #edit-dichiarazione-consenso .form-item-titolo-sezione-privacy > h4 {
      font-size: 1.5em;
      font-weight: 400;
      line-height: 1.66667em; }
    .form--site #edit-dichiarazione-consenso .open_consenso {
      margin-top: 5px;
      font-size: 1.125em;
      font-weight: 400;
      text-decoration: underline;
      line-height: 1.55556em;
      cursor: pointer; }
    .form--site #edit-dichiarazione-consenso .dichiarazione_consenso_toggle {
      display: none;
      padding-top: 20px;
      font-size: 0.875em; }
    .form--site #edit-dichiarazione-consenso .fieldgroup.radios--wrapper {
      margin-top: 20px; }
      .form--site #edit-dichiarazione-consenso .fieldgroup.radios--wrapper legend {
        color: #F5F5F5; }
      .form--site #edit-dichiarazione-consenso .fieldgroup.radios--wrapper .fieldset-wrapper {
        margin-top: 10px; }
  .form--site #edit-recaptcha-container,
  .form--site #edit-actions {
    margin-top: 45px; }
  .form--site .drupal__form-messages {
    margin-bottom: 30px; }

.bg-primary {
  background-color: #CD161C; }

.bg-secondary {
  background-color: #020303; }

.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-grey {
  background-color: #F5F5F5; }

.text-primary {
  color: #CD161C; }

.text-secondary {
  color: #020303; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

.container, .container--max {
  width: 100%;
  margin: 0px auto; }
  @media (max-width: 767px) {
    .container, .container--max {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .container, .container--max {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1025px) {
    .container, .container--max {
      padding-left: 40px;
      padding-right: 40px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .container--max {
    max-width: 1080px; } }

@media (min-width: 1025px) {
  .container--max {
    max-width: 1080px; } }

.container--fluid {
  width: 100%; }
  @media (max-width: 767px) {
    .container--fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .container--fluid {
      padding-left: 4.86111%;
      padding-right: 4.86111%; } }

.line-grid {
  /*
    @include pre-desktop
    {
        &__cell
        {
            &:not(:first-child)
            {
                margin-top: 30px;
            }
        }
    }
    */ }
  @media (min-width: 768px) {
    .line-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 1fr; } }

.swiper-pagination {
  display: flex; }
  .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: #FFFFFF solid 1px;
    transition: background-color 200ms linear; }
    .swiper-pagination-bullet-active {
      background-color: white; }
    .swiper-pagination-bullet:not(:first-child) {
      margin-left: 20px; }
  .swiper-pagination.primary .swiper-pagination-bullet {
    background-color: rgba(205, 22, 28, 0);
    border: #CD161C solid 1px; }
    .swiper-pagination.primary .swiper-pagination-bullet-active {
      background-color: #cd161c; }
  .swiper-pagination.secondary .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0);
    border: #FFFFFF solid 1px; }
    .swiper-pagination.secondary .swiper-pagination-bullet-active {
      background-color: white; }

.swiper-navigation {
  display: flex; }

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 200ms linear;
  cursor: pointer; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 50px;
    height: 50px; }
  .swiper-button-prev.primary svg,
  .swiper-button-next.primary svg {
    fill: #CD161C; }
  .swiper-button-prev.secondary svg,
  .swiper-button-next.secondary svg {
    fill: #020303; }
  .swiper-button-prev.white svg,
  .swiper-button-next.white svg {
    fill: #FFFFFF; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.25;
    cursor: auto; }

.swiper-button-prev svg {
  transform: scaleX(-1); }

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/animation/animation.scss ***!
  \******************************************************************************************************************************************************************************************/
/*
*
* File SASS componente Incipit
*
*/
[data-animm="bottom-to-top"] {
  opacity: 0;
  transform: translateY(50px); }
  [data-animm="bottom-to-top"].start-animation {
    transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translateY(0px); }

[data-animm="opacity"] {
  opacity: 0; }
  [data-animm="opacity"].start-animation {
    transition: opacity 500ms linear;
    opacity: 1; }

[data-animm="card-bottom-to-top"] > div:nth-child(1),
[data-animm="card-bottom-to-top"] > a:nth-child(1) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(1),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(1) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(2),
[data-animm="card-bottom-to-top"] > a:nth-child(2) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(2),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(2) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(3),
[data-animm="card-bottom-to-top"] > a:nth-child(3) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(3),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(3) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(4),
[data-animm="card-bottom-to-top"] > a:nth-child(4) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(4),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(4) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(5),
[data-animm="card-bottom-to-top"] > a:nth-child(5) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(5),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(5) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 800ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 800ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(6),
[data-animm="card-bottom-to-top"] > a:nth-child(6) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(6),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(6) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(7),
[data-animm="card-bottom-to-top"] > a:nth-child(7) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(7),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(7) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(8),
[data-animm="card-bottom-to-top"] > a:nth-child(8) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(8),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(8) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms;
  opacity: 1;
  transform: translateY(0px); }

[data-animm="card-bottom-to-top"] > div:nth-child(9),
[data-animm="card-bottom-to-top"] > a:nth-child(9) {
  opacity: 0;
  transform: translateY(50px); }

[data-animm="card-bottom-to-top"].start-animation > div:nth-child(9),
[data-animm="card-bottom-to-top"].start-animation > a:nth-child(9) {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms, opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms;
  opacity: 1;
  transform: translateY(0px); }

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/header/header.scss ***!
  \************************************************************************************************************************************************************************************/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 99; }
  .header::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 200ms linear; }
  .header__logo {
    display: block;
    z-index: 9; }
    .header__logo svg {
      width: auto;
      height: 100%; }
  .header__search-close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px;
    border: #FFFFFF solid 2px;
    border-radius: 50%;
    cursor: pointer; }
    .header__search-close svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #FFFFFF; }
  .header__search form {
    position: relative; }
    .header__search form input[type="text"],
    .header__search form button[type="submit"] {
      appearance: none;
      height: 50px;
      border: 0;
      border-radius: 25px; }
    .header__search form input[type="text"] {
      width: 100%;
      padding-left: 30px;
      padding-right: 60px;
      background-color: #F5F5F5; }
    .header__search form button[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      padding: 13px;
      background-color: transparent;
      cursor: pointer; }
      .header__search form button[type="submit"] svg {
        display: block;
        width: 24px;
        height: 24px;
        fill: #CD161C; }
  .header__search-open {
    display: none;
    width: 49px;
    height: 34px;
    padding: 5px 20px 5px 5px;
    margin-left: auto;
    margin-right: 20px;
    background-color: transparent;
    border: 0;
    border-right: #E8E8E8 solid 1px;
    cursor: pointer;
    z-index: 10; }
    .header__search-open svg {
      display: block;
      width: 24px;
      height: 24px;
      fill: #CD161C; }
  .header__wrapper-menu ul li > a,
  .header__wrapper-menu ul li > span {
    display: inline-block;
    color: #020303;
    text-decoration: none; }
  .header__top {
    letter-spacing: 0.5px; }
    .header__top ul li > a,
    .header__top ul li > span {
      font-weight: 400; }
  .header__tools {
    display: flex;
    align-items: center; }
  .header__account ul li {
    line-height: 22px; }
    .header__account ul li:first-child a {
      padding-left: 30px;
      background: url("../img/share/icons/area-riservata.svg") no-repeat center left;
      background-size: 22px 22px; }
  .header__primary-menu .menu--primary > li > a,
  .header__primary-menu .menu--primary > li > span {
    font-weight: 500; }
    .header__primary-menu .menu--primary > li > a.item--has-megamenu::after,
    .header__primary-menu .menu--primary > li > span.item--has-megamenu::after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      vertical-align: middle;
      border-right: #020303 solid 2px;
      border-bottom: #020303 solid 2px; }
  .header__submenu-tabs > .header__submenu-back {
    font-size: 1.25em;
    line-height: 1.25em; }
  .header__submenu-tab {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .header__submenu-tab[data-child="products_building"] .header__submenu-tab-icon, .header__submenu-tab[data-child="solutions_building"] .header__submenu-tab-icon {
      width: 25px;
      height: 25px;
      margin-left: 6px;
      margin-right: 17px; }
    .header__submenu-tab[data-child="products_infrastructure"] .header__submenu-tab-icon, .header__submenu-tab[data-child="solutions_infrastructure"] .header__submenu-tab-icon {
      width: 37px;
      height: 37px;
      margin-right: 12px; }
    .header__submenu-tab-logo {
      mix-blend-mode: darken; }
  .header__submenu-back {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #CD161C;
    cursor: pointer; }
    .header__submenu-back::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-right: 13px;
      vertical-align: middle;
      border-left: #CD161C solid 2px;
      border-bottom: #CD161C solid 2px;
      transform: translateY(-1px) rotate(45deg); }
  .header__burgermenu {
    display: block;
    width: 24px;
    height: 24px;
    padding: 6px 0px;
    transform: rotate(0deg);
    z-index: 4; }
    .header__burgermenu-line {
      display: block;
      width: 100%;
      height: 2px;
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      background-color: #020303; }
      .header__burgermenu-line:not(:first-child) {
        margin-top: 3px; }
  @media (max-width: 1023px) {
    .header__container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 15px;
      padding-bottom: 15px; }
    .header__logo {
      height: 50px; }
    .header__search {
      z-index: 1; }
    .header__wrapper-menu {
      position: fixed;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      padding: 110px 20px 70px 20px;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #FFFFFF; }
    .header__primary-menu .menu--primary > li {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: #E8E8E8 solid 1px; }
      .header__primary-menu .menu--primary > li > a,
      .header__primary-menu .menu--primary > li > span {
        font-size: 1.25em;
        line-height: 25px, 20px;
        letter-spacing: 0.5px; }
        .header__primary-menu .menu--primary > li > a.item--has-megamenu::after,
        .header__primary-menu .menu--primary > li > span.item--has-megamenu::after {
          margin-left: 15px;
          transform: translateY(-2px) rotate(-45deg); }
    .header__submenu {
      position: absolute;
      top: 80px;
      left: 0%;
      width: 100%;
      height: calc( 0vh - 0px);
      overflow: hidden; }
      .header__submenu-container {
        width: 100%;
        height: 100%;
        padding: 30px 4.86111% 0 4.86111%;
        transform: translateX(100%);
        background-color: #FFFFFF;
        overflow: hidden; }
      .header__submenu-tabs ul li {
        margin-top: 30px; }
      .header__submenu-tab {
        text-decoration: none;
        font-size: 0.875em;
        line-height: 1.28571em;
        color: #020303; }
        .header__submenu-tab-icon {
          fill: #020303; }
        .header__submenu-tab-label::after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          margin-left: 13px;
          vertical-align: middle;
          border-right: #020303 solid 1px;
          border-bottom: #020303 solid 1px;
          transform: translateY(-1px) rotate(-45deg); }
        .header__submenu-tab-logo {
          display: none; }
      .header__submenu-children {
        position: absolute;
        top: 70px;
        left: 0%;
        height: calc( 100% - 70px);
        padding-top: 10px;
        padding-bottom: 30px;
        transform: translateX(100%);
        background-color: #FFFFFF;
        overflow: hidden; }
      .header__submenu-child[data-child="products_building"], .header__submenu-child[data-child="products_infrastructure"] {
        height: 100%; }
        .header__submenu-child[data-child="products_building"] > ul, .header__submenu-child[data-child="products_infrastructure"] > ul {
          height: calc( 100% - 50px);
          overflow-y: auto; }
      .header__submenu-child[data-child="products_building"] ul {
        margin-top: 30px; }
        .header__submenu-child[data-child="products_building"] ul li:not(:first-child) {
          margin-top: 30px; }
      .header__submenu-child[data-child="products_infrastructure"] > ul {
        margin-top: 40px; }
        .header__submenu-child[data-child="products_infrastructure"] > ul > li:not(:first-child) {
          margin-top: 40px; }
        .header__submenu-child[data-child="products_infrastructure"] > ul > li ul li {
          margin-top: 30px; }
      .header__submenu-child[data-child="solutions_building"], .header__submenu-child[data-child="solutions_infrastructure"] {
        padding-top: 10px;
        padding-bottom: 50px; }
        .header__submenu-child[data-child="solutions_building"] ul, .header__submenu-child[data-child="solutions_infrastructure"] ul {
          padding: 20px;
          margin: 20px -20px 0 -20px;
          height: calc( 100vh - 210px);
          overflow-y: auto; }
          .header__submenu-child[data-child="solutions_building"] ul li:not(:first-child), .header__submenu-child[data-child="solutions_infrastructure"] ul li:not(:first-child) {
            margin-top: 20px; }
      .header__submenu.child-opened {
        height: calc( 100vh - 80px); }
        .header__submenu.child-opened .header__submenu-container {
          transform: translateX(0%); }
        .header__submenu.child-opened .header__submenu-children.is-active {
          transform: translateX(0%); }
    .header__top {
      font-size: 0.875em;
      line-height: 1.21429em;
      letter-spacing: 0.5px; }
      .header__top-message {
        display: none; }
      .header__top-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; }
        .header__top-menu ul li {
          flex: 0 0 50%;
          margin-bottom: 30px; }
    .header__tools {
      padding: 30px 0;
      border-top: #E8E8E8 solid 1px; }
      .header__tools > div {
        flex: 0 0 50%; }
    .header__language {
      display: flex; }
      .header__language > span {
        position: relative; }
      .header__language ul {
        display: flex; }
        .header__language ul li {
          margin-left: 20px; }
          .header__language ul li a, .header__language ul li span {
            font-size: 0;
            display: block;
            width: 22px;
            height: 22px; }
    .header__search {
      width: 55%; }
    .header.mainmenu-opened .header__wrapper-menu {
      left: 0%; }
    .header.mainmenu-opened .header__burgermenu {
      transform: rotate(90deg); }
      .header.mainmenu-opened .header__burgermenu-line:nth-child(1) {
        transform: translateY(5px) rotate(45deg); }
      .header.mainmenu-opened .header__burgermenu-line:nth-child(2) {
        opacity: 0; }
      .header.mainmenu-opened .header__burgermenu-line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg); } }
  @media (min-width: 1024px) {
    .header {
      padding-top: 45px; }
      .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px; }
      .header__logo {
        height: 80px; }
      .header__primary-menu {
        font-size: 0.875em;
        line-height: 1.14286em;
        letter-spacing: 0.8px; }
        .header__primary-menu .menu--primary {
          display: flex; }
          .header__primary-menu .menu--primary > li {
            /*
                    &:hover,
                    &.item--active-trail
                    {
                        > span,
                        > a
                        {
                            &::before
                            {
                                opacity: 1;
                                transform: scaleX(1);
                            }
                        }
                    }
                    */
            /*
                    &.item--expanded
                    {
                        > span,
                        > a
                        {
                        }
                    }
                    */ }
            .header__primary-menu .menu--primary > li:not(:first-child) {
              margin-left: 30px; }
            .header__primary-menu .menu--primary > li > span,
            .header__primary-menu .menu--primary > li > a {
              position: relative;
              z-index: 3; }
              .header__primary-menu .menu--primary > li > span.item--has-megamenu::after,
              .header__primary-menu .menu--primary > li > a.item--has-megamenu::after {
                margin-left: 10px;
                transform: translateY(-2px) rotate(45deg); }
              .header__primary-menu .menu--primary > li > span.item--has-megamenu.child-opened::after,
              .header__primary-menu .menu--primary > li > a.item--has-megamenu.child-opened::after {
                transform: translateY(0px) rotate(-135deg); }
      .header__submenu {
        position: absolute;
        left: 0;
        top: 165px;
        width: 100%;
        height: calc( 100vh - 165px);
        background-color: #FFFFFF;
        transform-origin: 50% 0%;
        transform: scaleY(0);
        z-index: 1; }
        .header__submenu-container {
          position: relative;
          height: 100%;
          transform: translateY(30px);
          opacity: 0; }
          .header__submenu-container::before {
            content: '';
            display: block;
            position: absolute;
            top: 70px;
            left: 30px;
            right: 30px;
            height: 70px;
            background: #FFFFFF;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 60%); }
        .header__submenu-back {
          display: none; }
        .header__submenu-tabs {
          background-color: #F5F5F5; }
          .header__submenu-tabs ul {
            display: flex;
            align-items: center;
            position: relative;
            height: 70px;
            overflow: hidden; }
            .header__submenu-tabs ul li {
              position: relative;
              flex: 0 0 50%;
              width: 50%;
              height: 100%; }
              .header__submenu-tabs ul li:first-child a {
                padding-left: 9.72222%; }
              .header__submenu-tabs ul li:last-child a {
                padding-right: 9.72222%; }
              .header__submenu-tabs ul li:not(:last-child) a {
                padding-right: 9.72222%; }
              .header__submenu-tabs ul li:not(:first-child) {
                border-left: rgba(0, 0, 0, 0.1) solid 1px; }
                .header__submenu-tabs ul li:not(:first-child) a {
                  padding-left: 9.72222%; }
              .header__submenu-tabs ul li:not(.is-active) {
                border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
                .header__submenu-tabs ul li:not(.is-active) a {
                  color: #838383;
                  text-decoration: none; }
                  .header__submenu-tabs ul li:not(.is-active) a .header__submenu-tab-icon {
                    fill: #838383; }
              .header__submenu-tabs ul li.is-active {
                background-color: #FFFFFF; }
                .header__submenu-tabs ul li.is-active a .header__submenu-tab-icon {
                  fill: #CD161C; }
        .header__submenu-tab {
          height: 100%;
          font-size: 0.75em;
          line-height: 1.25em; }
          .header__submenu-tab-logo {
            margin-left: auto; }
          .header__submenu-tab[data-child="products_infrastructure"] .header__submenu-tab-logo, .header__submenu-tab[data-child="solutions_infrastructure"] .header__submenu-tab-logo {
            width: auto;
            height: 38px; }
        .header__submenu-children {
          height: calc( 100% - 70px);
          overflow-y: auto; }
        .header__submenu-child[data-child="products_building"] ul {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          padding-top: 10px;
          padding-bottom: 60px; }
          .header__submenu-child[data-child="products_building"] ul li {
            flex: 0 0 25%;
            width: 25%;
            margin-top: 60px; }
        .header__submenu-child[data-child="products_infrastructure"] > ul {
          display: flex;
          justify-content: space-between; }
          .header__submenu-child[data-child="products_infrastructure"] > ul > li {
            flex: 0 0 33%;
            width: 33%;
            padding-top: 80px;
            padding-bottom: 80px; }
            .header__submenu-child[data-child="products_infrastructure"] > ul > li ul li {
              margin-top: 40px; }
        .header__submenu-child[data-child="solutions_building"] ul, .header__submenu-child[data-child="solutions_infrastructure"] ul {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-template-rows: auto;
          gap: 20px 20px;
          padding-top: 70px;
          padding-bottom: 70px; }
          .header__submenu-child[data-child="solutions_building"] ul li a, .header__submenu-child[data-child="solutions_infrastructure"] ul li a {
            display: flex;
            flex-direction: column;
            height: 100%; }
            .header__submenu-child[data-child="solutions_building"] ul li a .header__submenu-child-title, .header__submenu-child[data-child="solutions_infrastructure"] ul li a .header__submenu-child-title {
              margin-bottom: auto; }
        .header__submenu.child-opened {
          transform: scaleY(1);
          z-index: 2; }
          .header__submenu.child-opened .header__submenu-container {
            transform: translateY(0px);
            opacity: 1; }
      .header__top {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        padding-left: 4.86111%;
        padding-right: 4.86111%;
        font-size: 0.75em;
        line-height: 1.08333em;
        border-bottom: #E8E8E8 solid 1px; }
        .header__top-menu {
          margin-left: auto; }
          .header__top-menu ul {
            display: flex; }
            .header__top-menu ul li {
              margin-right: 25px; }
      .header__account ul {
        display: flex; }
        .header__account ul li:not(:first-child) {
          margin-left: 25px; }
      .header__language ul {
        display: flex; }
        .header__language ul li:not(:first-child) {
          margin-left: 25px; }
      .header__search {
        width: 500px; }
        .header__search svg {
          width: 24px;
          height: 24px; }
      .header__burgermenu {
        display: none; }
      .header.headroom--not-top {
        top: -45px; }
        .header.headroom--not-top .header__submenu {
          height: calc( 100vh - 120px); } }
  @media (max-width: 767px) {
    .header__submenu-container {
      padding: 30px 20px 0 20px; }
    .header__search {
      display: flex;
      align-items: center;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 0%;
      background-color: rgba(205, 22, 28, 0.95);
      overflow: hidden;
      z-index: 99;
      opacity: 0;
      transition: height 0ms linear 1000ms, opacity 200ms linear 200ms; }
      .header__search-container {
        width: 100%;
        padding: 30px;
        margin-top: -30%;
        transform: translateY(50px);
        opacity: 0;
        transition: transform 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .header__search-container form input[type="text"] {
          background-color: #FFFFFF; }
      .header__search.is-open {
        height: 100%;
        opacity: 1;
        transition: height 0ms linear, opacity 200ms linear; }
        .header__search.is-open .header__search-container {
          transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transform: translateY(0px);
          opacity: 1; }
    .header__search-open {
      display: block; } }
  .header.headroom--not-top::after {
    opacity: 1; }
  @media (max-width: 1023px) {
    .header.transition-on .header__burgermenu {
      transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header.transition-on .header__burgermenu-line {
        transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header.transition-on .header__wrapper-menu {
      transition: left 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header.transition-on.mainmenu-opened .header__burgermenu-line {
      transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header.transition-on .header__submenu {
      transition: height 0ms linear 500ms; }
      .header.transition-on .header__submenu-container {
        transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header.transition-on .header__submenu.child-opened {
        transition: height 0ms linear; }
        .header.transition-on .header__submenu.child-opened .header__submenu-container {
          transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .header.transition-on .header__submenu-children {
      transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
  @media (min-width: 1024px) {
    .header.transition-on {
      transition: top 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
      /*
            .header__top,
            .header__search,
            .header__language
            {
                transition: border $timeMedium linear $timeMedium;
            }

            .item--external-link
            {
                &::before
                {
                    transition: background-color $timeMedium linear $timeSlow;
                }
            }
            */
      /*
            &.megamenu-opened
            {
                transition: color $timeMedium linear,
                            fill $timeMedium linear;

                .header__top,
                .header__search,
                .header__language
                {
                    transition: border $timeMedium linear;
                }

                .item--external-link
                {
                    &::before
                    {
                        transition: background-color $timeMedium linear;
                    }
                }
            }
            */ }
      .header.transition-on .header__primary-menu .menu--primary > li > span.item--has-megamenu::after,
      .header.transition-on .header__primary-menu .menu--primary > li > a.item--has-megamenu::after {
        transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header.transition-on .header__submenu {
        transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 500ms; }
        .header.transition-on .header__submenu-container {
          transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
        .header.transition-on .header__submenu.child-opened {
          transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
          .header.transition-on .header__submenu.child-opened .header__submenu-container {
            transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms; } }

body.toolbar-fixed.toolbar-horizontal:not(.toolbar-tray-open) .header {
  top: -39px; }

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header {
  top: -79px; }

body.toolbar-fixed.toolbar-vertical .header {
  top: -39px; }

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/components/footer/footer.scss ***!
  \************************************************************************************************************************************************************************************/
/*
*
* File SCSS componente Footer
*
*/
.footer {
  background-color: #F5F5F5; }
  .footer ul:not(.footer__menu-primary) > li > a,
  .footer ul:not(.footer__menu-primary) > li > span {
    font-size: 0.75em;
    letter-spacing: 0.5px; }
  .footer ul.footer__menu-primary > li > a, .footer ul.footer__menu-primary > li > span {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0.8px; }
  .footer a {
    font-weight: 400;
    text-decoration: none;
    color: #020303;
    height: 80px; }
  .footer p {
    font-size: 0.75em;
    letter-spacing: 0.5px; }
  .footer__primary svg {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100%; }
  .footer__follow ul {
    display: flex;
    margin-top: 28px; }
    .footer__follow ul li:not(:first-child) {
      margin-left: 30px; }
  .footer__follow svg {
    width: 18px;
    height: 18px; }
  @media (max-width: 767px) {
    .footer {
      padding: 50px 20px; }
      .footer__menu-primary {
        margin-top: 50px; }
        .footer__menu-primary li {
          padding-bottom: 30px;
          border-bottom: #E8E8E8 solid 1px; }
          .footer__menu-primary li:not(:first-child) {
            padding-top: 30px; }
      .footer__menu-secondary, .footer__menu-user, .footer__menu-policy {
        display: flex;
        flex-wrap: wrap; }
        .footer__menu-secondary li, .footer__menu-user li, .footer__menu-policy li {
          flex: 0 0 50%;
          width: 50%;
          margin-top: 30px; }
      .footer__menu-user, .footer__follow, .footer__menu-policy {
        border-top: #E8E8E8 solid 1px; }
      .footer__menu-user, .footer__follow, .footer__menu-policy {
        margin-top: 30px; }
      .footer__follow {
        padding-top: 30px; }
      .footer__company {
        margin-top: 50px; } }
  @media (min-width: 768px) {
    .footer {
      padding: 100px 4.86111%; }
      .footer__primary, .footer__secondary, .footer__menu-policy {
        display: flex; }
      .footer__menu-primary > li:not(:first-child) {
        margin-top: 60px; }
      .footer__menu-secondary > li:not(:first-child), .footer__menu-user > li:not(:first-child) {
        margin-top: 30px; }
      .footer__menu-policy {
        white-space: nowrap; }
        .footer__menu-policy li:not(:last-child) {
          margin-right: 4.166666vw; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer__primary, .footer__secondary {
      justify-content: space-between; }
    .footer__secondary {
      flex-wrap: wrap;
      align-items: flex-end; }
    .footer__follow {
      flex: 0 0 100%;
      width: 100%;
      margin-top: 60px; }
    .footer__menu-policy, .footer__company {
      margin-top: 60px; } }
  @media (min-width: 1025px) {
    .footer__menu-primary, .footer__menu-secondary {
      margin-left: 8.846153%; }
    .footer__menu-user {
      margin-left: auto; }
    .footer__secondary {
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: flex-end;
      margin-top: 60px; }
    .footer__follow {
      margin-left: 60px; }
    .footer__menu-policy {
      padding-bottom: 5px;
      margin-right: auto; }
    .footer__company {
      margin-right: 4.166666vw;
      padding-bottom: 6px; }
      .footer__company span {
        white-space: nowrap; } }


/*# sourceMappingURL=app.css.map*/