@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Potta+One&display=swap);*{margin:0;padding:0}body,html{min-height:100svh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;color:#4a4a4a;font-family:Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}svg{height:24px;width:24px}svg.spin{animation:spin 1s linear infinite}button,input,textarea{font-family:Poppins,sans-serif}textarea{resize:none}.animate{opacity:0;transform:translateY(40px);transition:.7s linear;visibility:hidden}.entry{opacity:1!important;transform:translateY(0)!important;visibility:visible!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{scroll-behavior:smooth}.landing-page{min-height:100svh}.landing-page,.landing-page .hero-section{display:flex;flex-direction:column;width:100%}.landing-page .hero-section{box-sizing:border-box;height:100svh;justify-content:space-between;padding:40px 3%}.landing-page .hero-section header.desktop-header{display:none}.landing-page .hero-section header.mobile-header{align-items:center;display:flex;justify-content:space-between;width:100%}.landing-page .hero-section{padding:20px 5% 40px}.landing-page .hero-section header.mobile-header .logo-container{height:70px;width:auto}.landing-page .hero-section header.mobile-header .logo-container img{height:100%;width:100%}.landing-page .hero-section header.mobile-header svg{cursor:pointer}.landing-page .hero-section header.desktop-header{align-items:center;display:flex;justify-content:space-between}.landing-page .hero-section header.desktop-header .logo-container{height:70px}.landing-page .hero-section header.desktop-header .logo-container img{height:100%;width:100%}.landing-page .hero-section header.desktop-header nav{display:flex;gap:20px}.landing-page .hero-section header.desktop-header nav a{color:#234b73;text-decoration:none}.landing-page .hero-section .main-section{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:space-between}.landing-page .hero-section .main-section .information{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.landing-page .hero-section .main-section .information .big-title{align-items:center;display:flex;gap:7px}.landing-page .hero-section .main-section .information .big-title .left{align-items:center;background-color:#0d977c;border-radius:20px;color:#fff;display:flex;gap:7px;justify-content:center;padding:7px 13px}.landing-page .hero-section .main-section .information .big-title .left span{font-size:1.4em}.landing-page .hero-section .main-section .information .big-title .middle span{color:#234b73;font-size:1.4em}.landing-page .hero-section .main-section .information .big-title .right{align-items:center;background-color:#234b73;border-radius:20px;color:#fff;display:flex;gap:7px;justify-content:center;padding:7px 13px}.landing-page .hero-section .main-section .information .big-title .right span{font-size:1.4em}.landing-page .hero-section .main-section .information .sub-title{color:#727272;font-size:.9em;font-weight:400;max-width:60%;text-align:center}.landing-page .hero-section .main-section .actions-button{display:flex;gap:40px;margin-top:15px}.landing-page .hero-section .main-section .actions-button button{background-color:#0d977c;border:none;border-radius:15px;color:#fff;cursor:pointer;outline:none;padding:10px 20px;transition:.3s linear}.landing-page .hero-section .main-section .actions-button button:last-child{background-color:#234b73}.landing-page .hero-section .main-section .numbers-data{display:flex;gap:40px}.landing-page .hero-section .main-section .numbers-data .data{align-items:center;display:flex;flex-direction:column;min-width:150px}.landing-page .hero-section .main-section .numbers-data .data span:first-child{color:#0d977c;font-size:1.3em}.landing-page .hero-section .main-section .numbers-data .data span:last-child{color:#727272;font-size:.8em}.landing-page .hero-section .bottom-section{align-items:flex-end;display:flex;justify-content:space-between}.landing-page .hero-section .bottom-section .icons-triangle{align-items:center;display:flex;flex-direction:column;gap:20px}.landing-page .hero-section .bottom-section .icons-triangle .row{display:flex;gap:20px;justify-content:center}.landing-page .hero-section .bottom-section .icons-triangle .row .icon-container{align-items:center;background-color:#0d977c;border-radius:15px;color:#fff;display:flex;justify-content:center;padding:14px}.landing-page .hero-section .bottom-section .icons-triangle.right .row .icon-container{background-color:#234b73}.landing-page .hero-section .bottom-section .middle{align-items:center;display:flex;gap:7px}.landing-page .hero-section .bottom-section .middle span{color:#727272;font-size:.8em}.landing-page .hero-section .bottom-section .middle svg{animation:wiggle 1.6s linear infinite}.landing-page .how-works{background-color:#234b73;color:#fff;padding:40px 3%}.landing-page .how-works .headings{display:flex;flex-direction:column}.landing-page .how-works .headings h3{font-weight:400}.landing-page .how-works .headings p{font-size:.8em;max-width:40%}.landing-page .how-works .work-line{display:flex;flex-direction:column;gap:10px;margin-top:40px}.landing-page .how-works span:first-child{font-size:.9em}.landing-page .how-works .work-line .steps{display:flex;justify-content:space-between;position:relative;width:100%}.landing-page .how-works .work-line .steps .track-line{background-color:#fff;border-radius:20px;height:5px;left:20px;position:absolute;top:15px;transition:1s linear;width:0;z-index:0}.landing-page .how-works .work-line .steps .track-line.entry{width:calc(100% - 40px)}.landing-page .how-works .work-line .steps .step,.landing-page .how-works .work-line .steps .step .info{align-items:center;display:flex;flex-direction:column;justify-content:center}.landing-page .how-works .work-line .steps .step:nth-child(2),.landing-page .how-works .work-line .steps .step:nth-child(2) .info{align-items:flex-start}.landing-page .how-works .work-line .steps .step:last-child,.landing-page .how-works .work-line .steps .step:last-child .info{align-items:flex-end}.landing-page .how-works .work-line .steps .step .number{align-items:center;background-color:#fff;border-radius:50%;color:#234b73;display:flex;font-size:1.1em;height:40px;justify-content:center;margin-bottom:10px;width:40px;z-index:2}.landing-page .how-works .work-line .steps .step h4{font-size:1.1em;font-weight:400}.landing-page .how-works .work-line .steps .step p{font-size:.8em;margin-top:3px}.landing-page .how-works .quote{display:flex;font-weight:300;justify-content:center;margin-top:40px;text-align:center}.landing-page .partners{justify-content:center;padding:40px 3%}.landing-page .partners,.landing-page .partners .headings{align-items:center;display:flex;flex-direction:column}.landing-page .partners .headings h2{color:#4a4a4a;font-weight:400}.landing-page .partners .headings h2 strong{background-color:#0d977c;border-radius:10px;color:#fff;font-weight:400;padding:4px 10px}.landing-page .partners .headings p{color:#727272;font-size:.9em;margin-top:8px}.landing-page .partners .carousels-container{display:flex;gap:25px;margin-top:50px;overflow:hidden;position:relative;width:80%}.landing-page .partners .carousels-container .front-filter{background-color:#fff;filter:blur(20px);height:100%;left:-4%;position:absolute;top:0;width:10%;z-index:3}.landing-page .partners .carousels-container .end-filter{background-color:#fff;filter:blur(20px);height:100%;position:absolute;right:-4%;top:0;width:10%;z-index:3}.landing-page .partners .carousels-container .carousel{display:flex;gap:25px;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;width:100%}.landing-page .partners .carousels-container .carousel::-webkit-scrollbar{display:none}.landing-page .partners .carousels-container .carousel .carousel-track{animation:scrollInfinite 15s linear infinite;display:flex;gap:25px;width:-webkit-max-content;width:max-content}.landing-page .partners .carousels-container .carousel.reverse .carousel-track{animation:scrollInfiniteReverse 15s linear infinite}.landing-page .partners .carousels-container .carousel.paused .carousel-track{animation-play-state:paused}.landing-page .partners .carousels-container .carousel img{height:50px;pointer-events:none;-webkit-user-select:none;user-select:none}.landing-page .why-choose{border-top:7px solid #0d977c;color:#234b73;margin-top:20px;padding:40px 3%}.landing-page .why-choose .headings{display:flex;flex-direction:column}.landing-page .why-choose .headings h3{font-weight:400}.landing-page .why-choose .headings p{color:#727272;font-size:.8em;max-width:40%}.landing-page .why-choose .main-section{align-items:center;display:flex;justify-content:space-between}.landing-page .why-choose .main-section .contents-container{display:flex;flex-direction:column;gap:30px;margin-top:40px;width:40%}.landing-page .why-choose .main-section .contents-container .feature-card{background-color:#ebf3f1;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;margin-left:15px;padding:20px 20px 20px 35px;position:relative;width:100%}.landing-page .why-choose .main-section .contents-container .feature-card .outer-circle{align-items:center;background-color:#0d977c;border:10px solid #fff;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;height:60px;justify-content:center;left:-25px;position:absolute;top:-25px;width:60px}.landing-page .why-choose .main-section .contents-container .feature-card h4{color:#4a4a4a;font-weight:450}.landing-page .why-choose .main-section .contents-container .feature-card p{color:#727272;font-size:.9em}.landing-page .why-choose .main-section .illustration-container{width:40%}.landing-page .main-section .illustration-container img{width:100%}.landing-page .what-we-offer{background-color:#234b73;color:#fff;padding:40px 3%}.landing-page .what-we-offer .headings{display:flex;flex-direction:column}.landing-page .what-we-offer .headings h3{font-size:1.4em;font-weight:400;text-align:center}.landing-page .what-we-offer .headings p{font-size:.9em;margin-top:3px;text-align:center}.landing-page .what-we-offer .main-section{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px;position:relative}.landing-page .what-we-offer .main-section .feature-card{background-color:#355d84;border-radius:30px;box-sizing:border-box;display:flex;gap:10px;padding:20px;width:40%}.landing-page .what-we-offer .main-section .feature-card .icon-container{align-items:center;background-color:#234b73;border-radius:15px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.landing-page .what-we-offer .main-section .feature-card .texts{display:flex;flex-direction:column}.landing-page .what-we-offer .main-section .feature-card .texts h4{font-weight:400}.landing-page .what-we-offer .main-section .feature-card .texts p{font-size:.8em;line-height:1.7;margin-top:7px}.landing-page .what-we-offer .main-section .extra-information{bottom:0;display:flex;justify-content:space-between;position:absolute;width:85%}.landing-page .what-we-offer .main-section .extra-information .info{display:flex;flex-direction:column}.landing-page .what-we-offer .main-section .extra-information .info:first-child{align-items:flex-start}.landing-page .what-we-offer .main-section .extra-information .info:last-child{align-items:flex-end}.landing-page .what-we-offer .main-section .extra-information .info h1{color:#0d977c;font-family:Potta One,sans-serif;font-size:3em}.landing-page .what-we-offer .main-section .extra-information .info p{font-size:.9em;font-weight:300}.landing-page .what-we-offer .action-section{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;margin-top:40px}.landing-page .what-we-offer .action-section span{font-size:1.2em;font-weight:300}.landing-page .what-we-offer .action-section button{align-items:center;background-color:#0d977c;border:none;border-radius:20px;box-shadow:0 2px 13px 0 #18bc9c;color:#fff;cursor:pointer;display:flex;justify-content:center;outline:none;padding:13px 40px}.landing-page .final-action{background-color:#ebf3f1;display:flex;justify-content:space-between;padding:40px 0 0;position:relative}.landing-page .final-action .image-container{width:20%}.landing-page .final-action .image-container img{width:100%}.landing-page .final-action .main-section{align-items:center;display:flex;flex-direction:column}.landing-page .final-action .main-section h2{color:#234b73;font-weight:500}.landing-page .final-action .main-section p{color:#727272;font-size:.9em}.landing-page .final-action .main-section button{align-items:center;background-color:#0d977c;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-top:40px;outline:none;padding:10px 40px}footer{background-color:#234b73;color:#fff;display:flex;flex-grow:0;font-weight:300;gap:70px;padding:40px 3%}footer .company-info{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;width:35%}footer .company-info .logo-container{filter:grayscale(100%) brightness(500%);height:70px}footer .company-info .logo-container img{height:100%}footer .company-info .description{font-size:.8em;line-height:1.7}footer .company-info .contact-info{display:flex;flex-direction:column;gap:5px;margin-top:30px}footer .company-info .contact-info div{align-items:center;display:flex;gap:8px}footer .company-info .contact-info div a{color:#fff;font-size:.8em;text-decoration:none}footer .main-container{display:flex;flex-direction:column;justify-content:space-between}footer .main-container .main-sec{display:flex;gap:80px}footer .main-container .main-sec .links-container{display:flex;flex-direction:column}footer .main-container .main-sec .links-container h3{font-weight:400;margin-bottom:25px;max-width:-webkit-max-content;max-width:max-content;position:relative}footer .main-container .main-sec .links-container h3:after{background-color:#0d977c;border-radius:5px;bottom:-10px;content:"";height:4px;position:absolute;right:0;width:60%}footer .main-container .main-sec .links-container a{color:#fff;font-size:.9em;margin-bottom:2px;text-decoration:none}footer .main-container .main-sec .illustration-container{width:35%}footer .main-container .main-sec .illustration-container img{width:100%}.landing-page .advertiser-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;inset:0;opacity:0;pointer-events:none;position:fixed;transition:.3s ease;visibility:hidden;z-index:998}.landing-page .advertiser-modal-backdrop.active{opacity:1;pointer-events:auto;visibility:visible}.landing-page .advertiser-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #00000026;box-sizing:border-box;left:50%;max-width:90%;opacity:0;padding:30px 25px;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.92);transition:.25s ease;visibility:hidden;width:420px;z-index:999}.landing-page .advertiser-modal.active{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.landing-page .advertiser-modal .modal-head{align-items:center;display:flex;justify-content:space-between}.landing-page .advertiser-modal .modal-head h2{font-weight:500;margin:0}.landing-page .advertiser-modal .modal-head .modal-close{background:none;border:none;cursor:pointer;font-size:1.6em;line-height:1}.landing-page .advertiser-modal .modal-sub{color:#555;font-size:.9em;margin-bottom:20px;margin-top:6px}.landing-page .advertiser-modal .modal-steps{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.landing-page .advertiser-modal .modal-steps .step{align-items:center;display:flex;gap:14px}.landing-page .advertiser-modal .modal-steps .number{align-items:center;border:2px solid #234b73;border-radius:50%;color:#234b73;display:flex;font-weight:600;height:32px;justify-content:center;width:32px}.landing-page .advertiser-modal .modal-steps .info h4{font-size:1em;font-weight:500;margin:0}.landing-page .advertiser-modal .modal-steps .info p{color:#666;font-size:.85em;margin:0}.landing-page .advertiser-modal .modal-contact h4{font-weight:600;margin:0 0 5px}.landing-page .advertiser-modal .modal-contact p,.landing-page .advertiser-modal .modal-contact p a{color:#444;font-size:.85em;margin:0}.landing-page .team-section{background:#fff;padding:40px 3%}.landing-page .team-section .headings{margin:auto;max-width:800px;text-align:center}.landing-page .team-section .headings h3{font-size:2rem;font-weight:400}.landing-page .team-section .headings p{color:#727272;font-size:.9rem;margin-top:4px}.landing-page .team-section .team-scroll-container{display:flex;gap:30px;margin-top:50px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;scroll-snap-type:x mandatory;scrollbar-width:none}.landing-page .team-section .team-scroll-container::-webkit-scrollbar{display:none}.landing-page .team-section .team-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb3;border:1px solid #e6e9ee;border-radius:18px;box-shadow:0 0 0 #0000;min-width:280px;padding:20px;scroll-snap-align:start;transition:.3s ease}.landing-page .team-section .team-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-6px)}.landing-page .team-section .image-wrapper{border-radius:14px;height:260px;overflow:hidden;position:relative;width:100%}.landing-page .team-section .image-wrapper img{height:100%;object-fit:cover;transition:.35s;width:100%}.landing-page .team-section .team-card:hover img{transform:scale(1.07)}.landing-page .team-section .role-tag{background:#234b73;border-radius:8px;bottom:12px;box-shadow:0 6px 14px #0003;color:#fff;font-size:.75em;font-weight:500;left:12px;padding:6px 14px;position:absolute}.landing-page .team-section h4{font-size:1.15rem;font-weight:500;margin-bottom:8px;margin-top:18px}.landing-page .team-section p{color:#727272;font-size:.8em;line-height:1.5}.landing-page .office-section{align-items:center;background:#f7f9fc;box-sizing:border-box;display:flex;flex-direction:column;padding:40px 4%}.landing-page .office-section .headings{margin:auto;max-width:800px;text-align:center}.landing-page .office-section .headings h3{font-size:2rem;font-weight:600}.landing-page .office-section .headings p{color:#555;font-size:.9rem;margin-top:7px}.landing-page .office-section .office-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:40px;width:70%}.landing-page .office-section .office-card{background:#fff;border:1px solid #e7ebf0;border-radius:18px;box-shadow:0 0 0 #0000000a;padding:32px;transition:.3s ease}.landing-page .office-section .office-card:hover{box-shadow:0 20px 35px #0000000f;transform:translateY(-6px)}.landing-page .office-section .office-tag{background:#234b7320;border-radius:20px;color:#234b73;display:inline-block;font-size:.8em;font-weight:600;margin-bottom:15px;padding:6px 14px}.landing-page .office-section .office-card h4{font-size:1.1rem;margin:0}.landing-page .office-section .address{color:#444;font-size:.9em;line-height:1.6;margin:15px 0 25px}.landing-page .office-section button{background:#234b73;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 20px;transition:.2s ease}.landing-page .office-section button:hover{opacity:.9}.landing-page .contact-offer-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;inset:0;opacity:0;pointer-events:none;position:fixed;transition:.3s ease;visibility:hidden;z-index:998}.landing-page .contact-offer-backdrop.active{opacity:1;pointer-events:auto;visibility:visible}.landing-page .contact-offer-modal{background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000002e;box-sizing:border-box;left:50%;max-width:90%;opacity:0;padding:30px 25px;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.92);transition:.25s ease;visibility:hidden;width:420px;z-index:999}.landing-page .contact-offer-modal.active{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.landing-page .contact-offer-modal .contact-modal-head{align-items:center;display:flex;justify-content:space-between}.landing-page .contact-offer-modal .contact-modal-head h2{font-size:1.4rem;font-weight:600;margin:0}.landing-page .contact-offer-modal .contact-modal-close{background:none;border:none;cursor:pointer;font-size:1.6em}.landing-page .contact-offer-modal .contact-modal-sub{color:#555;font-size:.95em;margin-top:8px}.landing-page .contact-offer-modal .contact-modal-info{display:flex;flex-direction:column;gap:16px;margin-top:25px}.landing-page .contact-offer-modal .contact-modal-info .row span{color:#234b73;display:block;font-size:.9em;font-weight:600}.landing-page .contact-offer-modal .contact-modal-info .row a,.landing-page .contact-offer-modal .contact-modal-info .row p{color:#444;font-size:.9em;margin-top:2px;text-decoration:none}.landing-page .contact-offer-modal .contact-action-call{background:#234b73;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95em;margin-top:30px;padding:12px 0;transition:.25s ease;width:100%}.landing-page .contact-offer-modal .contact-action-call:hover{opacity:.9}@keyframes wiggle{0%{transform:translateY(0)}50%{transform:translateY(16px)}to{transform:translateY(0)}}@keyframes scrollInfinite{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollInfiniteReverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media only screen and (max-width:768px){.landing-page .hero-section header.desktop-header{display:none}.landing-page .hero-section header.mobile-header{align-items:center;display:flex;justify-content:space-between;width:100%}.landing-page .hero-section{padding:20px 5% 40px}.landing-page .hero-section header.mobile-header .logo-container{height:70px;width:auto}.landing-page .hero-section header.mobile-header .logo-container img{height:100%;width:100%}.landing-page .hero-section .main-section{height:65%}.landing-page .hero-section .main-section .information{align-items:flex-start}.landing-page .hero-section .main-section .information .big-title{flex-direction:column;width:100%}.landing-page .hero-section .main-section .information .big-title .left{display:none}.landing-page .hero-section .main-section .information .big-title .middle{flex-direction:column;flex-direction:row;text-align:left}.landing-page .hero-section .main-section .information .big-title .middle:before{border-radius:20px;color:#234b73;content:"Grow";font-size:1.4em;gap:7px;margin-right:7px}.landing-page .hero-section .main-section .information .big-title .middle:after{border-radius:20px;color:#234b73;content:"Time.";font-size:1.4em;gap:7px;margin-left:7px}.landing-page .hero-section .main-section .information .big-title .right{display:none}.landing-page .hero-section .main-section .information .sub-title{align-items:flex-start;justify-content:flex-start;max-width:100%;text-align:left}.landing-page .hero-section .main-section .information .actions-button{gap:20px}.landing-page .hero-section .bottom-section{justify-content:center}.landing-page .hero-section .bottom-section .icons-triangle{display:none}.landing-page .hero-section .main-section .numbers-data{flex-wrap:wrap;justify-content:center}.landing-page .how-works{padding:40px 5%}.landing-page .how-works .headings p{max-width:100%}.landing-page .how-works .work-line .steps{flex-direction:column;gap:20px}.landing-page .how-works .work-line .steps .track-line{height:0}.landing-page .how-works .work-line .steps .track-line.entry{height:calc(100% - 40px);width:2px}.landing-page .how-works .work-line .steps .step{flex-direction:row;gap:10px;justify-content:flex-start}.landing-page .how-works .work-line .steps .step,.landing-page .how-works .work-line .steps .step .info,.landing-page .how-works .work-line .steps .step:last-child,.landing-page .how-works .work-line .steps .step:last-child .info,.landing-page .how-works .work-line .steps .step:nth-child(2),.landing-page .how-works .work-line .steps .step:nth-child(2) .info{align-items:flex-start}.landing-page .partners{padding:40px 5%}.landing-page .partners .carousels-container{width:100%}.landing-page .partners .carousels-container .front-filter{background-color:#fff;filter:blur(30px);left:-5%;width:15%}.landing-page .partners .carousels-container .end-filter{filter:blur(30px);right:-5%;width:15%}.landing-page .why-choose{padding:40px 5%}.landing-page .why-choose .headings p{max-width:100%}.landing-page .why-choose .main-section{flex-direction:column;justify-content:center}.landing-page .why-choose .main-section .contents-container{width:100%}.landing-page .why-choose .main-section .contents-container .feature-card{margin-left:0}.landing-page .why-choose .main-section .contents-container .feature-card .outer-circle{border:5px solid #fff;height:50px;left:-10px;width:50px}.landing-page .why-choose .main-section .illustration-container{display:none}.landing-page .what-we-offer .main-section{flex-direction:column;flex-wrap:nowrap}.landing-page .what-we-offer{padding:40px 5%}.landing-page .what-we-offer .main-section .feature-card{width:100%}.landing-page .what-we-offer .main-section .extra-information{position:relative;width:90%}.landing-page .what-we-offer .action-section span{font-size:1em;text-align:center}.landing-page .final-action{padding:40px 5%}.landing-page .final-action .image-container{display:none}footer{flex-direction:column;gap:30px;padding:40px 5%}footer .company-info{width:100%}footer .main-container{gap:30px}footer .main-container .main-sec{gap:20px;justify-content:space-between}footer .main-container .main-sec .illustration-container{display:none}.landing-page .team-section{padding:40px 5%}.landing-page .team-section .headings h3{font-size:1.4rem;font-weight:400}.landing-page .team-section .headings p{font-size:.8rem}.landing-page .team-section .team-scroll-container{margin-top:30px}.landing-page .office-section{padding:40px 5%}.landing-page .office-section .office-grid{width:100%}}.sideNav{display:flex;height:100%;justify-content:flex-end;overflow:hidden;position:fixed;right:-100%;top:0;touch-action:none;transition:right .4s ease;width:100%;z-index:900}.sideNav.open{right:0}.sideNav__overlay{background:#0000004d;height:100%;left:0;position:absolute;top:0;touch-action:none;width:100%}.sideNav__content{animation:slideIn .4s ease forwards;background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;max-width:380px;position:relative;width:85%}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sideNav__header{align-items:center;border-bottom:1px solid #f0f0f0;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.2rem 1.5rem}.sideNav__logo{height:60px}.sideNav__logo img{height:60px;object-fit:contain}.sideNav__close{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.4rem}.sideNav__nav{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem}.sideNav__nav a{color:#222;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s ease}.sideNav__nav a:hover{color:#0d977c}.sideNav__message{align-items:center;background:#f8f9fa;border-radius:12px;color:#444;display:flex;font-size:.95rem;font-weight:400;gap:.6rem;margin:1.5rem;padding:1rem}.sideNav__message svg{color:#0d977c;flex-shrink:0;height:22px;width:22px}.sideNav__actions{display:flex;flex-direction:column;gap:.8rem;padding:1.5rem}.sideNav__btn{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.9rem 1rem;transition:all .3s ease}.sideNav__btn.advertiser{background:#0d977c;color:#fff}.sideNav__btn.advertiser:hover{background:#0b846d}.sideNav__btn.publisher{background:#f0f0f0;color:#333}.sideNav__btn.publisher:hover{background:#e4e4e4}.sideNav__actions .btn__container{display:flex;justify-content:space-between}.sideNav__actions .btn__container .sideNav__btn{min-width:47.5%}.sideNav__actions .btn__container .sideNav__btn:first-child{background-color:#234b73;color:#fff}.sideNav__actions .btn__container .sideNav__btn:last-child{background-color:#234b7335;color:#234b73}.sideNav__actions{bottom:10px;box-sizing:border-box;position:absolute;width:100%}.terms-page{background:#fff;color:#333;font-family:Inter,sans-serif;padding-bottom:80px;width:100%}.terms-header{background:#f7f9fc;border-bottom:1px solid #e2e6eb;padding:70px 4% 50px;text-align:center}.terms-header .logo-section img{margin-bottom:20px;width:200px}.terms-header .title{align-items:center;display:flex;flex-direction:column}.terms-header .title svg{color:#234b73;height:45px;margin-bottom:8px;width:45px}.terms-header h1{font-size:2.2rem;font-weight:600;margin:0}.terms-header .sub-title{color:#555;font-size:.95rem;margin-top:12px}.terms-container{margin:60px auto 0;max-width:900px;padding:0 4%}.terms-block{margin-bottom:45px}.terms-block h2{color:#234b73;font-size:1.4rem;font-weight:600;margin-bottom:12px}.terms-block p,.terms-block ul{color:#444;font-size:1rem;line-height:1.65}.terms-block ul{margin-top:12px;padding-left:22px}.terms-block ul li{margin-bottom:8px}.terms-container .contact-lines div{font-size:.95rem;margin-top:6px}.footer-link{margin-top:40px;text-align:center}.footer-link a{color:#234b73;font-size:1rem;font-weight:500;text-decoration:none;transition:.2s ease}.footer-link a:hover{opacity:.8}@media (max-width:768px){.terms-header h1{font-size:1.8rem}.terms-block h2{font-size:1.25rem}}.about-page{background:#fff;color:#1a1a1a;font-family:Poppins,sans-serif;overflow-x:hidden}.about-hero{background:#fff;min-height:22svh;padding:120px 5% 100px;position:relative;text-align:center}.about-hero h1{color:#234b73;font-size:2.8rem;font-weight:600}.about-hero h1 span{color:#0d977c}.about-hero p{color:#727272;font-size:1.1rem;margin-top:10px}.about-page .hero-elements .shape{border-radius:50%;filter:blur(40px);opacity:.25;position:absolute}.about-page .hero-elements .shape-1{background:#0d977c;height:140px;left:10%;top:40px;width:140px}.about-page .hero-elements .shape-2{background:#234b73;bottom:40px;height:160px;right:12%;width:160px}.about-story{margin:auto;max-width:900px;padding:80px 3%}.about-story h2{color:#234b73;font-size:2rem;font-weight:600}.about-story p{color:#727272;font-size:1rem;line-height:1.7;margin-top:15px}.about-page .principles-section{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:30px 4%}.about-page .principles-header{margin:auto auto 40px;max-width:700px;text-align:center}.about-page .principles-header h2{color:#234b73;font-size:2rem;font-weight:600;margin-bottom:10px}.about-page .principles-header p{color:#727272;font-size:.95rem;margin:0}.about-page .principles-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr;width:70%}.about-page .principle{align-items:center;background:#f8f9fb;border-radius:14px;display:flex;gap:18px;max-width:-webkit-max-content;max-width:max-content;padding:18px 20px;position:relative;transition:.3s ease}.about-page .principle.reverse{margin-left:auto}.about-page .principle:hover{box-shadow:0 8px 18px #00000014;transform:translateY(-4px)}.about-page .principle.reverse{flex-direction:row-reverse;text-align:right}.about-page .icon-circle{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.about-page .icon-circle svg{color:#fff;height:28px;width:28px}.about-page .principle .content h4{color:#234b73;font-size:1.05rem;font-weight:600;margin:0}.about-page .principle .content p{color:#727272;font-size:.85rem;line-height:1.4;margin:4px 0 0}.about-page .about-team{padding:40px 3%;text-align:center}.about-page .about-team h2{color:#234b73;font-size:2rem}.about-page .team-tagline{color:#727272;margin:15px auto;max-width:700px}.about-page .team-showcase{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:55px}.about-page .team-circle{align-items:center;background:#fff;border:3px solid #0d977c;border-radius:50%;display:flex;flex-direction:column;height:150px;justify-content:center;transition:.3s ease;width:150px}.about-page .team-circle:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-6px)}.about-page .team-circle .count{color:#234b73;font-size:2rem;font-weight:700}.about-page .team-circle p{color:#727272;font-size:.9rem;margin-top:5px}.about-page .about-stats{padding:40px 3%;text-align:center}.about-page .stats-wrapper{display:flex;flex-wrap:wrap;gap:45px;justify-content:center}.about-page .stats-item{width:30%}.about-page .stats-item span{color:#0d977c;font-size:2.3rem;font-weight:700}.about-page .stats-item p{color:#727272;font-size:1rem;margin-top:10px}.partner-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;inset:0;opacity:0;pointer-events:none;position:fixed;transition:.3s ease;visibility:hidden;z-index:997}.partner-modal-backdrop.active{opacity:1;pointer-events:auto;visibility:visible}.partner-modal{background:#fff;border-radius:16px;box-shadow:0 22px 48px #0000002e;box-sizing:border-box;font-family:Poppins,sans-serif;left:50%;max-width:92%;opacity:0;padding:30px 26px;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.92);transition:.25s ease;visibility:hidden;width:420px;z-index:998}.partner-modal.active{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.partner-modal-head{align-items:center;display:flex;justify-content:space-between}.partner-modal-head h2{color:#234b73;font-size:1.45rem;font-weight:600;margin:0}.partner-modal .modal-close{background:none;border:none;color:#234b73;cursor:pointer;font-size:1.7rem}.partner-sub{color:#727272;font-size:.95rem;line-height:1.45;margin-top:10px}.partner-info{display:flex;flex-direction:column;gap:20px;margin-top:25px}.partner-info .item .label{color:#0d977c;display:block;font-size:.9rem;font-weight:600}.partner-info .item a,.partner-info .item p{color:#234b73;font-size:.9rem;margin-top:2px;text-decoration:none}.partner-modal .partner-cta{background:#0d977c;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;margin-top:30px;padding:12px 0;transition:.28s ease;width:100%}.partner-modal .partner-cta:hover{background:#234b73}@media (max-width:480px){.partner-modal{padding:24px 20px}.partner-modal-head h2{font-size:1.3rem}.partner-sub{font-size:.9rem}}.about-page .cta-btn{background:#234b73;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:50px;padding:14px 32px;transition:.25s}.about-page .cta-btn:hover{background:#0d977c}@media (max-width:768px){.about-hero{min-height:18svh;padding:80px 6% 70px}.about-hero h1{font-size:2rem;line-height:1.3}.about-hero p{font-size:.95rem;margin:10px auto 0;max-width:90%}.about-page .hero-elements .shape-1{height:90px;left:5%;top:20px;width:90px}.about-page .hero-elements .shape-2{bottom:20px;height:110px;right:8%;width:110px}.about-story{min-height:calc(100svh - 220px - 18svh);padding:50px 6%}.about-story h2{font-size:1.6rem;text-align:left}.about-story p{font-size:.95rem;line-height:1.55;text-align:left}.about-page .principles-section{padding:40px 5%}.about-page .principles-header h2{font-size:1.6rem}.about-page .principles-header p{font-size:.9rem}.about-page .principles-grid{gap:16px;grid-template-columns:1fr;width:100%}.about-page .principle{gap:14px;max-width:100%;padding:14px 16px}.about-page .principle.reverse{flex-direction:row;margin-left:0;text-align:left}.about-page .icon-circle{height:45px;width:45px}.about-page .principle .content h4{font-size:1rem}.about-page .principle .content p{font-size:.8rem}.about-page .about-team{padding:40px 5%}.about-page .about-team h2{font-size:1.6rem}.about-page .team-tagline{font-size:.9rem;max-width:95%}.about-page .team-showcase{gap:28px;margin-top:40px}.about-page .team-circle{border-width:2px;box-sizing:border-box;height:200p;padding:15px;width:45%}.about-page .team-circle .count{font-size:1.7rem}.about-page .team-circle p{font-size:.8rem}.about-page .about-stats{padding:0 4% 40px}.about-page .stats-wrapper{align-items:center;flex-direction:column;gap:28px}.about-page .stats-item{text-align:center;width:100%}.about-page .stats-item span{font-size:2rem}.about-page .stats-item p{font-size:.9rem}.about-page .cta-btn{border-radius:8px;font-size:.95rem;margin-top:35px;padding:12px 26px}}
/*# sourceMappingURL=main.c864e718.css.map*/