header{position:relative;z-index:4;background:white}header>div{display:flex;font-family:poppins;background:white;z-index:inherit;justify-content:space-between;align-items:center;padding:0 20px}.overlay{position:fixed;bottom:0;left:0;z-index:-1;width:100vw;height:100vh;background:rgba(0,0,0,.5)}.overlay-closed{display:none}.dropdown-menu{position:absolute;display:none;transition:transform .3s ease-in-out;transform:translateY(-100vh);padding:40px 20px;z-index:2;top:100%;background:white;width:100%;left:0}.dropdown-menu.active{transform:translateY(0);transition:transform .3s ease-in-out}.dropdown-menu ul{display:flex;flex-direction:column;gap:20px}.dropdown-menu button{margin-top:40px}.logo-wrapper{background:white;padding:10px 0;z-index:inherit}li{list-style:none}header img{max-width:130px}header>div>div:last-child{display:none}header ul{display:flex;gap:40px}header li{transition:all .4s ease}header a{color:#000;display:block;text-decoration:none}header li:hover{color:#048477;cursor:pointer}header button{padding:15px 25px;transition:all .3s ease-in-out;background:#048477;border-radius:8px;border:1px solid #048477}header button:hover{background:white;color:#048477}header button:hover a{color:#048477}button a{color:#fff}.menu-btn{width:30px;height:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:transparent;border:none;cursor:pointer;padding:0}.menu-btn span{width:100%;height:2px;background-color:#000;transition:transform .3s ease,opacity .3s ease}.menu-btn.active span:nth-child(1){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 (max-width: 1024px){.logo-wrapper{width:100%}.header-desktop-button,header nav{display:none}header>div>div:last-child,.dropdown-menu{display:block}}body{font-family:nunito}.hero{position:relative;background:#048477;color:#fff}.hero>div:first-child{color:#fff;position:relative;height:40px;background:white}.rectangle{width:120px;bottom:-2px;height:100%;position:absolute}.first-rectangle{background:linear-gradient(18deg,#048477 50%,white 50%);left:0}.second-rectangle{background:linear-gradient(-18deg,#048477 50%,white 50%);right:0}.hero-content{justify-content:space-between;display:flex;gap:30px;position:relative;background:#048477;height:100%;min-height:525px;padding:0 40px}.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{position:absolute;height:auto;top:0;left:0}.hero-content h3 p:first-child{visibility:hidden}.hero-content button{display:flex;justify-content:center;gap:10px;max-width:250px;padding:12px;border-radius:8px;width:100%;align-items:center;border:none}.hero-content button img{width:20px;object-fit:cover}.hero-content button:first-child{background:white;transition:all .3s ease-in-out;color:#048477}.hero-content button:nth-child(2){color:#fff;transition:all .3s ease-in-out;border:1px solid white;background:#048477}.hero-content>div:last-child{flex-basis:60%;background:#048477}.hero-content>div:last-child>div{position:relative;padding-top:40px;background:#048477;flex-basis:70%;display:flex}.hero-content>div:last-child img{object-position:center;align-self:end;object-fit:cover;width:100%}.buttons{margin-top:40px;gap:20px;display:flex;flex-direction:column}@media (max-width: 1024px){.hero-content>div:first-child{flex-basis:45%}.hero>div:first-child{display:none}}@media (max-width: 768px){.hero-content{flex-direction:column;max-width:500px;padding:20px 20px 0;margin:0 auto}.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{display:flex;justify-content:space-between}.why-us-options>div{gap:30px}.why-us-options>div:nth-child(odd):not(:first-child){flex-direction:row-reverse}.why-choose-us h2{font-size:32px;margin-bottom:15px}.why-us-options h3{font-size:18px;margin-bottom:5px}.why-us-service h3{font-size:32px;font-weight:500}.why-us-options:first-child{border-left:1px solid black}.why-us-options>div:first-child>div:nth-child(2){display:grid;align-self:flex-end;flex-basis:80%}.why-us-options>div:not(:first-child)>div:nth-child(2){display:grid;align-self:flex-end;flex-basis:40%}.why-us-options img{max-width:100%}.why-us-options>div:first-child ul{display:flex;flex-direction:column;gap:30px}.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 black}.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{display:grid;grid-template-rows:0fr;border-bottom:1px solid rgba(0,0,0,.432);transition:.25s grid-template-rows ease}.accordion-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px 0}.accordion-title>div:first-child{display:flex;gap:20px;align-items:center}.accordion-arrow{transition:.3s all ease-in-out}.accordion--active .accordion-arrow{transform:rotate(180deg)}.accordion-title img{max-width:35px;width:100%}.accordion--active .accordion-body{grid-template-rows:1fr}.accordion-body>div{overflow:hidden}@media (max-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 (max-width: 768px){.why-us-options>div{flex-direction:column}.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 (max-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{font-weight:600;margin:10px 0}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.services>div{padding:10px;border-radius:8px;background:white}@media (max-width: 480px){.service{padding:80px 20px}}.coming-soon>div{position:relative;width:55em;padding:40px;color:#fff}.coming-soon{background-image:url(/assets/Web-94b29ee7.png);background-position:center;display:flex;align-items:center;background-size:cover;background-repeat:no-repeat;width:100%;min-height:300px}.coming-soon h3{font-size:32px;font-weight:400;margin-bottom:20px}.coming-soon-buttons{margin-top:40px;display:flex;gap:20px}.learn-more,.coming-soon-buttons button{padding:15px;color:#fff;border:none;max-width:200px;width:100%;border-radius:8px}.coming-soon-buttons>button:first-child{background:#048477;transition:all .3s ease}.coming-soon-buttons>button:first-child:hover{color:#048477;background:white}.learn-more{background:transparent;transition:all ease .3s;border:2px solid white!important}.learn-more a{color:#fff;text-decoration:none}.coming-soon-buttons a{width:100%;color:#fff;text-decoration:none}.learn-more:hover{background:transparent;color:#048477;border:2px solid #048477!important}@media (max-width: 480px){.coming-soon>div{padding:20px;width:100%}.coming-soon-buttons{flex-wrap:wrap}.coming-soon-buttons button{max-width:100%;width:100%}}footer{padding:40px;font-family:poppins;color:#fff;background:#048477;display:flex;justify-content:space-between}footer>div:first-child{max-width:350px}footer img{max-width:180px}.links h3{font-weight:400;margin-bottom:10px;font-size:20px}.links a{color:#fff;text-decoration:none}.links{display:flex;gap:50px}.links>div:first-child{display:flex;gap:50px}.links>div:last-child ul{display:flex;align-items:center;gap:20px}.links li{font-weight:300;list-style:none}.links>div:last-child img{max-width:30px;width:"100%"}@media (max-width: 1024px){footer{flex-direction:column;gap:50px}}@media (max-width: 768px){.links{flex-direction:column}}@media (max-width: 480px){footer{padding:20px;font-size:16px}.links h3{font-weight:400;margin-bottom:10px;font-size:18px}.links>div:first-child{justify-content:space-between;flex-wrap:wrap}}.copyright{background:#048477;color:#fdfdfd;padding:0 30px;font-family:Nunito,sans-serif;font-size:16px;font-weight:500}.copyright>div{border-top:1px solid white;padding:10px;width:100%;text-align:center}@media (max-width: 480px){.copyright{padding:0 20px;font-size:14px}}.privacy-body{display:flex;flex-direction:column;width:100%;padding:40px 20px;background:#F3F9F8}.privacy-body h3{text-align:center;margin-bottom:20px;font-weight:600;font-size:30px;font-family:Nunito,sans-serif;color:#048477}.privacy-body p{width:100%;font-size:14px;color:#737373;font-weight:200;font-family:Nunito,sans-serif}.privacy-body h2{font-size:16px;font-weight:600;color:#303030;font-family:Nunito,sans-serif}.privacy-body ul{margin-left:30px;font-family:Nunito,sans-serif;color:#737373;font-size:14px;list-style-type:disc}.mobile-navbar{display:flex;flex-direction:row;justify-content:center;align-items:center;height:70px;justify-content:space-between;box-shadow:0 3px 20px #000;background:#F3F9F8;padding-left:15px;padding-right:15px}.nexapay-mobile-logo img{display:flex}.join-nexapay{text-decoration:none;border:1px solid #048477;border-radius:4px;font-family:Nunito,sans-serif;background:#048477;width:full;padding-left:10px;padding-right:10px;font-size:19px;font-weight:600;color:#fff;display:flex;justify-content:center;align-items:center;height:40px}.terms-body{display:flex;flex-direction:column;justify-content:center;width:100%;padding:40px 20px;background:#F3F9F8}.terms-body h3{text-align:center;margin-bottom:20px;font-weight:600;font-size:30px;font-family:Nunito,sans-serif;color:#048477}.terms-body p{width:100%;font-size:14px;font-family:Nunito,sans-serif;color:#737373;text-align:left}.terms-body h2{font-size:16px;color:#303030;font-family:Nunito,sans-serif;font-weight:700;text-align:left}@media only screen and (max-width: 768px){.terms-body{display:flex;flex-direction:column;justify-content:center;width:100%;padding:40px 10px}.terms-body h3{text-align:center;margin-bottom:20px;font-weight:600;font-size:30px;font-family:Nunito,sans-serif}.terms-body p{width:100%;font-size:14px;font-family:Nunito,sans-serif;color:#737373;text-align:left}.terms-body h2{font-size:16px;font-family:Nunito,sans-serif;font-weight:700;text-align:left;color:#303030}}.about-us-body{width:100%;background:#F3F9F8}.about-us-hero{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.about-us-hero img{width:35%}.about-us-hero-words{width:60%}.about-us-hero-words p{font-size:20px;font-family:Nunito,sans-serif;color:#737373}.about-us-hero-words h2{font-size:20px;font-family:Nunito,sans-serif;margin-top:10px;color:#303030}.about-us-subscribe{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:230px;background-image:url(/assets/suscribe-b6420c8f.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;overflow:hidden}.about-us-subscribe:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#03685E99;pointer-events:none}.about-us-subscribe h3,p,button,input{position:relative;z-index:1}.about-us-subscribe h3{color:#fff;font-weight:600;font-family:Nunito,sans-serif;font-size:35px}.about-us-subscribe p{font-size:25px;font-weight:400;font-family:Nunito,sans-serif;color:#fff}.subscribe-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px}.subscribe-info input{height:50px;width:25%;padding-left:30px;font-size:18px;font-family:Nunito,sans-serif;font-weight:400;border:none;border-bottom-left-radius:8px;border-top-left-radius:8px}.subscribe-info input:focus{border-color:#3ab59e;outline:none}.subscribe-info button{height:50px;width:10%;border:none;background:#3AB59E;color:#f3f9f8;font-family:Nunito,sans-serif;font-size:20px;font-weight:400;border-bottom-right-radius:8px;border-top-right-radius:8px}@media only screen and (max-width: 768px){.about-us-body{width:100%}.about-us-hero{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.about-us-hero img{width:35%;display:none}.about-us-hero-words{width:90%}.about-us-hero-words p{font-size:16px;font-weight:500;color:#737373;font-family:Nunito,sans-serif;-webkit-hyphens:auto;hyphens:auto}.about-us-hero-words h2{font-size:20px;font-family:Nunito,sans-serif;margin-top:10px;color:#303030}.about-us-subscribe{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:180px;background-image:url(/assets/suscribe-b6420c8f.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;overflow:hidden}.about-us-subscribe:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#03685E99;pointer-events:none}.about-us-subscribe h3,p,button,input{position:relative;z-index:1}.about-us-subscribe h3{color:#fff;font-weight:600;font-family:Nunito,sans-serif;font-size:16px;margin-bottom:10px}.about-us-subscribe p{font-size:15px;font-weight:400;font-family:Nunito,sans-serif;color:#fff;text-align:center}.subscribe-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px}.subscribe-info input{height:50px;width:50%;padding-left:15px;font-size:12px;font-family:Nunito,sans-serif;font-weight:400;border:none;border-bottom-left-radius:8px;border-top-left-radius:8px}.subscribe-info input:focus{border-color:#048477;outline:none}.subscribe-info button{height:50px;width:25%;border:none;background:#3AB59E;color:#f3f9f8;font-family:Nunito,sans-serif;font-size:20px;font-weight:400;border-bottom-right-radius:8px;border-top-right-radius:8px}}.about-us-heading{display:flex;background:#048477;height:100px;justify-content:center;align-items:center;color:#fff;font-family:Nunito,sans-serif;font-size:30px;font-weight:700}.contact-us-hero{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-bottom:10px;background:#F3F9F8}.contact-us-hero div{width:50%}.contact-us-hero div h3{color:#303030;font-family:Nunito,sans-serif;font-size:45px;font-weight:600;padding-bottom:10px}.contact-us-hero div h3 span{color:#048477}.contact-us-hero div p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:25px}.contact-us-hero img{width:25%}@media only screen and (max-width: 768px){.contact-us-hero{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:0}.contact-us-hero div{width:90%}.contact-us-hero div h3{color:#303030;font-family:Nunito,sans-serif;font-size:16px;font-weight:600}.contact-us-hero div p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:14px}.contact-us-hero img{width:35%;display:none}}.contact-us-info{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-bottom:10px;background:#F3F9F8;height:100%}.contact-us-infos{width:40%;height:100%}.contact-us-infos h2{color:#303030;font-family:Nunito,sans-serif;font-weight:600;font-size:30px}.contact-us-infos p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:25px}.contact-us-infos span{font-size:20px;font-family:Nunito,sans-serif;font-weight:600;color:#048477}.contact-us-infos div{height:250px;margin-top:40px}.contact-us-infos img{height:25%;margin-bottom:10px}.contact-us-infos a{text-decoration:none;color:#737373}@media only screen and (max-width: 768px){.contact-us-info{display:flex;flex-direction:row;justify-content:center;align-items:center}.contact-us-infos{width:45%;height:100%}.contact-us-infos h2{color:#303030;font-family:Nunito,sans-serif;font-weight:600;font-size:16px}.contact-us-infos p{color:#737373;font-family:Nunito,sans-serif;font-weight:400;font-size:14px}.contact-us-infos span{font-size:14px;font-family:Nunito,sans-serif;font-weight:600;color:#048477}.contact-us-infos div{height:150px;margin-top:40px}.contact-us-infos img{height:25%;margin-bottom:10px}}.page-not-found{display:flex;flex-direction:row;font-family:Nunito,sans-serif}.page-not-found-body{background:#ffffff;width:80vw;height:100vh;display:flex;flex-direction:column;padding:20px}.page-not-found-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found-body h2{font-size:27px;font-weight:600;font-family:Nunito,sans-serif;margin-bottom:20px;margin-top:0}.page-not-found-info p{display:flex;flex-direction:column;width:50%;align-items:center;font-size:20px;font-weight:500;color:#737373;margin-bottom:5px}.page-not-found-info img{width:50%}.page-not-found-info button{background:#048477;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:500;width:50%;font-family:Nunito,sans-serif}@media only screen and (max-width: 768px){.page-not-found{display:flex;flex-direction:column;font-family:Nunito,sans-serif}.page-not-found-body{background:#ffffff;width:100%;height:100vh;display:flex;flex-direction:column;padding:20px}.page-not-found-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-not-found-body h2{font-size:27px;font-weight:600;font-family:Nunito,sans-serif;margin-bottom:20px;margin-top:0}.page-not-found-info p{display:flex;flex-direction:column;width:100%;align-items:center;font-size:16px;font-weight:500;color:#737373;margin-bottom:10px}.page-not-found-info img{width:50%}.page-not-found-info button{background:#048477;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:500;width:100%;font-family:Nunito,sans-serif}}.service-body{display:flex;flex-direction:column;width:100%;background:#F3F9F8}.service-body--infos{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center}.service-body--infos-words{width:40%;font-family:Nunito,sans-serif}.service-body--infos-words h3{font-size:35px;font-weight:600;color:#303030;margin-bottom:20px}.service-body--infos-words p{font-size:22px;font-weight:500;color:#737373}.service-body--infos-words a{font-size:25px;font-weight:400;color:#048477;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 (max-width: 768px){.service-body{display:flex;flex-direction:column;width:100%}.service-body--infos{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.service-body--infos-words{width:90%;font-family:Nunito,sans-serif;margin-top:20px}.service-body--infos-words h3{font-size:16px;font-weight:500;color:#303030;margin-bottom:5px}.service-body--infos-words p{font-size:14px;font-weight:400;color:#737373;line-height:20px;text-align:justify;letter-spacing:.1px;word-spacing:.1px;-webkit-hyphens:auto;hyphens:auto}.service-body--infos-words a{font-size:16px;font-weight:500;color:#048477;line-height:22.4px;height:22.4px;text-decoration:underline;display:flex;flex-direction:row;align-items:center}.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}}body{font-family:Nunito,sans-serif;margin:0}
