/*
Theme Name: Seven20
Theme URI: https://seven20.io/
Author: Dan Curtis at Valient
Author URI: https://valiantdesign.co.uk/
Description: A custom WordPress website for Seven20.
Text Domain: seven20
version: 1.0
*/
/*******************************************
Global
*******************************************/
html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  background-color: #F2F2F2;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.watermark-disabled {
  background-image: none !important;
}

/*******************************************
Typography
*******************************************/
.hand-note {
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 30px;
}

/*******************************************
Style Classes
*******************************************/
.bg-light-stone {
  background-color: #F2F2F2;
  background-image: url("./img/watermark-on-grey.svg");
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-dark-purple {
  background-color: #202037;
  background-image: url("./img/watermark-on-dark-purple.svg");
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-violet {
  background-color: #7A41F4;
  background-image: url("./img/watermark-on-violet.svg");
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-aqua {
  background-color: #2DDCE9;
  background-image: url("./img/watermark-on-aqua.svg");
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-white {
  background-color: #fff;
}

.no-padding {
  padding: 0;
}

.padding-top {
  padding: 150px 0 0 0;
}

.padding-bottom {
  padding: 0 0 150px 0;
}

.padding-top-bottom {
  padding: 150px 0;
}

/*******************************************
Buttons
*******************************************/
.btn-primary {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease-in-out;
  background-color: #202037;
  background-image: url("./img/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 11px 62px 11px 22px;
}
.btn-primary:hover {
  background-color: #7A41F4;
  background-position: right 10px center;
  transform: scale(1.08);
}
.btn-primary:visited {
  background-color: #202037;
}
.btn-primary:focus {
  background-color: #202037;
}

.btn-secondary {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border: 1.5px solid #202037;
  color: #202037;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("./img/btn-arrow-light.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 11px 62px 11px 22px;
}

/*******************************************
Header
*******************************************/
header {
  padding: 54px 70px;
  text-align: center;
}
header .main-logo {
  display: inline-block;
  float: left;
}
header ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: center;
  display: inline-block;
}
header ul.main-menu li {
  display: inline-block;
  margin: 0 0 0 44px;
}
header ul.main-menu li:first-child {
  margin: 0;
}
header ul.main-menu li a {
  font-size: 1rem;
  color: #202037;
  font-weight: 500;
}
header ul.main-menu li a:hover {
  color: #7A41F4;
}
header ul.main-menu li a.nav-link {
  padding: 0 0 20px 0 !important;
}
header .header-btns {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 25;
}
header a.login-btn {
  border: 1.5px solid #202037;
  padding: 10px 18px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #202037;
}
header a.login-btn:hover {
  color: #7A41F4;
  border: 1.5px solid #7A41F4;
  transform: scale(1.08);
}
header a.demo-btn {
  margin: 0 0 0 25px;
  background-color: #2DDCE9;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1.5px solid #2DDCE9;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #202037;
  /*background-image: url('./img/book-demo-icon.svg');
  background-position: left 16px center;
  background-repeat: no-repeat;*/
}
header a.demo-btn:hover {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  transform: scale(1.08);
}

header a.dropdown-toggle::after {
  display: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media only screen and (max-width: 1440px) {
  header {
    padding: 54px 30px;
  }
  header ul.main-menu li {
    margin: 0 0 0 40px;
  }
}
.header-btns-mobile {
  display: none;
}

/*******************************************
Footer
*******************************************/
footer .salesforce {
  margin: 0 0 0 0;
}
footer .salesforce .stars {
  display: block;
  margin: 20px 0 0 0;
}
footer .salesforce .stars p {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 13px;
  position: relative;
  top: 2px;
}
footer .footer-newsletter-signup {
  position: relative;
  width: 100%;
  min-height: 70px;
}
footer .footer-newsletter-signup input[type=text] {
  border: none;
  background-color: #fff;
  position: absolute;
  width: calc(100% - 80px) !important;
  height: 70px;
  border-radius: 10px;
  outline: none;
  padding: 0 0 0 39px !important;
}
footer .footer-newsletter-signup input[type=submit] {
  width: 156px;
  height: 70px;
  color: #202037;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 80px;
  background-color: #2DDCE9;
  z-index: 2;
  border-radius: 10px;
  border: none;
  outline: none;
}
footer .footer-newsletter-signup ::-webkit-input-placeholder {
  color: #A1A3A9;
  font-size: 0.889rem;
}
footer .footer-newsletter-signup ::-moz-placeholder {
  color: #A1A3A9;
  font-size: 0.889rem;
}
footer .footer-newsletter-signup :-ms-input-placeholder {
  color: #A1A3A9;
  font-size: 0.889rem;
}
footer .footer-newsletter-signup :-moz-placeholder {
  color: #A1A3A9;
  font-size: 0.889rem;
}
footer .footer-newsletter-signup .hand-note {
  position: absolute;
  right: 0;
  bottom: -100px;
  margin: 0;
}
footer .footer-newsletter-signup .hand-note::before {
  content: "";
  display: inline-block;
  background-image: url("./img/arrow-white-top-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 46px;
  position: relative;
  top: -16px;
  left: -4px;
}
footer .footer-content {
  background-color: #202037;
  padding: 95px 0;
}
footer .footer-content h6 {
  font-size: 1.188rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 30px 0;
}
footer .footer-content ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-content ul.footer-menu li {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}
footer .footer-content ul.footer-menu li a {
  color: #fff;
}
footer .footer-content ul.footer-menu li a:hover {
  color: #7A41F4;
}
footer .footer-content ul.footer-menu li:last-child {
  margin: 0;
}
footer .copyright {
  background-color: #1C1C31;
  padding: 20px 0;
  font-weight: 500;
}
footer .copyright p {
  font-size: 0.775rem;
  color: #fff;
  margin: 0;
  display: inline-block;
}
footer .copyright .valient {
  float: right;
}
footer .copyright .valient p {
  display: inline-block;
}
footer .copyright .valient a {
  font-size: 0.775rem;
  color: #fff;
  margin: 0;
  text-decoration: underline;
}
footer .copyright .valient a:hover {
  color: #7A41F4;
}
footer .social img {
  margin: 0 12px 0 0;
}
footer .social a {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #fff;
  text-decoration: underline;
}
footer .social a:hover {
  color: #7A41F4;
}

/*******************************************
Heros
*******************************************/
.home-hero .home-hero-inner {
  position: relative;
  padding: 200px 0;
}
.home-hero .home-hero-inner .hero-deco {
  position: absolute;
}
.home-hero .home-hero-inner .hero-img {
  width: calc(55% - 30px);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  max-height: 750px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.home-hero .home-hero-inner .hero-img .lottie-anim {
  max-width: 800px;
  margin: 0 0 0 auto;
  display: block;
}
.home-hero .home-hero-inner .content {
  width: calc(100% - 80px);
}
.home-hero .home-hero-inner .content h1 {
  font-size: 4.375rem;
  font-weight: 600;
  margin: 0;
}
.home-hero .home-hero-inner .content p {
  width: 100%;
  line-height: 1.8;
  font-size: 1.125rem;
  margin: 10px 0 0 0;
}
.home-hero .home-hero-inner .hero-btns {
  margin: 70px 0 0 0;
}
.home-hero .home-hero-inner .hero-btns .hero-btn {
  margin: 0 27px 0 0;
}
.home-hero .home-hero-inner .hero-btns .btn-primary:hover {
  background-color: #7A41F4;
}
.home-hero .home-hero-inner .hero-btns .demo-btn {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease-in-out;
  background: #7A41F4;
  color: #fff;
  /*background-image: url('./img/book-icon-light.svg');
  background-position: left 16px center;
  background-repeat: no-repeat;*/
  padding: 11px 22px;
}
.home-hero .home-hero-inner .hero-btns .demo-btn:hover {
  transform: scale(1.08);
}
.home-hero .home-hero-btn-wrap {
  display: inline-block;
}

#breadcrumbs {
  font-size: 16px;
  color: #202037;
  font-weight: 500;
  text-align: right;
  margin: 15px 0 0 0;
}
#breadcrumbs a {
  color: #202037;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  color: #7A41F4;
}
#breadcrumbs .breadcrumb-divider {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("./img/breadcrumb-arrow.svg");
  background-position: center right;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.page-hero .page-hero-content {
  /*padding: 120px 0 180px 0;*/
  /*padding: 80px 0 120px 0;*/
  padding: 50px 0 80px 0;
}

.page-hero.bg-violet,
.page-hero-with-img.bg-violet,
.page-hero.bg-dark-purple,
.page-hero-with-img.bg-dark-purple {
  color: #fff;
}
.page-hero.bg-violet #breadcrumbs,
.page-hero-with-img.bg-violet #breadcrumbs,
.page-hero.bg-dark-purple #breadcrumbs,
.page-hero-with-img.bg-dark-purple #breadcrumbs {
  color: #fff;
}
.page-hero.bg-violet #breadcrumbs a,
.page-hero-with-img.bg-violet #breadcrumbs a,
.page-hero.bg-dark-purple #breadcrumbs a,
.page-hero-with-img.bg-dark-purple #breadcrumbs a {
  color: #fff;
}
.page-hero.bg-violet #breadcrumbs a:hover,
.page-hero-with-img.bg-violet #breadcrumbs a:hover,
.page-hero.bg-dark-purple #breadcrumbs a:hover,
.page-hero-with-img.bg-dark-purple #breadcrumbs a:hover {
  opacity: 0.6;
}
.page-hero.bg-violet #breadcrumbs .breadcrumb-divider,
.page-hero-with-img.bg-violet #breadcrumbs .breadcrumb-divider,
.page-hero.bg-dark-purple #breadcrumbs .breadcrumb-divider,
.page-hero-with-img.bg-dark-purple #breadcrumbs .breadcrumb-divider {
  background-image: url("./img/breadcrumb-arrow-white.svg");
}
.page-hero.bg-violet header ul.main-menu li a,
.page-hero-with-img.bg-violet header ul.main-menu li a,
.page-hero.bg-dark-purple header ul.main-menu li a,
.page-hero-with-img.bg-dark-purple header ul.main-menu li a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.page-hero.bg-violet header ul.main-menu li a:hover,
.page-hero-with-img.bg-violet header ul.main-menu li a:hover,
.page-hero.bg-dark-purple header ul.main-menu li a:hover,
.page-hero-with-img.bg-dark-purple header ul.main-menu li a:hover {
  opacity: 0.6;
}
.page-hero.bg-violet header a.login-btn,
.page-hero-with-img.bg-violet header a.login-btn,
.page-hero.bg-dark-purple header a.login-btn,
.page-hero-with-img.bg-dark-purple header a.login-btn {
  border: 1.5px solid #fff;
  color: #fff;
}
.page-hero.bg-violet header a.login-btn:hover,
.page-hero-with-img.bg-violet header a.login-btn:hover,
.page-hero.bg-dark-purple header a.login-btn:hover,
.page-hero-with-img.bg-dark-purple header a.login-btn:hover {
  opacity: 0.6;
}
.page-hero.bg-violet header a.demo-btn:hover,
.page-hero-with-img.bg-violet header a.demo-btn:hover,
.page-hero.bg-dark-purple header a.demo-btn:hover,
.page-hero-with-img.bg-dark-purple header a.demo-btn:hover {
  background-color: #2DDCE9;
  opacity: 0.6;
  border: 1.5px solid #2DDCE9;
}
.page-hero.bg-violet header .main-logo,
.page-hero-with-img.bg-violet header .main-logo,
.page-hero.bg-dark-purple header .main-logo,
.page-hero-with-img.bg-dark-purple header .main-logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(25%) hue-rotate(63deg) brightness(104%) contrast(100%);
}

