:host, :root{
    --fa-li-margin:1.5em;
    --fa-li-width:2.5em;
    --fa-ul_li-margin-b:1em;
    --dots-abstract-circles1-height:760px;
    --cdata-primary: #00A0FF;
    --cdata-orange: #FB9218;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-main);
}
a.anchor {
    position: absolute;
    width: 100%;
    visibility: hidden;
    top: -120px;
    left: 0;
}
html {
    scroll-behavior: smooth;
}


.testimonial{
    position: relative;
    padding: 30px 0;
    margin: 60px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
}
@media (min-width:992px){
    .testimonial{
        grid-template-columns: 103px 1fr;
    }
}
.testimonial span{
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 1rem;
}
.testimonial img{
    width:103px;
    display: block;
    max-width: 100%;
}
.testimonial::before,.testimonial::after{
    content: '';
    position: absolute;
    width:108px;
    height: 95px;
    z-index: -1;
}
.testimonial::before{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="95" viewBox="0 0 108 95" fill="none"><path d="M108 1.52588e-05L108 19.6281C104.192 19.9771 100.471 21.4601 96.8365 24.0771C93.2019 26.8687 90.2596 30.4454 88.0096 34.8072C85.5865 39.3434 84.375 44.1414 84.375 49.2011L108 49.2011L108 95L59.7115 95L59.7115 54.697C59.7115 43.1818 61.9615 33.4114 66.4615 25.3857C70.9615 17.5344 76.9327 11.5152 84.375 7.32783C91.6442 3.14051 99.5192 0.697905 108 1.52588e-05ZM48.2885 4.81849e-06L48.2885 19.6281C44.4808 19.977 40.7596 21.4601 37.125 24.0771C33.4904 26.8687 30.5481 30.4454 28.2981 34.8072C25.875 39.3434 24.6635 44.1414 24.6635 49.2011L48.2885 49.2011L48.2884 95L-1.52588e-05 95L-8.21199e-06 54.697C-6.19861e-06 43.1818 2.25 33.4114 6.75 25.3857C11.25 17.5344 17.2212 11.5151 24.6635 7.32782C31.9327 3.1405 39.8077 0.697895 48.2885 4.81849e-06Z" fill="url(%23paint0_linear_2038_2674)" fill-opacity="0.08"/><defs><linearGradient id="paint0_linear_2038_2674" x1="1.24425e-06" y1="5.71849e-06" x2="153.504" y2="178.071" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A0FF"/><stop offset="1" stop-color="%239747FF"/></linearGradient></defs></svg>');
    top: 0;
    left: 60px;
}
.testimonial::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="108" height="95" viewBox="0 0 108 95" fill="none"><path d="M-1.66103e-05 95L-1.31784e-05 75.3719C3.80768 75.0229 7.52883 73.5399 11.1635 70.9229C14.7981 68.1313 17.7404 64.5546 19.9904 60.1928C22.4135 55.6566 23.625 50.8586 23.625 45.7989L-8.00773e-06 45.7989L0 0L48.2885 8.44302e-06L48.2885 40.303C48.2885 51.8182 46.0385 61.5886 41.5385 69.6143C37.0385 77.4656 31.0673 83.4848 23.625 87.6722C16.3558 91.8595 8.48075 94.3021 -1.66103e-05 95ZM59.7115 95L59.7115 75.3719C63.5192 75.023 67.2404 73.5399 70.875 70.9229C74.5096 68.1313 77.4519 64.5546 79.7019 60.1928C82.125 55.6566 83.3365 50.8586 83.3365 45.7989L59.7115 45.7989L59.7116 1.04403e-05L108 1.88833e-05L108 40.303C108 51.8182 105.75 61.5886 101.25 69.6143C96.75 77.4656 90.7788 83.4849 83.3365 87.6722C76.0673 91.8595 68.1923 94.3021 59.7115 95Z" fill="url(%23paint0_linear_2038_2675)" fill-opacity="0.08"/><defs><linearGradient id="paint0_linear_2038_2675" x1="108" y1="95" x2="-45.5036" y2="-83.0709" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A0FF"/><stop offset="1" stop-color="%239747FF"/></linearGradient></defs></svg>');
    bottom: 0;
    right: 0;
}
img#video-poster{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
}
.social-proof-wrapper{
    border-radius: 50px;
    display: inline-block;
    padding: .65rem 2rem;
}
.social-proof-wrapper > div{
    display: flex;align-items: center;justify-content: center;gap: 15px;
}
.social-proof-wrapper img{
    width:55px;
    height: auto;
}
.social-proof-wrapper img.singleIcon{
    width:25px;
    height: auto;
}
a .social-proof-wrapper .star-note{
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: normal;
    color:#000
}
.logo-stars{display:flex;align-items:center;gap: 15px;justify-content: center;}:root{--star-size:15px;--star-color:#DBDFEA;--star-background:#fb9218}.stars-rating{--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:var(--star-size);font-family:"Font Awesome 6 Pro";line-height:1}.stars-rating::before{content:"\f005\f005\f005\f005\f005";letter-spacing:1px;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

@media (min-width:992px){
    .no-wrap-lg{
        white-space: nowrap;
    }
}