/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 19:24:08 */
.pdb-toc {
	font-family:"Montserrat Alternates";	
}

.pdb-toc-item.is-active > a{
	color: #A92FE9 !important;
	font-weight: 700;
}

@media (max-width:1024px) {
	
	.pdb-toc-desktop {
		display: none;
	}

	.pdb-toc-mobile{ 
		display: flex; 
		position: relative;
	}
	
	.pdb-toc-title {
		color: #9519D1;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom:12px;
	}
	
    button.pdb-toc-select {
        color: #578B95;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        border-radius: 999px;
        border: 1.5px solid #A8CFD3;
        background: #FFF;
        box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
        padding: 8px 12px;
        width: 100%;
        transition: all 300ms ease;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
	
	.pdb-toc {
		padding: 12px 0;
		background: white;
	}
	
	.pdb-toc-select:hover {
	  color: #9519D1;
	  border: 1.5px solid #A8CFD3;
	  background: radial-gradient(65.87% 100% at 50% 0%, #E0F0F1 0%, #A8CFD3 100%);
	  box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
	}

	.pdb-toc-select:focus,.pdb-clear-all:focus-visible {
	  color:  #9519D1;
	  border: 1.5px solid #A8CFD3;
	  background: #FFF;
	  box-shadow: 0 0 0 4px rgba(168, 207, 211, 0.20), 0 1px 2px 0 rgba(12, 11, 11, 0.04);
	  outline:none;
	}
	
	
  .pdb-toc-panel{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 9999;
    border: 1px solid rgba(132, 183, 190, .45);
    border-radius: 8px;
    background: #fff;
    max-height: min(60vh, 420px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	  box-shadow: 0 1px 3px 0 rgb(25 25 28 / 8%), 0 1px 2px 0 rgb(25 25 28 / 4%);
	  padding: 8px;
  }

	  .pdb-toc-panel-list{
    list-style: none;
    margin: 0;
 }
	
	ul.pdb-toc-panel-list {
		padding: 0;
	}

  .pdb-toc-option{
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
	  padding: 8px 12px;
	  color: #578B95;;
    font-weight: 500;
    cursor: pointer;
  }
	
}

@media (min-width:1025px) {
	.pdb-toc-desktop {
		display: flex;
		padding: 12px 8px;
		margin-top: 20px;
	}

	.pdb-toc-mobile{ 
		  display: none; 
	}
	
	.pdb-toc {
 	   background: #e0f0f1;
		border: 1px solid var(--Border-soft, #A8CFD3);
		border-radius: 38px;
		padding: 20px 10px;
	}

	.pdb-toc-title {
		color: var(--Text-purple-strong, #9519D1);
		font-family: var(--font-family-Heading, "Montserrat Alternates");
		font-size: var(--font-size-24, 20px);
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		padding: 16px 10px;
		border-bottom: 1px solid var(--Border-soft, #A8CFD3);
	}
}








li.pdb-toc-item a {
    color: var(--Text-gray, #545454);
    font-family: var(--font-family-Body, "Montserrat Alternates");
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
}

li.pdb-toc-item {
    list-style: none;
}

ul.pdb-toc-list {
    padding: 0;
    display: flex;
    gap: 28px;
    flex-direction: column;
}