.page-hero-with-img {
  position: relative;
}
.page-hero-with-img .page-hero-content {
  padding: 100px 0 140px 0;
}
.page-hero-with-img .page-hero-content #breadcrumbs {
  text-align: left;
  margin: 0 0 40px 0;
}
.page-hero-with-img .hero-img-right {
  position: absolute;
  right: 0;
  width: 50%;
  top: calc(50% + 50px);
  transform: translate(0, -50%);
}
.page-hero-with-img .page-hero-img-text-content {
  padding: 0 30% 0 0;
}
.page-hero-with-img .page-hero-img-text-content h1, .page-hero-with-img .page-hero-img-text-content h2, .page-hero-with-img .page-hero-img-text-content h3, .page-hero-with-img .page-hero-img-text-content h4, .page-hero-with-img .page-hero-img-text-content h5, .page-hero-with-img .page-hero-img-text-content h6 {
  font-weight: 500;
  margin: 0 0 40px 0;
}
.page-hero-with-img .page-hero-img-text-content h1 {
  font-size: 2.744rem;
}
.page-hero-with-img .page-hero-img-text-content h2 {
  font-size: 2.138rem;
}
.page-hero-with-img .page-hero-img-text-content h3 {
  font-size: 1.569rem;
}
.page-hero-with-img .page-hero-img-text-content h4 {
  font-size: 1.2rem;
}

.main-logo-dark {
  filter: none !important;
}

header ul.main-menu ul.dropdown-menu,
header.is-on-dark ul.main-menu ul.dropdown-menu {
  padding: 14px !important;
  margin: 0 !important;
  left: -34px !important;
  border: none !important;
  box-shadow: 0px 0px 24px -3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  min-width: 260px !important;
}
header ul.main-menu ul.dropdown-menu li,
header.is-on-dark ul.main-menu ul.dropdown-menu li {
  margin: 0 !important;
  display: block !important;
}
header ul.main-menu ul.dropdown-menu li a,
header.is-on-dark ul.main-menu ul.dropdown-menu li a {
  background-color: #fff !important;
  padding: 12px 17px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  color: #202037 !important;
}
header ul.main-menu ul.dropdown-menu li a:hover,
header.is-on-dark ul.main-menu ul.dropdown-menu li a:hover {
  background-color: #F2F2F2 !important;
  color: #7A41F4 !important;
  opacity: 1 !important;
}

/*******************************************
Sections
*******************************************/
.centered-intro {
  text-align: center;
}
.centered-intro h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.centered-intro .review-content {
  margin: 70px 0 0 0;
}
.centered-intro .review-content img.stars {
  display: inline-block;
  margin: 0 14px 0 0;
}
.centered-intro .review-content p.star-text {
  display: inline-block;
  font-size: 1.125rem;
  position: relative;
  top: 4px;
}
.centered-intro .review-content .review-logo {
  display: block;
  margin: 40px auto 0 auto;
}

.accordian-and-image .intro-text {
  padding: 0 10% 0 0;
  margin: 0 0 30px 0;
}
.accordian-and-image .intro-text h4 {
  font-size: 2.134rem;
}
.accordian-and-image .accordion-button {
  padding: 26px 0 14px 0;
  font-size: 1.331rem;
  font-weight: 500;
  box-shadow: none;
  border-bottom: 1px solid #DFE0E2;
}
.accordian-and-image .accordion-button:hover {
  color: #7A41F4;
}
.accordian-and-image .accordion-button:hover::after {
  filter: invert(23%) sepia(78%) saturate(3203%) hue-rotate(251deg) brightness(99%) contrast(93%);
}
.accordian-and-image .accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.accordian-and-image .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  color: #7A41F4;
}
.accordian-and-image .accordion-body {
  padding: 20px 0 0 0;
}
.accordian-and-image .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}
.accordian-and-image .accordion-button::after {
  background-image: url("./img/accordion-arrow.svg");
}
.accordian-and-image .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  filter: invert(23%) sepia(78%) saturate(3203%) hue-rotate(251deg) brightness(99%) contrast(93%);
}
.accordian-and-image .btn-primary {
  margin: 70px 0 0 0;
}

.feature-tabs-block .feature-tabs-nav {
  margin: 0 0 120px 0;
}
.feature-tabs-block .feature-tabs-nav h4 {
  font-size: 2.138rem;
}
.feature-tabs-block .feature-tabs-nav .nav-pills {
  float: right;
}
.feature-tabs-block .feature-tabs-nav .nav-pills .nav-link {
  border: 1.5px solid #202037;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #202037;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
}
.feature-tabs-block .feature-tabs-nav .nav-pills .nav-link.active {
  background-color: #202037;
  color: #fff;
}
.feature-tabs-block .feat-tab-pane-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 88px;
  grid-row-gap: 100px;
}
.feature-tabs-block .feat-tab-pane-content .feature-point .icon-bg {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #7A41F4;
  position: relative;
  border-radius: 100px;
  margin: 0 14px 0 0;
}
.feature-tabs-block .feat-tab-pane-content .feature-point .icon-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
.feature-tabs-block .feat-tab-pane-content .feature-point h5 {
  display: inline-block;
  margin: 0;
}
.feature-tabs-block .feat-tab-pane-content .feature-point .feature-point-content {
  margin: 24px 0 0 0;
}

.feature-tabs-block.bg-light-stone .feat-tab-pane-content .feature-point .icon-bg img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.feature-tabs-block.bg-white .feat-tab-pane-content .feature-point .icon-bg img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.feature-tabs-block.bg-dark-purple .feature-tabs-nav h4 {
  color: #fff;
}
.feature-tabs-block.bg-dark-purple .feature-tabs-nav .nav-pills .nav-link {
  border: 1.5px solid #fff;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
.feature-tabs-block.bg-dark-purple .feature-tabs-nav .nav-pills .nav-link:hover {
  background-color: #fff;
  color: #202037;
  transform: scale(1.09);
}
.feature-tabs-block.bg-dark-purple .feature-tabs-nav .nav-pills .nav-link.active {
  background-color: #fff;
  color: #202037;
}
.feature-tabs-block.bg-dark-purple .feature-point .icon-bg {
  background-color: rgba(122, 65, 244, 0.2);
}
.feature-tabs-block.bg-dark-purple .feature-point .icon-bg img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(70%) saturate(4325%) hue-rotate(249deg) brightness(97%) contrast(98%);
}
.feature-tabs-block.bg-dark-purple .feature-point h5 {
  color: #fff;
}
.feature-tabs-block.bg-dark-purple .feature-point .feature-point-content {
  color: #fff;
}

.feature-tabs-block.bg-white .feature-tabs-nav .nav-pills .nav-link {
  transition: 0.3s ease-in-out;
}
.feature-tabs-block.bg-white .feature-tabs-nav .nav-pills .nav-link:hover {
  background-color: #202037;
  color: #fff;
  transform: scale(1.09);
}
.feature-tabs-block.bg-white .feature-tabs-nav .nav-pills .nav-link.active {
  background-color: #202037;
  color: #fff;
}

.feature-tabs-block.bg-violet .feature-tabs-nav h4 {
  color: #fff;
}
.feature-tabs-block.bg-violet .feature-tabs-nav .nav-pills .nav-link {
  border: 1.5px solid #fff;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
.feature-tabs-block.bg-violet .feature-tabs-nav .nav-pills .nav-link:hover {
  background-color: #fff;
  color: #7A41F4;
  transform: scale(1.09);
}
.feature-tabs-block.bg-violet .feature-tabs-nav .nav-pills .nav-link.active {
  background-color: #fff;
  color: #7A41F4;
}
.feature-tabs-block.bg-violet .feature-point .icon-bg {
  background-color: #fff;
}
.feature-tabs-block.bg-violet .feature-point .icon-bg img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(70%) saturate(4325%) hue-rotate(249deg) brightness(97%) contrast(98%);
}
.feature-tabs-block.bg-violet .feature-point h5 {
  color: #fff;
}
.feature-tabs-block.bg-violet .feature-point .feature-point-content {
  color: #fff;
}

.feature-tabs-block.bg-aqua .feature-tabs-nav h4 {
  color: #202037;
}
.feature-tabs-block.bg-aqua .feature-tabs-nav .nav-pills .nav-link {
  border: 1.5px solid #202037;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #202037;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
.feature-tabs-block.bg-aqua .feature-tabs-nav .nav-pills .nav-link:hover {
  background-color: #202037;
  color: #fff;
  transform: scale(1.09);
}
.feature-tabs-block.bg-aqua .feature-tabs-nav .nav-pills .nav-link.active {
  background-color: #202037;
  color: #fff;
}
.feature-tabs-block.bg-aqua .feature-point .icon-bg {
  background-color: #fff;
}
.feature-tabs-block.bg-aqua .feature-point .icon-bg img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(1672%) hue-rotate(201deg) brightness(95%) contrast(90%);
}
.feature-tabs-block.bg-aqua .feature-point h5 {
  color: #202037;
}
.feature-tabs-block.bg-aqua .feature-point .feature-point-content {
  color: #202037;
}

.testimonial.non-slider.padding-top-bottom {
  padding: 300px 0;
}

