/** Shopify CDN: Minification failed

Line 67:95 Expected identifier but found whitespace
Line 67:97 Unexpected "{"
Line 67:106 Expected ":"
Line 67:127 Expected identifier but found "!"

**/

.shopify-section.fancy-horizontal-tabs .heading-wrappers .title{margin:0;   }
  .shopify-section.fancy-horizontal-tabs .tab-content{margin-top:50px;}
.shopify-section.fancy-horizontal-tabs .nav-pills.text-center{justify-content: center;}
.shopify-section.fancy-horizontal-tabs .nav-pills .nav-item {margin-bottom:2rem}

.faq-template-3 .dt-sc-section-wrapper { display: flex;      max-width: calc(var(--page-width) + 8rem);
    margin: 0 auto; padding: 0 4rem;  column-gap: 85px; margin-top: 6rem;  margin-bottom: 4rem; }

.faq-template-3 .dt-sc-section-wrapper .page-full-width.page-full-width_spacing .row {   margin: 0; padding: 0; }
.faq-template-3 .dt-sc-section-wrapper .page-full-width {     flex-basis: 70%; }

.faq-template-3 .dt-sc-section-wrapper form {  flex-basis: 25%;     height: fit-content;
    border: 1px solid var(--gradient-base-background-6);  padding: 30px; width: 25%; border-radius: var(--buttons-radius); }
.faq-template-3 .dt-sc-section-wrapper form img { max-width: 100%; object-fit: contain; height: auto; width: auto; padding-left: 25px; }

.faq-template-3 .dt-sc-section-wrapper form h3 { color: var(--gradient-base-accent-3); font-size: 3rem; margin-bottom: 30px; }

.faq-template-3 .dt-sc-section-wrapper form .field__input { border: none;  border-bottom: 1px solid var(--gradient-base-background-6); padding: 0; margin-top: 10px; border-radius: 0; }
.faq-template-3 .dt-sc-section-wrapper form .field__input:focus { border: none; border-bottom: 1px solid var(--gradient-base-accent-2);   box-shadow: none; }

.faq-template-3 .dt-sc-section-wrapper form .field__input::placeholder { color: #00000052; text-transform: uppercase; font-size: 1.6rem; font-weight: 500; 
 font-family: var(--font-heading-family); }

.shopify-section.fancy-horizontal-tabs #myTabContent .card {     border: 1px solid var(--gradient-base-background-6);
    border-radius: var(--buttons-radius); padding: 2rem; }

.faq-template-3 .dt-sc-section-wrapper form .contact__button .button { width: auto; margin-top: 35px; }

.faq-template-3 .dt-sc-section-wrapper form .button:hover:before {     width: 75%; }

/* .faq-template-3 .dt-sc-section-wrapper .contact__button { display: none; } */


  /*Tab*/
  .item.heading.tab-pane {
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .item.heading.tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    display: block;}
  .btn-block { display: block; width: 100%; }

  .text-left   { text-align: left;  justify-content: flex-start; }
  .text-right  { text-align: right; justify-content: flex-end; }
  .text-center { text-align: center; justify-content: flex-center; }



  .shopify-section.fancy-horizontal-tabs button[aria-expanded="true"] span p,  
  .shopify-section.fancy-horizontal-tabs .card-header button:hover span p, 
  .shopify-section.fancy-horizontal-tabs .card-header button[aria-expanded="true"] span p, 
  .shopify-section.fancy-horizontal-tabs .card-header .btn:not([disabled]):hover span p{ color: {{ section.settings.primary }} !important; }
  .shopify-section.fancy-horizontal-tabs .btn.focus, 
  .shopify-section.fancy-horizontal-tabs .btn:focus { box-shadow: none; }

  .shopify-section.fancy-horizontal-tabs .card .answer{ display:none; }
  
  /*Custom Styles*/

  .shopify-section.fancy-horizontal-tabs .shadow-sm { 
    box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.05) !important; 
  }
  .shopify-section.fancy-horizontal-tabs h4:empty { 
    display: none; 
  } 
  .shopify-section.fancy-horizontal-tabs #myTabContent { 
    width: 100%;padding:50px 0 0 0px;   
      }
  
  .shopify-section.fancy-horizontal-tabs .card:last-child { 
    margin-bottom: 0 !important; 
  }
  .shopify-section.fancy-horizontal-tabs .card-body { 
    padding: 0 20px; color: var(--gradient-base-accent-1);     margin-top: 10px; }

  .shopify-section.fancy-horizontal-tabs .card { 
    border: none; 
    overflow: hidden; 
  }

  .shopify-section.fancy-horizontal-tabs .tab-pane > .card.last { margin-bottom: 50px !important; }

  .shopify-section.fancy-horizontal-tabs .card-header { 
    padding: 0; 
    margin-bottom: 0rem; 
    background: none; 
  }
  .shopify-section.fancy-horizontal-tabs .card-header button { 
    margin: 0; 
    padding: 0;     cursor: pointer;
  }
  .shopify-section.fancy-horizontal-tabs .card-header button > span {
    width: 100%; 
    padding:20px;
    float: left; 
    letter-spacing: 0;
    position: relative; text-transform: initial;    
  }
  .shopify-section.fancy-horizontal-tabs #myTabContent .card {margin-bottom:3rem; }
  .shopify-section.fancy-horizontal-tabs .card-header button span p { margin-bottom: 0; }

@media screen and (max-width: 1200px) {

  .faq-template-3 .dt-sc-section-wrapper form h3 { font-size: 2rem; }
  .faq-template-3 .dt-sc-section-wrapper .page-full-width { flex-basis: 65%; }
  .faq-template-3 .dt-sc-section-wrapper form {  width: 35%; flex-basis: 35%; }
  .faq-template-3 .dt-sc-section-wrapper { column-gap: 60px; }
}

@media screen and (max-width: 780px) {
.faq-template-3 .dt-sc-section-wrapper { flex-direction: column;}
   .faq-template-3 .dt-sc-section-wrapper .page-full-width { flex-basis: 100%; }
  .faq-template-3 .dt-sc-section-wrapper form {  width: 80%; flex-basis: 80%; margin: auto; }
 .shopify-section.fancy-horizontal-tabs #myTabContent .card { padding: 25px; }
  .faq-template-3 .dt-sc-section-wrapper {     margin-bottom: 10rem; }
}


@media screen and (max-width: 576px) {
.faq-template-3 .dt-sc-section-wrapper form {  width: 100%; flex-basis: 100%; margin: auto; }
.shopify-section.fancy-horizontal-tabs .tab-content {     margin-top: 50px; }
}


