@charset "UTF-8";
/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* WORDPRESS.SCSS */
/* CONTACT FORM 7 */
form.wpcf7-form input,
form.wpcf7-form textarea {
  padding: 0;
  display: block;
  width: 100%;
  border: 1px solid #212529;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #212529;
  background: none !important;
  font-style: italic;
  padding: 10px; }

form.wpcf7-form textarea {
  height: 150px;
  padding-top: 15px; }

form.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #212529; }

form.wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #212529;
  opacity: 1; }

form.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #212529;
  opacity: 1; }

form.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212529;
  line-height: 0 !important; }

form.wpcf7-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212529;
  line-height: 0 !important; }

form.wpcf7-form input[type="submit"] {
  text-align: center;
  width: auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border: 1px solid #212529;
  float: right;
  background: #212529 !important;
  transition: all .4s; }
  form.wpcf7-form input[type="submit"]:hover {
    background: #212529 !important;
    color: #212529;
    transition: all .4s; }

/* PAGINAZIONE WOOCOMMERCE / WORDPRESS */
nav.woocommerce-pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
  float: left; }
  nav.woocommerce-pagination ul {
    display: block;
    margin: 0 auto;
    list-style: none; }
    nav.woocommerce-pagination ul li {
      display: inline-block;
      list-style: none; }
      nav.woocommerce-pagination ul li:before {
        display: none !important; }
      nav.woocommerce-pagination ul li::before {
        display: none !important; }
      nav.woocommerce-pagination ul li a,
      nav.woocommerce-pagination ul li span {
        display: block;
        color: #212529;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
        border-radius: 1px; }
        nav.woocommerce-pagination ul li a img.arrow,
        nav.woocommerce-pagination ul li span img.arrow {
          margin-top: 4px;
          display: block;
          position: relative;
          top: 2px;
          right: 0px;
          transition: right .4s; }
      nav.woocommerce-pagination ul li a.prev img.arrow {
        left: 0px;
        transition: left .4s; }
      nav.woocommerce-pagination ul li a:hover {
        color: #212529; }
      nav.woocommerce-pagination ul li a.next:hover img.arrow {
        right: -5px;
        transition: right .4s; }
      nav.woocommerce-pagination ul li a.prev:hover img.arrow {
        left: -5px;
        transition: left .4s; }
      nav.woocommerce-pagination ul li span {
        font-weight: 300;
        color: #212529; }

/* GALLERY BLUEIMP */
#links.galleria {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

#links.galleria a {
  display: flex;
  align-content: center;
  flex-basis: 1;
  flex-grow: 0;
  margin: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: opacity .4s;
  transition: all 0.3s ease-in-out;
  width: 90px;
  height: 90px; }
  @media all and (min-width: 31.25em) {
    #links.galleria a {
      width: 120px;
      height: 120px; } }
  @media all and (min-width: 62.5em) {
    #links.galleria a {
      width: 166px;
      height: 166px; } }
  #links.galleria a:hover {
    opacity: 0.5;
    transition: opacity .4s; }

#links.galleria.thumblink {
  width: 100%; }
  #links.galleria.thumblink a {
    width: 60%;
    padding-bottom: 65%;
    margin: 0 auto;
    float: none; }

/* FINE GALLERY */
.wk-container {
  padding: 0 1%; }
  @media all and (max-width: 62.49em) {
    .wk-container {
      padding: 0 3%; } }

/*
** Template pagina contatti
*/
.wk-contact-us,
.wk-contact-us .page-header-wrapper,
.wk-contact-us .section,
.page-template-template-contact-us .navbar.white-bkg {
  background-color: #c8ff00;
  box-shadow: none; }

