/** 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 63 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 > div {
/* background: #EA5910; */
  /* border: 1px #4F4E5A solid; */
  /* background: #D3D3CB !important; */
  color: white !important;
  transition: 0.3s ease-in-out;
}
#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;
 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;
          background: #555555;
          height: 60px;
          align-items: 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{
    color: #888888 !Important;
  }
  #section-{{ section.id }} #tabs-wrapper p{
    width: 845px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    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;
    }
  }