.testimonial {
  position: relative;
}
.testimonial img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  margin: 0 40px 0 0;
}
.testimonial .testimonial-meta {
  display: inline-block;
}
.testimonial .testimonial-meta p {
  margin: 0;
}
.testimonial .testimonial-meta p.name {
  color: #7A41F4;
  font-weight: 500;
}
.testimonial .testimonial-text {
  position: relative;
}
.testimonial .testimonial-text p {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.testimonial .testimonial-text::before {
  content: "";
  width: 298px;
  height: 222px;
  background-image: url("./img/quote-start.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -160px;
  left: -40px;
  z-index: 1;
}
.testimonial .testimonial-text::after {
  content: "";
  width: 298px;
  height: 222px;
  background-image: url("./img/quote-end.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -160px;
  right: -40px;
  z-index: 1;
}
.testimonial .testimonial-slider .row {
  padding: 170px 0;
}
.testimonial .testimonial-slider .slick-prev {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 90;
  font-size: 0px;
  border: 1.5px solid #202037;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-image: url("./img/slide-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.testimonial .testimonial-slider .slick-prev:hover {
  transform: scale(1.06);
}
.testimonial .testimonial-slider .slick-next {
  position: absolute;
  top: 60px;
  left: calc(4% + 60px);
  z-index: 90;
  font-size: 0px;
  border: 1.5px solid #202037;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-image: url("./img/silde-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.testimonial .testimonial-slider .slick-next:hover {
  transform: scale(1.06);
}

.testimonial.bg-light-stone .testimonial-text::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
}
.testimonial.bg-light-stone .testimonial-text::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
}

.tabs-with-img {
  position: relative;
  overflow-y: hidden;
}
.tabs-with-img .single-tab-img {
  position: absolute;
  width: 50%;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  /*top: 240px;
  max-height: calc(100% - 240px);*/
  top: 50%;
  transform: translate(0, -50%);
  max-height: 750px;
}
.tabs-with-img .single-tab-img .lottie-anim {
  width: 84%;
  display: block;
  float: right;
}
.tabs-with-img .tab-pane {
  position: relative;
}
.tabs-with-img .tab-pane .per-tab-img,
.tabs-with-img .tab-pane .lottie-anim {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.tabs-with-img .tab-pane .tab-pane-content {
  margin: 58px 0 0 0;
}
.tabs-with-img .tab-pane .tab-pane-content .btn-primary {
  margin: 58px 0 0 0;
}
.tabs-with-img .tab-pane .tab-pane-content ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.tabs-with-img .tab-pane .tab-pane-content ul li {
  background-image: url("./img/tick-dark.svg");
  background-position: top 2px left;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin: 0 0 18px 0;
}
.tabs-with-img .tab-pane .tab-pane-content ul li:last-child {
  margin: 0;
}
.tabs-with-img .tab-pane .tab-pane-content h1, .tabs-with-img .tab-pane .tab-pane-content h2, .tabs-with-img .tab-pane .tab-pane-content h3, .tabs-with-img .tab-pane .tab-pane-content h4, .tabs-with-img .tab-pane .tab-pane-content h5, .tabs-with-img .tab-pane .tab-pane-content h6 {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.tabs-with-img .tab-pane .tab-pane-content h1 {
  font-size: 4.292rem;
}
.tabs-with-img .tab-pane .tab-pane-content h2 {
  font-size: 3.434rem;
}
.tabs-with-img .tab-pane .tab-pane-content h3 {
  font-size: 2.744rem;
}
.tabs-with-img .tab-pane .tab-pane-content h4 {
  font-size: 2.138rem;
}
.tabs-with-img .tab-pane .tab-pane-content h5 {
  font-size: 1.569rem;
}
.tabs-with-img .tab-pane .tab-pane-content h6 {
  font-size: 1.2rem;
}
.tabs-with-img ul.nav-pills .nav-link {
  border: 1.5px solid #202037;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #202037;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
}
.tabs-with-img ul.nav-pills .nav-link.active {
  background-color: #202037;
  color: #fff;
}

.tabs-with-img.bg-aqua ul.nav-pills .nav-link:hover {
  background-color: #fff;
  border: 1.5px solid #fff;
}
.tabs-with-img.bg-aqua ul.nav-pills .nav-link.active {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #202037;
}

.tabs-with-img.bg-dark-purple ul.nav-pills .nav-link {
  color: #fff;
  border: 1.5px solid #fff;
}
.tabs-with-img.bg-dark-purple ul.nav-pills .nav-link:hover {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
}
.tabs-with-img.bg-dark-purple ul.nav-pills .nav-link.active {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
}
.tabs-with-img.bg-dark-purple .tab-pane .tab-pane-content {
  color: #fff;
}
.tabs-with-img.bg-dark-purple .tab-pane .tab-pane-content ul li {
  background-image: url("./img/tick-light.svg");
}
.tabs-with-img.bg-dark-purple .tab-pane .tab-pane-content .btn-primary {
  background-color: #7A41F4;
}

.tabs-with-img.bg-violet ul.nav-pills .nav-link {
  border: 1.5px solid #fff;
  color: #fff;
}
.tabs-with-img.bg-violet ul.nav-pills .nav-link:hover {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #202037;
}
.tabs-with-img.bg-violet ul.nav-pills .nav-link.active {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #202037;
}
.tabs-with-img.bg-violet .tab-pane .tab-pane-content {
  color: #fff;
}
.tabs-with-img.bg-violet .tab-pane .tab-pane-content ul li {
  background-image: url("./img/tick-light.svg");
}

.tabs-with-img.bg-light-stone ul.nav-pills .nav-link:hover,
.tabs-with-img.bg-white ul.nav-pills .nav-link:hover {
  background-color: #202037;
  border: 1.5px solid #202037;
  color: #fff;
}
.tabs-with-img.bg-light-stone ul.nav-pills .nav-link.active,
.tabs-with-img.bg-white ul.nav-pills .nav-link.active {
  background-color: #202037;
  border: 1.5px solid #202037;
  color: #fff;
}

.latest-news {
  overflow-x: hidden;
  background-image: none;
}
.latest-news .slick-slide {
  margin: 0 38px;
}
.latest-news .slick-list {
  margin: 0 -38px;
}
.latest-news .news-slider {
  width: 150%;
}
.latest-news .news-slider .article-card {
  padding: 50px;
  background-color: #F2F2F2;
  border-radius: 15px;
  min-height: 500px;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.latest-news .news-slider .article-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.latest-news .news-slider .article-card .article-card-filter {
  background-color: #202037;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.latest-news .news-slider .article-card:hover img {
  opacity: 1;
  /*width: 110%;
  height: 110%;*/
  transform: scale(1.2);
}
.latest-news .news-slider .article-card:hover .article-card-filter {
  opacity: 0.3;
}
.latest-news .news-slider .article-card .est-read-time {
  font-size: 14px;
  margin: -10px 0 0 0;
  position: relative;
  z-index: 4;
}
.latest-news .news-slider .article-card .est-read-time .read-len-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url("./img/read-time-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5.5px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}
.latest-news .news-slider .article-card a.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 3;
}
.latest-news .news-slider .article-card .card-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  z-index: 4;
}
.latest-news .news-slider .article-card .card-content h4 {
  margin: 0;
  font-size: 2.138rem;
}
.latest-news .news-slider .article-card .card-content .btn-primary {
  margin: 37px 0 0 0;
}
.latest-news .news-slider .article-card .card-content .btn-primary:hover {
  background-color: #7A41F4;
}
.latest-news .news-slider .article-card .card-content .cats {
  font-size: 18px;
  color: #7A41F4;
  margin: 0 0 20px 0;
  transition: 0.3s ease-in-out;
}
.latest-news .recent-news-links {
  text-align: right;
  margin: 4px 0 0 0;
}
.latest-news .recent-news-links .nudge-btn-down {
  top: 4px;
}
.latest-news #move-left {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #202037;
  border-radius: 10px;
  background-image: url("./img/slide-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
}
.latest-news #move-left:hover {
  transform: scale(1.08);
}
.latest-news #move-right {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #202037;
  border-radius: 10px;
  background-image: url("./img/silde-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.latest-news #move-right:hover {
  transform: scale(1.08);
}
.latest-news .btn-secondary {
  margin: 0 0 0 15px;
  position: relative;
  top: -17px;
  padding: 9px 62px 10px 22px;
}
.latest-news .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #202037;
}
.latest-news h3 {
  font-size: 2.138rem;
  margin: 6px 0 0 0;
}
.latest-news .latest-news-intro {
  margin: 0 0 100px 0;
}
.latest-news .article-card.post-has-img:hover {
  color: #fff;
}
.latest-news .article-card.post-has-img:hover .cats {
  color: #fff;
}
.latest-news .article-card.post-has-img:hover .read-len-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(83%) saturate(2%) hue-rotate(307deg) brightness(108%) contrast(101%);
}
.latest-news .article-card.post-has-img:hover .est-read-time {
  opacity: 0.5;
}

.article-card.featured-post {
  background-color: #7A41F4 !important;
  color: #fff !important;
}
.article-card.featured-post .cats {
  color: #fff !important;
}
.article-card.featured-post p.est-read-time {
  opacity: 0.5;
}
.article-card.featured-post p.est-read-time .read-len-icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(242deg) brightness(105%) contrast(103%);
}

.latest-news.bg-dark-purple h3 {
  color: #fff;
}
.latest-news.bg-dark-purple #move-left {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  background-image: url("./img/slide-left-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
}
.latest-news.bg-dark-purple #move-left:hover {
  transform: scale(1.08);
}
.latest-news.bg-dark-purple #move-right {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  background-image: url("./img/slide-right-light.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.latest-news.bg-dark-purple #move-right:hover {
  transform: scale(1.08);
}
.latest-news.bg-dark-purple .btn-secondary {
  margin: 0 0 0 15px;
  position: relative;
  top: -17px;
  padding: 9px 62px 10px 22px;
  color: #fff;
  border: 1.5px solid #fff;
  background-image: url("./img/btn-arrow.svg");
}
.latest-news.bg-dark-purple .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.stats-block .option-slider {
  position: relative;
}
.stats-block p.stat-title {
  font-size: 90px;
  color: #fff;
  font-weight: 500;
  opacity: 0.05;
  margin: 0;
  transition: 0.3s ease-in-out;
  line-height: 1.4;
}
.stats-block p.stat-num {
  font-size: 90px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease-in-out;
  line-height: 1.3;
}
.stats-block p.stat-text {
  font-size: 18px;
  color: #fff;
}
.stats-block .slick-active p.stat-title {
  opacity: 0.1;
}
.stats-block .slick-center p.stat-title {
  opacity: 1;
}
.stats-block .slick-list {
  padding: 140px 0 !important;
}
.stats-block .proof-content-inner {
  padding-left: 15%;
}
.stats-block .proof-content {
  margin: 20px 0 0 0;
}