.wk-contact-us {
  padding-bottom: 80px;
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  .wk-contact-us h1 {
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 30px;
    color: #000;
    font-size: 138px;
    line-height: 111px;
    font-weight: 400;
    margin-left: -6px; }
    @media all and (max-width: 62.49em) {
      .wk-contact-us h1 {
        left: 3vw;
        font-size: 118px;
        line-height: 1;
        top: 100%;
        padding-top: 40px;
        margin-bottom: 10px; } }
    @media all and (max-width: 47.99em) {
      .wk-contact-us h1 {
        font-size: 70px;
        margin-left: -4px; } }
  .wk-contact-us p .wk-opacity {
    opacity: .4; }
  .wk-contact-us .row {
    display: flex; }
    @media all and (max-width: 47.99em) {
      .wk-contact-us .row {
        flex-direction: column; } }
  .wk-contact-us .col-md-6 {
    width: 50%;
    display: flex;
    gap: 20px; }
    @media all and (max-width: 47.99em) {
      .wk-contact-us .col-md-6 {
        width: 100%; } }
    .wk-contact-us .col-md-6 > p {
      justify-content: space-between;
      text-transform: uppercase;
      color: #000;
      font-size: 13px;
      line-height: 1.38; }
      .wk-contact-us .col-md-6 > p .wk-opacity {
        display: block; }
  .wk-contact-us .gform_wrapper {
    width: 100%; }

.wk-contact-us a {
  color: #000; }

.gform_wrapper * {
  outline: none !important; }

.gform_wrapper *::-webkit-input-placeholder {
  color: #000 !important; }

.gform_wrapper *:-ms-input-placeholder {
  color: #000 !important; }

.gform_wrapper *::-ms-input-placeholder {
  color: #000 !important; }

.gform_wrapper *::placeholder {
  color: #000 !important; }

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding-left: 0 !important; }

.gform_wrapper.gravity-theme .gform_footer input {
  background-color: #000;
  color: #fff;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  border: 1px solid #000 !important; }

.gform_wrapper.gravity-theme .gform_footer input:hover {
  color: #000;
  background-color: transparent; }

.ginput_container_consent input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000 !important;
  background-color: transparent;
  cursor: pointer;
  position: relative; }

.ginput_container_consent input:checked::before {
  content: "\2714";
  color: #000;
  font-size: 12px;
  position: absolute;
  left: 3px;
  top: -2px; }

.ginput_container_consent {
  display: flex;
  gap: 15px; }

.gform-field-label {
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.333em; }

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  padding: 5px 0 !important; }

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: auto !important; } }

.gform_wrapper.gravity-theme #gform_fields_1 .gfield_label {
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0; }
  .gform_wrapper.gravity-theme #gform_fields_1 .gfield_label .gfield_required {
    display: none; }

