/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* FOOTER */
.wk-footer {
  background-color: #000;
  padding: 30px 5%;
  position: relative;
  z-index: 9999;
  margin-top: 50px; }
  @media all and (max-width: 47.99em) {
    .wk-footer {
      padding: 30px 10px; } }
  .wk-footer .wk-footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    line-height: 1; }
    @media all and (max-width: 47.99em) {
      .wk-footer .wk-footer__wrapper {
        flex-direction: column;
        gap: 0; } }
    .wk-footer .wk-footer__wrapper .wk-col {
      width: 33.333%; }
      @media all and (max-width: 47.99em) {
        .wk-footer .wk-footer__wrapper .wk-col:first-child {
          order: 10; } }
      .wk-footer .wk-footer__wrapper .wk-col:nth-child(2) {
        text-align: center;
        transition: all 0.3s ease-in-out; }
        .wk-footer .wk-footer__wrapper .wk-col:nth-child(2):hover {
          -webkit-transform: translateY(-7px);
                  transform: translateY(-7px); }
        @media all and (max-width: 47.99em) {
          .wk-footer .wk-footer__wrapper .wk-col:nth-child(2) {
            padding-bottom: 20px; } }
      .wk-footer .wk-footer__wrapper .wk-col:nth-child(3) {
        text-align: right; }
        @media all and (max-width: 47.99em) {
          .wk-footer .wk-footer__wrapper .wk-col:nth-child(3) {
            text-align: center; } }
      @media all and (max-width: 47.99em) {
        .wk-footer .wk-footer__wrapper .wk-col {
          width: 100%;
          text-align: center; } }
    .wk-footer .wk-footer__wrapper p,
    .wk-footer .wk-footer__wrapper a {
      color: #fff;
      margin: 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.4; }
      @media all and (max-width: 47.99em) {
        .wk-footer .wk-footer__wrapper p,
        .wk-footer .wk-footer__wrapper a {
          font-size: 14px; } }

.wk-newsletter-button {
  cursor: pointer; }

.wk-newsletter {
  background-color: #D7EF9F;
  padding: 30px 5%;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }
  .wk-newsletter > p {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px; }
    .wk-newsletter > p span {
      font-weight: 400;
      cursor: pointer; }
  @media all and (max-width: 47.99em) {
    .wk-newsletter {
      padding: 30px 10px; } }
  .wk-newsletter .gform_fields {
    position: relative;
    padding-right: 80px;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
    max-width: 1000px; }
    @media all and (max-width: 40em) {
      .wk-newsletter .gform_fields {
        row-gap: 5px !important; } }
    .wk-newsletter .gform_fields .ginput_container:not(.ginput_container_consent) input {
      border-radius: 0 !important;
      background-color: transparent !important;
      border: 0 !important;
      border-bottom: 1px solid #000 !important;
      box-shadow: none !important;
      padding: 0 !important;
      color: #000 !important;
      font-size: 16px; }
    @media all and (max-width: 40em) {
      .wk-newsletter .gform_fields .ginput_container_consent {
        margin-top: 20px; } }
    .wk-newsletter .gform_fields .ginput_container_consent input {
      border-color: #000 !important;
      background-color: transparent !important;
      border-radius: 0 !important; }
      .wk-newsletter .gform_fields .ginput_container_consent input:focus {
        box-shadow: none !important; }
    .wk-newsletter .gform_fields .ginput_container_consent input,
    .wk-newsletter .gform_fields .ginput_container_consent label {
      cursor: pointer; }
    .wk-newsletter .gform_fields .gfield--type-submit {
      position: absolute;
      right: 0; }
      @media all and (max-width: 40em) {
        .wk-newsletter .gform_fields .gfield--type-submit {
          bottom: 45px;
          margin-right: -80px; } }
      .wk-newsletter .gform_fields .gfield--type-submit input {
        font-weight: 400 !important;
        font-size: 16px !important;
        box-shadow: none !important;
        padding: 0 !important;
        color: #000 !important;
        background-color: transparent !important; }
  .wk-newsletter .gform-theme--foundation .gform_footer, .wk-newsletter .gform-theme--foundation .gform_page_footer {
    display: none; }
  .wk-newsletter .gfield--type-consent {
    grid-column: span 12 !important; }
    .wk-newsletter .gfield--type-consent a {
      color: #000; }
  .wk-newsletter .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .wk-newsletter .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    color: #000; }
  .wk-newsletter .gform_heading {
    display: none; }

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: var(--before-z-index);
  transition: background-color .3s ease-in-out; }

body.wk-open-newsletter::before {
  -webkit-animation: wkOverlayOpen 0.3s forwards;
          animation: wkOverlayOpen 0.3s forwards;
  width: 100%; }

body:not(.wk-open-newsletter):not(.wk-open-contacts)::before {
  -webkit-animation: wkOverlayClose 0.3s forwards;
          animation: wkOverlayClose 0.3s forwards;
  width: 100%; }
