    .zen-form-section {
      position: relative;
      overflow: hidden;
      &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/ambasadorzen/assets/homepage/ambasador.webp') no-repeat;
        background-size: contain;
        border-radius: 8px;
        z-index: -1;
      }

      padding: 2rem;
      padding-top: 0px;
      color: #fff;
      font-family: sans-serif;
      margin: 0 auto;
      border-radius: 8px;
      width: 100%;
      max-width: 1280px;
      transition: all 0.5s ease;
      position: relative;
    }



    @media (max-width:768px) {
      .zen-form-section {
        background-size: contain;
      }
    }

    .zen-form-section .logo {
      max-width: 300px;
      margin: 0 auto;
    }

    .zen-form-section input,
    .zen-form-section textarea {
      width: 100%;
      padding: 12px;
      margin: 5px 0 !important;
      border-radius: 25px;
      border: 1px solid #ccc;
      font-size: 16px;
    }

    .zen-form-section textarea {
      height: 220px;
      resize: none;
    }

    .zen-form-section button {
      /* width: 100%; */
      display: inline-flex;
      padding: 20px 32px;
      border: none;
      border-radius: 56px;
      background: #22E243;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      margin-top: 10px;
      color: #1A1A1A;

      font-family: Nunito;
      font-size: 16px;
      font-style: normal;
      /* font-weight: 700; */
      line-height: 120%;
      /* 21.6px */
      letter-spacing: 0.18px;

      &:hover {
        transition: all .3s ease-in-out;
        background: #f7f7f7;
        color: #222;
        text-align: center;
        font-family: Nunito;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
        background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
        background-position: center;
        background-size: cover;
      }
    }

    .form_heading {
      text-align: center;
      color: #FEFEFE;
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 16.8px */
    }

    .zen-form-section .info-text {
      color: var(--White, #FFF);
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
    }
@media (max-width:768px){
  .zen-form-section .info-text{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; 
max-width: 332px;
  }
}
    .info-text-grey {
      color: #86868B;
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin:  -10px;

      a {
        color: #86868B;
      }
      br{
        display: none;
      }
    }

    .homepage_zero_zen {
      form {
        max-width: 800px;
        margin: 0 auto;
      }

      .zen-form-section {
        .tag {
          color: #22E243;
          text-align: center;
          font-family: Nunito;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px;
          margin-top: 165px;
          margin-bottom: 12px;
        }

        .title {
          color: #FFF;
          text-align: center;
          font-family: Nunito;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 30px;
          margin-bottom: 20px;
        }

        .text {
          color: #FFF;
          text-align: center;
          font-family: Nunito;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          margin-bottom: 36px;
        }
      }
    }



    .image-uploader {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 1rem 0;
      margin-bottom: 0;
    }

    .image-label {
      font-size: 14px;
      font-weight: bold;
      color: white;
      margin-bottom: 4px;
    }

    .image-input {
      display: none;
    }

    .image-custom-trigger {
      display: inline-block;
      max-width: 150px;
      margin: 0 auto;
      border-radius: 21.67px;
      background: #B5B5B5;
      font-weight: bold;
      text-align: center;
      padding: 14px;
      cursor: pointer;
      user-select: none;
      transition: background 0.2s ease;
      color: #000;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }

    .image-custom-trigger:hover {
      background-color: #c4c4c4;
    }

    .form_warning {
      color: #F43030;
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 8px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 11.2px */
    }

    .filename {
      color: #22E243;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Nunito;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 16.8px */
      text-align: center;
    }

    .homepage_zero_zen {
      .popup-content {
        .popup-message {
          margin-bottom: 24px;
        }
      }
    }

    .ambasador {
      .app-download {
        padding: 60px 20px;
      }
    }

    @media (min-width:768px) {

      .zen-form-section {
        background: unset;
      }
    }

    .homepage_zero_zen #code-form .input,
    .homepage_zero_zen #code-form label {
      text-transform: uppercase !important;
      font-size: 11px !important;
      /* text-align: left !important; */

    }

    .ambasador {
      .home_form {}

      .home_form {
        height: unset;
        padding-top: 95px;
        padding-bottom: 100px;
      }

      form {
        width: 100%;
      }
    }

    @media (max-width:768px) {
      .homepage_zero_zen #code-form div .input {
        font-size: 16px !important;
        max-width: 100% !important;
        /* margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset !important;
    text-align: left !important;
    padding: 0 !important;
    padding-left: 10px !important; */
      }

      /* .homepage_zero_zen #code-form .form-group > input.form-control {
  width: 100% !important;
  min-width: inherit !important;
  max-width: inherit !important;
  box-sizing: border-box !important;
}

 
  .homepage_zero_zen #code-form .form-group{
        width: 100% !important;
    min-width: 100% !important;
  } */

      .homepage_zero_zen #code-form input[type="date"] {
        -webkit-appearance: none;
      }
    }

    .ambasador {
      #popup-success {
        .popup-title {
          color: #FFF;
          text-align: center;
          font-family: Nunito;
          font-size: 20px;
          font-style: normal;
          font-weight: 800;
          line-height: 130%;
          margin-bottom: 36px;
        }

        .green-text-popup {
          color: #69E245;
          text-align: center;
          font-family: Nunito;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          margin-bottom: 5px;
        }

        .popup-subtitle {
          color: #FFF;
          text-align: center;
          font-family: Nunito;
          font-size: 20px;
          font-style: normal;
          font-weight: 800;
          line-height: 130%;
          /* 26px */
          margin-bottom: 12px;
        }

        .popup-message {
          margin-bottom: 20px;
        }

        .popup-close {
          margin-top: 50px;
        }

        .download-button {
          color: #1B1B1B;
        }
      }
    }

  


 

    @media (min-width:768px) {
      .ambasador {
        .zen-form-section {
          /* background-image: url(/ambasadorzen/assets/homepage/japoniabcg.svg?2) !important; */
          background-image: unset !important;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: top;
          overflow: hidden;

          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(/ambasadorzen/assets/homepage/japoniabcg.svg?2) !important;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top;
            transition: transform 0.8s ease;
            z-index: -1;
          }

          /* &:has(.title:hover)::before, &:has(.text:hover)::before {
              transform: scale(1.05);
            } */
          /* &:hover::before {
              transform: scale(1.07);
             } */


          .tag {
            color: #22E243;
            text-align: center;
            font-family: Nunito;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 28px */
            margin-top: 20vw;
          }

          .title {
            text-align: center;
            font-family: Nunito;
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            max-width: 1600px;
          }

          .text {
            text-align: center;
            font-family: Nunito;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
          }
        }
      }
    }