.large-cta-card-block {
  position: relative;
}
.large-cta-card-block .violet-strip {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.large-cta-card-block .cta-card-lg {
  position: relative;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.large-cta-card-block .cta-card-lg .cta-card-filter {
  position: absolute;
  background-color: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.large-cta-card-block .cta-card-lg .cta-card-content {
  padding: 240px 30px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.large-cta-card-block .cta-card-lg .cta-card-content .btn-primary {
  background-color: #2DDCE9;
  color: #202037;
  background-image: url("./img/btn-arrow-light.svg");
}
.large-cta-card-block .cta-card-lg .cta-card-content h3 {
  font-size: 3.431rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 40px 0;
}

.logo-block {
  padding: 70px 0;
}
.logo-block .logo-slider .logo-slide .logo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.logo-block .logo-slider .slick-slide {
  margin: 0 60px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.logo-block .logo-slider .slick-track {
  display: flex;
}

.insights-listing .insight-filter {
  margin: 0 0 110px 0;
}
.insights-listing .insight-filter ul {
  padding: 0;
}
.insights-listing .insight-filter .sf-field-search {
  display: inline-block;
  float: right;
}
.insights-listing .insight-filter .sf-field-search input {
  border: 1.5px solid #202037;
  height: 47px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-left: 20px;
  outline: none;
  width: 231px;
  margin: 5px 0 0 0;
  background-image: url("./img/mag-glass.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.insights-listing .insight-filter .sf-field-search ::-webkit-input-placeholder {
  color: #202037;
  font-size: 16px;
  font-weight: 500;
}
.insights-listing .insight-filter .sf-field-search ::-moz-placeholder {
  color: #202037;
  font-size: 16px;
  font-weight: 500;
}
.insights-listing .insight-filter .sf-field-search :-ms-input-placeholder {
  color: #202037;
  font-size: 16px;
  font-weight: 500;
}
.insights-listing .insight-filter .sf-field-search :-moz-placeholder {
  color: #202037;
  font-size: 16px;
  font-weight: 500;
}
.insights-listing .insight-filter .sf-field-category {
  display: inline-block;
}
.insights-listing .insight-filter .sf-field-category ul {
  display: inline-block;
}
.insights-listing .insight-filter .sf-field-category ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.insights-listing .insight-filter .sf-field-category ul li input {
  display: none;
}
.insights-listing .insight-filter .sf-field-category ul li label {
  padding: 0;
  border: 1.5px solid #202037;
  min-width: 142px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 6px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.insights-listing .insight-filter .sf-field-category ul li label:hover {
  color: #fff;
  background-color: #202037;
}
.insights-listing .insight-filter .sf-field-category ul li.sf-option-active label {
  background-color: #202037;
  color: #fff;
}
.insights-listing .insight-results {
  padding: 0 0 150px 0;
}
.insights-listing .insight-results .insight-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.insights-listing .insight-results .article-card {
  padding: 50px;
  background-color: #fff;
  border-radius: 15px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
  /*&:hover {
    background-color: $brand-purple;
    color: #fff;
    .cats {
      color: #fff;
    }
    p.est-read-time {
      opacity: 0.5;
      .read-len-icon {
        filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(242deg) brightness(105%) contrast(103%);
      }
    }
  }*/
}
.insights-listing .insight-results .article-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.insights-listing .insight-results .article-card .article-card-filter {
  background-color: #202037;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.insights-listing .insight-results .article-card:hover img {
  opacity: 1;
  /*width: 110%;
  height: 110%;*/
  transform: scale(1.2);
}
.insights-listing .insight-results .article-card:hover .article-card-filter {
  opacity: 0.3;
}
.insights-listing .insight-results .article-card .est-read-time {
  font-size: 14px;
  margin: -10px 0 0 0;
  position: relative;
  z-index: 4;
}
.insights-listing .insight-results .article-card .est-read-time .read-len-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url("./img/read-time-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5.5px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}
.insights-listing .insight-results .article-card a.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 3;
}
.insights-listing .insight-results .article-card .card-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  z-index: 4;
}
.insights-listing .insight-results .article-card .card-content h4 {
  margin: 0;
  font-size: 2.138rem;
}
.insights-listing .insight-results .article-card .card-content .btn-primary {
  margin: 37px 0 0 0;
}
.insights-listing .insight-results .article-card .card-content .btn-primary:hover {
  background-color: #7A41F4;
}
.insights-listing .insight-results .article-card .card-content .cats {
  font-size: 18px;
  color: #7A41F4;
  margin: 0 0 20px 0;
  transition: 0.3s ease-in-out;
}
.insights-listing .insight-results .article-card.post-has-img:hover {
  background-color: #7A41F4;
  color: #fff;
}
.insights-listing .insight-results .article-card.post-has-img:hover .cats {
  color: #fff;
}
.insights-listing .insight-results .article-card.post-has-img:hover p.est-read-time {
  opacity: 0.5;
}
.insights-listing .insight-results .article-card.post-has-img:hover p.est-read-time .read-len-icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(242deg) brightness(105%) contrast(103%);
}
.insights-listing .wp-pagenavi {
  text-align: center;
  display: block;
  margin: 70px auto 0 auto;
}
.insights-listing .wp-pagenavi span.current {
  border: 1.5px solid #202037;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 38px;
  border-radius: 10px;
  background-color: #202037;
  color: #fff;
  margin: 0 5px;
  font-weight: 500;
}
.insights-listing .wp-pagenavi a {
  border: 1.5px solid #202037;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 38px;
  border-radius: 10px;
  background-color: #F2F2F2;
  color: #202037;
  font-weight: 500;
  margin: 0 5px;
}
.insights-listing .wp-pagenavi a:hover {
  background-color: #202037;
  color: #fff;
}

.single-post .back-link {
  color: #7A41F4;
  background-image: url("./img/back-arrow.svg");
  background-position: top 6px left;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 24px;
  position: relative;
  top: -8px;
}
.single-post .back-link:hover {
  color: #202037;
}
.single-post article {
  padding: 120px 0 150px 0;
}
.single-post article .article-content {
  padding: 0 0 0 11%;
}
.single-post article .article-content h1, .single-post article .article-content h2, .single-post article .article-content h3, .single-post article .article-content h4, .single-post article .article-content h5, .single-post article .article-content h6 {
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #202037;
}
.single-post article .article-content h1 {
  font-size: 4.292rem;
}
.single-post article .article-content h2 {
  font-size: 3.434rem;
}
.single-post article .article-content h3 {
  font-size: 2.744rem;
}
.single-post article .article-content h4 {
  font-size: 2.138rem;
}
.single-post article .article-content h5 {
  font-size: 1.569rem;
}
.single-post article .article-content h6 {
  font-size: 1.2rem;
}
.single-post article .article-content p {
  line-height: 1.8;
}
.single-post article .article-content p a {
  color: #7A41F4;
  font-weight: 500;
  text-decoration: underline;
}
.single-post article .article-content p a:hover {
  color: #2DDCE9;
}
.single-post article .article-content h1:first-of-type {
  font-size: 3.05rem;
  margin: 30px 0 60px 0;
}
.single-post article .article-content .post-feat-img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 0 0 50px 0;
}
.single-post article .article-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-post article .est-read-time {
  font-size: 14px;
  margin: -10px 0 0 0;
}
.single-post article .est-read-time .read-len-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url("./img/read-time-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5.5px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}
.single-post .post-footer {
  margin: 100px 0 0 0;
}
.single-post .post-footer .share-label {
  margin: 0 16px 0px 0;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.single-post .post-footer .addtoany_shortcode {
  display: inline-block;
  margin: 20px 0 0 0;
}
.single-post .post-footer .addtoany_shortcode a {
  margin-right: 10px;
}
.single-post .post-footer .addtoany_shortcode a:hover {
  transform: scale(1.2);
}
.single-post .post-footer .addtoany_shortcode a:hover span {
  opacity: 1;
}
.single-post .post-footer .news-note {
  margin: 50px 0 0 50px;
}
.single-post .post-footer .post-newsletter-signup {
  position: relative;
}
.single-post .post-footer .post-newsletter-signup input[type=text] {
  height: 70px;
  width: 100%;
  max-width: calc(100% - 146px);
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 10px;
  padding-left: 20px;
}
.single-post .post-footer .post-newsletter-signup input[type=submit] {
  position: absolute;
  height: 70px;
  width: 156px;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #7A41F4;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  outline: none;
}
.single-post .post-footer .post-newsletter-signup ::-webkit-input-placeholder {
  color: #282D3C;
}
.single-post .post-footer .post-newsletter-signup ::-moz-placeholder {
  color: #282D3C;
}
.single-post .post-footer .post-newsletter-signup :-ms-input-placeholder {
  color: #282D3C;
}
.single-post .post-footer .post-newsletter-signup :-moz-placeholder {
  color: #282D3C;
}

.related-articles {
  padding: 150px 0;
}
.related-articles h3 {
  margin: 0 0 100px 0;
}
.related-articles .btn-secondary {
  float: right;
}
.related-articles .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #202037;
  transform: scale(1.08);
}
.related-articles .related-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.related-articles .related-card-wrapper .article-card {
  padding: 50px;
  background-color: #F2F2F2;
  border-radius: 15px;
  min-height: 500px;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.related-articles .related-card-wrapper .article-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.related-articles .related-card-wrapper .article-card .article-card-filter {
  background-color: #202037;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.related-articles .related-card-wrapper .article-card:hover img {
  opacity: 1;
  /*width: 110%;
  height: 110%;*/
  transform: scale(1.2);
}
.related-articles .related-card-wrapper .article-card:hover .article-card-filter {
  opacity: 0.3;
}
.related-articles .related-card-wrapper .article-card .est-read-time {
  font-size: 14px;
  margin: -10px 0 0 0;
  position: relative;
  z-index: 4;
}
.related-articles .related-card-wrapper .article-card .est-read-time .read-len-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-image: url("./img/read-time-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5.5px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}
.related-articles .related-card-wrapper .article-card a.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 3;
}
.related-articles .related-card-wrapper .article-card .card-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  z-index: 4;
}
.related-articles .related-card-wrapper .article-card .card-content h4 {
  margin: 0;
  font-size: 2.138rem;
}
.related-articles .related-card-wrapper .article-card .card-content .btn-primary {
  margin: 37px 0 0 0;
}
.related-articles .related-card-wrapper .article-card .card-content .btn-primary:hover {
  background-color: #7A41F4;
}
.related-articles .related-card-wrapper .article-card .card-content .cats {
  font-size: 18px;
  color: #7A41F4;
  margin: 0 0 20px 0;
  transition: 0.3s ease-in-out;
}
.related-articles .article-card.post-has-img:hover {
  background-color: #7A41F4;
  color: #fff;
}
.related-articles .article-card.post-has-img:hover .cats {
  color: #fff;
}
.related-articles .article-card.post-has-img:hover p.est-read-time {
  opacity: 0.5;
}
.related-articles .article-card.post-has-img:hover p.est-read-time .read-len-icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(242deg) brightness(105%) contrast(103%);
}

.related-articles.bg-dark-purple h3 {
  color: #fff;
}
.related-articles.bg-dark-purple .btn-secondary {
  border: 1.5px solid #fff;
  color: #fff;
  background-image: url("./img/bullet-white.svg");
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.text-block h1 {
  font-size: 4.292rem;
}
.text-block h2 {
  font-size: 3.434rem;
}
.text-block h3 {
  font-size: 2.744rem;
}
.text-block h4 {
  font-size: 2.138rem;
}
.text-block h5 {
  font-size: 1.569rem;
}
.text-block h6 {
  font-size: 1.2rem;
}
.text-block ul {
  list-style: none;
  padding: 0;
}
.text-block ul li {
  background-image: url("./img/bullet-violet.svg");
  background-position: top 7px left;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin: 0 0 20px 0;
}
.text-block ul li:last-child {
  margin: 0;
}
.text-block .one-col-text-layout {
  /*p {
    &:first-of-type {
      font-size: 1.406rem;
    }
  }*/
}
.text-block .one-col-text-layout p span.lead {
  font-size: 1.406rem;
}
.text-block .two-col-text-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 66px;
  grid-row-gap: 66px;
}
.text-block p a {
  color: #7A41F4;
  font-weight: 500;
  text-decoration: underline;
}
.text-block p a:hover {
  color: #202037;
}

.text-block.bg-dark-purple {
  color: #fff;
}
.text-block.bg-dark-purple p a:hover {
  color: #fff;
}

.text-block.bg-violet {
  color: #fff;
}
.text-block.bg-violet p a {
  color: #fff;
}
.text-block.bg-violet p a:hover {
  opacity: 0.6;
}
.text-block.bg-violet ul li {
  background-image: url("./img/bullet-white.svg");
}

.image-block img {
  width: 100%;
  height: auto;
}

.cta-card .cta-card-sm {
  padding: 80px;
  border-radius: 15px;
  box-shadow: 0px 10px 23px -3px rgba(0, 0, 0, 0.25);
}
.cta-card .cta-card-sm p {
  font-size: 18px;
  width: 50%;
}
.cta-card .cta-card-sm h4 {
  font-size: 2.138rem;
  font-weight: 500;
  width: 50%;
}
.cta-card .cta-card-sm .btns {
  margin: 46px 0 0 0;
}
.cta-card .cta-card-sm .btns a {
  margin: 0 20px 0 0;
}
.cta-card .cta-card-sm .btns a:hover {
  transform: scale(1.08);
}
.cta-card .cta-card-sm a.demo-btn {
  background-color: #202037;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1.5px solid #202037;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  /*background-image: url('./img/book-icon-light.svg');
  background-position: left 16px center;
  background-repeat: no-repeat;*/
}
.cta-card .cta-card-sm a.demo-btn:hover {
  background-color: #202037;
  border: 1.5px solid #202037;
}
.cta-card .violet-card {
  background-color: #7A41F4;
  background-image: url("./img/violet-card-mark.svg");
  background-position: top -100px right -260px;
  background-repeat: no-repeat;
  color: #fff;
}
.cta-card .aqua-card {
  background-color: #2DDCE9;
  background-image: url("./img/aqua-card-mark.svg");
  background-position: top -100px right -260px;
  background-repeat: no-repeat;
}

.fw-cta {
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
.fw-cta div.video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2 !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.fw-cta div.video-container video {
  /*object-fit: contain;*/
  /*       object-fit: fill; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fw-cta .fw-cta-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7A41F4;
  z-index: 3;
}
.fw-cta .fw-cta-content {
  color: #fff;
  position: relative;
  z-index: 3;
  padding: 320px 0;
}
.fw-cta .fw-cta-content h3 {
  font-size: 2.744rem;
  margin: 0 0 45px 0;
}
.fw-cta .fw-cta-content .btn-primary {
  background-color: #7A41F4;
}

.img-and-text .text-is-left {
  padding: 0 70px 0 0;
}
.img-and-text .text-is-right {
  padding: 0 70px 0 0;
}
.img-and-text h1, .img-and-text h2, .img-and-text h3, .img-and-text h4, .img-and-text h5, .img-and-text h6 {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.img-and-text h1 {
  font-size: 4.292rem;
}
.img-and-text h2 {
  font-size: 3.434rem;
}
.img-and-text h3 {
  font-size: 2.744rem;
}
.img-and-text h4 {
  font-size: 2.138rem;
}
.img-and-text h5 {
  font-size: 1.569rem;
}
.img-and-text h6 {
  font-size: 1.2rem;
}
.img-and-text .btn-primary {
  margin: 48px 0 0 0;
}
.img-and-text ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.img-and-text ul li {
  background-image: url("./img/bullet-violet.svg");
  background-position: top 7px left;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin: 0 0 20px 0;
}
.img-and-text ul li:last-child {
  margin: 0;
}

.img-and-text.bg-dark-purple {
  color: #fff;
}
.img-and-text.bg-dark-purple .btn-primary {
  background-color: #7A41F4;
}

.img-and-text.bg-violet {
  color: #fff;
}
.img-and-text.bg-violet ul {
  list-style: none;
  padding: 0;
}
.img-and-text.bg-violet ul li {
  background-image: url("./img/bullet-white.svg");
  background-position: top 7px left;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin: 0 0 20px 0;
}
.img-and-text.bg-violet ul li:last-child {
  margin: 0;
}

.img-and-text.bg-aqua ul li {
  background-image: url("./img/bullet-dark.svg");
}
.img-and-text.bg-aqua ul li:last-child {
  margin: 0;
}

.faqs h4 {
  font-size: 2.138rem;
  font-weight: 500;
  margin: 0 0 50px 0;
}
.faqs .accordion .accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.faqs .accordion .accordion-item ul {
  list-style: none;
  padding: 10px 0;
}
.faqs .accordion .accordion-item ul li {
  background-image: url("./img/bullet-violet.svg");
  background-position: top 7px left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 0 0 20px 0;
}
.faqs .accordion .accordion-item ul li:last-child {
  margin: 0;
}
.faqs .accordion .accordion-button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none;
  padding: 24px 0 14px 0;
  font-size: 21px;
  font-weight: 500;
  border-bottom: 1px solid #DFE0E2;
}
.faqs .accordion .accordion-button:after {
  background-image: url("./img/accordion-arrow.svg");
}
.faqs .accordion .accordion-button:hover {
  color: #7A41F4;
}
.faqs .accordion .accordion-button:hover::after {
  filter: invert(23%) sepia(78%) saturate(3203%) hue-rotate(251deg) brightness(99%) contrast(93%);
}
.faqs .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  filter: invert(23%) sepia(78%) saturate(3203%) hue-rotate(251deg) brightness(99%) contrast(93%);
}
.faqs .accordion .accordion-body {
  padding: 12px 0;
}
.faqs .accordion button,
.faqs .accordion .accordion-header,
.faqs .accordion h2 {
  outline: none;
}
.faqs .accordion .accordion-button:not(.collapsed) {
  color: #7A41F4;
}
.faqs .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.team-listing.bg-light-stone .team-cards-wrapper .team-card {
  background-color: #fff;
}

.team-listing .team-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 74px;
  grid-row-gap: 60px;
}
.team-listing .team-cards-wrapper .team-card {
  background-color: #F2F2F2;
  padding: 34px 45px;
  border-radius: 15px;
}
.team-listing .team-cards-wrapper .team-card img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 200px;
}
.team-listing .team-cards-wrapper .team-card h4, .team-listing .team-cards-wrapper .team-card h5 {
  font-size: 22px;
  font-weight: 500;
}
.team-listing .team-cards-wrapper .team-card h4 {
  color: #7A41F4;
  margin: 0 0 6px 0;
}
.team-listing .team-cards-wrapper .team-card h5 {
  margin: 0 0 28px 0;
}
.team-listing .team-intro {
  margin: 0 0 100px 0;
}
.team-listing .team-intro h4 {
  font-size: 2.138rem;
  font-weight: 500;
}
.team-listing .team-intro .nav-pills {
  float: right;
}
.team-listing .team-intro .nav-pills .nav-link {
  color: #202037;
  font-weight: 500;
  border: 1.5px solid #202037;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 0 0 30px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.team-listing .team-intro .nav-pills .nav-link:hover {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
  transform: scale(1.08);
}
.team-listing .team-intro .nav-pills .nav-link.active {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
}

.team-modal-content {
  background-color: #F2F2F2;
  border: none;
  border-radius: 15px;
}
.team-modal-content .team-modal-body {
  padding: 30px 60px;
  position: relative;
}
.team-modal-content .team-modal-body .social img {
  margin: 10px 0 0 0;
  transition: 0.3s ease-in-out;
}
.team-modal-content .team-modal-body .social img:hover {
  transform: scale(1.2);
}
.team-modal-content .team-modal-body .profile-img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 200px;
}
.team-modal-content .team-modal-body h4, .team-modal-content .team-modal-body h5 {
  font-size: 22px !important;
  font-weight: 500;
}
.team-modal-content .team-modal-body h4 {
  color: #7A41F4;
  margin: 0 0 6px 0;
}
.team-modal-content .team-modal-body h5 {
  margin: 0;
}
.team-modal-content .team-modal-body .modal-bio {
  margin: 40px 0 0 0;
}
.team-modal-content .close-modal-btn {
  width: 42px;
  height: 42px;
  background-color: #7A41F4;
  border-radius: 40px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url("./img/close-modal.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.team-modal-content .close-modal-btn:hover {
  transform: rotate(90deg);
}

.modal-backdrop {
  background-color: #202037;
  opacity: 0.8 !important;
}

.team-modal-dialog {
  min-width: 562px;
}

.partner-listing .intro-heading {
  font-size: 2.138rem;
  margin: 0 0 96px 0;
}
.partner-listing .partner-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 37px;
  grid-row-gap: 55px;
}
.partner-listing .partner-card-wrapper .partner-card {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.partner-listing .partner-card-wrapper .partner-card:hover {
  transform: scale(1.04);
}
.partner-listing .partner-card-wrapper .partner-card img {
  max-width: 100%;
}
.partner-listing .partner-card-wrapper .partner-card h4 {
  font-size: 22px;
  color: #7A41F4;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.partner-listing .partner-card-wrapper .partner-card p:last-child {
  margin: 0;
}

.partner-listing.bg-white .partner-card-wrapper .partner-card {
  background-color: #F2F2F2;
}

.modal-logo {
  margin: 60px 0 40px 0;
  max-width: 50%;
  height: auto;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.partner-listing .partner-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 74px;
  grid-row-gap: 60px;
}
.partner-listing .partner-card-wrapper .team-card {
  background-color: #F2F2F2;
  padding: 34px 45px;
  border-radius: 15px;
}
.partner-listing .partner-card-wrapper .team-card img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 200px;
}
.partner-listing .partner-card-wrapper .team-card h4, .partner-listing .partner-card-wrapper .team-card h5 {
  font-size: 22px;
  font-weight: 500;
}
.partner-listing .partner-card-wrapper .team-card h4 {
  color: #7A41F4;
  margin: 0 0 6px 0;
}
.partner-listing .partner-card-wrapper .team-card h5 {
  margin: 0 0 28px 0;
}
.partner-listing .team-intro {
  margin: 0 0 100px 0;
}
.partner-listing .team-intro h4 {
  font-size: 2.138rem;
  font-weight: 500;
}
.partner-listing .team-intro .nav-pills {
  float: right;
}
.partner-listing .team-intro .nav-pills .nav-link {
  padding: 10px 20px !important;
  color: #202037;
  font-weight: 500;
  border: 1.5px solid #202037;
  font-size: 16px;
  padding: 10px 0;
  margin: 0 0 0 30px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.partner-listing .team-intro .nav-pills .nav-link:hover {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
  transform: scale(1.08);
}
.partner-listing .team-intro .nav-pills .nav-link.active {
  background-color: #7A41F4;
  border: 1.5px solid #7A41F4;
  color: #fff;
}

.contact-block .contact-content {
  padding: 0 10% 0 0;
  position: relative;
  height: 100%;
}
.contact-block .contact-content .social {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.contact-block .contact-content .social img {
  margin: 0 20px 0 0;
  transition: 0.3s ease-in-out;
}
.contact-block .contact-content .social img:hover {
  transform: scale(1.1);
}
.contact-block .contact-content h1, .contact-block .contact-content h2, .contact-block .contact-content h3, .contact-block .contact-content h4, .contact-block .contact-content h5, .contact-block .contact-content h6 {
  font-weight: 500;
  margin: 0 0 40px 0;
}
.contact-block .contact-content h1 {
  font-size: 4.292rem;
}
.contact-block .contact-content h2 {
  font-size: 3.434rem;
}
.contact-block .contact-content h3 {
  font-size: 2.744rem;
}
.contact-block .contact-content h4 {
  font-size: 2.138rem;
}
.contact-block .contact-content h5 {
  font-size: 1.569rem;
}
.contact-block .contact-content h6 {
  font-size: 1.2rem;
}
.contact-block .contact-content ul {
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
.contact-block .contact-content ul li {
  background-image: url("./img/bullet-violet.svg");
  background-position: top 6px left;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  margin: 0 0 18px 0;
}
.contact-block .contact-content ul li strong {
  font-weight: 500;
}
.contact-block .contact-content ul li a {
  color: #202037;
}
.contact-block .contact-content ul li a:hover {
  color: #7A41F4;
}
.contact-block .contact-form-wrapper {
  background-color: #fff;
  padding: 46px 44px 20px 44px;
  border-radius: 15px;
  width: 90%;
  float: right;
}
.contact-block .contact-form-wrapper input[type=text] {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #F2F2F2;
  padding-left: 35px !important;
  font-size: 0.9rem;
  border: none;
  outline: none;
}
.contact-block .contact-form-wrapper textarea {
  width: 100%;
  height: 220px !important;
  border-radius: 10px;
  background-color: #F2F2F2;
  padding: 20px 35px 0 35px !important;
  font-size: 0.9rem;
  border: none;
  outline: none;
}
.contact-block .contact-form-wrapper input[type=submit] {
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s ease-in-out;
  background-color: #202037;
  background-image: url("./img/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 11px 62px 11px 22px;
  border: 1.5px solid #202037;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.contact-block .contact-form-wrapper input[type=submit]:hover {
  background-color: #7A41F4;
  color: #fff;
  transform: scale(1.08);
  border: 1.5px solid #7A41F4;
  background-position: right 10px center;
}
.contact-block .contact-form-wrapper .ginput_container {
  margin: 0 0 14px 0;
}
.contact-block .contact-form-wrapper.form-is-embed {
  padding: 26px 44px 46px 44px;
}
.contact-block .contact-form-wrapper.form-is-embed input {
  margin-top: 20px;
}
.contact-block .contact-form-wrapper.form-is-embed textarea {
  margin-top: 20px;
}

.contact-block.bg-light-stone .social img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(19%) saturate(1338%) hue-rotate(202deg) brightness(91%) contrast(95%);
}

.contact-block.bg-violet {
  color: #fff;
}
.contact-block.bg-violet ul li {
  background-image: url("./img/bullet-white.svg");
}
.contact-block.bg-violet ul li a {
  color: #fff;
}
.contact-block.bg-violet ul li a:hover {
  color: #fff;
  opacity: 0.6;
}
.contact-block.bg-violet .social img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(103%) contrast(102%);
}

.contact-block.bg-aqua ul li {
  background-image: url("./img/btn-arrow-light.svg");
}

.contact-block.bg-dark-purple {
  color: #fff;
}
.contact-block.bg-dark-purple .contact-content ul li a {
  color: #fff;
}
.contact-block.bg-dark-purple .contact-content ul li a:hover {
  color: #7A41F4;
}
.contact-block.bg-dark-purple .social img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(103%) contrast(102%);
}

.jump-links {
  padding: 20px 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.jump-links p {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.jump-links ul.nav-pills {
  display: inline-block;
}
.jump-links ul.nav-pills li {
  display: inline-block;
  margin: 0 0 0 30px;
}
.jump-links ul.nav-pills li a.nav-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #202037;
  padding: 10px 24px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.jump-links ul.nav-pills li a.nav-link:hover {
  background-color: #7A41F4;
  transform: scale(1.08);
}
.jump-links ul.nav-pills li a.nav-link.active {
  background-color: #7A41F4;
}

.now-stuck {
  background-color: #F2F2F2;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.08);
}

.jump-top,
.jump-bottom {
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
}

.jump-mark {
  display: block;
  height: 0.1px;
  width: 100%;
  position: relative;
  top: -100px;
}

.hide-nav-pill {
  display: none !important;
}

.jump-mobile {
  display: none;
}
.jump-mobile p {
  display: inline-block;
  width: 65px;
  font-size: 14px;
}
.jump-mobile .jump-select {
  width: calc(100% - 75px);
  display: inline-block;
  height: 50px;
  border: 1.5px solid #7A41F4;
  background-image: url("./img/select-arrow.svg");
  background-size: 10px;
  font-weight: 500;
  outline: none;
}

.jump-links.now-stuck .jump-select {
  background-color: #F2F2F2;
}

.legal-content {
  padding: 150px 0;
}
.legal-content img {
  max-width: 100%;
  height: auto;
}
.legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4, .legal-content h5, .legal-content h6 {
  margin: 20px 0;
}
.legal-content ul {
  list-style: none;
  padding: 0;
}
.legal-content ul li {
  background-image: url("./img/bullet-violet.svg");
  background-position: top 7px left;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin: 0 0 6px 0;
}
.legal-content ul li:last-child {
  margin: 0;
}

#gform_confirmation_message_1 {
  color: #fff;
}

.gform-body {
  position: relative;
}

/*******************************************
Memu
*******************************************/
.menu-btn {
  background-color: #202037;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: inline-block;
  float: right;
  margin: -2px 0 0 24px;
  position: relative;
  z-index: 25;
  cursor: pointer;
}
.menu-btn span {
  width: 25px;
  height: 1.5px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 13px;
  transition: 0.15s ease-in-out;
}
.menu-btn span:nth-child(1) {
  top: 20px;
}
.menu-btn span:nth-child(2) {
  top: 25px;
}
.menu-btn span:nth-child(3) {
  top: 30px;
}

.menu-btn.menu-active {
  background-color: #fff;
}
.menu-btn.menu-active span {
  background-color: #202037;
}
.menu-btn.menu-active span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.menu-btn.menu-active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.menu-active span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.menu-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #202037;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  background-image: url("./img/watermark-on-dark-purple.svg");
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.menu-screen .menu-logo {
  position: absolute;
  top: 53px;
  left: 42px;
}
.menu-screen .menu-social-links {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.menu-screen .menu-social-links img {
  margin: 0 0 0 20px;
  transition: 0.3s ease-in-out;
}
.menu-screen .menu-social-links img:hover {
  transform: scale(1.1);
}
.menu-screen .menu-email {
  color: #fff;
  position: absolute;
  bottom: 44px;
  left: 50px;
}
.menu-screen .menu-email:hover {
  color: #7A41F4;
}

.menu-screen.menu-open {
  opacity: 1;
  visibility: visible;
}

body.menu-is-open {
  overflow-y: hidden;
  height: 100vh;
}
body.menu-is-open .header-btns a.login-btn {
  border: 1.5px solid #fff;
  color: #fff;
}
body.menu-is-open .header-btns a.login-btn:hover {
  border: 1.5px solid #7A41F4;
  color: #7A41F4;
}

.menu-screen-menu {
  width: 40%;
  position: absolute;
  max-height: 90%;
  overflow-y: scroll;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
}
.menu-screen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-screen-menu ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-screen-menu ul li a {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  padding: 8px 0;
}
.menu-screen-menu ul li a:hover {
  color: #7A41F4 !important;
}
.menu-screen-menu ul li a:focus, .menu-screen-menu ul li a:visited, .menu-screen-menu ul li a:active {
  color: #fff;
  background: none;
}
.menu-screen-menu ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-screen-menu .dropdown-toggle::after {
  border: none;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 16px;
  background-image: url("./img/bullet-violet.svg");
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-screen-menu .dropdown-menu {
  display: none;
  position: relative;
  background: none;
  border: none;
  padding-left: 0px;
  transition: 0.3s ease-in-out;
}
.menu-screen-menu .dropdown-menu li {
  display: inline-block;
  border: none;
}
.menu-screen-menu .dropdown-menu li a {
  padding-left: 0px;
  font-size: 18px;
}
.menu-screen-menu .dropdown-menu li a::after {
  content: "/";
  margin: 0 6px 0 10px;
  display: inline-block;
  color: #fff !important;
}
.menu-screen-menu .dropdown-menu li a:hover {
  background: none;
}
.menu-screen-menu .dropdown-menu li a:hover::after {
  color: #fff !important;
}
.menu-screen-menu .dropdown-menu li:last-child {
  border-bottom: none !important;
}
.menu-screen-menu .dropdown-menu li:last-child a::after {
  display: none;
}
.menu-screen-menu .dropdown:hover .dropdown-menu {
  display: none;
}
.menu-screen-menu .dropdown-menu.show {
  display: block !important;
}

header.is-on-dark .menu-btn {
  background-color: #fff;
}
header.is-on-dark .menu-btn span {
  background-color: #202037;
}

.menu-btn {
  display: none;
}

.logo-block #logo-left {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #202037;
  border-radius: 10px;
  background-image: url("./img/slide-left.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.logo-block #logo-right {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1.5px solid #202037;
  border-radius: 10px;
  background-image: url("./img/silde-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.logo-controls {
  margin: 20px 0 0 0;
  text-align: center;
  display: none;
}
.logo-controls div {
  margin: 0 6px;
}

.hide-desk {
  display: none;
}

/*******************************************
Media Queries
*******************************************/
@media only screen and (max-width: 1450px) {
  .page-hero .page-hero-content {
    /*padding: 80px 0 120px 0;*/
    padding: 50px 0 80px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .jump-links ul.nav-pills li {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1350px) {
  header ul.main-menu li {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  header ul.main-menu {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .home-hero .home-hero-inner {
    position: relative;
    padding: 90px 0 120px 0;
  }
  .home-hero .home-hero-inner .content h1 {
    font-size: 3.1rem;
  }
  .home-hero .home-hero-inner .content {
    width: calc(100% - 50px);
  }
  .home-hero .home-hero-inner .content p {
    width: 90%;
  }
  header {
    padding: 24px 10px;
  }
  #jumpRef, p.jump-label {
    display: none;
  }
  .jump-mobile {
    display: block;
  }
  .stats-block p.stat-title {
    font-size: 70px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 992px) {
  .tabs-with-img .tab-pane .per-tab-img, .tabs-with-img .tab-pane .lottie-anim {
    display: none;
  }
  .logo-controls {
    display: block;
  }
  .tabs-with-img .single-tab-img {
    position: relative;
    width: 100%;
    right: 0;
    transform: none;
    top: initial;
  }
  .tabs-with-img .single-tab-img .lottie-anim {
    margin: 60px 0 0 0;
    width: 80%;
  }
  .stats-block .proof-content-inner {
    padding-left: 0%;
  }
  .hero-deco {
    display: none;
  }
  .padding-top {
    padding: 100px 0 0 0;
  }
  .padding-bottom {
    padding: 0 0 100px 0;
  }
  .padding-top-bottom {
    padding: 100px 0;
  }
  .home-hero .home-hero-inner .hero-img {
    display: none;
  }
  .home-hero .home-hero-inner .hero-btns {
    margin: 30px 0 0 0;
  }
  .page-hero-with-img .page-hero-img-text-content {
    padding: 0;
  }
  .page-hero-with-img.hero-has-the-right .page-hero-content {
    padding: 100px 0 0 0;
  }
  .page-hero-with-img.hero-has-the-right {
    padding-bottom: 60px;
  }
  .page-hero-with-img .hero-img-right {
    position: relative;
    right: 0;
    width: calc(100% - 15px);
    top: initial;
    transform: none;
    display: block;
    margin: 20px 0 0 auto;
  }
  .home-hero .home-hero-inner {
    position: relative;
    padding: 50px 0 10px 0;
  }
  .centered-intro h3 {
    font-size: 2.1rem;
    font-weight: 500;
  }
  .centered-intro .review-content {
    margin: 40px 0 0 0;
  }
  .centered-intro .review-content .review-logo {
    display: block;
    margin: 30px auto 0 auto;
  }
  .accordian-and-image .intro-text h4 {
    font-size: 1.9rem;
  }
  .accordian-and-image img {
    margin: 40px 0 0 0;
  }
  .testimonial-content .vertical-align {
    position: relative;
    z-index: 20;
    margin: 0 0 20px 0;
  }
  .testimonial .testimonial-text::before {
    content: "";
    width: 158px;
    height: 112px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 1;
  }
  .testimonial .testimonial-text::after {
    content: "";
    width: 158px;
    height: 112px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: -40px;
    z-index: 1;
  }
  .testimonial .testimonial-text p {
    font-size: 33px;
  }
  .testimonial.non-slider.padding-top-bottom {
    padding: 100px 0;
  }
  .tabs-with-img img.single-tab-img {
    position: relative;
    width: 100%;
    right: 0;
    transform: none;
    top: initial;
  }
  .feature-tabs-block .feature-tabs-nav .nav-pills {
    float: none;
    margin: 30px 0 0 0;
  }
  .feature-tabs-block.bg-dark-purple .feature-tabs-nav .nav-pills .nav-link {
    margin: 0 30px 0 0;
  }
  .feature-tabs-block .feature-tabs-nav {
    margin: 0 0 50px 0;
  }
  .feature-tabs-block .feat-tab-pane-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 68px;
    grid-row-gap: 30px;
  }
  .latest-news .slick-slide {
    margin: 0 20px;
  }
  .latest-news .slick-list {
    margin: 0 -20px;
  }
  .latest-news .latest-news-intro {
    margin: 0 0 40px 0;
  }
  .stats-block p.stat-title {
    font-size: 46px;
  }
  .stats-block p.stat-num {
    /*font-size: 46px;*/
    font-size: 64px;
  }
  .stats-block .slick-list {
    padding: 0 !important;
  }
  .stats-block {
    padding: 100px 0;
  }
  .large-cta-card-block .cta-card-lg .cta-card-content h3 {
    font-size: 2.4rem;
  }
  .large-cta-card-block .cta-card-lg .cta-card-content {
    padding: 110px 30px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  footer .salesforce {
    margin: 40px 0 40px 0;
  }
  .page-hero .page-hero-content {
    padding: 80px 0 100px 0;
  }
  .insights-listing .insight-filter .sf-field-category ul li label {
    padding: 0;
    border: 1.5px solid #202037;
    min-width: 112px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  .insights-listing .insight-filter .sf-field-category ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .insights-listing .insight-filter {
    margin: 0 0 60px 0;
  }
  .insights-listing .insight-results .insight-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .single-post article .article-content {
    padding: 0;
    margin: 30px 0 0 0;
  }
  .single-post article .article-content h1:first-of-type {
    font-size: 2rem;
    margin: 30px 0 30px 0;
  }
  .related-articles {
    padding: 100px 0;
  }
  .related-articles .related-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .related-articles h3 {
    margin: 0 0 60px 0;
  }
  .text-block .one-col-text-layout p:first-of-type {
    font-size: 1.2rem;
  }
  .cta-card .cta-card-sm h4 {
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
  }
  .cta-card .cta-card-sm {
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 10px 23px -3px rgba(0, 0, 0, 0.25);
  }
  .fw-cta .fw-cta-content h3 {
    font-size: 2.2rem;
    margin: 0 0 25px 0;
  }
  .fw-cta .fw-cta-content {
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 160px 0;
  }
  .img-and-text h4 {
    font-size: 1.8rem;
  }
  .faqs h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .team-listing .team-intro .nav-pills .nav-link {
    min-width: 120px;
    color: #202037;
    font-weight: 500;
    border: 1.5px solid #202037;
    font-size: 16px;
    padding: 10px 0;
    margin: 0 0 0 10px;
    border-radius: 10px;
  }
  .partner-listing .team-intro .nav-pills .nav-link {
    min-width: 120px;
    color: #202037;
    font-weight: 500;
    border: 1.5px solid #202037;
    font-size: 16px;
    padding: 10px 0;
    margin: 0 0 0 10px;
    border-radius: 10px;
  }
  .partner-listing .partner-card-wrapper .partner-card img {
    max-width: 70%;
  }
  .team-listing .team-cards-wrapper .team-card {
    text-align: center;
  }
  .team-listing .team-cards-wrapper .team-card img {
    margin: 0 0 22px 0;
  }
  .partner-card {
    text-align: center;
  }
  .partner-card img {
    margin: 0 0 22px 0;
  }
  .feature-tabs-block .feature-tabs-nav .nav-pills .nav-link {
    margin: 0 30px 0 0;
  }
  .feature-tabs-block.bg-violet .feature-tabs-nav .nav-pills .nav-link {
    margin: 0 30px 0 0;
  }
  .feature-tabs-block.bg-aqua .feature-tabs-nav .nav-pills .nav-link {
    margin: 0 30px 0 0;
  }
  .latest-news h3 {
    font-size: 1.8rem;
    margin: 6px 0 0 0;
  }
  .contact-block .contact-content h4 {
    font-size: 2rem;
  }
  .contact-block .contact-content .social {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 0 30px 0;
  }
  .contact-block .contact-form-wrapper {
    background-color: #fff;
    padding: 46px 44px 20px 44px;
    border-radius: 15px;
    width: 100%;
    float: none;
    margin: 30px 0 0 0;
  }
  .jump-top, .jump-bottom {
    height: 50px;
  }
  .img-and-text img {
    margin: 0 0 30px 0;
  }
  .legal-content {
    padding: 100px 0;
  }
  .menu-screen-menu ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    padding: 8px 0;
  }
  .menu-screen-menu .dropdown-toggle::after {
    margin-top: 8px;
  }
  .stats-block {
    text-align: center;
  }
  .hide-mob {
    display: none !important;
  }
  .hide-desk {
    display: block;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .padding-top {
    padding: 60px 0 0 0;
  }
  .padding-bottom {
    padding: 0 0 60px 0;
  }
  .padding-top-bottom {
    padding: 60px 0;
  }
  .testimonial.non-slider.padding-top-bottom {
    padding: 60px 0;
  }
  .stats-block p.stat-title {
    font-size: 26px;
  }
  .stats-block {
    padding: 60px 0;
  }
  header .header-btns {
    display: none;
  }
  .home-hero .home-hero-inner .content {
    width: 100%;
  }
  .home-hero .home-hero-inner .content h1 {
    font-size: 2rem;
  }
  .home-hero .home-hero-inner .hero-btns .hero-btn {
    margin: 0 10px 16px 0;
  }
  .home-hero .home-hero-inner .hero-btns .hero-btn:last-child {
    margin: 0;
  }
  .centered-intro h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .accordian-and-image .intro-text h4 {
    font-size: 1.5rem;
  }
  .testimonial .testimonial-text p {
    font-size: 23px;
  }
  .testimonial .testimonial-text {
    margin: 30px 0 0 0;
  }
  .testimonial .testimonial-text::before {
    content: "";
    width: 98px;
    height: 52px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 1;
  }
  .testimonial .testimonial-text::after {
    content: "";
    width: 98px;
    height: 52px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    right: 0px;
    z-index: 1;
  }
  .testimonial img {
    margin: 0 20px 0 0;
  }
  .testimonial .testimonial-meta {
    font-size: 1rem;
  }
  .feature-tabs-block .feat-tab-pane-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 68px;
    grid-row-gap: 30px;
  }
  .tabs-with-img ul.nav-pills .nav-link {
    border: 1.5px solid #202037;
    margin: 0 7px 7px 0;
    font-size: 13px;
    color: #202037;
    font-weight: 500;
    border-radius: 10px;
    min-width: 27px;
  }
  .tabs-with-img .tab-pane .tab-pane-content h4 {
    font-size: 1.7rem;
  }
  .tabs-with-img img.single-tab-img {
    position: relative;
    width: 100%;
    right: 0;
    transform: none;
    top: initial;
    margin: 30px 0 0 0;
  }
  .tabs-with-img .tab-pane .tab-pane-content ul li {
    font-size: 1rem;
  }
  .feature-tabs-block .feature-tabs-nav h4 {
    font-size: 1.7rem;
  }
  .feature-tabs-block.bg-dark-purple .feature-tabs-nav .nav-pills .nav-link {
    margin: 0 7px 7px 0;
    font-size: 13px;
    min-width: 27px;
  }
  .latest-news .news-slider {
    width: 100%;
  }
  .latest-news h3 {
    font-size: 1.7rem;
    margin: 0 0 20px 0;
  }
  .latest-news .recent-news-links {
    text-align: left;
  }
  .latest-news .news-slider .article-card {
    padding: 30px;
    min-height: 430px;
  }
  .latest-news .news-slider .article-card .card-content {
    padding: 0 30px;
  }
  .large-cta-card-block .cta-card-lg .cta-card-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .large-cta-card-block .cta-card-lg .cta-card-content {
    padding: 50px 30px;
  }
  .logo-block .logo-slider .slick-slide {
    margin: 0 30px;
  }
  footer .footer-newsletter-signup input[type=submit] {
    width: 100%;
    height: 60px;
    color: #202037;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: 0;
    right: 0;
    background-color: #2DDCE9;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    border: none;
    outline: none;
    margin-top: -16px;
  }
  footer .footer-newsletter-signup input[type=text] {
    border: none;
    background-color: #fff;
    position: relative;
    width: 100% !important;
    height: 60px;
    border-radius: 10px 10px 0 0;
    outline: none;
    padding: 0 !important;
    text-align: center;
  }
  .hand-note {
    color: #fff;
    font-family: "Caveat", cursive;
    font-size: 20px;
  }
  footer .footer-newsletter-signup .hand-note {
    position: absolute;
    right: 0;
    bottom: -50px;
    margin: 0;
  }
  footer {
    text-align: center;
  }
  footer .salesforce {
    margin: 80px 0 0 0;
    text-align: center;
  }
  footer .salesforce .stars p {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
    position: relative;
    top: initial;
  }
  footer .footer-content {
    background-color: #202037;
    padding: 60px 0;
  }
  footer .footer-content h6 {
    margin: 40px 0 12px 0;
  }
  footer .copyright .valient {
    float: none;
  }
  header {
    padding: 20px 0px;
  }
  .tabs-with-img .tab-pane .tab-pane-content {
    margin: 30px 0 0 0;
  }
  #breadcrumbs {
    text-align: left;
  }
  .page-hero .page-hero-content {
    padding: 60px 0 60px 0;
  }
  .insights-listing .insight-filter .sf-field-search {
    display: block;
    float: none;
    width: 100%;
  }
  .insights-listing .insight-filter .sf-field-search label {
    width: 100%;
  }
  .insights-listing .insight-filter .sf-field-search input {
    width: 100%;
  }
  .insights-listing .insight-results .insight-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .insights-listing .insight-results .article-card {
    padding: 30px;
  }
  .insights-listing .insight-results .article-card .card-content {
    padding: 0 30px;
  }
  .insights-listing .insight-results .article-card {
    min-height: 430px;
  }
  .single-post .post-footer .news-note {
    margin: -20px 0 0 0;
    max-width: 80%;
    height: auto;
  }
  .single-post .post-footer {
    margin: 40px 0 0 0;
  }
  .single-post .post-footer .post-newsletter-signup input[type=text] {
    height: 60px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 10px 10px 0 0;
    padding-left: 0;
    text-align: center;
    margin: 30px 0 0 0;
  }
  .single-post .post-footer .post-newsletter-signup input[type=submit] {
    position: relative;
    height: 60px;
    width: 100%;
    top: -16px;
    right: 0;
    z-index: 2;
    background-color: #7A41F4;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    outline: none;
  }
  .single-post article {
    padding: 60px 0 60px 0;
  }
  .related-articles {
    padding: 60px 0;
  }
  .related-articles .related-card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
  }
  .related-articles h3 {
    margin: 0 0 30px 0;
  }
  .related-articles .btn-secondary {
    float: none;
    margin: 0 0 30px 0;
  }
  .related-articles .related-card-wrapper .article-card .card-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    z-index: 4;
  }
  .related-articles .related-card-wrapper .article-card {
    padding: 30px;
    background-color: #F2F2F2;
    border-radius: 15px;
    min-height: 430px;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .text-block .two-col-text-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 30px;
  }
  .team-listing .team-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 74px;
    grid-row-gap: 30px;
  }
  .partner-listing .partner-card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 37px;
    grid-row-gap: 30px;
  }
  .text-block h4 {
    font-size: 1.6rem;
  }
  .cta-card .cta-card-sm {
    padding: 30px;
  }
  .cta-card .cta-card-sm h4 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
  }
  .cta-card .cta-card-sm p {
    width: 100%;
  }
  .fw-cta .fw-cta-content {
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 100px 0;
  }
  .fw-cta .fw-cta-content h3 {
    font-size: 1.8rem;
  }
  .img-and-text h4 {
    font-size: 1.6rem;
  }
  .img-and-text .text-is-left {
    padding: 0;
  }
  .img-and-text .text-is-right {
    padding: 0;
  }
  .testimonial .testimonial-slider .slick-prev {
    top: 90px;
  }
  .testimonial .testimonial-slider .slick-next {
    top: 90px;
  }
  .team-listing .team-intro h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .partner-listing .team-intro h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .partner-listing .team-intro {
    margin: 0 0 40px 0;
  }
  .team-listing .team-intro .nav-pills .nav-link {
    min-width: 110px;
    color: #202037;
    font-weight: 500;
    border: 1.5px solid #202037;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
  }
  .partner-listing .team-intro .nav-pills .nav-link {
    min-width: 110px;
    color: #202037;
    font-weight: 500;
    border: 1.5px solid #202037;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
  }
  .team-listing .team-intro {
    margin: 0 0 40px 0;
  }
  .contact-block .contact-content h4 {
    font-size: 1.6rem;
  }
  .contact-block .contact-form-wrapper {
    background-color: #fff;
    padding: 26px 24px 0px 24px;
    border-radius: 15px;
    width: 100%;
    float: none;
    margin: 30px 0 0 0;
  }
  .jump-top, .jump-bottom {
    height: 20px;
  }
  .team-modal-dialog {
    min-width: calc(100% - 30px);
  }
  .team-modal-content .team-modal-body {
    padding: 30px 15px;
    position: relative;
    text-align: center;
  }
  .team-modal-content .team-modal-body .profile-img {
    margin: 20px auto 20px auto;
    display: block;
  }
  .partner-listing .intro-heading {
    font-size: 1.8rem;
    margin: 0 0 16px 0;
  }
  .partner-listing .partner-card-wrapper .partner-card img {
    max-width: 40%;
    max-height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .legal-content {
    padding: 60px 0;
  }
  .menu-screen {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
  }
  .menu-screen .menu-logo {
    position: absolute;
    top: 20px;
    left: 12px;
  }
  .menu-screen-menu {
    width: calc(100% - 30px);
    position: relative;
    max-height: none;
    overflow-y: initial;
    top: 100px;
    left: 15px;
    transform: none;
  }
  .menu-screen .menu-email,
  .menu-screen .menu-social-links {
    display: none;
  }
  .header-btns-mobile {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    margin: 140px 0 0 15px;
  }
  .header-btns-mobile a.login-btn {
    border: 1.5px solid #fff;
    padding: 10px 18px;
    border-radius: 10px;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
  .header-btns-mobile a.login-btn:hover {
    color: #7A41F4;
    border: 1.5px solid #7A41F4;
    transform: scale(1.08);
  }
  .header-btns-mobile a.demo-btn {
    margin: 0;
    background-color: #2DDCE9;
    padding: 10px 18px 10px 18px;
    border-radius: 10px;
    border: 1.5px solid #2DDCE9;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #202037;
    /*background-image: url('./img/book-demo-icon.svg');
    background-position: left 37.5% center;
    background-repeat: no-repeat;*/
    width: 100%;
    text-align: center;
  }
  .header-btns-mobile a.demo-btn:hover {
    background-color: #7A41F4;
    border: 1.5px solid #7A41F4;
    transform: scale(1.08);
  }
  img.proof-note {
    width: 80px !important;
  }
}
@media only screen and (max-width: 595px) {
  .header-btns-mobile a.demo-btn {
    background-position: left 35.5% center;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 525px) {
  .header-btns-mobile a.demo-btn {
    background-position: left 33.5% center;
  }
}
@media only screen and (max-width: 470px) {
  .header-btns-mobile a.demo-btn {
    background-position: left 31.5% center;
  }
}
@media only screen and (max-width: 380px) {
  .header-btns-mobile a.demo-btn {
    background-position: left 27.5% center;
  }
}/*# sourceMappingURL=style.css.map */