header{z-index:4;background:#fff;position:relative}header>div{z-index:inherit;background:#fff;justify-content:space-between;align-items:center;padding:0 20px;font-family:Nunito,sans-serif;display:flex}.overlay{z-index:-1;background:#00000080;width:100vw;height:100vh;position:fixed;bottom:0;left:0}.overlay-closed{display:none}.dropdown-menu{z-index:2;background:#fff;width:100%;padding:40px 20px;transition:transform .3s ease-in-out;display:none;position:absolute;top:100%;left:0;transform:translateY(-100vh)}.dropdown-menu.active{transition:transform .3s ease-in-out;transform:translateY(0)}.dropdown-menu ul{flex-direction:column;gap:20px;display:flex}.dropdown-menu button{margin-top:40px}.logo-wrapper{z-index:inherit;background:#fff;padding:10px 0}li{list-style:none}header img{max-width:130px}header>div>div:last-child{display:none}header ul{gap:40px;display:flex}header li{transition:all .4s}header a{color:#000;text-decoration:none;display:block}.landing_buttons{gap:10px;display:flex}.landing_buttons button{white-space:nowrap;cursor:pointer;border-radius:8px;padding:0;transition:all .3s ease-in-out;display:block}.landing_buttons a{width:120px;padding:15px;display:block}.landing_buttons button:first-child{color:#fff;background:#048477;border:1px solid #048477}.landing_buttons button:first-child a{color:#fff}.landing_buttons button:first-child:hover a{color:green}.landing_buttons button:hover{color:#048477;background:#fff}.landing_buttons button:nth-child(2){color:#048477;background:#fff;border:1px solid #048477}.landing_buttons button:nth-child(2) a{color:green}.landing_buttons button:nth-child(2):hover{color:#fff;background:#048477;border:1px solid #048477}.landing_buttons button:nth-child(2):hover a{color:#fff}.menu-btn{cursor:pointer;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;align-items:center;width:30px;height:20px;padding:0;display:flex}.menu-btn span{background-color:#000;width:100%;height:2px;transition:transform .3s,opacity .3s}.menu-btn.active span:first-child{transform:translateY(9px)rotate(45deg)}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=768px){.logo-wrapper{width:100%}.landing_buttons.main,.header-desktop-button,header nav{display:none}header>div>div:last-child,.dropdown-menu{display:block}}body{font-family:nunito}.hero{color:#fff;background:#048477;position:relative}.hero>div:first-child{color:#fff;background:#fff;height:40px;position:relative}.rectangle{width:120px;height:100%;position:absolute;bottom:-2px}.first-rectangle{background:linear-gradient(18deg,#048477 50%,#fff 50%);left:0}.second-rectangle{background:linear-gradient(-18deg,#048477 50%,#fff 50%);right:0}.hero-content{background:#048477;justify-content:space-between;gap:30px;height:100%;min-height:525px;padding:0 40px;display:flex;position:relative}.hero-content>div:first-child{background:#048477;flex-basis:35%;padding:40px 0}.hero-content>div:last-child{display:grid}.hero-content h3{font-size:4vw}.hero-content h3>div{position:relative}.hero-content h3 p:last-child{height:auto;position:absolute;top:0;left:0}.hero-content h3 p:first-child{visibility:hidden}.hero-content button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:250px;padding:12px;display:flex}.hero-content button img{object-fit:cover;width:20px}.hero-content button.app-store-btn{color:#048477;background:#fff;transition:all .3s ease-in-out}.hero-content button.google-play-btn{color:#fff;background:#048477;border:1px solid #fff;transition:all .3s ease-in-out}.hero-content>div:last-child{background:#048477;flex-basis:60%}.hero-content>div:last-child>div{background:#048477;flex-basis:70%;padding-top:40px;display:flex;position:relative}.hero-content>div:last-child img{object-position:center;object-fit:cover;align-self:end;width:100%}.buttons{flex-direction:column;gap:20px;margin-top:40px;display:flex}@media (width<=1024px){.hero-content>div:first-child{flex-basis:45%}.hero>div:first-child{display:none}}@media (width<=768px){.hero-content{flex-direction:column;max-width:500px;margin:0 auto;padding:20px 20px 0}.hero-content h3{font-size:32px}.hero-content button{max-width:100%}.hero-content>div:first-child{padding:20px 0}}.why-choose-us{padding:70px 40px}.why-us-options>div{justify-content:space-between;gap:30px;display:flex}.why-us-options>div:nth-child(odd):not(:first-child){flex-direction:row-reverse}.why-choose-us h2{margin-bottom:15px;font-size:32px}.why-us-options h3{margin-bottom:5px;font-size:18px}.why-us-service h3{font-size:32px;font-weight:500}.why-us-options:first-child{border-left:1px solid #000}.why-us-options>div:first-child>div:nth-child(2){flex-basis:80%;align-self:flex-end;display:grid}.why-us-options>div:not(:first-child)>div:nth-child(2){flex-basis:40%;align-self:flex-end;display:grid}.why-us-options img{max-width:100%}.why-us-options>div:first-child ul{flex-direction:column;gap:30px;display:flex}.why-us-options>div{margin-top:100px}.why-us-service h3{margin-bottom:30px}.why-us-options>div:first-child ul li:first-child{border-left:3px solid #000}.why-us-options>div:first-child ul li{padding-left:20px;list-style:none}.why-us-service>div{max-width:500px}.accordion-body p{padding:10px 0}.accordion-body{border-bottom:1px solid #0000006e;grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.accordion-title{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 0;display:flex}.accordion-title>div:first-child{align-items:center;gap:20px;display:flex}.accordion-arrow{transition:all .3s ease-in-out}.accordion--active .accordion-arrow{transform:rotate(180deg)}.accordion-title img{width:100%;max-width:35px}.accordion--active .accordion-body{grid-template-rows:1fr}.accordion-body>div{overflow:hidden}@media (width<=1024px){.why-us-options>div:first-child{flex-direction:column}.why-us-options>div:first-child>div:nth-child(2){margin:0 auto}}@media (width<=768px){.why-us-options>div,.why-us-options>div:nth-child(odd):not(:first-child){flex-direction:column}.why-us-service>div{max-width:100%}.why-us-options>div>div:last-child{text-align:center}.why-us-options img{width:100%}}@media (width<=480px){.why-choose-us{padding:60px 20px}}.service{background:#f3f9f8;padding:80px 40px}.service span{color:#048477}.service h2{text-align:center;margin:20px 0;font-size:35px;font-weight:500}.service h3{margin:10px 0;font-weight:600}.services{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.services>div{background:#fff;border-radius:8px;padding:10px}@media (width<=480px){.service{padding:80px 20px}}.coming-soon>div{color:#fff;width:55em;padding:40px;position:relative}.coming-soon{background-image:url(/assets/Web-B78PVbam.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:300px;display:flex}.coming-soon h3{margin-bottom:20px;font-size:32px;font-weight:400}.coming-soon-buttons{gap:20px;margin-top:40px;display:flex}.learn-more,.coming-soon-buttons button{color:#fff;border:none;border-radius:8px;width:100%;max-width:200px;padding:15px}.coming-soon-buttons>button:first-child{background:#048477;transition:all .3s}.coming-soon-buttons>button:first-child:hover{color:#048477;background:#fff}.learn-more{background:0 0;transition:all .3s;border:2px solid #fff!important}.learn-more a{color:#fff;text-decoration:none}.coming-soon-buttons a{color:#fff;width:100%;text-decoration:none}.learn-more:hover{color:#048477;background:0 0;border:2px solid #048477!important}@media (width<=480px){.coming-soon>div{width:100%;padding:20px}.coming-soon-buttons{flex-wrap:wrap}.coming-soon-buttons button{width:100%;max-width:100%}}footer{color:#fff;background:#048477;justify-content:space-between;padding:40px;font-family:Nunito,sans-serif;display:flex}footer>div:first-child{max-width:350px}footer img{max-width:180px}.links h3{margin-bottom:10px;font-size:20px;font-weight:400}.links a{color:#fff;text-decoration:none}.links,.links>div:first-child{gap:50px;display:flex}.links>div:last-child ul{align-items:center;gap:20px;display:flex}.links ul{padding:0}.links li{font-weight:300;list-style:none}.links>div:last-child img{max-width:30px;width:"100%"}@media (width<=1024px){footer{flex-direction:column;gap:50px}}@media (width<=768px){.links{flex-direction:column}}@media (width<=480px){footer{padding:20px;font-size:16px}.links h3{margin-bottom:10px;font-size:18px;font-weight:400}.links>div:first-child{flex-wrap:wrap;justify-content:space-between}}.copyright{color:#fdfdfd;background:#048477;padding:0 30px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}.copyright>div{text-align:center;border-top:1px solid #fff;width:100%;padding:10px}@media (width<=480px){.copyright{padding:0 20px;font-size:14px}}.privacy-body{background:#f3f9f8;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:60px 40px;display:flex}.privacy-body h3{text-align:center;color:#048477;margin-bottom:40px;font-family:Nunito,sans-serif;font-size:36px;font-weight:700}.privacy-body h2{color:#303030;text-align:left;margin-top:30px;margin-bottom:15px;font-family:Nunito,sans-serif;font-size:20px;font-weight:700}.privacy-body p{color:#555;text-align:left;width:100%;margin-bottom:20px;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.privacy-body ul{color:#555;margin-bottom:30px;margin-left:20px;font-family:Nunito,sans-serif;font-size:16px;line-height:1.6;list-style-type:disc}.privacy-body ul li{margin-bottom:10px}.privacy-body ul li span{color:#303030;font-weight:700}@media only screen and (width<=768px){.privacy-body{padding:40px 20px}.privacy-body h3{margin-bottom:30px;font-size:28px}.privacy-body h2{margin-top:20px;font-size:18px}.privacy-body p,.privacy-body ul{font-size:14px}}.terms-body{background:#f3f9f8;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:60px 40px;display:flex}.terms-body h3{text-align:center;color:#048477;margin-bottom:40px;font-family:Nunito,sans-serif;font-size:36px;font-weight:700}.terms-body h2{color:#303030;text-align:left;margin-top:30px;margin-bottom:15px;font-family:Nunito,sans-serif;font-size:20px;font-weight:700}.terms-body p{color:#555;text-align:left;width:100%;margin-bottom:20px;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:1.6}@media only screen and (width<=768px){.terms-body{padding:40px 20px}.terms-body h3{margin-bottom:30px;font-size:28px}.terms-body h2{margin-top:20px;font-size:18px}.terms-body p{font-size:14px}}.about-us-body{background:#f3f9f8;width:100%}.about-us-hero{flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px;display:flex}.about-us-hero img{width:35%}.about-us-hero-words{width:60%}.about-us-hero-words p{color:#737373;font-family:Nunito,sans-serif;font-size:20px}.about-us-hero-words h2{color:#303030;margin-top:10px;font-family:Nunito,sans-serif;font-size:20px}.about-us-subscribe{background-image:url(/assets/suscribe-asndHTXE.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:60px 0;display:flex;position:relative;overflow:hidden}.about-us-subscribe:before{content:"";pointer-events:none;background:#03685e99;position:absolute;inset:0}.about-us-subscribe h3,p,button,input{z-index:1;position:relative}.about-us-subscribe h3{color:#fff;font-family:Nunito,sans-serif;font-size:35px;font-weight:600}.about-us-subscribe p{color:#fff;font-family:Nunito,sans-serif;font-size:25px;font-weight:400}.subscribe-info{flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px;padding-bottom:10px;display:flex}.subscribe-info input{border:none;border-top-left-radius:8px;border-bottom-left-radius:8px;width:25%;height:50px;padding-left:30px;font-family:Nunito,sans-serif;font-size:18px;font-weight:400}.subscribe-info input:focus{border-color:#3ab59e;outline:none}.subscribe-info button{color:#f3f9f8;background:#3ab59e;border:none;border-top-right-radius:8px;border-bottom-right-radius:8px;width:10%;height:50px;font-family:Nunito,sans-serif;font-size:20px;font-weight:400}@media only screen and (width<=768px){.about-us-body{width:100%}.about-us-hero{flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px;display:flex}.about-us-hero img{width:35%;display:none}.about-us-hero-words{width:90%}.about-us-hero-words p{color:#737373;-webkit-hyphens:auto;hyphens:auto;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}.about-us-hero-words h2{color:#303030;margin-top:10px;font-family:Nunito,sans-serif;font-size:20px}.about-us-subscribe{background-image:url(/assets/suscribe-asndHTXE.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.about-us-subscribe:before{content:"";pointer-events:none;background:#03685e99;position:absolute;inset:0}.about-us-subscribe h3,p,button,input{z-index:1;position:relative}.about-us-subscribe h3{color:#fff;margin-bottom:10px;font-family:Nunito,sans-serif;font-size:16px;font-weight:600}.about-us-subscribe p{color:#fff;text-align:center;font-family:Nunito,sans-serif;font-size:15px;font-weight:400}.subscribe-info{flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px;display:flex}.subscribe-info input{border:none;border-top-left-radius:8px;border-bottom-left-radius:8px;width:50%;height:50px;padding-left:15px;font-family:Nunito,sans-serif;font-size:12px;font-weight:400}.subscribe-info input:focus{border-color:#048477;outline:none}.subscribe-info button{color:#f3f9f8;background:#3ab59e;border:none;border-top-right-radius:8px;border-bottom-right-radius:8px;width:25%;height:50px;font-family:Nunito,sans-serif;font-size:20px;font-weight:400}}.about-us-heading{color:#fff;background:#048477;justify-content:center;align-items:center;height:100px;font-family:Nunito,sans-serif;font-size:30px;font-weight:700;display:flex}.contact-us-hero{background:#f3f9f8;flex-direction:row;justify-content:space-between;align-items:center;padding:50px 2%;display:flex}.contact-us-hero div{width:55%}.contact-us-hero div h3{color:#303030;padding-bottom:10px;font-family:Nunito,sans-serif;font-size:45px;font-weight:600;line-height:1.2}.contact-us-hero div h3 span{color:#048477}.contact-us-hero div p{color:#737373;margin-top:-40px;margin-bottom:0;font-family:Nunito,sans-serif;font-size:20px;font-weight:400}.contact-us-hero img{width:370px;height:362px}@media only screen and (width<=768px){.contact-us-hero{flex-direction:column;align-items:flex-start;gap:30px;padding:40px 5%}.contact-us-hero div{width:100%}.contact-us-hero div h3{font-size:32px;line-height:1.3}.contact-us-hero div p{margin-top:10px;font-size:18px}.contact-us-hero img{width:100%;height:auto;margin-top:20px;display:block}}.contact-us-info{background:#f8fbfb;justify-content:center;padding:50px 2%;display:flex}.info-grid{grid-template-columns:repeat(3,1fr);gap:60px 220px;width:100%;max-width:1500px;padding-right:-25px;display:grid}.info-card{flex-direction:column;align-items:flex-start;gap:15px;display:flex}.info-card img{object-fit:contain;width:auto;height:60px;margin-bottom:10px}.icon-container{margin-bottom:10px}.info-card h2{color:#303030;margin:0;font-family:Nunito,sans-serif;font-size:24px;font-weight:600}.info-card p{color:#737373;margin:0;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.info-card span,.info-card a{color:#048477;font-family:Nunito,sans-serif;font-size:16px;font-weight:600;text-decoration:none}@media only screen and (width<=1024px){.info-grid{gap:40px}}@media only screen and (width<=768px){.contact-us-info{padding:40px 5%}.info-grid{grid-template-columns:1fr;gap:40px}.info-card{text-align:center;align-items:center}}.page-not-found{flex-direction:row;font-family:Nunito,sans-serif;display:flex}.page-not-found-body{background:#fff;flex-direction:column;width:80vw;height:100vh;padding:20px;display:flex}.page-not-found-info{flex-direction:column;justify-content:center;align-items:center;display:flex}.page-not-found-body h2{margin-top:0;margin-bottom:20px;font-family:Nunito,sans-serif;font-size:27px;font-weight:600}.page-not-found-info p{color:#737373;flex-direction:column;align-items:center;width:50%;margin-bottom:5px;font-size:20px;font-weight:500;display:flex}.page-not-found-info img{width:50%}.page-not-found-info button{color:#fff;background:#048477;border:none;border-radius:8px;width:50%;padding:10px 20px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}@media only screen and (width<=768px){.page-not-found{flex-direction:column;font-family:Nunito,sans-serif;display:flex}.page-not-found-body{background:#fff;flex-direction:column;width:100%;height:100vh;padding:20px;display:flex}.page-not-found-info{flex-direction:column;justify-content:center;align-items:center;display:flex}.page-not-found-body h2{margin-top:0;margin-bottom:20px;font-family:Nunito,sans-serif;font-size:27px;font-weight:600}.page-not-found-info p{color:#737373;flex-direction:column;align-items:center;width:100%;margin-bottom:10px;font-size:16px;font-weight:500;display:flex}.page-not-found-info img{width:50%}.page-not-found-info button{color:#fff;background:#048477;border:none;border-radius:8px;width:100%;padding:10px 20px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}}.service-body{background:#f3f9f8;flex-direction:column;width:100%;display:flex}.service-body--infos{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}.service-body--infos-words{width:40%;font-family:Nunito,sans-serif}.service-body--infos-words h3{color:#303030;margin-bottom:20px;font-size:35px;font-weight:600}.service-body--infos-words p{color:#737373;font-size:22px;font-weight:500}.service-body--infos-words a{color:#048477;font-size:25px;font-weight:400;text-decoration:underline}.service-body--infos-words p:last-child{margin-top:10px}.service-body--infos img{width:40%}.service-body--infos-words a img{width:auto;height:60%;padding-left:10px}@media only screen and (width<=768px){.service-body{flex-direction:column;width:100%;display:flex}.service-body--infos{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.service-body--infos-words{width:90%;margin-top:20px;font-family:Nunito,sans-serif}.service-body--infos-words h3{color:#303030;margin-bottom:5px;font-size:16px;font-weight:500}.service-body--infos-words p{color:#737373;text-align:justify;letter-spacing:.1px;word-spacing:.1px;-webkit-hyphens:auto;hyphens:auto;font-size:14px;font-weight:400;line-height:20px}.service-body--infos-words a{color:#048477;flex-direction:row;align-items:center;height:22.4px;font-size:16px;font-weight:500;line-height:22.4px;text-decoration:underline;display:flex}.service-body--infos-words p:last-child{margin-top:5px}.service-body--infos img{width:90%;display:flex}.service-body--infos:nth-child(2),.service-body--infos:nth-child(4){flex-direction:column-reverse}.service-body--infos-words a img{width:auto;height:60%;padding-left:10px}}*{box-sizing:border-box}body{margin:0;font-family:Nunito,sans-serif;overflow-x:hidden}.faqs-container{box-sizing:border-box;background-color:#fafafa;flex-direction:column;align-items:center;padding:40px 5% 80px;display:flex}.faqs-hero{text-align:center;color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#05887c 0%,#03685e 100%);border-radius:12px;width:100%;max-width:900px;margin-bottom:40px;padding:60px 20px}.faqs-hero h1{margin-bottom:20px;font-size:36px;font-weight:500}.faq-highlight{color:#111}.faqs-hero h1 strong{font-weight:700}.faqs-hero p{opacity:.9;max-width:600px;margin:0 auto 30px;font-size:16px;line-height:1.5}.faqs-search-bar{background:#fff;border-radius:8px;align-items:center;max-width:500px;margin:0 auto;padding:6px 6px 6px 16px;display:flex}.faqs-search-bar svg,.faqs-search-bar .search-icon{color:#888;margin-right:10px;font-size:18px}.faqs-search-bar input{color:#333;border:none;outline:none;flex:1;padding:10px 0;font-family:Nunito,sans-serif;font-size:14px}.faqs-search-bar button{color:#fff;cursor:pointer;background-color:#048477;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .3s}.faqs-search-bar button:hover{background-color:#036b60}.faqs-list-section{width:100%;max-width:900px}.faqs-list{flex-direction:column;gap:16px;display:flex}.faq-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 4px #00000005}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.faq-question h3{color:#333;margin:0;font-size:16px;font-weight:500}.faq-toggle-btn{color:#048477;cursor:pointer;background:0 0;border:1px solid #048477;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:16px;line-height:1;display:flex}.faq-answer{color:#666;padding:0 24px 20px;font-size:15px;line-height:1.6}.faq-answer p{margin:0}.faqs-empty-state{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #f0f0f0;border-radius:10px;width:100%;padding:90px 20px;box-shadow:0 4px 20px #0000000d}.faqs-empty-icon{object-fit:contain;width:92px;height:92px;margin-bottom:18px}.faqs-empty-state h3{color:#111;margin:0;font-size:24px;font-weight:600}.faqs-empty-state p{color:#555;max-width:560px;margin:14px auto 0;font-size:15px;line-height:1.6}.show-more-container{text-align:center;margin-top:40px;margin-bottom:20px}.show-more-btn{color:#048477;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:12px;margin:0 auto;font-family:Nunito,sans-serif;font-size:24px;font-weight:400;display:flex}.show-more-btn svg{width:24px;height:24px}.desktop-br{display:block}.still-have-questions-section{box-sizing:border-box;text-align:left;background:#fff;border:1px solid #f0f0f0;border-radius:10px;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:900px;margin-top:60px;padding:60px;display:flex;box-shadow:0 4px 20px #0000000d}.shq-text h2{color:#111;margin:0;font-size:32px;font-weight:500;line-height:2}.shq-text p{color:#444;margin:0;font-size:18px;line-height:.7}.shq-buttons{flex-direction:column;gap:16px;min-width:200px;display:flex}.shq-live-chat-btn{color:#fff;box-sizing:border-box;background-color:#05887c;border:1px solid #05887c;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 24px;font-family:Nunito,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.shq-live-chat-btn svg{margin-bottom:2px}.shq-live-chat-btn:hover{background-color:#03685e}.shq-email-btn{color:teal;box-sizing:border-box;background-color:#0000;border:1px solid teal;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:12px 24px;font-family:Nunito,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.shq-email-btn:hover{background-color:#e6f2f2;border-width:1px}.mobile-br{display:none}@media (width<=768px){.faqs-container{padding:20px 20px 40px}.faqs-hero{width:100%;margin-bottom:30px;padding:40px 20px}.faqs-list-section,.still-have-questions-section{width:100%}.faqs-hero h1{font-size:28px}.faqs-search-bar{padding:4px 4px 4px 12px}.faqs-search-bar input{padding:8px 0;font-size:13px}.faqs-search-bar button{padding:8px 16px;font-size:13px}.desktop-br{display:none}.faqs-empty-state{padding:60px 16px}.faqs-empty-icon{width:78px;height:78px;margin-bottom:14px}.faqs-empty-state h3{font-size:18px}.faqs-empty-state p{margin-top:10px;font-size:13px}.still-have-questions-section{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px 20px}.shq-text h2{margin-bottom:8px;line-height:1.3}.shq-text p{line-height:1.4}.shq-buttons{width:100%;margin-top:10px}.mobile-br{display:block}.faq-question{align-items:flex-start}.faq-question h3{flex:1}.faq-toggle-btn{flex-shrink:0;margin-top:2px}}.helpcenter-container{box-sizing:border-box;background-color:#fafafa;flex-direction:column;align-items:center;padding:60px 5% 100px;font-family:inherit;display:flex}.helpcenter-hero{text-align:center;width:100%;max-width:800px;margin-bottom:50px;padding:20px 0;position:relative}.support-badge{color:#048477;letter-spacing:.5px;background-color:#e8f5e9;border-radius:20px;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.helpcenter-hero h1{color:#111;margin:0 0 12px;font-size:40px;font-weight:600}.helpcenter-hero p{color:#666;margin:0 0 36px;font-size:18px}.helpcenter-search-bar{background:#fff;border:1px solid #f0f0f0;border-radius:8px;align-items:center;max-width:500px;margin:0 auto;padding:6px 6px 6px 16px;display:flex;box-shadow:0 4px 20px #0000000d}.helpcenter-search-bar svg{color:#999;margin-right:12px}.helpcenter-search-bar input{color:#333;border:none;outline:none;flex:1;padding:12px 0;font-family:inherit;font-size:14px}.helpcenter-search-bar button{color:#fff;cursor:pointer;background-color:#048477;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .3s}.helpcenter-search-bar button:hover{background-color:#036b60}.helpcenter-goal{text-align:center;max-width:800px;margin-bottom:60px}.helpcenter-goal h2{color:#111;margin-top:0;margin-bottom:16px;font-size:24px;font-weight:600}.helpcenter-goal p{color:#666;margin:0;font-size:15px;line-height:1.6}.helpcenter-content{flex-direction:column;align-items:center;width:100%;max-width:900px;display:flex}.helpcenter-tabs{border-bottom:1px solid #eaeaea;flex-wrap:wrap;justify-content:center;gap:32px;width:100%;margin-bottom:40px;display:flex}.tab-btn{color:#555;cursor:pointer;background:0 0;border:none;margin-bottom:-1px;padding:12px 0;font-family:inherit;font-size:15px;font-weight:500;transition:color .3s;position:relative}.tab-btn:hover{color:#111}.tab-btn.active{color:#048477;font-weight:600}.tab-btn.active:after{content:"";background-color:#048477;border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:0;left:0}.helpcenter-topics{width:100%;max-width:1000px}.topic-header{align-items:center;margin-bottom:24px;display:flex}.topic-accent{background-color:#048477;border-radius:4px;width:4px;height:24px;margin-right:12px}.topic-header h2{color:#111;margin:0;font-size:20px;font-weight:600}.helpcenter-list{flex-direction:column;gap:16px;display:flex}.hc-faq-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000008}.hc-faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.hc-faq-question h3{color:#222;align-items:center;margin:0;font-size:15px;font-weight:500;display:flex}.faq-question-with-icon{align-items:center;gap:12px;display:flex}.hc-question-icon{object-fit:contain;width:20px;height:20px}.hc-faq-toggle-btn{color:#048477;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.hc-faq-answer{color:#666;padding:0 28px 24px;font-size:14px;line-height:1.6}.hc-faq-answer p{margin:0}.helpcenter-empty-state{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:60px 20px}.helpcenter-empty-icon{width:80px;margin-bottom:20px}.helpcenter-empty-state h3{color:#111;margin:0 0 10px;font-size:20px}.helpcenter-empty-state p{color:#666;margin:0;font-size:15px}@media (width<=768px){.helpcenter-container{padding:40px 20px 60px}.helpcenter-hero h1{font-size:32px}.helpcenter-hero p{font-size:16px}.helpcenter-search-bar{padding:5px 5px 5px 12px}.helpcenter-search-bar input{font-size:13px}.helpcenter-search-bar button{margin-left:8px;padding:8px 16px;font-size:13px}.helpcenter-tabs{white-space:nowrap;justify-content:flex-start;gap:20px;padding-bottom:10px;overflow-x:auto}.tab-btn{flex-shrink:0;padding:8px 0;font-size:14px}.hc-faq-question{padding:20px}.hc-faq-answer{padding:0 20px 20px}.hc-support-banner{text-align:center;border-radius:12px;flex-direction:column;gap:50px;margin-top:60px;padding:60px 40px}.hc-support-banner-left{width:100%;max-width:100%}.hc-support-banner-left h2{margin-bottom:20px;font-size:32px}.hc-support-banner-left p{max-width:100%;margin-bottom:40px;font-size:16px}.hc-support-contacts{align-items:center;gap:24px}.hc-contact-item{justify-content:center;width:100%;max-width:280px;margin:0 auto}.hc-live-chat-card{box-sizing:border-box;width:100%;padding:40px 30px}.hc-support-banner-right{width:100%;max-width:100%}}@media (width<=600px){.hc-support-banner{gap:40px;padding:40px 20px}.hc-support-banner-left h2{font-size:26px}.hc-support-banner-left p{margin-bottom:30px;font-size:15px}.hc-support-contacts{gap:20px}}.topic-header-wrapper{margin-bottom:24px}.topic-header-wrapper .topic-header{margin-bottom:12px}.topic-subtitle{color:#666;margin:0;font-size:15px;line-height:1.6}.faq-jsx-content p{margin:0 0 12px}.faq-jsx-content ul{margin:0;padding-left:24px;list-style-type:disc}.faq-jsx-content li{margin-bottom:8px;line-height:1.5;list-style-type:disc;display:list-item}.faq-jsx-content li:last-child{margin-bottom:0}.account-limits-section{width:100%;margin-top:50px}.account-limits-section h3{color:#111;margin:0 0 24px;font-size:22px;font-weight:600}.limits-table-wrapper{background:#fff;border:1px solid #f0f0f0;border-radius:8px;width:100%;margin-bottom:20px;overflow-x:auto;box-shadow:0 2px 8px #00000008}.limits-table{border-collapse:collapse;width:100%;min-width:650px}.limits-table th{text-align:left;color:#555;background-color:#fafafa;border-bottom:1px solid #eaeaea;padding:16px 24px;font-size:13px;font-weight:600}.limits-table td{color:#222;vertical-align:middle;border-bottom:1px solid #eaeaea;padding:20px 24px;font-size:14px;font-weight:500}.limits-table tr:hover td{background-color:#fafafa}.limits-table tr:last-child td{border-bottom:none}.tier-badge{border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.t2-badge,.t3-badge{color:#048477;background-color:#d9eada}.limits-info{color:#666;align-items:center;gap:8px;margin:0;font-size:13px;display:flex}.unlimited{color:#048477}.limits-info svg{color:#048477;flex-shrink:0}.infocircle{width:14px;height:14px}.dollar-card-info{padding-bottom:8px}.dc-features-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.dc-feature-card{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:8px;align-items:flex-start;gap:16px;padding:20px;display:flex}.dc-feature-icon{background-color:#dbf0ec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dc-feature-icon svg{color:#048477;width:20px;height:20px}.dc-feature-text{flex-direction:column;display:flex}.dc-feature-text h4{color:#111;margin:0 0 6px;font-size:15px;font-weight:600}.dc-feature-text p{color:#666;margin:0;font-size:13px;line-height:1.5}.dc-creation-section{margin-top:50px}.dc-creation-section h3{color:#111;margin:0 0 24px;font-size:22px;font-weight:600}.dc-steps-list{flex-direction:column;gap:24px;display:flex}.dc-step-item{align-items:flex-start;gap:16px;display:flex;position:relative}.dc-step-item:not(:last-child):after{content:"";opacity:.3;background-color:#048477;width:1px;height:24px;position:absolute;top:32px;left:16px}.dc-step-number{color:#fff;background-color:#048477;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.dc-step-text{flex-direction:column;display:flex}.dc-step-text h4{color:#111;margin:0 0 6px;font-size:16px;font-weight:600}.dc-step-text p{color:#666;margin:0;font-size:14px;line-height:1.5}.hc-support-banner{box-sizing:border-box;color:#fff;background-color:#0e3d35;border-radius:5px;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1000px;margin-top:60px;padding:60px;display:flex}.hc-support-banner-left{flex:1;max-width:500px}.hc-support-banner-left h2{margin:0 0 16px;font-size:36px;font-weight:500;line-height:1.2}.hc-support-banner-left p{color:#a3bdb9;margin:0 0 40px;font-size:16px;line-height:1.6}.hc-support-contacts{flex-direction:column;gap:24px;display:flex}.hc-contact-item{align-items:center;gap:16px;display:flex}.hc-contact-icon{color:#0e3d35;background-color:#dbf0ec;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hc-contact-icon svg{color:#048477}.hc-contact-text{flex-direction:column;display:flex}.hc-contact-label{color:#a3bdb9;margin-bottom:4px;font-size:13px}.hc-contact-value{color:#fff;font-size:15px;font-weight:500}.hc-support-banner-right{flex-shrink:0;width:100%;max-width:320px}.hc-live-chat-card{text-align:center;background-color:#1a4740;border-radius:12px;padding:40px 30px;box-shadow:0 10px 30px #0000001a}.hc-live-chat-icon{border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;display:flex}.hc-live-chat-icon svg{color:#fff}.hc-live-chat-card h3{color:#fff;margin:0 0 12px;font-size:20px;font-weight:500}.hc-live-chat-card p{color:#a3bdb9;margin:0 0 24px;font-size:14px;line-height:1.5}.text-right{text-align:right!important}.dc-fees-section,.dc-limits-section{margin-top:50px}.dc-limits-section .helpcenter-list,.dc-creation-section .helpcenter-list{margin-bottom:30px}.dc-fees-section h3,.dc-limits-section h3{color:#111;margin:0 0 24px;font-size:22px;font-weight:600}.fees-table-wrapper{background:#fff;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 8px #00000008}.fees-table{border-collapse:collapse;width:100%}.fees-table th{color:#555;text-align:left;background-color:#fff;border-bottom:1px solid #eaeaea;padding:18px 24px;font-size:13px;font-weight:600}.fees-table td{color:#333;border-bottom:1px solid #eaeaea;padding:16px 24px;font-size:14px}.fees-table tr:last-child td{border-bottom:none}.fees-table td strong{color:#048477;font-weight:600}.fees-disclaimer{color:#888;margin-top:10px;font-size:12px}.dc-limit-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.dc-limit-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:10px;flex-direction:column;justify-content:space-between;padding:24px;display:flex;box-shadow:0 2px 8px #00000005}.dc-limit-info{flex-direction:column;margin-bottom:20px;display:flex}.dc-limit-label{color:#888;letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:700}.dc-limit-amount{color:#111;font-size:20px;font-weight:700}.dc-limit-progress-bg{background-color:#f0f0f0;border-radius:2px;width:100%;height:4px;overflow:hidden}.dc-limit-progress{background-color:#048477;border-radius:2px;height:100%}@media (width<=650px){.dc-limit-grid,.dc-features-grid{grid-template-columns:1fr}}.related-articles-section .account-limits-section{margin-top:10px}.related-articles-section{border-top:1px solid #f0f0f0;margin-top:10px;padding-top:20px}.ra-title{color:#111;margin-bottom:12px;font-size:18px;font-weight:600}.article-cards-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;display:grid}.article-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:24px;transition:all .3s}.article-card:hover{border-color:#048477;box-shadow:0 4px 12px #0000000d}.article-card h3{color:#111;margin:0 0 8px;font-size:16px;font-weight:600}.article-card p{color:#666;margin:0;font-size:14px;line-height:1.5}.sp-special-layout{flex-direction:column;gap:40px;display:flex}.security-features-grid{gap:24px;width:100%;margin-top:24px;display:flex}.security-feature-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;flex:1;gap:16px;min-width:0;padding:24px;transition:all .3s;display:flex}.security-feature-icon{color:#048477;background-color:#dbf0ec;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.security-feature-text h4{color:#111;margin:0 0 8px;font-size:16px;font-weight:600}.security-feature-text p{color:#666;text-align:left;margin:0;font-size:13px;line-height:1.5}.sp-direct-section{background:0 0;border:none;padding:0}.sp-question-row{color:#111;align-items:center;gap:12px;margin-bottom:24px;font-size:18px;font-weight:600;display:flex}.sp-question-row img{object-fit:contain;width:24px;height:24px}.sp-answer-body{padding:0}.over-lay{width:20px;height:20px}.over-lay-auth{width:30px;height:30px}.over-lay-ex{width:20px;height:20px;margin-top:-1px}.sp-unauthorized-section{background-color:#0000;border:none;padding:0}.sp-unauthorized-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:30px}.sp-section-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.sp-section-header h3{color:#111;margin:0;font-size:20px;font-weight:600}.sp-steps-list{flex-direction:column;gap:24px;margin-left:10px;display:flex}.sp-step-item{align-items:flex-start;gap:16px;display:flex;position:relative}.sp-step-item:after{display:none}.sp-step-number{color:#fff;z-index:1;background-color:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.sp-step-text h4{color:#111;margin:0 0 4px;font-size:15px;font-weight:600}.sp-step-text p{color:#666;margin:0;font-size:14px;line-height:1.5}.sp-note-box{background-color:#fff5f5;border-left:none;border-radius:8px;align-items:flex-start;gap:12px;margin-top:30px;padding:16px 20px;display:flex}.sp-note-box p{color:#c53030;margin:0;font-size:14px;line-height:1.5}.privacy-info>p{color:#444;margin-bottom:24px;font-size:15px}.privacy-checks-list{flex-direction:column;gap:16px;margin:0 0 30px;padding:0;list-style:none;display:flex}.privacy-checks-list li{align-items:flex-start;gap:12px;display:flex}.privacy-checks-list li svg{flex-shrink:0;margin-top:2px}.privacy-checks-list li span{color:#555;font-size:14px;line-height:1.5}.privacy-summary-box{background-color:#0000;border:none;margin-top:50px;margin-left:42px;padding:0}.privacy-summary-box p:first-child{color:#111;margin-bottom:12px;font-size:15px}.privacy-summary-box p:nth-child(2){color:#555;margin-bottom:16px;font-size:14px;line-height:1.6}.privacy-link-wrapper{align-items:center;gap:8px;display:flex}.privacy-link{color:#048477;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.privacy-arrow{margin-top:3px;width:12px!important;height:12px!important}.privacy-link:hover{color:#0369a1;text-decoration:underline}@media (width<=900px){.security-features-grid{gap:16px}.security-feature-card{padding:16px}}@media (width<=768px){.security-features-grid{flex-direction:column}}@media (width<=650px){.article-cards-grid{grid-template-columns:1fr}}.hc-open-chat-btn{color:#fff;box-sizing:border-box;background-color:#05887c;border-radius:6px;width:100%;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.hc-open-chat-btn:hover{background-color:#046e65}
