.accordion-tabs{gap:1em;display:flex;margin-bottom:2em}.accordion-tabs button{background-color:#009999;border:rgb(26,141,140);color:white;font-weight:400;padding:8px 40px}@keyframes slideInUp{0%{opacity:0;transform:translateY(60px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes expandContent{0%{opacity:0;transform:translateY(-20px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}@keyframes smoothSlideIn{0%{transform:translateX(-30px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes iconSlideIn{0%{transform:translateX(-30px);opacity:0}60%{transform:translateX(4px);opacity:.8}to{transform:translateX(0);opacity:1}}@keyframes floatUpSmooth{0%{transform:translateY(0) translateX(0) scale(1);opacity:.8}33%{transform:translateY(-20px) translateX(8px) scale(1.2);opacity:1}66%{transform:translateY(-35px) translateX(-5px) scale(1.1);opacity:.8}to{transform:translateY(-50px) translateX(12px) scale(.6);opacity:0}}@keyframes buttonPulseEnhanced{0%{box-shadow:0 12px 30px rgba(23,152,151,.3),0 6px 20px rgba(23,152,151,.2)}50%{box-shadow:0 15px 35px rgba(23,152,151,.35),0 8px 25px rgba(23,152,151,.25)}to{box-shadow:0 12px 30px rgba(23,152,151,.3),0 6px 20px rgba(23,152,151,.2)}}.accordion-item{position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .6s cubic-bezier(.4,0,.2,1) both}.accordion-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.02) 50%,transparent);opacity:0;transition:opacity .5s cubic-bezier(.25,.46,.45,.94);pointer-events:none;border-radius:inherit}.accordion-item:hover:before{opacity:1}.accordion-floating-dot--1{animation:floatUpSmooth 3s ease-in-out infinite;animation-delay:0s}.accordion-floating-dot--2{animation:floatUpSmooth 3s ease-in-out infinite;animation-delay:1s}.accordion-floating-dot--3{animation:floatUpSmooth 3s ease-in-out infinite;animation-delay:2s}.accordion-header{background:transparent!important;font-size:.9rem}@media (max-width:480px){.accordion-header{font-size:16px!important}}.accordion-header:focus{outline-offset:2px}.accordion-content{animation:expandContent .6s cubic-bezier(.4,0,.2,1);flex-wrap:wrap;font-size:.85rem}@media (max-width:480px){.accordion-content{font-size:16px!important}}.accordion-button{animation:smoothSlideIn .6s cubic-bezier(.25,.46,.45,.94) .2s both}.accordion-button--hovered{animation:smoothSlideIn .6s cubic-bezier(.25,.46,.45,.94) .1s both,buttonPulseEnhanced 2s ease-in-out infinite}.accordion-button-text{animation:smoothSlideIn .6s cubic-bezier(.25,.46,.45,.94) .2s both}.accordion-button-icon{animation:iconSlideIn .8s cubic-bezier(.25,.46,.45,.94) .4s both}.accordion-button-shine{position:absolute;top:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s cubic-bezier(.25,.46,.45,.94);pointer-events:none;border-radius:14px}.migration-banner-wrapper{width:100%;position:relative;overflow:visible;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.migration-banner-wrapper:not(.has-bg-image):before{content:"";position:absolute;top:50%;left:45.5%;transform:translate(-50%,-50%);width:70%;max-width:100%;height:300px;background:linear-gradient(97deg,var(--bg-color) 0,var(--bg-color) 68%,var(--accent-color) 60%,var(--accent-color) 100%);z-index:0;border-radius:0}@media (max-width:990px){.migration-banner-wrapper:not(.has-bg-image):before{left:50%}}.migration-banner-wrapper.has-bg-image{background-image:var(--bg-image);background-size:cover;background-position:50%;background-repeat:no-repeat}.migration-banner-wrapper.has-bg-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.migration-banner-inner{width:100%;max-width:79%;display:flex;align-items:center;justify-content:space-between}.migration-banner-content{flex:0 0 60%;max-width:100%;padding:50px;position:relative;overflow:visible;z-index:5}.migration-heading{color:var(--heading-color);font-size:var(--heading-size);font-weight:var(--heading-weight);margin:0 0 18px;line-height:1.25;letter-spacing:-.5px}.migration-description{color:var(--description-color);font-size:var(--description-size);font-weight:var(--description-weight);line-height:1.65;margin:0 0 28px}.migration-buttons-container{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.migration-dropdown-wrapper{position:relative;display:inline-block;width:auto;z-index:100}.migration-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;background-color:var(--button-bg-color);color:var(--button-text-color);font-size:var(--button-size);font-weight:400;padding:6px 18px;border-radius:30px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px rgba(23,162,184,.25);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;z-index:101}.migration-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(23,162,184,.35)}.migration-button:active{transform:translateY(0)}.button-icon{width:18px;height:18px;transition:transform .3s ease}.button-icon.open{transform:rotate(180deg)}.read-more-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.view-all-icon-v2{transition:transform .3s ease}.read-more-button:hover .view-all-icon-v2{transform:translate(3px,-3px)}.dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:300px;max-height:280px;overflow-y:auto;overflow-x:auto;background:white!important;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15)!important;padding:8px 0;z-index:99999!important;animation:dropdownFadeIn .25s ease-out;border:1px solid rgba(0,0,0,.08);display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:transparent}.dropdown-menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block!important;width:100%;padding:14px 24px;color:#333!important;text-decoration:none;font-size:15px;font-weight:400;transition:all .2s ease;background:white;border:none;text-align:left;cursor:pointer;line-height:1.5}.dropdown-item:hover{background-color:transparent!important;color:var(--button-bg-color,#17a2b8)!important}.dropdown-item:first-child{border-radius:12px 12px 0 0}.dropdown-item:last-child{border-radius:0 0 12px 12px}.migration-banner-image{flex:0 0 40%;position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;max-width:50%;margin-right:0}.banner-img{width:60%;height:auto;object-fit:cover}#solution-migrate-banner .banner-img{max-width:55%!important}.banner-img:hover{box-shadow:0 25px 70px rgba(0,0,0,.3)}.image-placeholder{width:100%;max-width:var(--image-max-width,500px);height:280px;background:rgba(255,255,255,.5);border:2px dashed rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.image-placeholder svg{opacity:.4}.image-placeholder p{margin:0;font-size:15px;color:rgba(0,0,0,.5);font-weight:500}@media (max-width:1200px){.migration-banner-wrapper:not(.has-bg-image):before{width:85%;height:380px}.migration-banner-inner{width:85%;padding:45px 0;gap:50px}.migration-banner-image{margin-right:-8%}}@media (max-width:992px){.migration-banner-wrapper:not(.has-bg-image):before{width:90%;height:auto;min-height:92%;background:var(--bg-color)}.migration-banner-inner{width:90%;flex-direction:column;padding:40px 0;gap:40px}.migration-banner-content{flex:1 1;max-width:100%;text-align:left;padding:30px}.migration-banner-image{width:100%;max-width:100%;justify-content:center;margin-right:0;margin-top:-60px}.banner-img{transform:rotate(0deg);max-width:600px}.migration-heading{font-size:calc(var(--heading-size) * .9)}.migration-description{font-size:calc(var(--description-size) * .95)}.dropdown-menu{min-width:100%;max-width:350px}}@media (max-width:768px){.migration-banner-wrapper:not(.has-bg-image):before{width:92%}.migration-banner-inner{width:92%;padding:40px 0;gap:30px}.migration-banner-content{padding:25px}.migration-banner-image{margin-top:-50px}.migration-heading{font-size:calc(var(--heading-size) * .8);margin-bottom:16px}.migration-description{font-size:calc(var(--description-size) * .9);margin-bottom:24px;line-height:1.6}.migration-button{padding:12px 24px;font-size:calc(var(--button-size) * .95)}.banner-img{border-radius:0}.image-placeholder{height:240px}.dropdown-menu{left:0;right:0;min-width:auto}}@media (max-width:480px){.migration-banner-wrapper:not(.has-bg-image):before{width:95%}.migration-banner-inner{width:95%;padding:35px 0}.migration-banner-content{padding:5px}.migration-banner-image{margin-top:-15px}.migration-heading{font-size:calc(var(--heading-size) * .7);letter-spacing:-.3px}.migration-description{font-size:calc(var(--description-size) * .85)}.migration-button{width:100%;padding:3px 8px}.dropdown-menu,.migration-dropdown-wrapper,.read-more-button{width:100%}.banner-img{max-height:250px;object-fit:contain}.image-placeholder{height:200px}}.clients-portfolio__title{text-align:center;font-size:24px;margin-bottom:40px;font-weight:400;color:#545454}.clients-portfolio__intro p{font-weight:300;color:#545454}.clients-portfolio__cta-explore{gap:8px;background:#179897;border-radius:50px;font-size:18px;font-weight:400;align-items:center;max-width:-moz-fit-content;max-width:fit-content;display:flex;color:white!important;padding:8px 20px}.clients-portfolio__explore-text{font-weight:300;color:#545454}.clients-portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.client-card{margin:0;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:all .3s ease;overflow:hidden}.client-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.25)}.client-card__link-wrapper{display:block;text-decoration:none;color:inherit;height:100%;transition:all .3s ease}.client-card__image{height:192px;min-height:192px;display:flex;justify-content:center;align-items:center;margin:0;padding:0;background:#fafafa}.client-card__image img{width:100%;height:100%;object-fit:fill;display:block;margin:0;padding:0;transition:transform .3s ease}.client-card__content{padding:20px;background:white}.client-card__category{font-size:.875rem;font-weight:300;color:#888;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.client-card__name{line-height:26px;font-size:20px;font-weight:400;color:#545454;margin:0 0 .5rem}.client-card__description{font-weight:300;color:#545454;margin:0 0 1rem;font-size:18px}@media (max-width:480px){.client-card__name{font-size:18px}.client-card__description{font-size:16px}.clients-portfolio__title{font-size:20px!important}}.client-card__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:300;color:#545454;transition:color .3s ease}.client-card:hover .client-card__link{color:#007acc}.client-card__link-arrow{transition:transform .3s ease}.client-card:hover .client-card__link-arrow{transform:translateX(4px)}.clients-portfolio__pagination{justify-content:flex-end}.pagination__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;border:1px solid #e0e0e0;background:white;border-radius:6px;transition:all .3s ease}.pagination__btn:hover:not(:disabled){background:#f5f5f5;transform:translateY(-1px)}.pagination__number{width:2.5rem;height:2.5rem;border:1px solid #e0e0e0;background:white}.pagination__number:hover{transform:translateY(-1px)}.pagination__numbers{gap:.25rem}.clients-portfolio__cta{margin-top:4rem;padding:0}.clients-portfolio__cta-content{background:#ffffff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e0e0e0;position:relative;overflow:hidden}.clients-portfolio__cta-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a8d8c,#26b5b4)}.clients-portfolio__cta-headline{font-size:1.2rem;font-weight:400;color:#545454;margin:0 0 1rem;line-height:1.3;font-size:26px}.clients-portfolio__cta-description{font-size:.9rem;font-weight:300;font-size:20px;color:#545454;max-width:800px;margin:0 auto;line-height:1.6}.sticky-contact-button{position:fixed;bottom:3rem;right:1.3rem;opacity:0;transition:opacity .3s ease;z-index:100}.sticky-contact-button.visible{opacity:1}.sticky-contact-button__wrapper{background:transparent;padding:1rem;transition:all .3s ease}.clients-portfolio__cta-content{margin-top:3rem;margin-bottom:3rem}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.sticky-contact-button__hand{animation:wave 2s infinite;font-size:1.5rem}@media (min-width:1000px){.clients-portfolio__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:800px) and (max-width:999px){.clients-portfolio__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px) and (max-width:799px){.clients-portfolio__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.client-card__image{height:100px;padding:0}.client-card__content{padding:1.5rem}}@media (max-width:599px){.clients-portfolio__grid{grid-template-columns:1fr;gap:1rem}.client-card__image{height:80px;padding:0}.client-card__content{padding:1.25rem}.clients-portfolio__pagination{gap:.5rem;margin-top:2rem}.pagination__btn{padding:.5rem .75rem;font-size:.875rem}.pagination__number{width:2rem;height:2rem;font-size:.875rem}.sticky-contact-button{bottom:1rem;right:1rem}.sticky-contact-button__wrapper{padding:.75rem}.sticky-contact-button__hand{font-size:1.25rem}}.clients-portfolio__pagination{justify-content:center;gap:1rem;margin-top:4rem}.clients-portfolio__pagination,.pagination__number,.pagination__numbers{display:flex;align-items:center}.pagination__number{justify-content:center;min-width:2rem;height:2rem;cursor:pointer;border:none;background:transparent;border-radius:6px;transition:all .3s ease;color:#545454;font-size:1rem;padding:.25rem}.pagination__number:hover{background:#f5f5f5}.pagination__number--active{color:#1a8d8c}.pagination__arrow{top:-1px;position:relative;display:flex;align-items:center;justify-content:center;min-width:2rem;cursor:pointer;border:none;background:transparent;transition:all .3s ease;color:#545454;font-size:1.5rem}.pagination__arrow:hover:not(.disabled){background:#f5f5f5;border-radius:6px}.pagination__arrow.disabled{opacity:.3;cursor:not-allowed}@media (max-width:599px){.clients-portfolio__pagination{gap:.5rem;margin-top:2rem;justify-content:center}.pagination__numbers{gap:.5rem}.pagination__number{min-width:1.75rem;height:1.75rem;font-size:.875rem}.pagination__arrow{min-width:1.75rem;height:1.75rem;font-size:1rem}}.faq-section-container{max-width:100%;margin:0 auto;width:83%!important}.faq-section-title{color:var(--title-color,#545454);font-size:var(--title-size,36px);font-weight:400;line-height:1.1;margin:0 0 12px}.faq-section-subtitle{color:var(--subtitle-color,#545454);font-size:var(--subtitle-size,16px);line-height:1.6;max-width:600px;margin:0 auto;font-weight:300}.faq-items-grid{margin-top:40px;display:grid;grid-template-columns:repeat(var(--items-per-row,3),1fr);grid-gap:50px;gap:50px}.faq-item{background-color:#ffffff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px 0 rgba(0,0,0,.15),0 2px 4px 0 rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.08)}.faq-item:hover{transform:translateY(-6px);box-shadow:0 20px 40px -8px rgba(0,0,0,.25),0 12px 20px -8px rgba(0,0,0,.18);border-color:rgba(99,102,241,.15)}.faq-item-content{padding:36px 28px;height:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.faq-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:var(--icon-size,28px);flex-shrink:0;box-shadow:0 4px 6px -1px rgba(99,102,241,.15)}.faq-heading{color:var(--heading-color,#545454);font-size:var(--heading-size,20px);font-weight:400;line-height:1.4;margin:0 0 12px}.faq-content{color:var(--content-color,#545454);font-size:var(--content-size,18px);line-height:1.7;margin:0;font-weight:300}.faq-read-more-btn{display:inline;margin-left:4px;padding:0;background:none;border:none;color:rgb(23,152,151);font-size:inherit;font-weight:500;cursor:pointer;transition:opacity .2s ease;outline:none;text-decoration:none}.faq-read-more-btn:hover{opacity:.7;text-decoration:underline}.faq-read-more-btn:active{opacity:.9}.faq-contact-section{margin-top:40px;text-align:center;padding:40px 20px}.faq-contact-avatars{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.faq-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);border:3px solid #ffffff;margin:0 -8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.faq-avatar:first-child{background:linear-gradient(135deg,#f59e0b,#ef4444);z-index:5}.faq-avatar:nth-child(2){background:linear-gradient(135deg,#10b981,#06b6d4);z-index:4}.faq-avatar:nth-child(3){background:linear-gradient(135deg,#6366f1,#8b5cf6);z-index:3}.faq-avatar:nth-child(4){background:linear-gradient(135deg,#ec4899,#f43f5e);z-index:2}.faq-avatar:nth-child(5){background:linear-gradient(135deg,#8b5cf6,#6366f1);z-index:1}.faq-contact-title{color:#1a1a1a;font-size:28px;font-weight:400;margin:0 0 12px;line-height:1.3}a.faq-contact-button{background:rgb(23,152,151)}.faq-contact-subtitle{color:#64748b;font-size:18px;font-weight:300;margin:0 auto 32px;line-height:1.6;max-width:500px}.faq-contact-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:var(--button-bg-color,#6366f1);color:var(--button-text-color,#ffffff);border:none;border-radius:30px;font-size:18px;font-weight:400;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(99,102,241,.3)}.faq-contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 12px rgba(99,102,241,.4)}.faq-contact-button:active{transform:translateY(0)}@media (max-width:992px){.faq-items-grid{grid-template-columns:repeat(2,1fr);gap:24px}.faq-section-header{margin-bottom:40px}.faq-section-title{font-size:32px}}@media (max-width:768px){.faq-items-grid{grid-template-columns:1fr;gap:20px}.faq-section-title{font-size:28px}.faq-section-subtitle{font-size:14px}.faq-item-content{padding:28px 24px}.faq-icon{width:48px;height:48px;margin-bottom:20px;font-size:24px}.faq-heading{font-size:18px}.faq-content{font-size:14px}.faq-contact-section{margin-top:60px;padding:30px 20px}.faq-contact-title{font-size:24px}.faq-contact-subtitle{font-size:14px}.faq-avatar{width:40px;height:40px}.faq-contact-button{padding:12px 28px;font-size:15px}}@media (max-width:480px){.faq-section-container{padding:0 16px}.faq-section-title{font-size:24px}.faq-item-content{padding:24px 20px}}.simple-product-container{display:flex;align-items:center;gap:20px;padding:40px 0 90px!important;width:87%;max-width:100%;margin:0 auto;font-family:Kanit,system-ui,-apple-system,sans-serif}.simple-product-container__left-image,.simple-product-container__right-content{flex:0 0 50%}.simple-product-container__image{width:100%;object-fit:contain;object-position:center;box-shadow:0 20px 40px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,.1),0 -5px 15px rgba(0,0,0,.05),-10px 0 20px rgba(0,0,0,.08),10px 0 20px rgba(0,0,0,.08);transition:all .3s ease}.simple-product-container__placeholder{width:100%;background:#f0f9ff;border:3px dashed #20a39e;display:flex;align-items:center;justify-content:center;color:#20a39e;font:400 18px Kanit,sans-serif;box-shadow:0 20px 40px rgba(32,163,158,.12),0 10px 20px rgba(32,163,158,.08),0 -5px 15px rgba(32,163,158,.04),-10px 0 20px rgba(32,163,158,.06),10px 0 20px rgba(32,163,158,.06)}.simple-product-container__right-content{display:flex;flex-direction:column;justify-content:center;padding-left:30px}.simple-product-container__heading{font:400 35px/1.1 Kanit,sans-serif;color:#179897;margin:0 0 16px;letter-spacing:-.5px}.simple-product-container__description{font:300 20px/1.8 Kanit,sans-serif;color:#545454;margin-bottom:24px}.simple-product-container__form{display:flex;flex-direction:column;gap:14px}.simple-product-container__input{padding:14px 16px;border:2px solid #e2e8f0;font:300 14px Kanit,sans-serif;background:#fff;transition:all .3s ease;outline:none;width:100%;box-sizing:border-box}.simple-product-container__input:focus{border-color:#179897;box-shadow:0 0 0 3px rgba(32,163,158,.1)}.simple-product-container__button{padding:12px 24px;background:linear-gradient(135deg,#20a39e,#16a085);color:white;border:none;border-radius:999em;font:400 14px Kanit,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 16px rgba(32,163,158,.3),0 3px 6px rgba(32,163,158,.2);transition:all .3s ease;transform:translateY(-1px);height:44px;width:max-content;margin-top:20px}.simple-product-container__button:hover{transform:translateY(-2px);box-shadow:0 12px 20px rgba(32,163,158,.4),0 6px 10px rgba(32,163,158,.3)}.simple-product-container__button:disabled{background:#179897;cursor:not-allowed;box-shadow:none;transform:none}.simple-product-container__spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}.simple-product-container__success{padding:12px 16px;background:#d4edda;color:#155724;font:300 12px Kanit,sans-serif;border:1px solid #c3e6cb;box-shadow:0 2px 6px rgba(21,87,36,.1)}.simple-product-container__error{padding:12px 16px;background:#f8d7da;color:#721c24;font:300 12px Kanit,sans-serif;border:1px solid #f5c6cb;box-shadow:0 2px 6px rgba(114,28,36,.1)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1300px){.simple-product-container{flex-direction:column;gap:20px}.simple-product-container__left-image,.simple-product-container__right-content{flex:none;width:100%}.simple-product-container__right-content{padding-left:0}.simple-product-container__heading{font-size:32px}.simple-product-container__description{font-size:14px}}@media (max-width:480px){.simple-product-container__heading{font-size:26px}.simple-product-container__description{font-size:13px}.simple-product-container__input{padding:10px 14px;font-size:13px}.simple-product-container__button{padding:10px 20px;font-size:12px;height:40px}}.contact-locations-container{background-color:#ffffff;min-height:100vh;width:100%}.hero-section-locations{background:linear-gradient(135deg,#009999,#007a7a);color:white;padding:2rem;text-align:center;position:relative;overflow:hidden;margin-bottom:1rem}.hero-decoration-1{position:absolute;top:-50%;right:-20%;width:40%;height:200%;background:rgba(255,255,255,.05);border-radius:50%;transform:rotate(15deg)}.hero-decoration-2{position:absolute;bottom:-30%;left:-10%;width:30%;height:150%;background:rgba(255,255,255,.03);border-radius:50%;transform:rotate(-10deg)}.hero-content-globe{margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;background-color:rgba(255,255,255,.15);border-radius:50px;padding:0 1.5rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-badge svg{margin-right:.5rem}.hero-badge span{font-size:1.2rem;font-weight:400}@media (max-width:480px){.hero-badge{padding:.3rem 1rem}.hero-badge span{font-size:.6rem}}.hero-title-main{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:white;margin:0 0 1.5rem}.hero-subtitle{font-size:.9rem;font-weight:200;opacity:.95;line-height:1.8;margin:0 auto}.main-content{padding:1.2rem 0}.countries-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.country-section{margin-bottom:1.3rem;border-right:none!important}.country-header{margin-bottom:1.4rem;padding-bottom:.6rem;border-bottom:2px solid #e2e8f0}.country-header,.country-icon{display:flex;align-items:center;position:relative}.country-icon{justify-content:center;width:2rem;height:2rem;background-color:#009999;border-radius:16px;margin-right:1rem;box-shadow:0 8px 25px rgba(0,153,153,.3);overflow:hidden}.country-icon:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1))}.country-info{flex:1 1}.country-title{color:#1e293b;font-size:1.2rem;font-weight:400;margin:0;letter-spacing:-.02em}.country-details{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.country-details span{color:#64748b;font-size:1rem;font-weight:500}.country-details-dot{width:4px;height:4px;background-color:#cbd5e1;border-radius:50%}.country-decorator{position:absolute;bottom:-2px;left:6rem;width:100px;height:2px;background:linear-gradient(90deg,#009999,transparent)}.offices-grid{display:flex;flex-direction:column;gap:2rem}.office-card{background:linear-gradient(145deg,#ffffff,#f8fafc);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (max-width:480px){.office-card{padding:1.5rem}}.office-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 10px 15px -3px rgba(0,153,153,.1)}.office-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:linear-gradient(135deg,rgba(0,153,153,.03),transparent);border-radius:0 20px 0 100px}.office-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.office-title-section{flex:1 1;display:flex;align-items:center;gap:1rem}.office-title{color:#1e293b;font-size:1.1rem;font-weight:400;line-height:1.2;letter-spacing:-.01em;margin-bottom:0}.office-year{display:inline-block;font-size:.8rem;color:#64748b;font-weight:400;padding:.25rem .75rem;background-color:#f1f5f9;border-radius:8px}.office-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:400;padding:.3rem 1rem;text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;background:#f2f9f0}.office-description{color:#545454;font-size:.9rem;line-height:1.6;margin:0 0 .8rem;font-weight:200}.address-section-location{display:flex;align-items:center;padding:.4rem;background-color:#ffffff!important;border-radius:12px;border:1px solid #e2e8f0}.address-icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(240,245,250,.8),rgba(230,235,245,.9) 50%,rgba(225,230,240,.95));border-radius:12px;padding:.5rem;margin-right:1rem;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.address-text{color:#475569;font-size:.9rem;line-height:1.6;margin:0;font-weight:300}@media (max-width:480px){.address-text{font-size:.7rem}}.cta-footer{background:linear-gradient(135deg,#f8fafc,#ffffff);border-radius:32px;padding:1rem;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #f1f5f9;position:relative;overflow:hidden}.cta-footer:before{top:-50%;left:-20%;width:70%;background:linear-gradient(45deg,rgba(0,153,153,.03),transparent);transform:rotate(-15deg)}.cta-footer:after,.cta-footer:before{content:"";position:absolute;height:200%;border-radius:50%}.cta-footer:after{bottom:-50%;right:-20%;width:40%;background:linear-gradient(45deg,rgba(0,153,153,.02),transparent);transform:rotate(15deg)}.cta-content{position:relative;z-index:1}.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#009999;border-radius:20px;margin-bottom:.9rem;box-shadow:0 15px 35px rgba(0,153,153,.3)}.cta-title{color:#1e293b;font-size:1.3rem;font-weight:300;letter-spacing:-.02em}.cta-description{color:#64748b;font-size:.9rem;line-height:1.7;font-weight:200}.cta-button{background:linear-gradient(135deg,#009999,#00b3b3);color:white;border:none;border-radius:16px;padding:.7rem 1rem;font-size:.8rem;font-weight:300;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px rgba(0,153,153,.3),0 4px 6px -1px rgba(0,0,0,.1);text-transform:uppercase;letter-spacing:.05em}.cta-button:hover{background:linear-gradient(135deg,#007a7a,#009999);transform:translateY(-4px) scale(1.05);box-shadow:0 20px 40px rgba(0,153,153,.4),0 10px 15px -3px rgba(0,0,0,.1)}@media (max-width:768px){.hero-title-main{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.offices-grid{grid-template-columns:1fr}.country-icon{margin-right:0}.country-header{gap:1rem}.office-header{flex-direction:column;gap:.5rem;align-items:flex-start}.cta-title{font-size:1rem}.cta-footer{padding:3rem 2rem}}@media (max-width:480px){.hero-section-locations{padding:1rem;margin-bottom:0}.hero-subtitle{font-size:.8rem}.country-title{font-size:1rem}.office-title-section{gap:.5rem}.office-title{font-size:.9rem}.office-badge{padding:0}.cta-description,.office-description{font-size:.8rem}.cta-footer{padding:.7rem}}.tech-partners-carousel-wrapper{width:100%;padding:3rem 0;margin-top:3rem;background:linear-gradient(180deg,rgb(245,246,248) 58%,rgb(255,255,255) 0)}.tech-partners-carousel-wrapper.mobile-arrows{width:90%!important;margin:auto}.tech-partners-carousel-wrapper .tech-partners-container{padding:0}.tech-partners-carousel-wrapper .tech-partners-heading-section{text-align:center}.tech-partners-carousel-wrapper .tech-partners-heading{margin:0}.tech-partners-carousel-wrapper .tech-partners-carousel-main{position:relative!important;isolation:isolate}.tech-partners-carousel-wrapper .tech-partners-overflow-container{overflow:hidden;position:relative}.tech-partners-carousel-wrapper .tech-partners-cards-container{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.tech-partners-carousel-wrapper .tech-partner-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;padding:30px}.tech-partners-carousel-wrapper .tech-partner-card:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(0,0,0,.12);z-index:10}.tech-partners-carousel-wrapper .tech-partner-logo-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tech-partners-carousel-wrapper .tech-partner-logo-image{max-width:85%;max-height:85%;object-fit:contain;transition:transform .3s ease}.tech-partners-carousel-wrapper .tech-partner-logo-image:hover{transform:scale(1.05)}.tech-partners-carousel-wrapper .tech-partner-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6c757d}.tech-partners-carousel-wrapper .tech-partners-navigation{position:relative!important;z-index:100!important}.tech-partners-carousel-wrapper .tech-partners-desktop-arrows{position:absolute!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important;width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;pointer-events:none!important;z-index:100!important}.tech-partners-carousel-wrapper .tech-partners-mobile-arrows{display:flex;justify-content:center;align-items:center;margin-top:2rem!important;gap:1rem;width:100%;position:relative;z-index:100}.tech-partners-carousel-wrapper .tech-partners-arrow{padding:0!important;margin:0!important;border:none!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;pointer-events:auto!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;cursor:pointer!important;outline:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;text-decoration:none!important;color:inherit!important;font-family:inherit!important;position:relative!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-filter:none!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;z-index:101!important}.tech-partners-carousel-wrapper .tech-partners-arrow:active,.tech-partners-carousel-wrapper .tech-partners-arrow:focus,.tech-partners-carousel-wrapper .tech-partners-arrow:focus-visible,.tech-partners-carousel-wrapper .tech-partners-arrow:focus-within,.tech-partners-carousel-wrapper .tech-partners-arrow:hover{transform:translateY(-2px)!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;border:none!important;outline:none!important;text-decoration:none!important;color:inherit!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-filter:none!important;-webkit-tap-highlight-color:transparent!important}.tech-partners-carousel-wrapper .tech-partners-arrow:active,.tech-partners-carousel-wrapper .tech-partners-arrow:focus{outline:none!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important}.tech-partners-carousel-wrapper .tech-partners-arrow:active{transform:translateY(-1px)!important}.tech-partners-carousel-wrapper .tech-partners-arrow:active:after,.tech-partners-carousel-wrapper .tech-partners-arrow:active:before,.tech-partners-carousel-wrapper .tech-partners-arrow:after,.tech-partners-carousel-wrapper .tech-partners-arrow:before,.tech-partners-carousel-wrapper .tech-partners-arrow:focus:after,.tech-partners-carousel-wrapper .tech-partners-arrow:focus:before,.tech-partners-carousel-wrapper .tech-partners-arrow:hover:after,.tech-partners-carousel-wrapper .tech-partners-arrow:hover:before{display:none!important;content:none!important}.tech-partners-carousel-wrapper .tech-partners-arrow svg,.tech-partners-carousel-wrapper .tech-partners-arrow-icon{transition:none!important;pointer-events:none!important;display:block!important;stroke:grey!important;fill:none!important;shape-rendering:geometricPrecision!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important}.tech-partners-carousel-wrapper .tech-partners-arrow:active .tech-partners-arrow-icon,.tech-partners-carousel-wrapper .tech-partners-arrow:active svg,.tech-partners-carousel-wrapper .tech-partners-arrow:focus .tech-partners-arrow-icon,.tech-partners-carousel-wrapper .tech-partners-arrow:focus svg,.tech-partners-carousel-wrapper .tech-partners-arrow:hover .tech-partners-arrow-icon,.tech-partners-carousel-wrapper .tech-partners-arrow:hover svg{fill:none!important}.tech-partners-carousel-wrapper .tech-partners-content-wrapper{position:relative!important;display:flex;align-items:center;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-filter:none!important}@media (max-width:999px){.tech-partners-carousel-wrapper.mobile-arrows{width:70%!important}.tech-partners-carousel-wrapper .tech-partners-desktop-arrows{display:none!important}.tech-partners-carousel-wrapper .tech-partners-mobile-arrows{display:flex!important}.tech-partners-carousel-wrapper .tech-partners-navigation{position:static!important;margin-top:1.5rem}.tech-partners-carousel-wrapper .tech-partners-content-wrapper{padding-left:0!important;padding-right:0!important}}@media (min-width:1000px){.tech-partners-carousel-wrapper .tech-partners-mobile-arrows{display:none!important}.tech-partners-carousel-wrapper .tech-partners-desktop-arrows{display:flex!important}.tech-partners-carousel-wrapper .tech-partners-navigation{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;pointer-events:none!important}}@media (max-width:1200px) and (min-width:1000px){.tech-partners-content-wrapper{padding-left:50px!important;padding-right:50px!important}}@media (max-width:1400px) and (min-width:1220px){.tech-partners-content-wrapper{padding-left:80px!important;padding-right:80px!important}}@media (max-width:999px){.tech-partners-container.container-fluid{margin:auto;max-width:80%!important}.tech-partners-carousel-wrapper.mobile-arrows{margin-top:40px;width:70%!important}.tech-partners-carousel-wrapper .tech-partners-content-wrapper{padding-left:0!important;padding-right:0!important}.tech-partners-carousel-wrapper .tech-partners-overflow-container{padding:0!important}.tech-partners-carousel-wrapper .tech-partner-card{padding:20px}.tech-partners-carousel-wrapper .tech-partners-mobile-arrows{margin-top:1.5rem!important;gap:.75rem}}.blog-card-wrapper{width:100%;margin:0;padding:20px 0 25px;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,rgb(245,246,248) 50%,rgb(255,255,255) 0)}.blog-card-container{width:70%;max-width:100%;margin:0 auto;display:flex;justify-content:center}.blog-card-content{width:100%;background-color:#ffffff;border-radius:0;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;flex-direction:row;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;min-height:300px}.blog-card-content:hover{transform:translateY(-4px)}.blog-card-image-section{width:50%;min-height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;position:relative}.blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;background-color:#f1f5f9;font-family:Kanit,sans-serif;flex-direction:column;gap:8px}.blog-card-placeholder-icon{font-size:24px;opacity:.5}.blog-card-text-section{width:50%;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#ffffff}.blog-card-title-wrapper{margin-bottom:24px;width:100%;max-width:90%}.blog-card-title{font-size:22px;font-weight:400;font-family:Kanit,sans-serif;color:#1a1a1a;line-height:1.6;margin:0;letter-spacing:-.025em;text-align:center;padding:0;word-break:break-word}.blog-card-button-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.blog-card-button{background-color:#179897;color:#ffffff;font-size:18px;font-weight:400;padding:14px 30px;border-radius:999px;text-decoration:none;border:none;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:8px;font-family:Kanit,sans-serif;letter-spacing:.025em;white-space:nowrap;position:relative;overflow:hidden;min-width:120px;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.1)}.blog-card-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.blog-card-button-text{display:inline-block;transition:all .5s cubic-bezier(.16,1,.3,1)}.blog-card-button-icon{transition:all .6s cubic-bezier(.16,1,.3,1)}@media (max-width:999px){.blog-card-wrapper{width:70%;margin:0 auto;padding:0 0 10px;background:linear-gradient(180deg,white 0,white 25%,rgb(245,246,248) 0,rgb(245,246,248) 75%,white 0,white);background-color:white}.blog-card-container{width:80%}.blog-card-content{flex-direction:column;min-height:auto;box-shadow:0 8px 30px rgba(0,0,0,.15)}.blog-card-image-section{width:100%;min-height:200px}.blog-card-image-placeholder{font-size:12px}.blog-card-placeholder-icon{font-size:20px}.blog-card-text-section{width:100%;padding:40px}.blog-card-title-wrapper{max-width:100%}.blog-card-title{font-size:calc(22px * .9)}.blog-card-button{font-size:calc(16px * .9);padding:calc(12px * .8) calc(12px * 2)}.blog-card-button-icon{width:20px;height:20px}}@keyframes driveInText{0%{transform:translateX(-120px);opacity:0}20%{opacity:.3}to{transform:translateX(0);opacity:1}}@keyframes driveInIcon{0%{transform:translateX(-100px) rotate(-20deg);opacity:0}15%{opacity:.2}to{transform:translateX(0) rotate(0deg);opacity:1}}.case-studies-wrapper-v2{contain:layout style paint;box-sizing:border-box;font-family:Kanit,sans-serif;width:100%;background:var(--bottom-bg);padding-bottom:60px;margin:0}article.case-study-card-v2{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .3s ease}article.case-study-card-v2:hover{box-shadow:0 8px 30px rgba(0,0,0,.2),0 8px 30px rgba(0,0,0,.2);transform:translateY(-6px)}.mainheading{text-align:center;font-size:20px!important}.case-studies-container-v2{box-sizing:border-box;width:85%;max-width:100%;margin:0 auto}.quote-section-v2{text-align:center;margin-bottom:50px;width:100%}.quote-text-v2{margin:0 0 15px;font-size:var(--quote-size);color:var(--quote-color);font-weight:var(--quote-weight);position:relative}.quote-author-v2,.quote-text-v2{font-style:normal;line-height:1.1;padding:0 20px;font-family:inherit}.quote-author-v2{margin:0;font-size:var(--author-size);color:var(--author-color);font-weight:var(--author-weight)}.cards-section-v2{position:relative}.cards-container-with-nav{display:flex;align-items:center;gap:65px;width:100%;position:relative}.cards-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;flex:1 1;min-width:0}.nav-btn-left,.nav-btn-right{background:#ffffff;border:1px solid #fff;border-radius:50%;width:50px;height:50px;min-width:50px;min-height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;outline:none;color:#6b7280;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;flex-shrink:0}.nav-btn-left svg,.nav-btn-right svg{width:24px;height:24px}.nav-btn-left:hover,.nav-btn-right:hover{transform:translateY(-2px)!important}.case-study-card-v2{background:var(--card-bg);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.25);position:relative;display:flex;flex-direction:column;height:100%}.card-image-v2{width:100%;height:240px;position:relative;overflow:hidden;flex-shrink:0}.card-image-v2 img{width:100%;height:100%;object-fit:cover}.no-image-placeholder-v2{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:400}.card-content-v2{padding:30px;display:flex;flex-direction:column;flex-grow:1}.metric-tag-v2{display:inline-block;background:#f9fafb;color:#92400e;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:400;width:-moz-fit-content;width:fit-content}.card-title-v2{font-size:22px;color:#1f2937;font-weight:400;margin:0 0 12px;line-height:1.3}.card-description-v2{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 10px;font-weight:400;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:calc(1.6em * 2)}.view-case-btn-v2{width:100%;padding:12px 20px;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer;transition:all .3s ease;outline:none;font-family:inherit;margin-top:auto}.view-case-btn-v2:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.view-all-section-v2{text-align:center;width:100%}.view-all-btn-v2{margin-top:3em;background:var(--button-bg);color:var(--button-text);padding:16px 32px;border-radius:999em;font-size:18px;font-weight:400;transition:all .4s cubic-bezier(.175,.885,.32,1.275);outline:none;font-family:inherit;min-width:200px;display:inline-flex;gap:12px;position:relative;overflow:hidden}.view-all-btn-v2:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.view-all-btn-v2:hover{transform:translateY(-3px) scale(1.02)}.view-all-btn-v2:hover:before{left:100%}.view-all-icon-v2{width:22px;height:22px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0;transform-origin:center}.view-all-btn-v2:hover .view-all-icon-v2{transform:rotate(1turn) scale(1.1);filter:drop-shadow(0 2px 8px rgba(255,255,255,.3))}.view-all-btn-v2:active .view-all-icon-v2{transform:rotate(450deg) scale(.95)}@media (max-width:1000px) and (min-width:600px){.cards-grid-v2{grid-template-columns:repeat(2,1fr);gap:25px}.case-studies-container-v2{width:85%}.cards-container-with-nav{gap:15px}.nav-btn-left,.nav-btn-right{width:45px;height:45px;min-width:45px;min-height:45px}.nav-btn-left svg,.nav-btn-right svg{width:18px;height:18px}}@media (max-width:599px){.case-studies-wrapper-v2{padding-bottom:60px}.case-studies-container-v2{width:92%!important}.quote-section-v2{margin-bottom:30px}.quote-text-v2{padding:0 10px}.quote-author-v2{font-size:calc(var(--author-size) * .7);padding:0 10px}.cards-section-v2{margin-bottom:40px}.cards-container-with-nav{gap:20px;align-items:center}.cards-grid-v2{grid-template-columns:1fr;gap:20px;overflow:visible}.nav-btn-left,.nav-btn-right{width:40px;height:40px;min-width:40px;min-height:40px}.nav-btn-left svg,.nav-btn-right svg{width:16px;height:16px}.card-image-v2{height:200px}.card-content-v2{padding:20px}.card-title-v2{font-size:18px}.card-description-v2{font-size:14px}.view-all-btn-v2{padding:14px 28px;font-size:14px;min-width:160px}}@media (max-width:399px){.case-studies-container-v2{width:91%}.cards-container-with-nav{gap:18px}.nav-btn-left,.nav-btn-right{width:30px;height:30px;min-width:30px;min-height:30px}.nav-btn-left svg,.nav-btn-right svg{width:14px;height:14px}.quote-author-v2{font-size:calc(var(--author-size) * .8)}.card-image-v2{height:180px}.card-content-v2{padding:16px}.card-title-v2{font-size:16px}.card-description-v2{font-size:13px}}@media (min-width:1001px){.cards-grid-v2{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px) and (min-width:1000px){.cards-container-with-nav{gap:24px}}@media (max-width:1400px) and (min-width:1200px){.cards-container-with-nav{gap:50px}}.blog-section-wrapper{width:100%;background-color:unset!important}.left-side-image{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.left-side-image:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.4)}.blog-section-container{width:70.8%;max-width:100%;margin:0 auto}.blog-section-header{text-align:center;margin-bottom:50px}.blog-section-heading{font-size:32px;color:rgb(23,152,151);font-weight:400;position:relative;line-height:1.1}.blog-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.left-image-column{width:100%}.left-side-image{position:relative;width:100%;overflow:hidden;border-radius:0;box-shadow:0 8px 30px rgba(0,0,0,.4)}.left-side-image img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:500;font-size:18px}.right-blogs-column{display:flex;flex-direction:column;gap:25px}.right-blog-card{background:var(--card-bg);border-radius:0;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex:1 1;min-height:0}.right-blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.4)}.right-blog-image{position:relative;width:40%;flex-shrink:0;overflow:hidden}.right-blog-image img{width:100%;height:100%}.no-image-placeholder-small{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:500;font-size:12px}.right-blog-category{position:absolute;top:8px;left:8px;background:var(--category-color);color:white;padding:4px 8px;border-radius:0;font-size:calc(var(--category-size) - 2px);font-weight:500}.right-blog-content{padding:30px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:0}.right-blog-title{font-size:calc(var(--title-size) - 6px);font-weight:400;color:var(--title-color);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.right-blog-meta{display:flex;gap:12px;margin-bottom:8px;align-items:center;flex-wrap:wrap}.right-blog-date{font-size:calc(var(--date-size) - 1px);color:var(--date-color);font-weight:400}.right-blog-location{font-size:calc(var(--location-size) - 1px);color:var(--location-color)}.right-blog-description{font-size:calc(var(--description-size) - 2px);color:var(--description-color);line-height:1.4;margin:0 0 12px;font-weight:300;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.right-blog-readmore{margin-top:8px;background:transparent;color:var(--readmore-color);border:1px solid var(--readmore-color);padding:8px 16px;border-radius:999em;font-size:calc(var(--readmore-size) - 2px);font-weight:var(--readmore-weight);cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);outline:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:flex-start;position:relative;overflow:hidden}.right-blog-readmore:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(26,141,140,.15),transparent);transition:left .6s ease}.right-blog-readmore:hover{background:var(--readmore-color);color:white;border-color:var(--readmore-color);transform:translateY(-2px) scale(1.05)}.right-blog-readmore:hover:before{left:100%}.right-blog-readmore:active{transform:translateY(-1px) scale(1.02)}.right-blog-readmore .view-all-icon-v2{width:16px;height:16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0;transform-origin:center}.right-blog-readmore:hover .view-all-icon-v2{transform:rotate(1turn) scale(1.25);filter:drop-shadow(0 1px 6px rgba(255,255,255,.4))}.right-blog-readmore:active .view-all-icon-v2{transform:rotate(450deg) scale(.9)}.blog-placeholder{flex:1 1;display:flex;align-items:center;justify-content:center;min-height:80px}@media (max-width:1350px) and (min-width:1220px){.right-blog-content{padding:10px}.right-blogs-column{gap:15px}}@media (max-width:1500px) and (min-width:1400px){.right-blog-content{padding:22px!important}}@media (max-width:1024px){.right-blog-title{font-size:14px;-webkit-line-clamp:2;line-clamp:1}.right-blog-description,.right-blog-title{-webkit-box-orient:vertical;overflow:hidden}.right-blog-description{margin:0;font-size:10px;-webkit-line-clamp:2;line-clamp:2;flex-grow:1}.blog-section-container{width:75%;padding:0 16px}.blog-content-grid{gap:32px}.left-side-image,.right-blogs-column{height:350px}}@media (max-width:700px){.blog-section-container{width:80%}.blog-content-grid{grid-template-columns:1fr;gap:40px}.left-side-image{height:280px}.right-blogs-column{height:auto}.right-blog-card{flex-direction:column;flex:none}.right-blog-image{width:100%;height:160px}.right-blog-title{-webkit-line-clamp:3;line-clamp:3}}@media (max-width:480px){.blog-section-container{padding:0 12px}.left-side-image{height:220px}.right-blog-content{padding:16px}.right-blog-meta{flex-direction:column;align-items:flex-start;gap:6px}.right-blog-image{height:140px}}.banner-wrapper{padding:60px 0;min-height:400px}.banner-container{padding:0;max-width:100%;margin:0 auto}.banner-row{display:flex;gap:40px;min-height:300px}.banner-left-col,.banner-right-col{flex:1 1;max-width:50%}.banner-right-col{display:flex;justify-content:center;align-items:center}.banner-content{padding-right:20px}.banner-image-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.banner-image-container.slanted .banner-actual-image{transform:skewX(-2deg)}.banner-image-container.no-slant .banner-actual-image{transform:none}.banner-main-title{margin:0 0 8px;line-height:1.2}.banner-subtitle{margin:0 0 20px;line-height:1.3}.banner-description{margin:0 0 20px;line-height:1.6}#solution-banner .banner-description{font-weight:300;margin:0}.banner-link-button{margin-top:1em;display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border-radius:50px;text-decoration:none;transition:opacity .3s ease,transform .2s ease;font-weight:400}@media (max-width:480px){.banner-link-button{padding:3px 12px}}.banner-link-button:hover{opacity:.9;transform:translateX(2px)}.banner-link-button svg{flex-shrink:0}a.banner-link{text-decoration:underline;transition:opacity .3s ease;font-weight:300}.banner-image-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e5e5e5;border-radius:8px}.banner-actual-image{width:100%;object-fit:cover;object-position:center;transition:transform .3s ease}#solution-banner .banner-actual-image{width:80%}div#solution-banner{max-width:100%!important;width:82%}.banner-image-placeholder{display:flex;align-items:center;justify-content:center;color:#666;font-size:14px}.banner-yellow-box{top:75%;left:-60px;transform:translateY(-50%) skewX(-10deg)}.banner-right-box,.banner-yellow-box{position:absolute;width:120px;height:100px;border-radius:0;z-index:2;overflow:hidden}.banner-right-box{top:30px;right:-60px;transform:skewX(-10deg)}.banner-box-image{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width:1000px){.banner-yellow-box{width:80px;height:60px;left:-40px}.banner-right-box{width:80px;height:60px;right:-30px}}@media (max-width:768px){.banner-row{flex-direction:column}.banner-left-col,.banner-right-col{max-width:100%}.banner-content{padding-right:0}.banner-yellow-box{width:60px;height:45px;left:-30px;top:70%}.banner-right-box{width:60px;height:45px;right:-25px;top:-15px}}@media (max-width:480px){.banner-yellow-box{width:50px;height:35px;left:-25px;top:65%}.banner-right-box{width:50px;height:35px;right:-20px;top:-10px}}.job-listings-container{width:100%;background-color:var(--bg-color);padding:35px 0}.job-listings-inner{max-width:var(--container-max-width);margin:0 auto}.job-listings-header{text-align:left;margin-bottom:20px}.section-title{font-size:var(--section-title-size);font-weight:var(--section-title-weight);color:var(--section-title-color);margin-bottom:16px;line-height:1.2;margin-top:0}.section-subtitle{font-size:var(--section-subtitle-size);font-weight:var(--section-subtitle-weight);color:var(--section-subtitle-color);line-height:1.5;margin:0}.job-cards-wrapper{display:flex;flex-direction:column;gap:32px}.job-card{background:var(--job-card-bg);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden}.job-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.job-card-header{padding:30px 30px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.job-title{font-size:var(--job-title-size);font-weight:var(--job-title-weight);color:var(--job-title-color);margin:0;line-height:1.3}.job-card-content{padding:30px}.job-section{margin-bottom:28px}.job-section:last-of-type{margin-bottom:0}.section-heading{font-size:var(--section-heading-size);font-weight:var(--section-heading-weight);color:var(--section-heading-color);margin-bottom:12px;margin-top:0}.description-text{font-size:var(--description-size);font-weight:var(--description-weight);color:var(--description-color);line-height:var(--description-line-height);margin:0}.qualifications-list,.responsibilities-list{list-style:none;padding:0;margin:0}.qualification-item,.responsibility-item{font-size:var(--qualification-size);font-weight:var(--qualification-weight);color:var(--qualification-color);line-height:1.7;margin-bottom:12px;padding-left:24px;position:relative}.qualification-item:last-child,.responsibility-item:last-child{margin-bottom:0}.qualification-item:before,.responsibility-item:before{content:"•";position:absolute;left:8px;color:var(--job-title-color);font-weight:700;font-size:1.2em}@media (max-width:768px){.job-listings-container{padding:60px 16px}.job-listings-header{margin-bottom:40px}.section-title{font-size:calc(var(--section-title-size) * .7)}.section-subtitle{font-size:calc(var(--section-subtitle-size) * .9)}.job-card-header{padding:24px 20px 16px}.job-title{font-size:calc(var(--job-title-size) * .75)}.job-card-content{padding:20px}.section-heading{font-size:calc(var(--section-heading-size) * .9)}.description-text{font-size:calc(var(--description-size) * .95)}.qualification-item,.responsibility-item{font-size:calc(var(--qualification-size) * .95);padding-left:20px}.job-cards-wrapper{gap:24px}}@media (max-width:480px){.job-listings-container{padding:40px 12px}.section-title{font-size:calc(var(--section-title-size) * .6)}.job-card-header{padding:20px 16px 12px}.job-title{font-size:calc(var(--job-title-size) * .65)}.job-card-content{padding:16px}.section-heading{font-size:calc(var(--section-heading-size) * .85)}.job-cards-wrapper{gap:20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.job-card{animation:fadeIn .5s ease-out;animation-fill-mode:both}.job-card:first-child{animation-delay:.1s}.job-card:nth-child(2){animation-delay:.2s}.job-card:nth-child(3){animation-delay:.3s}.job-card:nth-child(4){animation-delay:.4s}.job-card:nth-child(5){animation-delay:.5s}.job-card:nth-child(6){animation-delay:.6s}.buttons-wrapper{width:100%;padding:0}.buttons-container{max-width:1200px;margin:0 auto}.buttons-flex-container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center}.button-wrapper,.custom-button{display:inline-flex}.custom-button{align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:var(--btn-padding-y) var(--btn-padding-x);background-color:var(--btn-bg-color);color:var(--btn-text-color);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);border:var(--btn-border-width) solid var(--btn-border-color);border-radius:var(--btn-border-radius);cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.custom-button:hover{background-color:var(--btn-hover-bg-color);color:var(--btn-hover-text-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.custom-button:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.1)}.button-icon{flex-shrink:0;margin-left:4px}.button-icon,.button-text{display:inline-flex;align-items:center}.buttons-empty-state{text-align:center;color:#64748b;font-size:16px}@media (max-width:768px){.buttons-flex-container{gap:12px}.custom-button{font-size:calc(var(--btn-font-size) * .9);padding:calc(var(--btn-padding-y) * .9) calc(var(--btn-padding-x) * .9)}}@media (max-width:480px){.buttons-flex-container{flex-direction:column;width:100%}.button-wrapper,.custom-button{width:100%}}.industries-b2b-section{min-width:100%;max-width:100%;flex-direction:column}.industries-b2b-section,.industries-banner{display:flex;justify-content:center;align-items:center}.industries-banner{width:100%;background:radial-gradient(ellipse at center,#66d9d9 0,#00b3b3 40%,#009999 100%);padding:1rem 2rem;margin-bottom:4rem;position:relative;overflow:hidden}.banner-float-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.banner-float-1{top:10%;left:10%;width:150px;height:150px;animation:float 6s ease-in-out infinite}.banner-float-2{bottom:15%;right:15%;width:100px;height:100px;animation:float 8s ease-in-out infinite;animation-delay:2s}.banner-float-3{top:50%;right:5%;width:80px;height:80px;background:rgba(255,255,255,.08);animation:float 7s ease-in-out infinite;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.banner-content{max-width:80rem;width:100%;text-align:center;position:relative;z-index:1}.banner-badge{display:inline-block;padding:.5rem 1rem;background:rgba(255,255,255,.2);border-radius:50px;margin-bottom:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);animation:fadeInUp .8s ease-out}.banner-badge-text{font-size:.875rem;font-weight:600;color:#004d4d;letter-spacing:.05em}.banner-title{margin:0 0 .5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fadeInUp .8s ease-out}.banner-decorative-line{width:80px;height:3px;background:linear-gradient(90deg,transparent,#009999,transparent);margin:1.2rem auto;animation:fadeInUp 1.2s ease-out}.banner-subtitle{line-height:1.625;margin:0 auto;font-weight:300;max-width:64rem;text-shadow:0 1px 2px rgba(0,0,0,.05);animation:fadeInUp 1s ease-out}.banner-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}.banner-stat-card{padding:1.5rem 2rem;background:rgba(255,255,255,.25);border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);transition:all .3s ease;cursor:pointer;min-width:150px;animation:fadeInUp 1.4s ease-out}.banner-stat-card:nth-child(2){animation-delay:.2s}.banner-stat-card:nth-child(3){animation-delay:.4s}.banner-stat-card:hover{transform:translateY(-5px) scale(1.05);background:rgba(255,255,255,.35);box-shadow:0 10px 25px rgba(0,153,153,.2)}.stat-number{font-size:2rem;font-weight:700;color:#004d4d;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#006666;font-weight:500}.industries-grid-container{max-width:80rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%}@media (max-width:320px){.industries-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.industry-card{background-color:white;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);transition:all .3s ease;overflow:hidden;cursor:pointer}.industry-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -2px rgb(0 0 0/.05);transform:translateY(-4px)}.industry-image-wrapper{aspect-ratio:16/9;overflow:hidden}.industry-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.industry-card:hover .industry-image{transform:scale(1.05)}.industry-content{padding:1.5rem}.industry-title{margin-bottom:.8rem}.industry-description{line-height:1.3;margin:0;font-weight:300}.view-all-btn-v2{margin-top:2rem;background-color:#009999;color:#ffffff!important;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;background-color:#007a7a!important}.view-all-btn-v2:hover{transform:translateY(-2px)}