/** Shopify CDN: Minification failed

Line 10:10 Expected identifier but found whitespace
Line 10:26 Unexpected "!"

**/


/* CSS from section stylesheet tags */
flex-flow: column-reverse !important;
.form-status.form-status-list.form__message {
    font-size: 1rem;
    margin: 1rem;
   color: rgba(var(--primary-color-1));

}
.field--with-error input {
    border: solid 2px red !important;
}
@media screen and (min-width: 992px) {
    .empty-letter {
      width: 2.5rem !important;
    }
  }
#map {
      background: #FFF;
    }
    /* Map dots */
    .map-dots-icons {
        animation: fade 2.5s infinite;
      }


      @keyframes fade {
        0% { opacity: 1; }
        50% { opacity: 0.5; }
        100% { opacity: 1; }
    }

    /* Change tiles color */
    #map .leaflet-tile-container img {
      filter: grayscale(100%);
    }
 

    /* Clients, herores and devs counts */
    .clients-count-frame {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      margin-top: 2rem;
    }

    .clients-count-frame li {
      display: flex;
      align-items: center;

      gap: 2rem;
      background: #F7F6F9;
      border-radius: 50px 20px 20px 50px;
      min-width: 20%;
    }
    .counter {
    animation: count-up 3s ease-in-out forwards;
  }
    @keyframes count-up {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
    @media only screen and (max-width: 720px) {
      .clients-count-frame {
        flex-direction: column;
        gap: 1rem;
      }

      .clients-count-frame li {
        width: 90%;
        gap: 1rem;
        font-size: 1rem;
      }
    }
    @media only screen and (min-width: 410px) and (max-width: 991px) {
      .clients-count-frame li {
        font-size: 1.2rem;
      }
    }



    .clients-count-frame li .count {
      padding: 1rem 2rem;
      border-radius: 50px 50px 0 50px;
      font-size: 3rem;
      color: #FFF;
      font-weight: bolder;
      min-width: 100px;
      text-align: center;
      opacity: 0;
    }

    .clients-count-frame li:first-child .count {
      background: #F9D389;
    }

    .clients-count-frame li:last-child .count {
      background: #667E9F;
    }

    .clients-count-frame li p {
      width: 75%;
      padding-right: 3rem;
      margin: 0;
    }
    .clients-count-frame li:last-child p {
      width: 50%;
    }

   .tshmap {
     position: relative;
     max-width: 1140px;
     margin: 3rem auto;
   }

  .tshmap svg {
    position: absolute;
    left: 0;
  }

   img#mapsrc {
     position: absolute;
     top: 10px;
     left: 0;     
   }

      @media only screen and (max-width: 720px) {
         .tshmap {
           margin: 3rem 1rem;
         }
      }
@media screen and (min-width: 1200px) {
    .container .t1 img {
      margin-top: 10rem !important;
    }
  }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .container .t1 img {
      padding: 0 10rem !important;
    }
  }
  
  .description ul {
    padding-left: 2.7rem;
  }

   .description ul li {
    list-style: none;
    position: relative;
    color: #355a8b;
    margin-right: 40px;
    margin-bottom: 1.4rem;
    padding-left: 0;
  }

   .description ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -39px;
    height: 30px;
    width: 30px;
    background-image: url(/cdn/shop/files/checkmark.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 30px;
   }

  @media (max-width: 960px) {
    .text{
      font-size:16px;
    }
  }