/home/bdqbpbxa/demo-subdomains/paytech.goodface.com.ua/wp-content/themes/paytech/get-started.php
<?php
// Template name: Get started
get_header();
$template_directory = get_template_directory_uri();
$srcset = 'srcset="' . $template_directory . '/assets/images/lazyload.png"';
?>
<section class="get-started">
<div class="container -bigger">
<div class="get-started__wrapper">
<div class="get-started__left">
<div class="get-started__steps">
<div class="step -active">
<div class="first-form">
<h1 class="title title-3 mob-title-3">
Get started.
</h1>
<p class="text text-3 mob-text-3 -higher">We’d love to find the best solution for your business.</p>
<?php
echo do_shortcode('[contact-form-7 id="20bcd90"]');
// first form
?>
</div>
</div>
<div class="step">
<div class="double-step-form -start">
<div class="small-thanks-message">
<div class="img">
<img src="<?php echo $template_directory; ?>/assets/images/icons/check-circle-filled.svg" alt="">
</div>
<div class="content">
<p class="title text-3 mob-text-3 -bold">
Thanks for enquiring with us!
</p>
<p class="text text-3 mob-text-3 -higher">
We’ll contact you directly to get things moving. Now you can tell us more about your business and we’ll prepare more detailed proposals for you.
</p>
</div>
</div>
<?php
echo do_shortcode('[contact-form-7 id="fd6140a"]');
// second form
?>
</div>
</div>
<div class="step">
<div class="thanks-window">
<h2 class="title title-2 mob-title-2">
Thanks for <br /> additional <br />
<span class="img"><span class="img__wrapper"><img class="-lazyload" <?php echo $srcset; ?>
src="<?php echo $template_directory; ?>/assets/images/icons/check-circle-filled.svg" alt=""></span></span>
info!
</h2>
<p class="text text-3 mob-text-3 -higher">
Our team will process the provided information <br />
and provide you a personalized offer soon.
</p>
</div>
</div>
</div>
</div>
<div class="get-started__right">
<div class="slider get-started__slider">
<div class="slider">
<div class="swiper-wrapper">
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Increased Success Ratio</span>
<p class="title title-1 mob-title-1">90%</p>
<p class="text text-3 mob-text-3 -higher">
Over 90% of our customers have reported a noticeable increase in transaction success rates after implementing our SAAS software.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Regulatory Compliance Assurance</span>
<p class="title title-1 mob-title-1">95%</p>
<p class="text text-3 mob-text-3 -higher">
Our SAAS software ensures compliance with industry regulations, with 95% of customers reporting full adherence to relevant standards such as PSD2 and GDPR.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Enhanced Security Measures</span>
<p class="title title-1 mob-title-1">90%</p>
<p class="text text-3 mob-text-3 -higher">
Our software has led to a 90% reduction in chargeback rates for an average of 80% of our customers, protecting them from potential financial losses.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Time-to-Market Advantage</span>
<p class="title title-1 mob-title-1">80%</p>
<p class="text text-3 mob-text-3 -higher">
More than 80% of our clients have experienced a significant reduction in time-to-market, allowing them to launch new services and products faster.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Fraud Prevention Impact</span>
<p class="title title-1 mob-title-1">75%</p>
<p class="text text-3 mob-text-3 -higher">
Our software successfully prevents an average of 75% of attempted fraud attacks, safeguarding businesses from potential financial losses.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Efficient Resource Utilization</span>
<p class="title title-1 mob-title-1">60%</p>
<p class="text text-3 mob-text-3 -higher">
On average, businesses using our SAAS software have reduced manual processing time by 60%, enabling them to handle higher transaction volumes with existing resources.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Improved Customer Satisfaction</span>
<p class="title title-1 mob-title-1">70%</p>
<p class="text text-3 mob-text-3 -higher">
Over 70% of our customers have reported higher levels of customer satisfaction due to the seamless payment experience provided by our software.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Global Expansion Facilitation</span>
<p class="title title-1 mob-title-1">60%</p>
<p class="text text-3 mob-text-3 -higher">
More than 60% of our clients have successfully expanded into new international markets with the help of our extensive network of integrated payment providers.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Cost Optimization</span>
<p class="title title-1 mob-title-1">40%</p>
<p class="text text-3 mob-text-3 -higher">
On average, businesses using our software have reduced their monthly processing costs by 40%, leading to substantial savings that can be reinvested into growth initiatives.
</p>
</div>
<div class="swiper-slide get-started__slide">
<span class="bordered-tag text-5 mob-text-5 -medium">Zero Downtime Assurance</span>
<p class="title title-1 mob-title-1">0 ms</p>
<p class="text text-3 mob-text-3 -higher">
Since launch, our software has maintained an impeccable record with 0 milliseconds of downtime, underscoring its exceptional reliability and stability.
</p>
</div>
</div>
</div>
<div class="get-started__nav">
<div class="pagination get-started__pagination"></div>
<div class="navigation get-started__navigation swiper-navigation">
<div class="prev swiper-navigation__button"></div>
<div class="next swiper-navigation__button"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
get_footer();
?>