/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 31:12 Unexpected "{"
Line 31:21 Expected ":"
Line 34:12 Unexpected "{"
Line 34:21 Expected ":"
Line 45:12 Unexpected "{"
Line 45:21 Expected ":"
Line 49:10 Unexpected "{"
Line 49:19 Expected ":"
... and 78 more hidden warnings

**/


/* CSS from section stylesheet tags */
#section-{{ section.id }} .tab-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    /* margin-bottom: 40px; */
    background: #EAEBE4;
    padding-top: 40px !important;
  }
  #section-{{ section.id }} .tab-container > h2{
    width: 100%;
  }
  #section-{{ section.id }} .tab {
   height: 32px;
   padding: 9px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   width: 225px;
   margin-bottom: 2px;
   border: 1px solid #D3D3CB;
}
  #section-{{ section.id }} .text{
    width: 100%;
    line-height: normal;
  }
#section-{{ section.id }} .tab.active {
/* background: #EA5910; */
  /* border: 1px #4F4E5A solid; */
  background: #D3D3CB !important;
}
#section-{{ section.id }} .tab .text {
 text-align: center;
 color: #606060;
 font-size: 16px;
 font-weight: 400;
 line-height: 14.40px;
 word-wrap: break-word;
}
/* .tab.active .text {
 color: white;
} */
#section-{{ section.id }} .content {
 display: none;
 width: 100%;
 height: auto;
  padding: 30px 0px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 justify-content: flex-start;
 align-items: center;
margin-bottom: 40px;
}
#section-{{ section.id }} .content.active {
 display: flex;
}
#section-{{ section.id }} .content .text {
 color: black;
 font-size: 14px;
 font-weight: 400;
 word-wrap: break-word;
        }
        #section-{{ section.id }} .tabs {
            display: flex;
            gap: 20px;
            width: 100%;
          justify-content: center;
          border-bottom: 1px solid #D3D3CB;
        }
  #section-{{ section.id }} .bigi-image{
    width: 100%;
  }
  #section-{{ section.id }} .bigi-image-logo{
    width: 150px;
    margin: 50px auto 0 auto;
    display: block;
  }
  #section-{{ section.id }} .bigi-text-one{
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
  }
  #section-{{ section.id }} .bigi-text-two{
    font-size: 18px;
    text-align: center;
  }
  #section-{{ section.id }} .bigi-text-three{
    font-size: 18px;
    text-align: center;
  }
  #section-{{ section.id }} .bigi-text-four{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  #section-{{ section.id }} .bigi-text-link > a{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #EA5910;
    font-size: 18px;
  }
  #section-{{ section.id }} .bigi-text-link > a:hover{
    color: #EA5910 !important;
  }
  #section-{{ section.id }} .bigi-text > p {
    margin-bottom: 1.5rem;
  }
  #section-{{ section.id }} .pdf-file-name{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
  }
  #section-{{ section.id }} .pdf-btn{
    height: 34px;
  }
  /* swiper css */
   #section-{{ section.id }} #{{ section.id }} .engagement-product-group {
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden;
     margin: 0 auto;
}
  #section-{{ section.id }} #tabs-wrapper p{
    width: 824px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 27px;
  }
  @media (min-width: 768px){
    #section-{{ section.id }} .text{
      font-size: 14px !Important;
    }
    #section-{{ section.id }} .tabs{
      flex-wrap: wrap;
    }
    #section-{{ section.id }} .page-width{
      width: 100%;
    }
    #section-{{ section.id }} #tabs-wrapper p{
      width: 100%;
    }
  }
  @media (max-width: 768px){
    #section-{{ section.id }} .page-width{
      width: 100%;
    }
    #section-{{ section.id }} #tabs-wrapper p{
      width: 100%;
    }
  }
  @media (max-width: 459px){
    #section-{{ section.id }} .tab-container{
      height: auto;
      width: 100%;
      padding-bottom: 30px;
    }
    #section-{{ section.id }} .tabs{
      display: flex;
      /* flex-direction: column; */
      width: 100%;
      flex-wrap: wrap;
    }
    #section-{{ section.id }} .tab{
      height: 38px;
      width: 100%;
    }
    #section-{{ section.id }} .content{
      height: auto;
      width: 96%;
    }
    #section-{{ section.id }} .__mce_add_custom__{
      width: 100% !important;
    }
    #section-{{ section.id }} #tabs-wrapper{
      height: 100% !Important;
    }
  #section-{{ section.id }} #swiper-pagination-tabs{
     /* top: 270px !important; */
        top: 320px !Important;
  }
    #section-{{ section.id }} .blacklock-page-btn-one{
      margin-top: 0px;
    }
  #section-{{ section.id }} .card-description{
    text-transform: capitalize;
  }
  #section-{{ section.id }} .blacklock-page-btn-one{
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 40px;
  }
   #section-{{ section.id }} .page-btn-one-style{
   width: 176px;
   height: 34px;
   left: 0px;
   top: 0px;
    position: absolute;
    border-radius: 8px; 
    border: 1px #373657 solid; 
  }
  #section-{{ section.id }} .page-btn-text-one{
    height: 21px; 
    left: 20px; 
    top: 7px; 
    position: absolute; 
    text-align: center; 
    text-decoration: none; 
    word-wrap: break-word;
    color: #4F4E5A !important;
    font-weight: 300;
  }
  #section-{{ section.id }} .product-card{
    height: 374px !important;
  }