/*
** Single project
*/
.wk-single-project {
  padding: 70px 1% 80px;
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  @media all and (max-width: 62.49em) {
    .wk-single-project {
      padding: 70px 3% 80px; } }
  .wk-single-project h1 {
    font-size: 80px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: -3px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 47.99em) {
      .wk-single-project h1 {
        font-size: 60px; } }
  .wk-single-project .wk-meta-info {
    padding: 0;
    border-top: 1px solid #000;
    width: 50%;
    margin-bottom: 60px; }
    @media all and (max-width: 47.99em) {
      .wk-single-project .wk-meta-info {
        width: 100%; } }
    .wk-single-project .wk-meta-info li {
      display: flex;
      gap: 20px;
      align-items: center;
      font-size: 18px;
      line-height: 1.333em;
      border-bottom: 1px solid #000; }
      .wk-single-project .wk-meta-info li span {
        flex: 2; }
        @media all and (max-width: 47.99em) {
          .wk-single-project .wk-meta-info li span {
            flex: 1; } }
        .wk-single-project .wk-meta-info li span:first-of-type {
          flex: 1; }

.wk-project-carousel {
  margin-right: -1vw; }
  @media all and (max-width: 62.49em) {
    .wk-project-carousel {
      margin-right: -3vw; } }
  .wk-project-carousel .swiper-slide {
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 2px; }
    .wk-project-carousel .swiper-slide .wk-hotspot-image::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      opacity: .4;
      z-index: 9;
      pointer-events: none;
      transition: all 0.3s ease-in-out; }
    .wk-project-carousel .swiper-slide:hover .wk-hotspot-image::after {
      background-color: #000; }
    .wk-project-carousel .swiper-slide:hover .wk-hotspots__el.active p {
      opacity: 1; }
    .wk-project-carousel .swiper-slide:hover .wk-hotspots__el.active .wk-hotspot__pin__wrapper {
      pointer-events: all; }
    .wk-project-carousel .swiper-slide .swiper-slide__text {
      margin-top: 7px;
      color: #999999;
      font-family: 'akzidenz-grotesk-pro', sans-serif;
      font-size: 18px;
      line-height: 1;
      letter-spacing: -0.01em; }
      @media all and (max-width: 47.99em) {
        .wk-project-carousel .swiper-slide .swiper-slide__text {
          font-size: 14px; } }
    .wk-project-carousel .swiper-slide .swiper-slide__image {
      position: relative;
      line-height: 0; }
      .wk-project-carousel .swiper-slide .swiper-slide__image:hover img:nth-child(2) {
        z-index: 10; }
    .wk-project-carousel .swiper-slide a {
      display: block; }
      .wk-project-carousel .swiper-slide a:hover {
        opacity: 1; }
    .wk-project-carousel .swiper-slide img,
    .wk-project-carousel .swiper-slide iframe,
    .wk-project-carousel .swiper-slide video {
      width: auto;
      height: 60vh;
      -o-object-fit: cover;
         object-fit: cover; }
      @media all and (max-width: 47.99em) {
        .wk-project-carousel .swiper-slide img,
        .wk-project-carousel .swiper-slide iframe,
        .wk-project-carousel .swiper-slide video {
          height: 40vh; } }
    .wk-project-carousel .swiper-slide img:nth-child(2) {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .wk-project-carousel .swiper-slide iframe,
    .wk-project-carousel .swiper-slide video {
      aspect-ratio: 16/9; }
    .wk-project-carousel .swiper-slide p {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.01em; }
  .wk-project-carousel .swiper-wrapper {
    align-items: stretch; }
  .wk-project-carousel .swiper-button-prev,
  .wk-project-carousel .swiper-button-next {
    transition: all 0.3s ease-in-out; }
    .wk-project-carousel .swiper-button-prev svg,
    .wk-project-carousel .swiper-button-next svg {
      width: 15px;
      height: auto;
      fill: none; }
  .wk-project-carousel .swiper-button-prev:hover {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }
  .wk-project-carousel .swiper-button-next:hover {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  .wk-project-carousel .swiper-button-prev:after,
  .wk-project-carousel .swiper-rtl .swiper-button-next:after,
  .wk-project-carousel .swiper-button-next:after,
  .wk-project-carousel .swiper-rtl .swiper-button-next:after {
    display: none; }
  .wk-project-carousel .swiper-button-prev,
  .wk-project-carousel .swiper-button-next {
    margin-left: 10px !important;
    margin-right: 10px; }
  .wk-project-carousel .swiper-slide.wk-aspect-ratio .swiper-slide__image {
    aspect-ratio: 0.78; }
  .wk-project-carousel .swiper-slide__caption {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'akzidenz-grotesk-pro', sans-serif;
    font-size: 18px;
    line-height: 1; }
    @media all and (max-width: 47.99em) {
      .wk-project-carousel .swiper-slide__caption {
        font-size: 14px; } }
  .wk-project-carousel .wk-hotspots__el {
    position: absolute;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .wk-project-carousel .wk-hotspots__el.wk-left .wk-hotspot__pin__wrapper {
      right: 0;
      left: auto; }
      .wk-project-carousel .wk-hotspots__el.wk-left .wk-hotspot__pin__wrapper p {
        text-align: right; }
  .wk-project-carousel .wk-hotspot__pin {
    position: relative;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer; }
    .wk-project-carousel .wk-hotspot__pin .wk-hotspot__pin__wrapper {
      position: absolute;
      top: 50%;
      left: 0;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .wk-project-carousel .wk-hotspot__pin p {
      margin: 0 25px;
      color: #fff;
      text-transform: uppercase;
      min-width: 120px;
      opacity: 0;
      font-size: 13px;
      line-height: 1;
      letter-spacing: -0.01em;
      transition: all 0.3s ease-in-out; }
      .wk-project-carousel .wk-hotspot__pin p a {
        color: #fff; }
    .wk-project-carousel .wk-hotspot__pin .wk-hotspot__label {
      white-space: nowrap; }
  .wk-project-carousel .wk-hotspot__content {
    display: block;
    margin-top: 5px; }

/*
** Template pagina progetti
*/
.wk-projects {
  padding: 70px 1% 80px;
  font-family: 'akzidenz-grotesk-pro', sans-serif;
  overflow: hidden; }
  @media all and (max-width: 62.49em) {
    .wk-projects {
      padding: 70px 3% 80px; } }
  .wk-projects h1 {
    font-size: 138px;
    color: #000;
    line-height: 111px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -9px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 62.49em) {
      .wk-projects h1 {
        left: 3vw;
        font-size: 118px !important;
        line-height: 1 !important;
        top: 100%; } }
    @media all and (max-width: 47.99em) {
      .wk-projects h1 {
        font-size: 70px !important;
        margin-left: -4px;
        margin-bottom: 40px; } }
  .wk-projects h2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin: 0;
    margin-top: 5px;
    color: #000; }
  .wk-projects .wk-filters-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
    z-index: 999; }
    .wk-projects .wk-filters-buttons div:not(.wk-sort-by):not(.wk-sort-by__wrapper):not(.wk-filters-buttons__wrapper) {
      padding: 10px 20px;
      border: 1px solid #000;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 14px;
      letter-spacing: -0.01em;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      @media all and (max-width: 34.375em) {
        .wk-projects .wk-filters-buttons div:not(.wk-sort-by):not(.wk-sort-by__wrapper):not(.wk-filters-buttons__wrapper) {
          padding: 7px 12px; } }
      .wk-projects .wk-filters-buttons div:not(.wk-sort-by):not(.wk-sort-by__wrapper):not(.wk-filters-buttons__wrapper):hover {
        background-color: #000;
        color: #fff; }
  .wk-projects .wk-filters-buttons__wrapper {
    display: flex;
    gap: 15px;
    justify-content: flex-end; }
    .wk-projects .wk-filters-buttons__wrapper div {
      height: 36px;
      padding: 10px 20px;
      border: 1px solid #000;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 14px;
      letter-spacing: -0.01em;
      white-space: nowrap;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      @media all and (max-width: 34.375em) {
        .wk-projects .wk-filters-buttons__wrapper div {
          height: 30px; } }
  .wk-projects .wk-reset {
    opacity: .4;
    cursor: default; }
    .wk-projects .wk-reset:hover {
      background-color: transparent !important;
      color: #000 !important; }
    .wk-projects .wk-reset.active {
      cursor: pointer;
      opacity: 1;
      background-color: #000;
      color: #fff; }
  .wk-projects .wk-sort-by {
    display: flex;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    margin-right: 100px; }
    @media all and (max-width: 47.99em) {
      .wk-projects .wk-sort-by {
        flex: 1;
        margin-right: 0; } }
    @media all and (max-width: 34.375em) {
      .wk-projects .wk-sort-by {
        flex-direction: column; } }
    .wk-projects .wk-sort-by span {
      text-transform: uppercase;
      letter-spacing: -0.01em; }
    .wk-projects .wk-sort-by .wk-sort-by__wrapper {
      max-height: 13px;
      overflow: hidden; }
      .wk-projects .wk-sort-by .wk-sort-by__wrapper.wk-open {
        overflow: visible; }
        .wk-projects .wk-sort-by .wk-sort-by__wrapper.wk-open ul {
          max-height: 100px;
          position: relative;
          z-index: 1; }
          .wk-projects .wk-sort-by .wk-sort-by__wrapper.wk-open ul li.is-active::after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
    .wk-projects .wk-sort-by ul {
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease-in-out;
      max-height: 13px;
      overflow: hidden; }
      .wk-projects .wk-sort-by ul li {
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        letter-spacing: -0.01em;
        margin-bottom: 5px; }
        .wk-projects .wk-sort-by ul li.is-active {
          order: -1;
          text-decoration: underline; }
          .wk-projects .wk-sort-by ul li.is-active::after {
            content: "";
            display: inline-block;
            width: 10px;
            height: 8px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.35352%200.353546L4.35352%204.35355L0.353516%200.353546%22%20stroke%3D%22black%22/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 3px;
            transition: all 0.3s ease-in-out; }
  .wk-projects .wk-projects__grid {
    margin: 15px -14px 0 -10px; }
    @media all and (max-width: 47.99em) {
      .wk-projects .wk-projects__grid {
        margin: 15px -10px 0; } }
    .wk-projects .wk-projects__grid a {
      display: block; }
      .wk-projects .wk-projects__grid a:hover {
        opacity: 1; }
    .wk-projects .wk-projects__grid .wk-projects__item {
      width: calc(25% - 1px);
      padding: 0 10px 20px;
      box-sizing: border-box; }
      @media all and (min-width: 120.0625em) {
        .wk-projects .wk-projects__grid .wk-projects__item {
          width: calc(20% - 1px); } }
      @media all and (max-width: 47.99em) {
        .wk-projects .wk-projects__grid .wk-projects__item {
          width: 50%; } }
      .wk-projects .wk-projects__grid .wk-projects__item img {
        aspect-ratio: 455/597;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .wk-projects .wk-projects__grid .wk-projects__item:hover img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
  .wk-projects .wk-no-results {
    padding: 100px 0 140px;
    font-size: 20px;
    text-align: center; }

body:not(.notouch) .wk-projects .wk-projects__grid .wk-projects__item img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.wk-filters {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  padding: 20px;
  min-width: 400px;
  font-family: 'akzidenz-grotesk-pro', sans-serif;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  overflow-y: auto; }
  @media all and (max-width: 47.99em) {
    .wk-filters {
      min-width: auto;
      width: 90%; } }
  .wk-filters .wk-projects {
    padding: 0;
    padding-bottom: 10px; }
  .wk-filters .wk-filters-buttons {
    justify-content: flex-start; }
    @media all and (max-width: 47.99em) {
      .wk-filters .wk-filters-buttons {
        margin-top: 0; } }
  .wk-filters ul {
    padding: 0; }
    .wk-filters ul li {
      list-style-type: none;
      text-transform: uppercase;
      color: #000;
      cursor: pointer;
      line-height: 1; }
      .wk-filters ul li.is-active {
        color: #000; }
        .wk-filters ul li.is-active::before {
          content: "×";
          margin-right: 5px; }
  .wk-filters > ul {
    margin-top: 30px; }
    .wk-filters > ul > li {
      margin-bottom: 30px; }
      .wk-filters > ul > li svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        transition: all 0.3s ease-in-out; }
      .wk-filters > ul > li span {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 3px; }
        .wk-filters > ul > li span.active svg {
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
      .wk-filters > ul > li li {
        color: #999999;
        padding: 3px 0; }
  .wk-filters .wk-search {
    display: flex;
    gap: 20px; }
    .wk-filters .wk-search .wk-close-button {
      font-size: 13px;
      line-height: 14px;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      padding: 10px 20px;
      border: 1px solid #000;
      border-radius: 50px;
      display: flex;
      align-items: center; }
      .wk-filters .wk-search .wk-close-button:hover {
        background-color: #000;
        color: #fff; }
  .wk-filters .input-search {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center; }
  .wk-filters .input-search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .wk-filters .input-search input {
    padding: 0;
    padding-left: 25px;
    border: 0;
    outline: transparent; }

body::after {
  background-color: #000;
  opacity: .5; }

body.wk-filters-active .wk-filters {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

body.wk-filters-active::after {
  width: 100%;
  z-index: 99998; }

.wk-filters-buttons__placeholder {
  border: 0 !important; }

/*
** Template pagina login
*/
.wk-login {
  display: flex;
  padding: 70px 1% 80px;
  gap: 80px;
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  @media all and (max-width: 47.99em) {
    .wk-login {
      flex-direction: column;
      gap: 60px; } }
  @media all and (max-width: 62.49em) {
    .wk-login {
      padding: 70px 3% 80px; } }
  .wk-login h1,
  .wk-login h2 {
    font-size: 80px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: -3px;
    letter-spacing: -0.03em;
    text-transform: none; }
    @media all and (max-width: 47.99em) {
      .wk-login h1,
      .wk-login h2 {
        font-size: 60px; } }
  .wk-login #login_form {
    flex: 1; }
  .wk-login #registration_form {
    flex: 1; }
  .wk-login #recover_password {
    flex: 1;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000; }
  .wk-login .wppb-form-field .wppb-password-field-container,
  .wk-login #wppb-login-wrap .login-username input {
    width: 100%; }
  .wk-login .wppb-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center; }
  .wk-login .wppb-checkboxes {
    width: auto; }
  .wk-login .wppb-user-forms ul.wppb-checkboxes li {
    margin-bottom: 0 !important; }
  .wk-login .wppb-user-forms label {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .wk-login .wppb-user-forms .wppb-checkboxes li:not(.wppb-hidden) {
    padding: 2px 10px 0 0; }
  .wk-login .wppb-user-forms .wppb-recaptcha {
    margin-bottom: 10px !important; }
  .wk-login .login_form_button, .wk-login #wppb-submit, .wk-login #register, .wk-login #wppb-recover-password-button {
    padding: 10px 20px; }
  .wk-login .wk-forgot-password,
  .wk-login .wppb-alert {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000; }

/*
** Contact form
*/
#contact_form {
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  #contact_form .gfield_consent_label {
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 13px;
    color: #000;
    line-height: 1; }
  #contact_form .gform_wrapper {
    width: 50%; }
    @media all and (max-width: 47.99em) {
      #contact_form .gform_wrapper {
        width: 100%; } }
  #contact_form .gfield_required {
    opacity: 0; }
  #contact_form.open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  #contact_form .wrapper {
    overflow: auto;
    padding: 70px 1% 80px;
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%; }
    @media all and (max-width: 62.49em) {
      #contact_form .wrapper {
        padding: 70px 3% 80px; } }
    #contact_form .wrapper .row {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    #contact_form .wrapper h1 {
      font-size: 80px;
      color: #000;
      line-height: 1;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 60px;
      margin-left: -3px;
      letter-spacing: -0.03em; }
      @media all and (max-width: 47.99em) {
        #contact_form .wrapper h1 {
          font-size: 60px; } }
    #contact_form .wrapper a,
    #contact_form .wrapper a:hover {
      color: #000;
      text-decoration: underline; }
    #contact_form .wrapper label {
      display: inline; }
    #contact_form .wrapper input[type="text"], #contact_form .wrapper input[type="email"], #contact_form .wrapper input[type="tel"] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #000;
      outline: 0;
      width: 100%;
      border-radius: 0;
      margin-bottom: 20px; }
    #contact_form .wrapper input[type="submit"] {
      border: 1px solid #000;
      text-transform: uppercase;
      background: #000;
      color: #fff;
      display: initial;
      font-size: 13px;
      line-height: 1;
      letter-spacing: -0.01em;
      padding: 10px 20px;
      border-radius: 20px;
      transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out; }
      #contact_form .wrapper input[type="submit"]:not(:disabled):hover {
        background: transparent;
        color: #000; }
    #contact_form .wrapper input::-webkit-input-placeholder, #contact_form .wrapper input::-moz-placeholder, #contact_form .wrapper input:-ms-input-placeholder, #contact_form .wrapper input:-moz-placeholder {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: -0.01em;
      color: #000;
      opacity: 0.4; }
    #contact_form .wrapper .wpcf7-list-item {
      margin-left: 0;
      display: inline; }
    #contact_form .wrapper .wpcf7-radio {
      font-size: 28px;
      line-height: 20px;
      letter-spacing: -0.01em;
      margin-bottom: 100px;
      display: block; }
      #contact_form .wrapper .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
        color: #000;
        -webkit-text-decoration: underline transparent solid;
                text-decoration: underline transparent solid;
        opacity: 0.4;
        display: inline-block;
        transition: opacity .3s ease-in-out, -webkit-text-decoration .3s ease-in-out;
        transition: opacity .3s ease-in-out, text-decoration .3s ease-in-out;
        transition: opacity .3s ease-in-out, text-decoration .3s ease-in-out, -webkit-text-decoration .3s ease-in-out; }
      #contact_form .wrapper .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
        display: none; }
        #contact_form .wrapper .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label {
          opacity: 1;
          text: #000;
          -webkit-text-decoration-color: #000;
                  text-decoration-color: #000; }
      #contact_form .wrapper .wpcf7-radio .wpcf7-list-item label::after {
        content: ' | ';
        opacity: 0.4;
        margin: 1ex;
        vertical-align: middle; }
      #contact_form .wrapper .wpcf7-radio .wpcf7-list-item.last label::after {
        content: ''; }
    #contact_form .wrapper .wpcf7-acceptance input[type="checkbox"] {
      margin-top: 35px; }
    #contact_form .wrapper .wpcf7-response-output {
      padding: 0;
      margin: 2em auto auto auto;
      border: none; }
    #contact_form .wrapper .wpcf7-response-output,
    #contact_form .wrapper .wpcf7-not-valid-tip {
      text-transform: uppercase; }
    #contact_form .wrapper .close-btn {
      position: absolute;
      top: 0;
      right: -12px; }
      #contact_form .wrapper .close-btn a {
        text-decoration: none; }
  #contact_form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    letter-spacing: -0.01em; }

