.fileDownloadWithImage ul{list-style:none;}.fileDownloadWithImage{font-family:var(--font-noto);}.fileDownloadWithImage p{margin:0;}.fileDownloadWithImage .tp-filter-dropdown{max-width:20rem;border-radius:0.8rem;box-shadow:rgba(0,0,0,0.24) 0px 0px 6px;border:1px solid rgba(0,0,0,.125);position:relative;}.fileDownloadWithImage .tp-filter-dropdown[open]{border-radius:1rem 1rem 0 0;}.fileDownloadWithImage .tp-filter-buttonDropdown{color:#484848;justify-content:space-between;align-items:center;padding:0.7rem .625rem;list-style:none;display:flex;}.fileDownloadWithImage .tp-filter-dropdown__label{font-size:1.25rem;font-family:var(--font-noto);text-transform:uppercase;letter-spacing:0.9px;flex:1;padding-left:0.4rem;}.fileDownloadWithImage .tp-filter-dropdown[open] .tp-filter-buttonDropdown .tp-filter-dropdown__icon{transform:rotate(180deg) }.fileDownloadWithImage .tp-filter-dropdown__body{padding:1rem;position:absolute;z-index:2;background-color:white;width:100%;box-shadow:rgba(0,0,0,0.24) 0px 0.5rem 8px;border-radius:0 0 1rem 1rem;}.fileDownloadWithImage .tp-insight__search{background-color:var(--color-white);border-radius:var(--rounded-xl);box-shadow:0 .25rem 1.5rem rgba(0,0,0,.15);font-family:var(--font-noto);background-color:transparent;border:1px solid rgba(0,0,0,.125);grid-template-columns:1fr auto auto;align-items:center;height:48px;display:grid;}.fileDownloadWithImage .tp-filter-dropdown .tp-filter-dropdown__body .tp-insight__search{box-shadow:none;background-color:rgba(0,0,0,.05);border-radius:1.25rem }.fileDownloadWithImage .tp-insight__search-input{font-family:var(--font-tpSans-exLight);border-radius:var(--rounded-xl);background-color:transparent;border:none;width:100%;min-width:0;max-width:none;height:100%;padding:.5rem .5rem .5rem 1.5rem;outline:none;}.fileDownloadWithImage .tp-insight__search-separator{background-color:var(--color-gray);width:2px;height:60% }.fileDownloadWithImage .tp-insight__search-button{width:100%;min-width:2.25rem;height:100% }.fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list{height:auto;max-height:14rem;font-family:var(--font-tpSans-medium);flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;display:flex;overflow-y:auto }.fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item{font-family:var(--font-tpSans-medium);font-size:1rem }.fileDownloadWithImage .fileDownloadWithImage__cardContent{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;align-items:center;}.fileDownloadWithImage .fileDownloadWithImage-container{width:80%;}.fileDownloadWithImage .fileDownloadWithImage-card{padding:2rem;min-height:9rem;display:grid;}.fileDownloadWithImage .fileDownloadWithImage__textCard{flex:1;}.fileDownloadWithImage .fileDownloadWithImage-image img{width:100%;height:9rem;object-fit:cover;}.fileDownloadWithImage .fileDownloadWithImage-month-label{font-size:0.78rem;color:var(--color-gray);}.fileDownloadWithImage .fileDownloadWithImage-month-title{font-size:1.3rem;font-weight:var(--font-weight-bold);}.fileDownloadWithImage .fileDownloadWithImage-download-button{padding:0.4rem 1.5rem;border:1px solid var(--color-primary);border-radius:3rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:var(--color-gradient);text-align:center;}.fileDownloadWithImage .fileDownloadWithImage-download-button:hover{-webkit-background-clip:unset;-webkit-text-fill-color:var(--text-color);}.fileDownloadWithImage .fileDownloadWithImage-interactive-version{font-weight:var(--font-weight-bold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:var(--color-gradient);font-size:0.93rem;}.fileDownloadWithImage .filedownloadwithimage__seemore{max-width:max-content;margin:0 auto;cursor:pointer;}.fileDownloadWithImage .filedownloadwithimage__seemore p{font-family:var(--font-noto);font-weight:600;font-size:1rem;color:#4D3293;}.fileDownloadWithImage .filedownloadwithimage__seemore svg{transform:rotate(90deg);}@media (min-width:576px){.fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label{font-size:1.5rem }}@media (min-width:768px){.fileDownloadWithImage .fileDownloadWithImage__cardContent{flex-direction:row;}.fileDownloadWithImage .fileDownloadWithImage-card{padding:0.93rem;}.fileDownloadWithImage .fileDownloadWithImage-image img{width:13rem;}}@media (min-width:992px){.fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label{font-size:1rem }}@media (min-width:1200px){.fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item{font-size:1.25rem }.fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label{font-size:1.5rem }}
.featureBoxCards .tp-feature-box-cards{flex-direction:column;align-items:center;display:flex }.featureBoxCards .tp-feature-box-cards ul{margin:0;padding:0;list-style:none }.featureBoxCards .tp-feature-box-cards li{margin:0;padding:0;list-style:none }.featureBoxCards p{margin:0;}.featureBoxCards .tp-feature-box-cards__deck{--animation-duration:.5s;width:300px;height:400px;position:relative }.featureBoxCards .tp-feature-box-cards__card{--radius:30px;--offset:4px;--rotation:1deg;--transform-x:calc(var(--card-index)*30px);--transform-y:10px;--scale:calc(1 - var(--card-index)*.1);border-radius:var(--radius);width:256px;height:384px;z-index:calc(2 - var(--card-index));transform:translate(var(--transform-x),var(--transform-y));scale:var(--scale);background-color:#7d7bb4;margin:0 auto;transition:all .5s ease-in-out;position:absolute;overflow:hidden }.featureBoxCards .tp-feature-box-cards__card.moving-next{animation:moveNext var(--animation-duration)ease-in-out forwards }.featureBoxCards .tp-feature-box-cards__card.moving-prev{animation:movePrev var(--animation-duration)ease-in-out forwards }.featureBoxCards .tp-feature-box-cards__card-img img{object-fit:cover;filter:brightness(.9);width:100%;height:100% }.featureBoxCards .tp-feature-box-cards__card-text{flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:absolute;inset:0;z-index:3;}.featureBoxCards .tp-feature-box-cards__card-title p{font-family:var(--font-tpSans-exLight);font-size:2.4rem;}.featureBoxCards .tp-feature-box-cards__card-description,.featureBoxCards .tp-feature-box-cards__card-description p{font-weight:var(--font-weight-bold);line-height:1.2rem }.featureBoxCards .tp-card-linear{top:0;right:0;left:0;bottom:0;background-image:linear-gradient(180deg,rgba(245,246,252,0) 50%,#212529 100%),url();}@keyframes moveNext{0%{opacity:1 }50%{transform:translate3d(-100%,var(--transform-y),0);opacity:.5 }to{transform:translate3d(calc(var(--card-index)*30px),,var(--transform-y),0);opacity:1 }}@keyframes movePrev{0%{transform:translate3d(calc(var(--card-index)*30px),var(--transform-y),0);opacity:1 }50%{transform:translate3d(100%,var(--transform-y),0);opacity:.5 }to{transform:translate3d(var(--transform-x),var(--transform-y),0);opacity:1 }}
.CallToAction{--cta-font-size:.875rem;--cta-padding-y:.30rem;--cta-padding-x:3rem;--cta-border-color:var(--color-primary);--cta-color:var(--color-white);}.CallToAction .tp-cta{font-family:var(--font-noto);padding:var(--cta-padding-y)var(--cta-padding-x);font-size:var(--cta-font-size);border-radius:3rem;min-height:2.34rem;}.CallToAction a label{cursor:pointer;justify-content:center;font-weight:var(--font-weight-bold);font-family:var(--font-noto);font-size:14px;}.CallToAction .tp-cta-variation{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-weight:bold;cursor:pointer;}@media (min-width:768px){.CallToAction .tp-cta{--cta-font-size:1.125rem;--cta-padding-x:4rem }}@media (min-width:992px){.CallToAction .tp-cta{--cta-font-size:1.25rem;--cta-padding-x:4.5rem }}
