.features{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 0 4rem}.features_container{max-width:1152px}.features_container_content{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem;overflow:hidden}@media(max-width:1279px){.features_container_content{padding:2rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.features_container_content{grid-template-columns:1fr}}.features_container_content_card{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;display:flex;flex-direction:column;gap:1rem}.features_container_content_card p{color:#5f5f65;font-size:16px;font-weight:400;line-height:24px}.features_container_content_card p:first-child{color:var(--Neutral-Darkest,#2a2a2a);font-size:18px;font-weight:600;margin-bottom:4px}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.features .features_container_content_card:first-of-type{animation-delay:.2s}.features .features_container_content_card:nth-of-type(2){animation-delay:.4s}.features .features_container_content_card:nth-of-type(3){animation-delay:.6s}.features .features_container_content_card:nth-of-type(4){animation-delay:.8s}.features .features_container_content_card:nth-of-type(5){animation-delay:1s}.features .features_container_content_card:nth-of-type(6){animation-delay:1.2s}.features .features_container_content_card:nth-of-type(7){animation-delay:1.4s}.features .features_container_content_card:nth-of-type(8){animation-delay:1.6s}.features .features_container_content_card:nth-of-type(9){animation-delay:1.8s}.features .features_container_content_card:nth-of-type(10){animation-delay:2s}.features .features_container_content_card:nth-of-type(11){animation-delay:2.2s}.features .features_container_content_card:nth-of-type(12){animation-delay:2.4s}.sliderContainer{position:relative;z-index:1;clear:both;display:flex;flex-direction:column;align-items:center;padding:3rem clamp(1rem,4vw,2rem) 4rem;color:#2a2a2a;width:100%;box-sizing:border-box;isolation:isolate}.sliderContainer h2{font-size:clamp(1.75rem,5vw,44px);font-weight:600;color:#2a2a2a;text-align:center}.slider{display:flex;overflow-x:auto;overflow-y:hidden;width:80%;max-width:100%;padding:20px;margin-bottom:20px;box-sizing:border-box;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}@media(max-width:1279px){.slider{width:100%;padding:1rem 0}}.slider{-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar{display:none}.cardContainer{flex:0 0 auto;scroll-snap-align:start}.card{width:20rem;height:15rem;margin:0 10px;padding:1.25rem;border-radius:10px;border:1px solid hsla(0,0%,80%,.6);box-shadow:0 4px 6px hsla(0,0%,64%,.1);font-size:.95rem;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box;overflow:hidden}.card_text{flex:1 1 auto;min-height:0;overflow:hidden}.card_content{margin:0;max-width:none;overflow-wrap:break-word;word-break:break-word;line-height:1.5}.card_see-more{flex-shrink:0;align-self:flex-start;background:none;border:none;color:#d91e23;font-size:.875rem;font-weight:600;line-height:1.2;padding:0;margin:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.card_see-more:hover{opacity:.85}.card_details{flex-shrink:0;display:flex;flex-direction:column;gap:.25rem;margin-top:auto;padding-top:.25rem;border-top:1px solid rgba(0,0,0,.06)}.card_details .name{max-width:none;margin:0;font-weight:700;font-size:.95rem;line-height:1.3}.card_details_country{display:flex;align-items:center;font-size:.75rem;gap:.5rem}.card_details_country img{width:1rem;height:auto}.card_details_country .name{font-weight:600;font-size:.75rem}.card_details_country p{max-width:none;margin:0}.testimonial-modal-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(0,0,0,.5)}.testimonial-modal{width:min(32rem,100%);max-height:min(80vh,28rem);overflow-y:auto;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.18);display:flex;flex-direction:column;gap:1.25rem}.testimonial-modal_content{margin:0;max-width:none;line-height:1.6;font-size:1rem;color:#2a2a2a}.testimonial-modal_author .name{margin:0 0 .25rem;font-weight:700}.testimonial-modal_author .card_details_country{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.testimonial-modal_author .card_details_country p{margin:0;max-width:none}.testimonial-modal_close{align-self:flex-end;background-color:#d91e23;color:#fff;border:2px solid #d91e23;border-radius:2rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer}.indicators{display:flex;justify-content:center;gap:10px;margin-top:.5rem}.indicator{width:15px;height:15px;border-radius:50%;background:#ccc;border:none;padding:0;cursor:pointer;transition:background .3s,transform .3s}.indicator.active{background-color:#d91e23;transform:scale(1.15)}.name{font-weight:700}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.top_countries{position:relative;z-index:1;clear:both;align-items:center;padding:3rem clamp(1rem,4vw,2rem) 4rem;gap:2.5rem;isolation:isolate}.top_countries,.top_countries_container{display:flex;flex-direction:column;justify-content:center}.top_countries_container{width:100%;max-width:1152px;gap:2rem}.top_countries_container h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600;color:#2a2a2a;text-align:center}.top_countries_container_content{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem;overflow:hidden}@media(max-width:1279px){.top_countries_container_content{padding:2rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.top_countries_container_content{grid-template-columns:1fr}}.top_countries_container_content_card{border:1px solid #d6d6d6;border-radius:.5rem;padding:1rem;display:flex;align-items:center;gap:1rem;opacity:1}.top_countries_container_content_card p{color:#5f5f65;font-size:16px;font-weight:500;line-height:24px}.top_countries_cta{color:#2a2a2a;background-color:#fff;font-weight:500;padding:10px 24px;gap:8px;border-radius:32px;border:1px 0 0}