#contact_form .wrapper .container {
  margin: 0 auto; }

#contact_form .wrapper input[type=text],
#contact_form .wrapper input[type=email],
#contact_form .wrapper input[type=tel] {
  margin-bottom: 7px; }

#gform_wrapper_5.gravity-theme .gfield input,
#gform_wrapper_5.gravity-theme .gfield select {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 0; }

#gform_wrapper_5.gravity-theme .ginput_container_consent input {
  padding: 0;
  width: 15px;
  height: 15px; }

.gform_wrapper * {
  outline: none !important; }

.gform_wrapper *::-webkit-input-placeholder {
  color: #000 !important; }

.gform_wrapper *:-ms-input-placeholder {
  color: #000 !important; }

.gform_wrapper *::-ms-input-placeholder {
  color: #000 !important; }

.gform_wrapper *::placeholder {
  color: #000 !important; }

#gform_wrapper_5 .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: 10px; }

/*
** Template pagina download
*/
.wk-download {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 70px 1% 80px;
  gap: 20px;
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  @media all and (max-width: 75em) {
    .wk-download {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 47.99em) {
    .wk-download {
      grid-template-columns: repeat(1, 1fr);
      padding: 70px 3% 80px; } }
  .wk-download .wk-col {
    flex: 1.5; }
  .wk-download ul {
    padding: 0; }
  .wk-download li {
    border-bottom: 1px solid #000;
    list-style-type: none;
    padding: 5px 0; }
    .wk-download li .wk-toggle-icon {
      transition: all 0.3s ease-in-out; }
    .wk-download li.active .wk-toggle-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .wk-download li a {
      display: block; }
  .wk-download li,
  .wk-download a {
    font-size: 18px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.01em; }
  .wk-download .wk-sublist li {
    opacity: .4; }
    .wk-download .wk-sublist li:hover {
      opacity: 1; }
      .wk-download .wk-sublist li:hover a,
      .wk-download .wk-sublist li:hover a:hover {
        opacity: 1;
        color: #000; }
  .wk-download .wk-sublist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .wk-download .wk-sublist a span {
      display: inline-flex;
      align-items: center;
      gap: 7px; }
  .wk-download .wk-one-file a {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between; }
  .wk-download .wk-one-file span {
    display: flex;
    gap: 7px;
    align-items: center; }
  .wk-download .wk-toggle {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
    .wk-download .wk-toggle span {
      cursor: pointer;
      display: inline-flex;
      align-items: center; }
    .wk-download .wk-toggle .wk-toggle-icon {
      margin: 2px 7px 0;
      display: inline-block; }
    .wk-download .wk-toggle .wk-private-icon {
      display: inline-block;
      margin-left: 7px; }
    .wk-download .wk-toggle > a {
      display: flex;
      gap: 7px;
      align-items: center;
      white-space: nowrap; }

/*
** Template pagina news
*/
.wk-news {
  padding: 70px 1% 80px;
  font-family: 'akzidenz-grotesk-pro', sans-serif;
  overflow: hidden; }
  @media all and (max-width: 62.49em) {
    .wk-news {
      padding: 70px 3% 80px; } }
  .wk-news h1 {
    font-size: 138px;
    color: #000;
    line-height: 111px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -9px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 62.49em) {
      .wk-news h1 {
        left: 3vw;
        font-size: 118px;
        line-height: 1;
        top: 100%; } }
    @media all and (max-width: 47.99em) {
      .wk-news h1 {
        font-size: 70px;
        margin-left: -4px; } }
  .wk-news h2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin: 0;
    margin-top: 5px;
    color: #000; }
  .wk-news .wk-news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px; }
    @media all and (min-width: 120.0625em) {
      .wk-news .wk-news__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media all and (max-width: 47.99em) {
      .wk-news .wk-news__grid {
        grid-template-columns: repeat(1, 1fr); } }
    .wk-news .wk-news__grid img {
      aspect-ratio: 927/597;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: auto; }
    .wk-news .wk-news__grid a:hover {
      opacity: 1; }

.wk-project-carousel.wk-single-project-carousel {
  margin-right: -1vw;
  width: calc(100vw);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0 0 1vw; }
  @media all and (max-width: 62.49em) {
    .wk-project-carousel.wk-single-project-carousel {
      padding: 0 0 0 3vw; } }

.lock_link .elementor-heading-title {
  position: relative; }

.lock_link .elementor-heading-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 48%;
  right: -25px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDkgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDRIOVYxMUgwVjRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNOCA0QzggMy40NzQ3MSA3LjkwOTQ3IDIuOTU0NTcgNy43MzM1OCAyLjQ2OTI3QzcuNTU3NjkgMS45ODM5NiA3LjI5OTg4IDEuNTQzMDEgNi45NzQ4NyAxLjE3MTU3QzYuNjQ5ODcgMC44MDAxMzggNi4yNjQwMyAwLjUwNTUwMSA1LjgzOTM5IDAuMzA0NDgyQzUuNDE0NzUgMC4xMDM0NjMgNC45NTk2MyAtMi4yOTYxZS0wOCA0LjUgMEM0LjA0MDM3IDIuMjk2MWUtMDggMy41ODUyNSAwLjEwMzQ2MyAzLjE2MDYxIDAuMzA0NDgyQzIuNzM1OTcgMC41MDU1MDEgMi4zNTAxMyAwLjgwMDEzOSAyLjAyNTEzIDEuMTcxNTdDMS43MDAxMiAxLjU0MzAxIDEuNDQyMzEgMS45ODM5NiAxLjI2NjQyIDIuNDY5MjdDMS4wOTA1MyAyLjk1NDU3IDEgMy40NzQ3MSAxIDRIMS44ODE4NEMxLjg4MTg0IDMuNjA3MDYgMS45NDk1NyAzLjIxNzk3IDIuMDgxMTQgMi44NTQ5NEMyLjIxMjcxIDIuNDkxOTIgMi40MDU1NyAyLjE2MjA2IDIuNjQ4NjggMS44ODQyMUMyLjg5MTggMS42MDYzNiAzLjE4MDQzIDEuMzg1OTYgMy40OTgwOCAxLjIzNTU5QzMuODE1NzIgMS4wODUyMiA0LjE1NjE4IDEuMDA3ODIgNC41IDEuMDA3ODJDNC44NDM4MiAxLjAwNzgyIDUuMTg0MjggMS4wODUyMiA1LjUwMTkyIDEuMjM1NTlDNS44MTk1NyAxLjM4NTk2IDYuMTA4MiAxLjYwNjM2IDYuMzUxMzIgMS44ODQyMUM2LjU5NDQzIDIuMTYyMDYgNi43ODcyOSAyLjQ5MTkyIDYuOTE4ODYgMi44NTQ5NEM3LjA1MDQzIDMuMjE3OTcgNy4xMTgxNiAzLjYwNzA2IDcuMTE4MTYgNEg4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/*
** Single application
*/
.wk-single-application {
  padding: 55px 1% 50px;
  font-family: 'akzidenz-grotesk-pro', sans-serif; }
  @media all and (max-width: 62.49em) {
    .wk-single-application {
      padding: 55px 3% 80px; } }
  .wk-single-application.wk-single-application-carousel {
    padding: 0 1% 80px; }
    @media all and (max-width: 62.49em) {
      .wk-single-application.wk-single-application-carousel {
        padding: 0 3% 80px; } }
  .wk-single-application .wk-flex {
    display: flex;
    gap: 1vw; }
    @media all and (max-width: 47.99em) {
      .wk-single-application .wk-flex {
        flex-wrap: wrap;
        gap: 3vw; } }
  .wk-single-application .wk-col {
    flex: 1;
    line-height: 0; }
    @media all and (max-width: 47.99em) {
      .wk-single-application .wk-col {
        flex: 0 0 100%; } }
    .wk-single-application .wk-col:first-of-type {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .wk-single-application h1 {
    font-size: 80px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    letter-spacing: -0.03em; }
    @media all and (max-width: 47.99em) {
      .wk-single-application h1 {
        font-size: 60px; } }
  .wk-single-application .wk-single-application__intro-text {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000; }
  .wk-single-application .wk-environments {
    line-height: 1;
    margin-top: 10px; }
    .wk-single-application .wk-environments span {
      display: block;
      font-size: 18px;
      line-height: 1.2333;
      border-bottom: 1px solid #000;
      color: #000; }
    .wk-single-application .wk-environments .wk-environment-title {
      text-transform: uppercase;
      font-size: 13px;
      padding-bottom: 3px; }
  .wk-single-application .wk-projects-carousel {
    margin-right: -1vw; }
    @media all and (max-width: 62.49em) {
      .wk-single-application .wk-projects-carousel {
        margin-right: -3vw; } }