.zakupy-konkurs {
  position: relative;
  .accordion{
    background-color: unset;
  }
  .title-mobile,.text-paragraph-mobile{
    display: none;
  }
@media (min-width:768px){
  
    .zakupy-konkurs-hero{
    display: flex
;
max-width: 1600px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.accordion-toggle{
  padding-top: unset;
  margin-top: unset;
}
.zakupy-konkurs-hero{
   padding-bottom: unset;
}
  .zen-form-section {
 
    &::before{
      background-image: unset !important;
    }
  }
      &::before{
      background-image: url(/ambasadorzen/assets/newherozakupy.svg) !important;
                      content: '';
                position: absolute;
                left: 0;
                width: 100%;
                background-repeat: no-repeat;
                background-position: top;
                transition: transform 0.8s 
ease;
                z-index: -1;
                height: 100%;
    }
    @media (max-width:768px){
        .title-mobile,.text-paragraph-mobile{
    display: block;
  }
   .title-desktop,.text-paragraph-desktop{
    display: none;
  }
         &::before{
  background-image: url(/ambasadorzen/assets/zakupy-hero-mobile.svg?2) !important;
  background-size: contain;
    top: 0px;
         }
         .title{
              max-width: 300px;
    margin-left: auto;
    margin-right: auto;
         }
         .accordion-toggle{
          font-size: 10px !important;
         }
         .popup-content{
          padding: 40px 0px;
         }
    }
}
    .ambasador {
      .popup-content {
        @media(min-width:991px) {
          max-width: 460px;
        }
      }
    }

  

    .accordion {
      padding: 0;

      .accordion-toggle {
        background: transparent;
        color: var(--Dark-Grey, #86868B);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;

        &:hover {
          background: transparent;
          color: #69E245
        }
      }
    }

    #code-form.zen-form-section__form {
      margin-top: 120px;

      .form-wrapper-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;

        .col-md-6 {
          width: calc(50% - 10px);

          @media(max-width: 768px) {
            width: 100%;
          }
        }

        .col-md-12 {
          width: 100%;
        }

        .form-label {
          transition: all 0.6s ease;
        }

        input,
        textarea {
          text-align: center;
        }

        label {
          text-transform: uppercase !important;
          font-size: 11px !important;
          text-align: left !important;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 100%;
          text-align: center !important;
          bottom: 40%;
          top: unset;
          transition: all 0.6s ease;
        }

        textarea+label {
          bottom: 47%
        }

        .form-control:focus~.form-label,
        .form-control:not(:placeholder-shown)~.form-label {
          top: -12px !important;
          left: 0px !important;
          /* text-align: left!important; */
          bottom: unset;
        }
      }
    }


    .popup.zasady {
      border-radius: 0;

      ol {
        padding: 0 0px 20px 40px;
        text-align: left;
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;

        /* 22.4px */
        li {
          margin-bottom: 3px;
        }

        max-height:75vh;
        overflow-y: auto;
        position: relative;

      }

      .popup-close {
        border-radius: 40px;
        background: #000;
        max-width: 236px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 10px;

        &:hover {
          transition: all .3s ease-in-out;
          background: #f7f7f7;
          color: #222;
          text-align: center;
          font-family: Nunito;
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
          background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
          background-position: center;
          background-size: cover;
        }


      }

      .content-ol {
        position: relative;

        @media(max-height: 920px) {
          &::before {
            content: "";
            display: block;
            height: 65px;
            width: 100%;
            /* background: linear-gradient(to bottom, transparent, #1b1b1be0, #1B1B1B); */
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 9;
          }
        }
      }
    }

        .zen-form-section::before {
          transform: scale(var(--zen-scale, 1));
          transition: transform 0.1s ease-out;
        }

        .text-paragraph {
          p{
            margin-bottom: 15px;
          }
        }