.testemonialsCard{background-color:#fff;height:auto;width:var(--featureGalleryCardWidth);max-width:var(--featureGalleryCardWidth);min-width:var(--featureGalleryCardWidth);border-radius:20px;display:flex;justify-content:center;align-items:flex-start;padding:20px 40px 20px 50px;gap:42px;box-shadow:var(--shadow-card);position:relative}@media screen and (max-width:768px){.testemonialsCard{gap:10px;padding:10px 20px 30px;height:auto;flex-direction:column;align-items:center;margin-top:20px;max-width:345px;min-width:345px;width:345px}}.testemonialsCard .testemonialsImg{display:flex;justify-content:center;align-items:center;max-width:150px;padding-top:10px}@media screen and (max-width:768px){.testemonialsCard .testemonialsImg{max-width:100px}}.testemonialsCard .testemonialsTextBox{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;max-width:400px;gap:20px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox{gap:14px;justify-content:space-between;max-width:345px}}.testemonialsCard .testemonialsTextBox .testemonialsQuote{padding:0;margin:0}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .testemonialsQuote{text-align:center}}.testemonialsCard .testemonialsTextBox .quoteSize-XL{font-size:46px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .quoteSize-XL{font-size:31px}}.testemonialsCard .testemonialsTextBox .quoteSize-L{font-size:34px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .quoteSize-L{font-size:31px}}.testemonialsCard .testemonialsTextBox .quoteSize-M{font-size:30px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .quoteSize-M{font-size:20px}}.testemonialsCard .testemonialsTextBox .quoteSize-S{font-size:28px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .quoteSize-S{font-size:18px}}.testemonialsCard .testemonialsTextBox .quoteSize-XS{font-size:24px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .quoteSize-XS{font-size:15px}.testemonialsCard .testemonialsTextBox .testemonialsDetails{padding-top:4px}}.testemonialsCard .testemonialsTextBox .testemonialsDetails .testemonialsName{font-size:23px;font-weight:500;padding-bottom:4px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .testemonialsDetails .testemonialsName{font-size:16px!important}}.testemonialsCard .testemonialsTextBox .testemonialsDetails .testemonialsDescription{font-size:20px;font-weight:200;padding-bottom:10px}@media screen and (max-width:768px){.testemonialsCard .testemonialsTextBox .testemonialsDetails .testemonialsDescription{font-size:14px!important;padding-bottom:0}}.testemonialsCard .testemonialsCardCatbear{position:absolute;z-index:9999;height:auto;max-height:190px;width:auto;bottom:-40px;inset-inline-start:10px}@media screen and (max-width:768px){.testemonialsCard .testemonialsCardCatbear{display:none}}.Carousel{width:100%;flex-direction:row;height:auto;position:relative;padding:0 60px 60px;padding-inline-start:var(--featureGalleryPaddingDesktop);overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;display:flex;gap:var(--featureGalleryGap);overflow-x:auto;transition:gap .4s ease-in-out,scroll .5s ease;will-change:transform;scroll-behavior:smooth}.Carousel ::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.Carousel{padding:0 12px 12px;padding-inline-start:var(--featureGalleryPaddingMobile);padding-inline-end:60px}}.slidesPadding{padding-inline-start:var(--featureGalleryPaddingDesktop)}@media(max-width:960px){.slidesPadding{padding-inline-start:var(--featureGalleryPaddingMobile)}}.buttonContainer{display:flex;justify-content:flex-start;width:100%;margin-top:30px;margin-bottom:30px}@media(max-width:960px){.buttonContainer{justify-content:center;margin-top:22px}}.navButton{cursor:pointer;background-color:#000;display:flex;justify-content:center;align-items:center;padding:10px;margin:0 10px;border-radius:50%;transition:background-color .3s ease;z-index:1;width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;border:none;transform:scaleX(-1)}.navButton img{transition:opacity .3s ease;padding-left:4px;width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.navButton:hover{background-color:rgba(0,0,0,.67)}.navButton_disabled{background-color:rgba(0,0,0,.2)}.navButton_disabled img{opacity:.3}.navButton_disabled:hover{background-color:rgba(0,0,0,.2)}.navButton_left img{transform:scaleX(-1)}.navButton_isRTL,.navButton_left_isRTL{transform:scaleX(1)}.FAQwrapper{width:100%}.FAQsection{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 0;width:100%;height:auto;gap:20px;cursor:pointer;margin-top:0}.FAQsection h2{text-align:start;font-weight:500;font-size:20px;padding:12px 0}.FAQsection img{width:10px;transition:transform .3s ease}.FAQwrapperBottomLine{margin-top:14px}.faq-toggle{display:none}.faq-content{max-height:0;overflow:hidden;padding:0 14px;opacity:0;transition:max-height .1s ease,padding .5s ease,opacity .3s ease,margin-top .3s ease;margin-top:0}.faq-content p{margin:0;font-size:18px}.chevron-forward{transform:rotate(0deg) scaleX(-1)}.faq-toggle:checked+.FAQsection img{transform:rotate(90deg) scaleX(-1);margin-top:0}.faq-toggle:checked+.FAQsection+.faq-content{max-height:500px;padding:0 14px 14px;max-width:690px;opacity:1;transition:max-height .5s ease,padding .3s ease,opacity .3s ease,margin-top .3s ease}.FAQ-wrapper{height:-moz-fit-content;height:fit-content;align-items:center;gap:20px;padding:40px 12px}.FAQ-wrapper,.FAQ-wrapper .FAQ{width:100%;display:flex;flex-direction:column;justify-content:center}.FAQ-wrapper .FAQ{max-width:900px}