/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 57:0 Unexpected "<"

**/




 


<style>
#PCtable{
  all : unset;
  
   
	
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
 #PCtable .row{
    all:unset;
    padding:6px 12px;
    background:#fff;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-around
}
 #PCtable .row:focus,#PCtable .row:hover,#PCtable .row:nth-child(2n):focus,#PCtable .row:nth-child(2n):hover{
    transition:all .3s ease;
    background:#f1c50e;
    color:black
}
#PCtable .row div{
    width:250px
}
#PCtable .header{
      position: sticky;
    top: 0;
    background: white;
    border-bottom:3px solid #000
}
#PCtable .header div{
    font-weight:900;
    font-size:1.3em
}
#PCtable .row:nth-child(2n){
    background:#f8f8f8
}
 

</style>


.cst-faq{
all:unset;

}

.cst-faq h2{
font-size:1.2em;
}

.cst-faq h3{
font-size: 1.1em;
}

   .cst-faq details {
      margin: 15px 0px;
		
    }
   .cst-faq summary {
      transition: all 0.15s ease;
      position: relative;
      background: black;
      color: white;
      padding: 6px 12px;
      min-height: 55px;
      font-weight: 600;
      text-transform: uppercase;
      display: flex;
      font-family: "Tenor Sans", sans-serif;
      align-items: center;
      cursor: pointer;
      transition: all 0.15s ease;
      box-shadow: 0px 15px 7px -5px #0000002c;
    }
   .cst-faq summary:hover {
      transform: scale(0.99);
      box-shadow: none;
    }

   .cst-faq summary::after {
      content: "+";
      position: absolute;
      right: 15px;
      font-size: 1em;
    }
   .cst-faq details[open] > summary {
      transform: scale(0.99);
      background: #ffbf00;
      color: black;
      box-shadow: none !important;
    }
   .cst-faq details[open] summary::after {
      content: "-";
    }

    details .content {
      background: #f8f8f8;
      padding: 1em;
      box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.154);
    }
