/** Shopify CDN: Minification failed

Line 127:14 Unexpected "{"
Line 127:23 Expected ":"
Line 128:18 Expected identifier but found whitespace
Line 128:20 Unexpected "{"
Line 128:29 Expected ":"
Line 128:60 Expected ":"
Line 129:21 Expected identifier but found whitespace
Line 129:23 Unexpected "{"
Line 129:32 Expected ":"
Line 129:63 Expected ":"
... and 8 more hidden warnings

**/
  .about_tabs .main_wrapper {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 40px;
  }
  .about_tabs .main_wrapper .video_wrapper {
    margin-top: 56px;
  }
  .about_tabs ul.tabs {
      display: flex;
      border-bottom: 1px solid #1a24361f;
      width: max-content;
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  .about_tabs ul.tabs li {
      color: #1A2436;
      font-family: "Figtree", sans-serif;
      opacity: 0.48;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 165%;
      letter-spacing: 0;
      text-decoration: none;
      padding: 12px 10px;
      cursor: pointer;
  }
  .about_tabs ul.tabs li.active {
      opacity: 1;
      border-bottom: 1px solid #B09161;
  }
  .about_tabs .tab_container .tab_drawer_heading { 
    display: none; 
  }
  .about_tabs .tab_container div.tab_content {
      display: none;
  }
  .about_tabs .tab_container div.tab_content.active {
      display: block;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .tab_content_inner {
    padding: 30px 0;
  }
   .about_tabs .tabs_wrapper .tab_container .tab_content .media_area img {
    width: 100%;
    height: auto;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .content_title {
    color: #1A2436;
    font-family: Gloock, serif !important;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: math-auto;
    margin: 0;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc p:first-child {
    margin-top: 24px;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc p {
    font-family: "Figtree", sans-serif;
    color: #1A2436;
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc a {
    color: #1A2436;
    font-weight: 500;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc ul {
    padding-left: 30px;
  }
  .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc ul li {
    font-family: "Figtree", sans-serif;
    color: #1A2436;
    font-size: 16px;
    font-weight: 300;
    line-height: 165%;
    margin-bottom: 10px;
  }
  @media (max-width: 1440px) {
    .about_tabs ul.tabs li {
      font-size: 16px;
    }
  }
  @media (max-width: 1366px) {
    .about_tabs ul.tabs li {
      font-size: 15px;
    }
  }
  @media (min-width: 992px) and (max-width: 1280px) {
    .about_tabs ul.tabs {
        max-width: min-content;
    }
  }
  @media (max-width: 1024px) {
    .about_tabs .main_wrapper {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .about_tabs .main_wrapper .video_wrapper {
      margin-top: 0px;
    }
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.vertical_padding }}px;
      padding-bottom: {{ section.settings.vertical_padding }}px;
      padding-left: {{ section.settings.horizontal_padding }}px;
      padding-right: {{ section.settings.horizontal_padding }}px;
    }
  }
  @media (max-width: 992px) {
    .about_tabs ul.tabs {
		display: none;
	}
	.about_tabs .tab_container .tab_drawer_heading { 
        display: block;
        font-family: "Figtree", sans-serif;
        background: #ffffff;
        box-shadow: 0 0 30px #00000014;
        border: 1px solid #B09161;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        padding: 12px 15px;
    }
    .about_tabs .tab_container .tab_drawer_heading.d_active {
        background: #B09161;
        color: #ffffff;
        margin: 0;
    }
    .about_tabs .tabs_wrapper .tab_container .tab_content .tab_content_inner {
        grid-template-columns: 1fr;    
        padding: 20px 0;
        gap: 15px;
    }
    .about_tabs .tabs_wrapper .tab_container .tab_content .tab_content_inner .media_area {
        order: 1;
    }
    .about_tabs .tabs_wrapper .tab_container .tab_content .tab_content_inner .content_area {
        order: 2;
    }
    .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .content_title {
        font-size: 22px;
    }
    .about_tabs .tabs_wrapper .tab_container .tab_content .content_area .desc ul {
        padding-left: 22px;
    }
    body.template-page-about .about_tabs .main_wrapper {
        grid-template-columns: 100%;
    }
  }



/* style two */


.dropdown-icon{
    display : none;
}
@media(max-width : 992px){
  .accordion--style-second_accordion .tab_container .tab_drawer_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    background: white;
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .accordion--style-second_accordion .tab_container .tab_drawer_heading .dropdown-icon{
    display : block
  }
  .accordion--style-second_accordion .tab_container .tab_drawer_heading.d_active {
    background: #ffffff;
    color: #000000;
  }
}