@charset "UTF-8";
/* output: ignore */
/*
*  benefits blocks - benefits-blocks.php CSS
*/
.benefits {
  background-color: #6b4a93;
  color: #ffffff;
}
.benefits h2 {
  color: #fff;
}
.benefits .benefit__container {
  margin: 15px;
  padding: 15px 15px 15px 80px;
  width: 100%;
  min-height: 130px;
  background-color: #ffffff;
  color: #6b4a93;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px 15px;
  min-height: 90%;
}
.benefits .benefit__title {
  font-size: 21px;
  font-weight: 700;
  font-family: "newjunelight";
  display: block;
  margin: 5px auto;
}
.benefits .benefit__content {
  font-size: 18px;
  font-family: "newjunelight";
}

/* output: ignore */
/*
* Button Block - buttons.php CSS
*/
.button-block .btn img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto 5px auto;
  border: 1px solid #cacaca;
}
.button-block .button-image {
  border-radius: 25px;
  max-width: 90%;
  margin: 0px 10px 10px 10px;
}

/* output: ignore */
/*
* Carousel Block - carousel.php CSS
*/
.carousel-container .carousel .slick-slide {
  transition: all 1s 0.5s;
}
.carousel-container .carousel .slick-arrow:hover::before {
  background-color: #634b91;
  color: #fff;
}
.carousel-container .carousel .slick-arrow::before {
  display: block;
  border: 1px solid #634b91;
  border-radius: 90px;
  font-size: 15px;
  margin: 0 10px 0 0px;
  padding: 0px;
  color: #634b91;
  background: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: sans-serif;
  transition: all 1s 500ms;
}
.carousel-container .carousel .slick-prev::before {
  content: "<";
}
.carousel-container .carousel .slick-next::before {
  content: ">";
}
.carousel-container .carousel .slick-slide.slick-center {
  transform: scale(1.4);
}
.carousel-container .carousel .slick-slide.slick-current .carousel-block .carousel-content {
  bottom: 0%;
}
.carousel-container .carousel div .carousel-block {
  display: block;
  background: #fff;
  color: #3498db;
  font-size: 12px;
  height: 230px;
  margin: 40px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.carousel-container .carousel div .carousel-block .carousel-content {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  height: 40%;
  width: 100%;
  bottom: -40%;
  box-sizing: border-box;
  padding: 10px;
}
.carousel-container .carousel div .carousel-block .carousel-content h5 {
  font-size: 14px;
  color: #634b91;
  text-align: left;
}
.carousel-container .carousel div .carousel-block .carousel-content p {
  font-size: 12px !important;
  color: #000000;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .carousel-container .prod_carousel div .carousel-block {
    margin: 10px;
  }
  .carousel-container .carousel .slick-slide .carousel-block .carousel-content {
    bottom: 0% !important;
  }
}

/*
 * Case Studies - casestudies.php CSS
 */
.case_studies .cs_carousel .slick-slide {
  transition: all 0.5s;
}
.case_studies .cs_carousel .slick-prev:before,
.case_studies .cs_carousel .slick-next:before {
  color: #634b91;
}
.case_studies .cs_carousel .slick-slide.slick-current.slick-active.slick-center .cs-carousel-slide .carousel-content {
  bottom: 0%;
}
.case_studies .cs_carousel div .cs-carousel-slide {
  display: block;
  background: #fff;
  color: #3498db;
  font-size: 12px;
  margin: 40px;
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
}
.case_studies .cs_carousel div .cs-carousel-slide .carousel-content {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  height: 40%;
  width: 100%;
  bottom: -40%;
  box-sizing: border-box;
  padding: 10px;
}
.case_studies .cs_carousel div .cs-carousel-slide h5 {
  font-size: 1.8rem !important;
  color: #634b91;
  text-align: left;
}
.case_studies .cs_carousel div .cs-carousel-slide p {
  font-size: 1.4rem !important;
  color: #000000;
  text-align: left;
}
.case_studies .cs_carousel div .cs-carousel-slide .button {
  border: 1px solid #634b91;
  border-radius: 25px;
  padding: 5px;
}
.case_studies .cs_carousel div .cs-carousel-slide .image-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  min-height: 300px;
  border-radius: 25px;
}

/*
 * Content Carousel - content-carousel.php CSS
 */
.content_carousel .slick-slide {
  transition: all 1s 0.5s;
}
.content_carousel .slick-arrow:hover::before {
  background-color: #634b91;
  color: #fff;
}
.content_carousel .slick-arrow::before {
  display: block;
  border: 1px solid #634b91;
  border-radius: 90px;
  font-size: 15px;
  margin: 0 10px 0 0px;
  padding: 0px;
  color: #634b91;
  background: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: sans-serif;
  transition: all 1s 500ms;
}
.content_carousel .slick-prev::before {
  content: "<";
}
.content_carousel .slick-next::before {
  content: ">";
}
.content_carousel div .carousel-block {
  display: block;
  background: #fff;
  color: #3498db;
  font-size: 12px;
  height: 250px;
  margin: 15px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #cacaca;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden;
  filter: drop-shadow(2px 2px 2px #d6d6d6);
}
.content_carousel div .carousel-block .carousel-content {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  height: 40%;
  width: 100%;
  bottom: -20%;
  box-sizing: border-box;
  padding: 10px;
}
.content_carousel div .carousel-block .carousel-content h5 {
  font-size: 14px;
  color: #634b91;
  text-align: left;
}
.content_carousel div .carousel-block .carousel-content p {
  font-size: 12px !important;
  color: #000000;
  text-align: left;
}
.content_carousel div .carousel-block h3 {
  font-size: 20px;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  text-align: left;
  line-height: 21px;
}
@media only screen and (max-width: 1024px) {
  .content_carousel div .carousel-block {
    margin: 10px;
  }
  .content_carousel div .slick-slide .carousel-block .carousel-content {
    bottom: 0% !important;
  }
}

/*
* features-and-benefits - features-and-benefits.php CSS
*/
/*.container,
.container-fluid {
    padding-right: 0.75rem;
    padding-right: var(--bs-gutter-x, 3.55rem);
    padding-left: 0.75rem;
    padding-left: var(--bs-gutter-x, 3.55rem);
}*/
/* output: ignore */
/*
* single-discover - single-discover.php CSS
*/
@media screen and (max-width: 768px) {
  .wistia_embed {
    height: 100% !important;
  }
}
.single-discover .solutions-benefits .collapse:not(.show) {
  display: block !important;
}

/*
 * header-steps - header-steps.php CSS
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "newjunelight";
}

.header-steps {
  box-sizing: border-box;
}
.header-steps .product__hero {
  width: 100vw;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.header-steps .product__area {
  display: flex;
  justify-content: center;
  padding: 20px 55px 0px 55px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 879px) {
  .header-steps .product__area {
    padding: 0px 0px;
  }
  .header-steps .product__text-content {
    padding: 0px 55px;
  }
}
.header-steps .product__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-steps .product__text-content {
  max-width: 50%;
  order: 1;
}
.header-steps .product__title {
  font-size: 61px;
  font-weight: 700;
  color: #6b4a93;
  margin: 0px;
  font-family: "newjunelight", sans-serif;
}
.header-steps .product__subtitle {
  font-size: 52px;
  font-weight: 700;
  color: #ffaf00;
  display: block;
  font-family: "newjunelight", sans-serif;
}
.header-steps .product__description {
  font-size: 32px;
  margin: 20px 0;
  line-height: 48px;
  font-family: "newjunelight", sans-serif;
  font-weight: 300;
}
.header-steps .product__contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-steps .product__contact-image {
  width: 140px;
  height: 140px;
  position: relative;
}
.header-steps .product__contact-name {
  font-size: 28px;
  font-weight: 400;
  color: #6b4a93;
  line-height: 28px;
}
.header-steps .product__contact-role {
  font-weight: 400;
  font-size: 21px;
  color: #000000;
  display: block;
}
.header-steps .product__image-wrapper {
  position: relative;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
.header-steps .product__orange-square {
  background: linear-gradient(90deg, rgb(239, 122, 0) 0%, rgb(255, 175, 0) 100%, rgb(0, 212, 255) 100%);
  width: 500px;
  height: 700px;
  transform: rotate(35deg);
  border-radius: 75px;
  position: absolute;
  z-index: 1;
  bottom: -65px;
  right: -205px;
}
.header-steps .product__image-mask {
  width: 700px;
  height: 700px;
  background-color: transparent;
  transform: rotate(35deg);
  border-radius: 75px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: -240px;
  right: -410px;
}
.header-steps .product__image {
  width: 115%;
  height: 115%;
  object-fit: cover;
  transform: rotate(-35deg);
  position: absolute;
  top: 0%;
  right: 0%;
}
.header-steps .cta-bar {
  background-color: #6b4a93;
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.header-steps .cta-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
}
.header-steps .cta-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
.header-steps .cta-bar__number {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b4a93;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.header-steps .cta-bar__button {
  color: #6b4a93;
  background-color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 22px;
  text-wrap: nowrap;
}
.header-steps .cta-bar__chevron {
  font-size: 40px;
  line-height: 26px;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 880px) and (max-width: 1300px) {
  .header-steps .product__image-wrapper {
    left: 100px;
  }
}
@media screen and (min-width: 1301px) {
  .header-steps .product__image-wrapper {
    right: 250px;
    position: absolute;
  }
}
@media (max-width: 880px) {
  .header-steps .product {
    display: block;
    padding: 0px;
  }
  .header-steps .product__content {
    flex-direction: column;
    text-align: center;
  }
  .header-steps .product__text-content,
  .header-steps .product__image-wrapper {
    max-width: 100%;
    width: 100%;
    order: unset;
  }
  .header-steps .product__image-wrapper {
    width: 100%;
    height: 300px;
  }
  .header-steps .product__description {
    font-size: 16px;
    line-height: 22px;
  }
  .header-steps .product__title {
    font-size: 28px;
    padding: 0px;
    line-height: 28px;
    margin-top: 15px;
  }
  .header-steps .cta-bar__content {
    flex-direction: column;
    align-items: center;
  }
  .header-steps .cta-bar__item {
    margin-bottom: 10px;
  }
  .header-steps .product__image-mask {
    transform: rotate(0deg);
    width: 100%;
    height: 300px;
    border-radius: 0px;
    display: block;
    right: 0px;
    order: unset;
    position: unset;
    margin: 0px;
  }
  .header-steps .product__orange-square {
    display: none;
  }
  .header-steps .product__image {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    position: unset;
  }
}
@media (max-width: 1080px) {
  .header-steps .product__image-mask,
  .header-steps .product__orange-square {
    right: -300px;
  }
}

/*
 * new-breadcrumb - CSS 
 */
.semibold {
  font-weight: 700 !important;
  font-family: "newjuneSemiBold";
}

.newbrescrumb {
  padding: 6px 22px;
  background: #e2e2e2;
  border-radius: 20px;
  width: fit-content;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.newbrescrumb span {
  font-size: 16px;
  text-transform: uppercase;
}
.newbrescrumb span a:after {
  content: " /";
  display: inline;
  width: auto;
  height: auto;
}

/*
 * hero-banner - hero-banner.php CSS
 */
.hero-banner {
  padding: 0px 0px 50px 0px;
}
.hero-banner .banner-image {
  height: 100%;
  pointer-events: none;
}
.hero-banner .mask-img {
  -webkit-mask-position: top right !important;
  mask-position: top right !important;
}
.hero-banner .banner-image .image-container {
  height: 100%;
}
.hero-banner .image-container .slick-list {
  height: 100%;
}
.hero-banner .image-container .slick-list .slick-track {
  height: 100%;
}
.hero-banner .hero-padding {
  padding-top: 50px;
}
.hero-banner .text-primary {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .hero-banner .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner .mask-img {
    mask-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: initial !important;
    max-height: fit-content !important;
  }
}
.hero-banner iframe.wistia_embed {
  height: 500px !important;
  width: 150% !important;
}

/*
 * homepage-header - homepage-header.php CSS
 */
.home-banner .external-link {
  background-color: rgba(0, 0, 0, 0.06) !important;
  color: #ebbd00 !important;
}
.home-banner .external-link a {
  color: #ebbd00 !important;
}
.home-banner,
.home-banner .home-carousel {
  padding: 0px !important;
}
.home-banner .container {
  height: 100%;
  position: relative;
}
.home-banner h2 {
  color: #fff;
  font-size: 50px;
  padding: 40px 0px;
  width: 65%;
}
.home-banner p {
  font-size: 24px;
}
.home-banner .slick-slider {
  overflow: hidden;
  min-height: 650px;
  position: relative;
}
.home-banner .slick-slide {
  min-height: 650px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.home-banner .slide {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-banner .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 5;
  background-color: rgba(99, 75, 145, 0.9);
  height: 35px;
}
.home-banner .slick-dots li button:before {
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
}
.home-banner .slick-dots li.slick-active button:before {
  color: #ccc;
  opacity: 1;
}
.home-banner .left .slide-wrapper .slide-content {
  position: absolute;
  bottom: 45%;
  transform: rotate(-16deg);
  right: 20%;
  left: 37%;
}
.home-banner .right .slide-wrapper .slide-content {
  position: absolute;
  bottom: 55%;
  transform: rotate(16deg);
  right: 40%;
  left: 15%;
}
.home-banner .left .slide-wrapper {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  position: absolute;
  transform: rotate(16deg);
  left: -30vw;
  right: 40vw;
  top: 30%;
  overflow: hidden;
}
.home-banner .right .slide-wrapper {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  position: absolute;
  transform: rotate(-16deg);
  left: 40vw;
  right: -30vw;
  top: 30%;
  overflow: hidden;
}
.home-banner .centre .container {
  max-width: 100%;
}
.home-banner .centre .slide-wrapper {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  overflow: hidden;
  transform: rotate(0deg) !important;
  width: 100% !important;
  border-radius: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  height: 50vh;
  padding: 40px;
  box-sizing: border-box;
}
.home-banner .centre .slide-wrapper .slide-content {
  position: relative;
  transform: rotate(0deg) !important;
  width: 100% !important;
  border-radius: 0px !important;
  bottom: unset;
  left: unset;
  right: unset;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.home-banner .centre h2 {
  width: 100%;
}
.home-banner .slide-wrapper .slide-content p {
  margin-bottom: 50px;
}
.home-banner .slide-wrapper .slide-content a {
  font-size: 24px;
  border: 1px solid #634b91;
  padding: 10px 40px 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  position: relative;
}
.home-banner .slide-wrapper .slide-content a:after {
  content: "›";
  color: #ebbd00;
  font-weight: bold;
  font-size: 50px;
  line-height: 25px;
  position: absolute;
  top: 9px;
  right: 15px;
}
.home-banner .title-white {
  color: #ffffff !important;
}
.home-banner .title-black {
  color: #000000 !important;
}
.home-banner .title-purple {
  color: #634b91 !important;
}
.home-banner .title-yellow {
  color: #ebbd00 !important;
}
@media only screen and (max-width: 768px) {
  .home-banner .slide-wrapper {
    transform: rotate(0deg) !important;
    width: 100% !important;
    border-radius: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    top: 40% !important;
    height: 75% !important;
  }
  .home-banner h2 {
    width: 100%;
    font-size: 35px;
  }
  .home-banner p {
    font-size: 20px;
  }
  .home-banner .slide-wrapper .slide-content {
    position: relative;
    transform: rotate(0deg) !important;
    width: 100% !important;
    border-radius: 0px !important;
    left: unset !important;
    right: unset !important;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .home-banner h2 {
    width: 100%;
    font-size: 35px;
  }
  .home-banner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
  }
}

.rmp-menu-item-link {
  position: relative;
  text-decoration: none;
}

.rmp-menu-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 100%;
  height: 2px;
  background-color: #094b77;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.rmp-menu-item-link.rmp-link-underline::after {
  transform: scaleX(1);
}

#rmp-container-1201 {
  top: 90px;
}

#rmp-menu-wrap-1201 .menu-item .rmp-menu-subarrow {
  top: -10px;
}

.book-a-demo {
  z-index: 95;
}

@media screen and (max-width: 991px) {
  main {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  #main-app {
    position: relative;
    z-index: 95;
  }
}

@media screen and (min-width: 992px) {
  header {
    position: fixed !important;
    width: 100%;
    height: 100px;
    top: 0px;
    background: #ffffff;
  }
  body {
    padding-top: 100px;
  }
  .admin-bar header {
    top: 25px;
  }
}
.navbar .dropdown ul {
  padding: 10px 15px 10px 0;
}

/* output: ignore */
/*
* industries - industries.php CSS
*/
.industries .industries_carousel .slick-arrow::before {
  display: block;
  border: 1px solid #634b91;
  border-radius: 90px;
  font-size: 15px;
  margin: 0 5px 0 -5px;
  padding: 0px;
  color: #634b91;
  background: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: sans-serif;
  transition: 0.5s all linear;
}
.industries .industries_carousel .slick-arrow:hover::before {
  background-color: #634b91;
  color: #fff;
}
.industries .industries_carousel .slick-prev::before {
  content: "<";
}
.industries .industries_carousel .slick-next::before {
  content: ">";
}
.industries .industries_carousel div .carousel-block {
  display: block;
  color: #000000;
  font-size: 12px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #634b91;
  margin: 0 5px;
  transition: all 0.5s;
}
.industries .industries_carousel div .carousel-block.open {
  border-bottom: 0px;
  border-radius: 25px 25px 0px 0px;
}
.industries .industries_carousel div .carousel-block.select {
  border: 1px solid #634b91;
  border-radius: 25px 25px 0px 0px;
  border-bottom: 0px;
  background-color: #edf0f2;
}
.industries .industries_carousel div .carousel-block .carousel-content {
  position: absolute;
  display: block;
  background-color: #edf0f2;
  height: 30%;
  text-align: center;
  width: 100%;
  bottom: -50px;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.5s;
}
.industries .industries_carousel div .carousel-block .carousel-content h5 {
  font-size: 12px;
  color: #634b91;
  line-height: 20px;
  text-align: center;
}
.industries .industries_carousel div .carousel-block .carousel-content p {
  font-size: 12px !important;
  color: #000000;
  text-align: left;
}
.industries .industries_carousel div .carousel-block:hover .carousel-content {
  bottom: 0px;
}
.industries .industries_carousel .slick-slide.slick-center .carousel-block .carousel-content {
  bottom: 0%;
}
.industries .industry-tab {
  padding: 0px 13px;
}
.industries .tab-content {
  display: none;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 0 0 25px 25px;
}
.industries .tab-content h3 {
  padding: 10px 0px;
}
.industries .tab-content p {
  padding: 10px 0px;
}
.industries .tab-content a {
  border: 1px solid #634b91;
  border-radius: 25px;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0px;
  float: right;
}
.industries .industry-image {
  height: 250px;
  width: 100%;
  border-radius: 25px;
  padding: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .industries .industries_carousel .slick-slide .carousel-block .carousel-content {
    bottom: 0% !important;
  }
}

/* output: ignore */
/*
* journey - journey.php CSS
*/
.start-your-journey .journey-subtitle {
  font-size: 21px;
  color: #000;
  font-family: "newjunelight";
  font-weight: 400;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

start-your-journey h2 {
  font-family: "newjunelight";
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
  color: #634b91;
  text-align: center;
}

.start-your-journey .step-block {
  counter-increment: count 1;
}

.start-your-journey .step-block img {
  width: 100%;
  aspect-ratio: 6/4;
  border-radius: 25px;
  margin-bottom: 10px;
  object-fit: cover;
}

.start-your-journey .step-block h3 {
  color: #634b91;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 25px;
  font-size: 24px;
  font-family: "newjunelight";
  font-weight: 600;
}

.start-your-journey .step-block h3:before {
  content: counter(count, decimal);
  background-color: #634b91;
  color: #ffffff;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 15%;
  position: absolute;
  top: -40px;
  line-height: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.start-your-journey .step-block p {
  text-align: center;
}

.start-your-journey .btn {
  background-color: #fff;
  margin-top: 14px;
}

.start-your-journey .btn:hover {
  background-color: #634b91;
  margin-top: 14px;
  border: 1px solid #fff;
}

.start-your-journey {
  background-color: #ffffff;
  padding: 30px 0px;
}

.stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol1:before,
.stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol2:before,
.stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol3:before {
  font-family: "Roboto", sans-serif;
}

.stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.stepsarea .elementor-container .colscol .elementor-widget-wrap .ctabtn1 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  z-index: 88;
  font-family: "Roboto" !important;
  font-size: 36px !important;
}

.stepsarea .elementor-container .colscol .elementor-widget-wrap .ctabtn1 .elementor-widget-container .elementor-button-wrapper a i.fas {
  font-size: 29px !important;
}

/* output: ignore */
/*
* meet-our-expert - meet-our-expert.php CSS
*/
.meet-our-expert {
  color: #634b91;
}
.meet-our-expert .meet-expert-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background-color: #eeeff1;
  background-image: url("/wp-content/uploads/2023/08/useCasesBg.png");
  background-repeat: no-repeat;
  background-position: -10vw -20vw;
  background-size: 68%;
}
.meet-our-expert .meet-expert-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: stretch;
}
.meet-our-expert .meet-expert-main__content {
  position: relative;
  z-index: 1;
  padding: 56px 46px 40px 46px;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  max-width: 92%;
}
.meet-our-expert .meet-expert-main__content h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.22;
}
.meet-our-expert .meet-expert-main__copy {
  font-size: 18px;
  line-height: 1.65;
  max-width: 43rem;
}
.meet-our-expert .meet-expert-main__copy > :first-child {
  margin-top: 0;
}
.meet-our-expert .meet-expert-main__copy > :last-child {
  margin-bottom: 0;
}
.meet-our-expert .meet-expert-main__copy p,
.meet-our-expert .meet-expert-main__copy li {
  color: inherit;
}
.meet-our-expert .meet-expert-main__copy a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
.meet-our-expert .meet-expert-main__copy:not(.is-expanded) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.meet-our-expert .meet-expert-main__read-more,
.meet-our-expert .meet-expert-main__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.meet-our-expert .meet-expert-main__read-more i,
.meet-our-expert .meet-expert-main__link i {
  font-size: 18px;
  color: #ffaf00 !important;
}
.meet-our-expert .meet-expert-main__profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.meet-our-expert .meet-expert-profile__hero {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(220px, 1fr);
  align-items: end;
  gap: 24px;
  padding: 10px 28px 0;
}
.meet-our-expert .meet-expert-profile__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
}
.meet-our-expert .meet-expert-profile__image img {
  display: block;
  width: 100%;
  max-width: min(100%, 300px);
  height: auto;
}
.meet-our-expert .meet-expert-profile__cta {
  align-self: center;
  text-align: center;
}
.meet-our-expert .meet-expert-profile__cta p {
  margin: 0 0 20px;
  color: #634b91;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.meet-our-expert .meet-expert-profile__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(100%, 320px);
  min-height: 52px;
  padding: 12px 30px;
  border-radius: 999px;
  background: #6b4a93;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.meet-our-expert .meet-expert-profile__cta a i {
  color: #ffffff !important;
}
.meet-our-expert .meet-expert-profile__meta {
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  padding: 10px 28px 34px;
  margin-top: 10px;
  border-top: 6px solid #dddddd;
}
.meet-our-expert .meet-expert-profile__meta-column {
  min-width: 0;
}
.meet-our-expert .meet-expert-profile__meta-column:not(:last-child) {
  padding-right: 36px;
  border-right: 1px solid #d4d4d4;
}
.meet-our-expert .meet-expert-profile__name {
  color: #634b91;
  font-size: 22px;
  line-height: 1.2;
}
.meet-our-expert .meet-expert-profile__role,
.meet-our-expert .meet-expert-profile__contact,
.meet-our-expert .meet-expert-profile__contact a {
  color: #666666;
  font-size: 18px;
  line-height: 1.45;
}
.meet-our-expert .meet-expert-profile__contact a {
  font-weight: 700;
  text-decoration: none;
}
.meet-our-expert .meet-expert-form-panel {
  position: relative;
  z-index: 2;
  margin: -4px 34px 0;
  padding-bottom: 26px;
}
.meet-our-expert .meet-expert-form-panel__inner {
  padding: 28px 26px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(99, 75, 145, 0.08);
  backdrop-filter: blur(3px);
}
.meet-our-expert .meet-expert-form-panel__body {
  width: 100%;
}
.meet-our-expert .meet-expert-contact-form {
  display: grid;
  gap: 14px;
}
.meet-our-expert .meet-expert-contact-form__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.meet-our-expert .meet-expert-contact-form label {
  display: block;
  margin: 0;
}
.meet-our-expert .meet-expert-contact-form input,
.meet-our-expert .meet-expert-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(99, 75, 145, 0.14);
  border-radius: 18px;
  background: #ffffff;
  color: #634b91;
  font-size: 18px;
  padding: 10px 20px;
}
.meet-our-expert .meet-expert-contact-form input::placeholder,
.meet-our-expert .meet-expert-contact-form textarea::placeholder {
  color: rgba(99, 75, 145, 0.72);
}
.meet-our-expert .meet-expert-contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.meet-our-expert .meet-expert-contact-form > [data-lastpass-icon-root],
.meet-our-expert .meet-expert-contact-form label > [data-lastpass-icon-root] {
  display: none !important;
}
.meet-our-expert .meet-expert-contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #6b4a93;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.meet-our-expert .meet-expert-form-panel__privacy {
  margin: 12px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .meet-our-expert .meet-expert-card {
    background-position: -20vw -20vw;
    background-size: 78%;
  }
  .meet-our-expert .meet-expert-main {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  }
  .meet-our-expert .meet-expert-main__content {
    padding: 46px 34px 34px;
    max-width: 88%;
  }
  .meet-our-expert .meet-expert-profile__hero {
    grid-template-columns: minmax(200px, 280px) minmax(200px, 1fr);
    gap: 18px;
    padding: 10px 20px 0;
  }
  .meet-our-expert .meet-expert-profile__meta {
    gap: 24px;
    padding: 10px 20px 28px;
  }
  .meet-our-expert .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 920px) {
  .meet-our-expert .meet-expert-card {
    background-image: none;
  }
  .meet-our-expert .meet-expert-main {
    grid-template-columns: 1fr;
  }
  .meet-our-expert .meet-expert-main__content {
    padding: 34px 30px;
    border-radius: 34px 34px 0 0;
    background: #6b4a93;
    color: #ffffff;
    max-width: 100%;
  }
  .meet-our-expert .meet-expert-main__content h2,
  .meet-our-expert .meet-expert-main__read-more,
  .meet-our-expert .meet-expert-main__link {
    color: #ffffff;
  }
  .meet-our-expert .meet-expert-profile__hero {
    grid-template-columns: minmax(220px, 290px) minmax(220px, 1fr);
    align-items: center;
    padding: 0 24px;
  }
  .meet-our-expert .meet-expert-profile__meta {
    justify-content: flex-start;
    padding: 10px 24px 26px;
  }
  .meet-our-expert .meet-expert-form-panel {
    margin: 0 24px 24px;
  }
  .meet-our-expert .meet-expert-contact-form__row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .meet-our-expert .meet-expert-card {
    background-image: none;
  }
  .meet-our-expert .meet-expert-main__content {
    border-radius: 34px 34px 0 0;
  }
  .meet-our-expert .meet-expert-main__content h2 {
    font-size: 24px;
    text-align: center;
  }
  .meet-our-expert .meet-expert-main__copy {
    font-size: 16px;
  }
  .meet-our-expert .meet-expert-main__read-more,
  .meet-our-expert .meet-expert-main__link {
    font-size: 16px;
    justify-content: center;
    width: 100%;
  }
  .meet-our-expert .meet-expert-profile__hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .meet-our-expert .meet-expert-profile__image {
    padding: 0 24px;
    background: #eeeff1;
  }
  .meet-our-expert .meet-expert-profile__cta {
    padding: 26px 24px 30px;
    background: #ffffff;
  }
  .meet-our-expert .meet-expert-profile__cta p {
    font-size: 20px;
  }
  .meet-our-expert .meet-expert-profile__cta a {
    width: 100%;
    min-width: 0;
  }
  .meet-our-expert .meet-expert-profile__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 18px 24px 24px;
  }
  .meet-our-expert .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 18px;
  }
  .meet-our-expert .meet-expert-form-panel {
    margin: 0 20px 20px;
  }
  .meet-our-expert .meet-expert-form-panel__inner {
    padding: 20px 18px 18px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .meet-our-expert .meet-expert-card {
    border-radius: 28px;
  }
  .meet-our-expert .meet-expert-main__content {
    padding: 28px 22px;
    border-radius: 28px 28px 0 0;
  }
  .meet-our-expert .meet-expert-main__content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .meet-our-expert .meet-expert-main__copy {
    font-size: 15px;
    line-height: 1.6;
  }
  .meet-our-expert .meet-expert-profile__image {
    padding: 0 16px;
  }
  .meet-our-expert .meet-expert-profile__cta {
    padding: 22px 16px 24px;
  }
  .meet-our-expert .meet-expert-profile__cta p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .meet-our-expert .meet-expert-profile__meta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 16px 18px 22px;
  }
  .meet-our-expert .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .meet-our-expert .meet-expert-profile__name {
    font-size: 20px;
  }
  .meet-our-expert .meet-expert-profile__role,
  .meet-our-expert .meet-expert-profile__contact,
  .meet-our-expert .meet-expert-profile__contact a {
    font-size: 16px;
  }
}

.meet-expert-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background-color: #eeeff1;
  background-image: url("/wp-content/uploads/2023/08/useCasesBg.png");
  background-repeat: no-repeat;
  background-position: -10vw -20vw;
  background-size: 68%;
}

.meet-expert-card .meet-expert-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: stretch;
}

.meet-expert-card .meet-expert-main__content {
  position: relative;
  z-index: 1;
  padding: 56px 46px 40px 46px;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  max-width: 92%;
}

.meet-expert-card .meet-expert-main__content h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.22;
}

.meet-expert-card .meet-expert-main__copy {
  font-size: 18px;
  line-height: 1.65;
  max-width: 43rem;
}

.meet-expert-card .meet-expert-main__copy > :first-child {
  margin-top: 0;
}

.meet-expert-card .meet-expert-main__copy > :last-child {
  margin-bottom: 0;
}

.meet-expert-card .meet-expert-main__copy p,
.meet-expert-card .meet-expert-main__copy li {
  color: inherit;
}

.meet-expert-card .meet-expert-main__copy a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.meet-expert-card .meet-expert-main__copy:not(.is-expanded) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.meet-expert-card .meet-expert-main__read-more,
.meet-expert-card .meet-expert-main__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.meet-expert-card .meet-expert-main__read-more i,
.meet-expert-card .meet-expert-main__link i {
  font-size: 18px;
  color: #ffaf00 !important;
}

.meet-expert-card .meet-expert-main__profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.meet-expert-card .meet-expert-profile__hero {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(220px, 1fr);
  align-items: end;
  gap: 24px;
  padding: 10px 28px 0;
}

.meet-expert-card .meet-expert-profile__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
}

.meet-expert-card .meet-expert-profile__image img {
  display: block;
  width: 100%;
  max-width: min(100%, 300px);
  height: auto;
}

.meet-expert-card .meet-expert-profile__cta {
  align-self: center;
  text-align: center;
}

.meet-expert-card .meet-expert-profile__cta p {
  margin: 0 0 20px;
  color: #634b91;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.meet-expert-card .meet-expert-profile__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(100%, 320px);
  min-height: 52px;
  padding: 12px 30px;
  border-radius: 999px;
  background: #6b4a93;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.meet-expert-card .meet-expert-profile__cta a i {
  color: #ffffff !important;
}

.meet-expert-card .meet-expert-profile__meta {
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  padding: 10px 28px 34px;
  margin-top: 10px;
  border-top: 6px solid #dddddd;
}

.meet-expert-card .meet-expert-profile__meta-column {
  min-width: 0;
}

.meet-expert-card .meet-expert-profile__meta-column:not(:last-child) {
  padding-right: 36px;
  border-right: 1px solid #d4d4d4;
}

.meet-expert-card .meet-expert-profile__name {
  color: #634b91;
  font-size: 22px;
  line-height: 1.2;
}

.meet-expert-card .meet-expert-profile__role,
.meet-expert-card .meet-expert-profile__contact,
.meet-expert-card .meet-expert-profile__contact a {
  color: #666666;
  font-size: 18px;
  line-height: 1.45;
}

.meet-expert-card .meet-expert-profile__contact a {
  font-weight: 700;
  text-decoration: none;
}

.meet-expert-card .meet-expert-form-panel {
  position: relative;
  z-index: 2;
  margin: -4px 34px 0;
  padding-bottom: 26px;
}

.meet-expert-card .meet-expert-form-panel__inner {
  padding: 28px 26px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(99, 75, 145, 0.08);
  backdrop-filter: blur(3px);
}

.meet-expert-card .meet-expert-form-panel__body {
  width: 100%;
}

.meet-expert-card .meet-expert-contact-form {
  display: grid;
  gap: 14px;
}

.meet-expert-card .meet-expert-contact-form__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.meet-expert-card .meet-expert-contact-form label {
  display: block;
  margin: 0;
}

.meet-expert-card .meet-expert-contact-form input,
.meet-expert-card .meet-expert-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(99, 75, 145, 0.14);
  border-radius: 18px;
  background: #ffffff;
  color: #634b91;
  font-size: 18px;
  padding: 10px 20px;
}

.meet-expert-card .meet-expert-contact-form input::placeholder,
.meet-expert-card .meet-expert-contact-form textarea::placeholder {
  color: rgba(99, 75, 145, 0.72);
}

.meet-expert-card .meet-expert-contact-form textarea {
  min-height: 100px;
  resize: vertical;
}

.meet-expert-card .meet-expert-contact-form > [data-lastpass-icon-root],
.meet-expert-card .meet-expert-contact-form label > [data-lastpass-icon-root] {
  display: none !important;
}

.meet-expert-card .meet-expert-contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #6b4a93;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.meet-expert-card .meet-expert-form-panel__privacy {
  margin: 12px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
  .meet-expert-card {
    background-position: -20vw -20vw;
    background-size: 78%;
  }
  .meet-expert-card .meet-expert-main {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  }
  .meet-expert-card .meet-expert-main__content {
    padding: 46px 34px 34px;
    max-width: 88%;
  }
  .meet-expert-card .meet-expert-profile__hero {
    grid-template-columns: minmax(200px, 280px) minmax(200px, 1fr);
    gap: 18px;
    padding: 10px 20px 0;
  }
  .meet-expert-card .meet-expert-profile__meta {
    gap: 24px;
    padding: 10px 20px 28px;
  }
  .meet-expert-card .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 920px) {
  .meet-expert-card {
    background-image: none;
  }
  .meet-expert-card .meet-expert-main {
    grid-template-columns: 1fr;
  }
  .meet-expert-card .meet-expert-main__content {
    padding: 34px 30px;
    border-radius: 34px 34px 0 0;
    background: #6b4a93;
    color: #ffffff;
    max-width: 100%;
  }
  .meet-expert-card .meet-expert-main__content h2,
  .meet-expert-card .meet-expert-main__read-more,
  .meet-expert-card .meet-expert-main__link {
    color: #ffffff;
  }
  .meet-expert-card .meet-expert-profile__hero {
    grid-template-columns: minmax(220px, 290px) minmax(220px, 1fr);
    align-items: center;
    padding: 0 24px;
  }
  .meet-expert-card .meet-expert-profile__meta {
    justify-content: flex-start;
    padding: 10px 24px 26px;
  }
  .meet-expert-card .meet-expert-form-panel {
    margin: 0 24px 24px;
  }
  .meet-expert-card .meet-expert-contact-form__row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .meet-expert-card {
    background-image: none;
  }
  .meet-expert-card .meet-expert-main__content {
    border-radius: 34px 34px 0 0;
  }
  .meet-expert-card .meet-expert-main__content h2 {
    font-size: 24px;
    text-align: center;
  }
  .meet-expert-card .meet-expert-main__copy {
    font-size: 16px;
  }
  .meet-expert-card .meet-expert-main__read-more,
  .meet-expert-card .meet-expert-main__link {
    font-size: 16px;
    justify-content: center;
    width: 100%;
  }
  .meet-expert-card .meet-expert-profile__hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .meet-expert-card .meet-expert-profile__image {
    padding: 0 24px;
    background: #eeeff1;
  }
  .meet-expert-card .meet-expert-profile__cta {
    padding: 26px 24px 30px;
    background: #ffffff;
  }
  .meet-expert-card .meet-expert-profile__cta p {
    font-size: 20px;
  }
  .meet-expert-card .meet-expert-profile__cta a {
    width: 100%;
    min-width: 0;
  }
  .meet-expert-card .meet-expert-profile__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 18px 24px 24px;
  }
  .meet-expert-card .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 18px;
  }
  .meet-expert-card .meet-expert-form-panel {
    margin: 0 20px 20px;
  }
  .meet-expert-card .meet-expert-form-panel__inner {
    padding: 20px 18px 18px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .meet-expert-card .meet-expert-main__content {
    padding: 28px 22px;
  }
  .meet-expert-card .meet-expert-main__content h2 {
    font-size: 22px;
  }
  .meet-expert-card .meet-expert-profile__image {
    padding: 0 16px;
  }
  .meet-expert-card .meet-expert-profile__cta {
    padding: 22px 18px 26px;
  }
  .meet-expert-card .meet-expert-profile__meta {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 18px 20px;
  }
  .meet-expert-card .meet-expert-profile__meta-column:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d4d4;
  }
}
/* output: ignore */
/*
* partner-logos - partner-logos.php CSS
*/
.trusted-section .trustedpic {
  margin: 10px 20px;
}

.trusted-section .trustedpic img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0px auto;
  filter: drop-shadow(0px 0px #fff);
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  text-align: center;
  filter: drop-shadow(2px 2px 2px #d6d6d6);
}

.trusted-section .slick-arrow:hover::before {
  background-color: #634b91;
  color: #fff;
}

.trusted-section .slick-arrow::before {
  display: none;
  border: 1px solid #634b91;
  border-radius: 90px;
  font-size: 15px;
  margin: 0 10px 0 0px;
  padding: 0px 0px 0px;
  color: #634b91;
  background: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: sans-serif;
  transition: 0.5s all linear;
}

.trusted-section .slick-prev::before {
  content: "<";
}

.trusted-section .slick-next::before {
  content: ">";
}

/* output: ignore */
/*
* products - products.php CSS
*/
.product_carousel .prod_carousel .slick-slide {
  transition: all 1s 0.5s;
}

.product_carousel .prod_carousel .slick-arrow:hover::before {
  background-color: #634b91;
  color: #fff;
}

.product_carousel .prod_carousel .slick-arrow::before {
  display: block;
  border: 1px solid #634b91;
  border-radius: 90px;
  font-size: 15px;
  margin: 0 10px 0 0px;
  padding: 0px 0px 0px;
  color: #634b91;
  background: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: sans-serif;
  transition: all 1s 500ms;
}

.product_carousel .prod_carousel .slick-prev::before {
  content: "<";
}

.product_carousel .prod_carousel .slick-next::before {
  content: ">";
}

.product_carousel .prod_carousel div .carousel-block .carousel-content {
  transition: all 1s 500ms;
}

.product_carousel .prod_carousel .slick-slide.slick-center {
  transform: scale(1.25);
}

.product_carousel .prod_carousel .slick-slide.slick-current .carousel-block .carousel-content {
  bottom: 0%;
}

.product_carousel .prod_carousel div .carousel-block {
  display: block;
  background: #fff;
  color: #3498db;
  font-size: 12px;
  height: 230px;
  margin: 40px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  border: 1px solid #cacaca;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .product_carousel .prod_carousel div .carousel-block {
    margin: 10px;
  }
  .product_carousel .prod_carousel .slick-slide .carousel-block .carousel-content {
    bottom: 0% !important;
  }
}
.product_carousel .prod_carousel div .carousel-block .carousel-content {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  height: 40%;
  width: 100%;
  bottom: -40%;
  box-sizing: border-box;
  padding: 10px;
}

.product_carousel .prod_carousel div .carousel-block .carousel-content h5 {
  font-size: 14px;
  color: #634b91;
  text-align: left;
}

.product_carousel .prod_carousel div .carousel-block .carousel-content p {
  font-size: 12px !important;
  color: #000000;
  text-align: left;
}

/* output: ignore */
/*
*  resources-center - articles.php CSS
*/
.resources-container .resources-intro {
  margin-bottom: 1.25rem;
}
.resources-container .resources-grid {
  margin-bottom: 1.25rem;
}
.resources-container .resources-item {
  display: flex;
}
.resources-container .resources-card {
  width: 100%;
  height: 100%;
  padding: 14px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.resources-container .resources-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
.resources-container .articleImage {
  margin: 0 0 12px;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f5f6f8;
}
.resources-container .articleImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.resources-container .resources-card:hover .articleImage img {
  transform: scale(1.03);
}
.resources-container h3.text-primary {
  font-size: 1.15rem;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.resources-container .link {
  color: #634b91;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.resources-container .link:hover, .resources-container .link:focus {
  color: #4c3a6f;
  text-decoration: none;
}
.resources-container .link i {
  position: static;
  font-size: 0.95em;
  line-height: 1;
}
.resources-container .resources-pagination {
  width: 100%;
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
}
.resources-container .resources-pagination .page-numbers {
  min-width: 38px;
  height: 38px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #634b91;
  background-color: #ffffff;
  color: #634b91;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.resources-container .resources-pagination .page-numbers.current {
  background-color: #634b91;
  color: #ffffff;
}
.resources-container .resources-pagination .next.page-numbers,
.resources-container .resources-pagination .prev.page-numbers {
  min-width: 98px;
}
@media screen and (min-width: 1700px) {
  .resources-container h3.text-primary,
  .resources-container h3.text-primary a {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
  }
  .resources-container .resources-pagination .page-numbers {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .resources-container .resources-card {
    border-radius: 16px;
    padding: 12px;
  }
  .resources-container .articleImage {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .resources-container .resources-intro {
    margin-bottom: 0.75rem;
  }
  .resources-container h3.text-primary {
    font-size: 1.05rem;
  }
  .resources-container .resources-pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    margin: 0 3px;
    padding: 0 10px;
    font-size: 13px;
  }
  .resources-container .resources-pagination .next.page-numbers,
  .resources-container .resources-pagination .prev.page-numbers {
    min-width: 86px;
  }
}

.news-results {
  margin-top: 1rem;
}
.news-results .news-results-grid {
  margin-bottom: 1.25rem;
}
.news-results .news-result-item {
  display: flex;
}
.news-results .news-card {
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 18px;
  padding: 14px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-results .news-image {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f6f8;
  aspect-ratio: 16/10;
}
.news-results .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-results .news-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 600;
}
.news-results .news-link {
  color: #634b91;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.news-results .news-link:hover, .news-results .news-link:focus {
  color: #4c3a6f;
  text-decoration: none;
}
.news-results .news-excerpt {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #424649;
}
@media only screen and (min-width: 1200px) {
  .news-results .news-title {
    font-size: 1.34rem;
    line-height: 1.32;
  }
  .news-results .news-excerpt {
    font-size: 0.94rem;
    line-height: 1.55;
  }
}
@media screen and (min-width: 1700px) {
  .news-results .news-title,
  .news-results .news-title a {
    font-size: 1.34rem !important;
    line-height: 1.32 !important;
  }
  .news-results .news-excerpt,
  .news-results .news-excerpt p {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }
  .news-results .news-page-count {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }
  .news-results .resources-pagination .page-numbers {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}
.news-results .news-pagination-row {
  padding-top: 0.5rem;
}
.news-results .news-page-count {
  margin: 0 0 0.75rem;
  color: #636464;
  font-size: 0.95rem;
}
.news-results .resources-pagination {
  margin: 0 auto;
  justify-content: center;
}
.news-results .resources-pagination .page-numbers {
  min-width: 38px;
  height: 38px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #634b91;
  background-color: #ffffff;
  color: #634b91;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.news-results .resources-pagination .page-numbers.current {
  background-color: #634b91;
  color: #ffffff;
}
.news-results .resources-pagination .next.page-numbers,
.news-results .resources-pagination .prev.page-numbers {
  min-width: 92px;
}
@media only screen and (max-width: 1024px) {
  .news-results .news-title {
    font-size: 1.1rem;
  }
  .news-results .news-excerpt {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 768px) {
  .news-results .news-card {
    padding: 12px;
    border-radius: 14px;
    gap: 8px;
  }
  .news-results .news-image {
    border-radius: 10px;
  }
  .news-results .news-title {
    font-size: 1.03rem;
  }
  .news-results .news-excerpt {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .news-results .resources-pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    margin: 0 3px;
    padding: 0 10px;
    font-size: 13px;
  }
  .news-results .resources-pagination .next.page-numbers,
  .news-results .resources-pagination .prev.page-numbers {
    min-width: 82px;
  }
}

.article-content {
  color: #496178;
  font-size: 18px;
  line-height: 1.7;
}
.article-content > * {
  max-width: 100%;
}
.article-content > * + * {
  margin-top: 1.25rem;
}
.article-content a {
  color: #634b91;
}
.article-content p,
.article-content ul,
.article-content ol {
  margin: 0;
}
.article-content ul,
.article-content ol {
  padding-left: 1.4rem;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #634b91;
  line-height: 1.12;
  margin: 0;
}
.article-content h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}
.article-content h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}
.article-content h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.article-content .wp-block-columns {
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: 2rem 0;
}
.article-content .wp-block-column > :first-child {
  margin-top: 0;
}
.article-content .wp-block-cover {
  margin: 2rem 0;
  min-height: clamp(240px, 34vw, 420px);
  overflow: hidden;
  border-radius: 0;
}
.article-content .wp-block-cover__image-background {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.article-content .wp-block-cover__inner-container {
  width: min(100%, 1100px);
}
.article-content .wp-block-media-text {
  display: grid !important;
  grid-template-columns: 37% auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: 2rem 0;
}
.article-content .wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 37% auto;
}
.article-content .wp-block-media-text__media {
  grid-column: 1;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  overflow: hidden !important;
}
.article-content .wp-block-media-text__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.article-content .wp-block-media-text__content {
  grid-column: 2;
  padding: 0 !important;
}
.article-content .wp-block-buttons {
  margin: 1.75rem 0;
}
.article-content .wp-block-button__link,
.article-content .wp-element-button {
  border-radius: 999px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}
.article-content .wp-block-button.is-style-outline .wp-block-button__link,
.article-content .wp-block-button.is-style-outline .wp-element-button {
  border: 1px solid #141414;
  color: #141414;
  background: transparent;
}
.article-content img,
.article-content .wp-caption,
.article-content figure {
  max-width: 100%;
  height: auto;
}
.article-content > figure.wp-block-image,
.article-content > figure.wp-block-image img {
  border-radius: 0 !important;
  overflow: visible;
}
.article-content > figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
}
.article-content img.aligncenter,
.article-content .wp-caption.aligncenter,
.article-content figure.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
.article-content img.alignleft,
.article-content .wp-caption.alignleft,
.article-content figure.alignleft {
  display: block;
  float: left;
  margin: 0.4rem 1.5rem 1rem 0;
}
.article-content img.alignright,
.article-content .wp-caption.alignright,
.article-content figure.alignright {
  display: block;
  float: right;
  margin: 0.4rem 0 1rem 1.5rem;
}
.article-content p::after,
.article-content h2::after,
.article-content h3::after,
.article-content h4::after {
  content: "";
  display: table;
  clear: both;
}
.article-content .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 1.5rem 0;
}
.article-content .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
  margin: 1.5rem 0 !important;
}
.article-content .wp-block-gallery.has-nested-images {
  gap: 12px !important;
}
.article-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  overflow: visible;
}
.article-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 220px;
  flex: 0 0 auto !important;
  align-self: center;
  object-fit: contain !important;
  border-radius: 0 !important;
}
.article-content .wp-block-gallery.is-cropped .wp-block-image img,
.article-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img {
  height: auto !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
}
.article-content .rl-gallery-container {
  margin: 1.5rem 0;
}
.article-content .rl-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.article-content .rl-gallery-item {
  width: auto !important;
  margin: 0 !important;
}
.article-content .rl-gallery-link {
  display: block;
  height: 100%;
}
.article-content .rl-gallery img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  max-height: 240px;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.article-content .gallery-item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.article-content .gallery-icon {
  margin: 0;
}
.article-content .gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.article-content .gallery br {
  display: none;
}
.article-content .gallery-caption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .article-content {
    font-size: 16px;
    line-height: 1.6;
  }
  .article-content .wp-block-columns,
  .article-content .wp-block-media-text {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    margin: 1.5rem 0;
  }
  .article-content .wp-block-media-text__media,
  .article-content .wp-block-media-text__content {
    grid-column: auto;
  }
  .article-content .wp-block-cover {
    min-height: 180px;
    margin: 1.5rem 0;
  }
  .article-content .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .article-content .wp-block-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .article-content .wp-block-gallery.has-nested-images figure.wp-block-image {
    min-height: 180px;
  }
  .article-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-height: 180px;
  }
  .article-content .rl-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .article-content h2 {
    font-size: 1.85rem;
  }
  .article-content h3 {
    font-size: 1.35rem;
  }
  .article-content .wp-block-buttons {
    margin: 1.25rem 0;
  }
  .article-content img.alignleft,
  .article-content img.alignright,
  .article-content .wp-caption.alignleft,
  .article-content .wp-caption.alignright,
  .article-content figure.alignleft,
  .article-content figure.alignright {
    float: none;
    margin: 1rem auto;
  }
  .article-content .gallery {
    grid-template-columns: 1fr;
  }
  .article-content .wp-block-gallery {
    grid-template-columns: 1fr !important;
  }
  .article-content .rl-gallery {
    grid-template-columns: 1fr;
  }
}

/* output: ignore */
/*
* solutions-icons - solutions-icons.php CSS
*/
.solutions-icons-container .container {
  padding: 0px;
}

.solutions-icons-container .stats .statistic {
  font-size: 60px;
  margin-bottom: 0;
  font-family: NewJuneLight;
}

.solutions-icons-container .text-secondary {
  font-size: 15px;
}

.solutions-benefits .slick-dots li.slick-active button:before {
  color: #634b91;
  width: 100%;
  height: 100%;
}

.solutions-benefits .slick-dots li button:before {
  margin: 0px 0px 0px 0px;
}

.solutions-benefits .slick-dots li button {
  background-color: #634b91;
  opacity: 0.25;
  transition: all 0.5s;
}

.solutions-benefits .slick-dots li.slick-active button {
  background-color: #634b91;
  opacity: 1;
}

.solutions-benefits .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 4px;
  padding: 0;
  cursor: pointer;
}

.solutions-benefits .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

/* output: ignore */
/*
* testimonials - testimonials.php CSS
*/
.mask-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0% 0%, 25% 0%, 80% 35%, 90% 42%, 95% 47%, 96% 50%, 96% 50%, 95% 54%, 90% 59%, 80% 65%, 25% 100%, 0% 100%);
}

.t_small_image {
  display: block;
  margin: 0px auto;
  border-radius: 15px;
  height: 21vh;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .t_small_image {
    width: 100%;
    height: auto;
  }
}
/* output: ignore */
/* 
* text-block-with-image - text-block-with-image.php CSS
*/
.text-block-with-image .text-block-with-image__text-col {
  display: flex;
  flex-direction: column;
}
.text-block-with-image .text-block-with-image__title {
  text-align: center;
}
.text-block-with-image .text-block-with-image__text-col h3 {
  text-align: center;
}
.text-block-with-image .text-block-with-image__button {
  margin-top: auto;
  align-self: flex-end;
}
.text-block-with-image .img-restrict {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .text-block-with-image .text-block-with-image__button {
    align-self: center;
  }
}
.text-block-with-image .video-box {
  position: relative;
  padding-bottom: 56.25%;
}
.text-block-with-image .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

/* output: ignore */
/*
* video - video.php CSS
*/
.video_block .video_frame {
  border-radius: 25px 25px 0px 0px;
  text-align: center;
}
.video_block .video_frame iframe {
  border-radius: 25px;
  max-width: 100%;
  width: 1200px;
  aspect-ratio: 16/9;
}

/* Always 5 cols, exactly 2 rows. Heights scale with viewport. */
.masonry-grid {
  --gap: 10px;
  /* space between tiles */
  --cols: 5;
  /* fixed number of columns */
  --row-scale: .75;
  /* tweak to taste: bigger number = taller rows */
  display: grid;
  gap: var(--gap);
  grid-auto-flow: column dense;
  /* Five columns at all widths */
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  /* Two rows whose height follows column width */
  grid-template-rows: repeat(2, calc((100vw - (var(--cols) - 1) * var(--gap)) / var(--cols) * var(--row-scale)));
}

/* Items */
.masonry-item {
  position: relative;
  overflow: hidden;
  background: #f2f4f7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  grid-column: span 1;
  grid-row: span 1;
}

/* Double width and/or height */
.masonry-item--w2 {
  grid-column: span 2;
}

.masonry-item--r2 {
  grid-row: span 2;
}

/* Images fill and crop nicely */
.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease;
}

@media (max-width: 575px) {
  .masonry-grid {
    --gap: 2px;
    --row-scale: 1.50;
  }
}
/* Block: features */
.features {
  /* custom prop at root; wrap to avoid Sass mixed-decls warning */
}
.features {
  --features-max-h: none;
}
.features__heading {
  margin: 0 0 20px;
  color: #222;
  font-size: 22px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .features__heading {
    text-align: center;
  }
}
.features__subheading {
  font-size: 26px;
  margin: 0 0 16px;
  color: #222;
}
.features {
  /* Outer media wrapper for badge positioning */
}
.features__media {
  position: relative;
  padding-top: 8px;
}
.features {
  /* Viewport is the clipped area with fixed height */
}
.features__viewport {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .features__viewport {
    height: var(--features-max-h);
    max-height: var(--features-max-h);
  }
}
.features {
  /* 360 badge */
}
.features__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #8a79b9;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.features__badge-icon {
  width: 50px;
  height: 50px;
  fill: #cacaca;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.features__badge-text {
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.features {
  /* Slider */
}
.features__slider {
  height: 100%;
}
.features__slide {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.features__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.features {
  /* Make Slick internals inherit the viewport height */
}
.features__viewport .slick-list, .features__viewport .slick-track, .features__slider, .features__slide, .features__image {
  height: 100%;
}
.features {
  /* Controls (outside the viewport, so never clipped) */
}
.features__controls {
  margin: 14px auto 0px auto;
  max-width: 400px;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.features__arrow {
  border: 1px solid #634b91;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  background: #634b91;
  color: #fff;
  opacity: 0.6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
  pointer-events: auto;
}
.features__arrow:hover {
  opacity: 1;
}
.features__dots {
  text-align: center;
  width: 100%;
  position: relative;
}
.features__dots .slick-dots {
  display: block !important;
  margin: 0;
  padding: 0;
  bottom: -10px;
}
.features__dots .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.features__dots .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #634b91;
  opacity: 0.25;
}
.features__dots .slick-dots li button::before {
  content: none;
}
.features__dots .slick-dots li.slick-active button {
  opacity: 1;
}
.features {
  /* Right column list + CTA */
}
.features__list {
  margin-top: 24px;
  border: 0;
}
.features__item {
  position: relative;
  font-family: "NewJuneLight", sans-serif;
  font-size: 21px;
  line-height: 1.35;
  color: #333;
  padding: 18px 0 18px 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: url("/wp-content/themes/Stanley-amended/dist/images/stanleycheck.png") no-repeat 0 20px/28px;
}
.features__item strong {
  font-weight: 700;
  color: #634b91;
}
.features__item:last-child {
  border-bottom: 0;
}
.features__download {
  margin-top: 30px;
}
.features__download-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #634b91;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.features__download-btn:hover {
  background-color: rgb(76.05, 57.6136363636, 111.3863636364);
}
.features {
  /* No-crop modifier (fit whole image inside viewport) */
}
.features--no-crop .features__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.features--no-crop .features__image {
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
  .features__item {
    font-size: 19px;
    padding: 14px 0 14px 38px;
    background-size: 24px 24px;
  }
  .features__controls {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .mobile_title {
    display: none;
  }
}
.mobile_title {
  text-align: center;
}

/* Features and Video */
.features-video__heading {
  font-size: 32px;
  margin: 0 0 20px;
  color: #222;
}
.features-video {
  /* Left: video */
}
.features-video__media {
  height: 100%;
}
.features-video__frame {
  border-radius: 15px;
  overflow: hidden;
  background: #000;
}
.features-video__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.features-video__placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  background: #f3f4f6;
  color: #666;
  border-radius: 20px;
}
.features-video {
  /* Right: features panel */
}
.features-video__features {
  height: 100%;
  background: #efefef;
  border-radius: 20px;
  padding: 20px;
}
.features-video__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
.features-video__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 10px;
}
.features-video__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.features-video__icon img, .features-video__icon svg {
  max-width: 50px;
  max-height: 50px;
  display: block;
}
.features-video__icon svg {
  width: 50px;
  height: 50px;
}
.features-video__icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  display: block;
}
.features-video__title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  color: #6b4a93;
  align-self: center;
}
.features-video__text {
  grid-column: 2/-1;
  margin: 0;
  color: #333;
  font-size: 18px !important;
  line-height: 1.4;
}
.features-video__empty {
  margin: 0;
  color: #666;
}
.features-video {
  /* Responsive */
}
@media (max-width: 991px) {
  .features-video__grid {
    grid-template-columns: 1fr 1fr;
  }
  .features-video__title {
    font-size: 20px;
  }
  .features-video__text {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .features-video__features {
    padding: 16px;
    border-radius: 14px;
  }
  .features-video__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .features-video__item {
    grid-template-columns: 50px 1fr;
  }
  .features-video__icon {
    width: 50px;
    height: 50px;
  }
}

#footer.stanley-footer {
  background: linear-gradient(135deg, #8b68b6 0%, #6e4fa0 100%);
  color: #634b91;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stanley-footer__background_container {
  width: 100%;
  background: #dbe1e5;
  border-radius: 0 0 350px 0;
  position: relative;
}

.stanley-footer a {
  color: #634b91;
  text-decoration: none;
}
.stanley-footer a:hover, .stanley-footer a:focus {
  color: #4f3c74;
}

.stanley-footer__container {
  position: relative;
  z-index: 1;
}

.stanley-footer__brand-row {
  display: flex;
  justify-content: center;
  padding: 26px 0 8px;
}

.stanley-footer__brand-logo {
  display: inline-flex;
  justify-content: center;
}

.stanley-footer__brand-logo img {
  width: min(100%, 220px);
  height: auto;
}

.stanley-footer__lower {
  position: relative;
  padding: 26px 0 18px;
}

.stanley-footer__grid {
  display: grid;
  gap: 26px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.stanley-footer__intro,
.stanley-footer__feature,
.stanley-footer__connect {
  min-width: 0;
}

.stanley-footer__intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stanley-footer__contact-title,
.stanley-footer__section-title {
  margin: 0;
  color: #634b91;
  font-size: 26px;
  line-height: 1.05;
  font-family: "NewJuneSemibold", sans-serif;
}

.stanley-footer__contact-title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.stanley-footer__section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.stanley-footer__address {
  margin: 0;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.45;
}

.stanley-footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: grid;
  gap: 12px;
}
.stanley-footer__contact-list li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.stanley-footer__contact-list i {
  color: #ebbd00;
  line-height: 1.4;
}

.stanley-footer__feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stanley-footer__signup-block {
  display: grid;
  gap: 8px;
}

.stanley-footer__signup-copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(99, 75, 145, 0.78);
}

.stanley-footer__signup-form {
  width: min(100%, 520px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 166px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(99, 75, 145, 0.08);
}

.stanley-footer__signup-field {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
}
.stanley-footer__signup-field > [data-lastpass-icon-root] {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  left: auto !important;
  transform: translateY(-50%);
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  float: none !important;
  pointer-events: none;
  z-index: 2;
}

.stanley-footer__signup-input {
  width: 100%;
  min-width: 0;
  padding: 12px 60px 12px 18px;
  border: 0;
  background: transparent;
  color: #634b91;
  font-size: 14px;
  line-height: 1.2;
}
.stanley-footer__signup-input:focus {
  outline: none;
}
.stanley-footer__signup-input::placeholder {
  color: rgba(99, 75, 145, 0.78);
}

.stanley-footer__signup-action {
  display: flex;
}

.stanley-footer__signup-button {
  border: 0;
  background: linear-gradient(135deg, #6e4fa0 0%, #7f59ac 100%);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: "NewJuneSemibold", sans-serif;
  cursor: pointer;
  width: 100%;
  min-height: 48px;
}

.stanley-footer__signup-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(99, 75, 145, 0.72);
}

.stanley-footer__socials {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.stanley-footer__socials li {
  margin: 0;
}
.stanley-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #634b91;
  font-size: 24px;
  line-height: 1;
  border-radius: 12px;
  background: rgba(99, 75, 145, 0.12);
}
.stanley-footer__socials a:hover, .stanley-footer__socials a:focus {
  color: #ffffff;
  background: #634b91;
}

.stanley-footer__connect {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.stanley-footer__menu-wrap {
  padding-right: 10px;
}

.stanley-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.stanley-footer__menu li {
  margin: 0;
  padding: 0;
}
.stanley-footer__menu a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}

.stanley-footer__certificates {
  display: grid;
  gap: 10px;
}
.stanley-footer__certificates .certificate {
  max-width: 160px;
  width: 160px;
  height: auto;
}

.stanley-footer__legal {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(99, 75, 145, 0.14);
  padding: 10px 0 12px;
  text-align: center;
}
.stanley-footer__legal p {
  margin: 0;
  font-size: 13px;
  color: rgba(99, 75, 145, 0.85);
}

@media (min-width: 992px) {
  .stanley-footer__grid {
    grid-template-columns: minmax(250px, 0.88fr) minmax(420px, 1.25fr) minmax(240px, 0.78fr);
    gap: 34px;
  }
  .stanley-footer__feature {
    align-items: center;
  }
  .stanley-footer__intro,
  .stanley-footer__feature {
    border-right: 1px solid rgba(99, 75, 145, 0.14);
    min-height: 100%;
  }
  .stanley-footer__intro {
    padding: 10px 26px 4px 0;
  }
  .stanley-footer__feature {
    padding: 10px 28px 4px 0;
  }
  .stanley-footer__connect {
    padding: 10px 0 4px;
  }
}
@media (max-width: 991px) {
  .stanley-footer__background_container {
    border-radius: 0 0 120px 0;
  }
  .stanley-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "intro connect" "feature feature";
  }
  .stanley-footer__intro,
  .stanley-footer__feature,
  .stanley-footer__connect {
    padding: 0;
    border-right: 0;
  }
  .stanley-footer__intro {
    grid-area: intro;
  }
  .stanley-footer__feature {
    grid-area: feature;
  }
  .stanley-footer__connect {
    grid-area: connect;
  }
}
@media (max-width: 767px) {
  .stanley-footer__background_container {
    border-radius: 0 0 84px 0;
  }
  .stanley-footer__lower {
    padding: 24px 0 14px;
  }
  .stanley-footer__brand-row {
    padding: 22px 0 6px;
  }
  .stanley-footer__contact-title,
  .stanley-footer__section-title {
    font-size: 24px;
  }
  .stanley-footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "feature" "connect";
    justify-items: center;
    text-align: center;
  }
  .stanley-footer__intro,
  .stanley-footer__feature,
  .stanley-footer__connect {
    align-items: center;
    width: 100%;
    max-width: 420px;
  }
  .stanley-footer__contact-title a,
  .stanley-footer__section-title {
    justify-content: center;
  }
  .stanley-footer__address {
    max-width: none;
  }
  .stanley-footer__contact-list {
    justify-items: center;
  }
  .stanley-footer__contact-list li {
    justify-content: center;
  }
  .stanley-footer__signup-block,
  .stanley-footer__menu-wrap,
  .stanley-footer__certificates {
    justify-items: center;
  }
  .stanley-footer__signup-form {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .stanley-footer__signup-button {
    min-height: 46px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .stanley-footer__socials {
    gap: 10px;
  }
  .stanley-footer__socials a {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
  .stanley-footer__menu {
    gap: 14px;
  }
  .stanley-footer__menu a {
    font-size: 16px;
  }
  .stanley-footer__socials {
    justify-content: center;
  }
}
/* Specifications */
.specifications__heading {
  font-size: 32px;
  margin: 0 0 20px;
  color: #222;
}
.specifications {
  /* Grid wrapper: 5 columns on desktop */
}
.specifications__table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px; /* space between columns */
}
.specifications {
  /* Individual column card */
}
.specifications__col {
  background: #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.specifications {
  /* Column header */
}
.specifications__col-head {
  background: #e2e2e2;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.specifications__col-title {
  font-weight: 700;
  color: #111;
}
.specifications {
  /* Column body + rows */
}
.specifications__col-body {
  display: flex;
  flex-direction: column;
}
.specifications__row {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
}
.specifications__row:last-child {
  border-bottom: 0;
}
.specifications__row--empty {
  color: #777;
  font-style: italic;
}
.specifications__row-text {
  color: #222;
  line-height: 1.35;
}
.specifications {
  /* Color swatches */
}
.specifications__swatches {
  display: inline-flex;
  gap: 8px;
}
.specifications__swatch {
  --spec-swatch: #000;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--spec-swatch);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.specifications {
  /* Responsive */
}
@media (max-width: 1199px) {
  .specifications__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .specifications__table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   Spacing Utilities (Padding & Margin)
   ========================================================= */
/* -------------------------
   Padding
   ------------------------- */
/* Top padding */
.padding-t--2 {
  padding-top: 2px;
}

/* Bottom padding */
.padding-b--2 {
  padding-bottom: 2px;
}

/* Top + Bottom padding */
.padding-tb--2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* Top padding */
.padding-t--5 {
  padding-top: 5px;
}

/* Bottom padding */
.padding-b--5 {
  padding-bottom: 5px;
}

/* Top + Bottom padding */
.padding-tb--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Top padding */
.padding-t--8 {
  padding-top: 8px;
}

/* Bottom padding */
.padding-b--8 {
  padding-bottom: 8px;
}

/* Top + Bottom padding */
.padding-tb--8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Top padding */
.padding-t--10 {
  padding-top: 10px;
}

/* Bottom padding */
.padding-b--10 {
  padding-bottom: 10px;
}

/* Top + Bottom padding */
.padding-tb--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Top padding */
.padding-t--12 {
  padding-top: 12px;
}

/* Bottom padding */
.padding-b--12 {
  padding-bottom: 12px;
}

/* Top + Bottom padding */
.padding-tb--12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Top padding */
.padding-t--14 {
  padding-top: 14px;
}

/* Bottom padding */
.padding-b--14 {
  padding-bottom: 14px;
}

/* Top + Bottom padding */
.padding-tb--14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Top padding */
.padding-t--16 {
  padding-top: 16px;
}

/* Bottom padding */
.padding-b--16 {
  padding-bottom: 16px;
}

/* Top + Bottom padding */
.padding-tb--16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Top padding */
.padding-t--18 {
  padding-top: 18px;
}

/* Bottom padding */
.padding-b--18 {
  padding-bottom: 18px;
}

/* Top + Bottom padding */
.padding-tb--18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Top padding */
.padding-t--20 {
  padding-top: 20px;
}

/* Bottom padding */
.padding-b--20 {
  padding-bottom: 20px;
}

/* Top + Bottom padding */
.padding-tb--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Top padding */
.padding-t--22 {
  padding-top: 22px;
}

/* Bottom padding */
.padding-b--22 {
  padding-bottom: 22px;
}

/* Top + Bottom padding */
.padding-tb--22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* Top padding */
.padding-t--24 {
  padding-top: 24px;
}

/* Bottom padding */
.padding-b--24 {
  padding-bottom: 24px;
}

/* Top + Bottom padding */
.padding-tb--24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Top padding */
.padding-t--26 {
  padding-top: 26px;
}

/* Bottom padding */
.padding-b--26 {
  padding-bottom: 26px;
}

/* Top + Bottom padding */
.padding-tb--26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

/* Top padding */
.padding-t--28 {
  padding-top: 28px;
}

/* Bottom padding */
.padding-b--28 {
  padding-bottom: 28px;
}

/* Top + Bottom padding */
.padding-tb--28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

/* Top padding */
.padding-t--30 {
  padding-top: 30px;
}

/* Bottom padding */
.padding-b--30 {
  padding-bottom: 30px;
}

/* Top + Bottom padding */
.padding-tb--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Top padding */
.padding-t--32 {
  padding-top: 32px;
}

/* Bottom padding */
.padding-b--32 {
  padding-bottom: 32px;
}

/* Top + Bottom padding */
.padding-tb--32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* Top padding */
.padding-t--34 {
  padding-top: 34px;
}

/* Bottom padding */
.padding-b--34 {
  padding-bottom: 34px;
}

/* Top + Bottom padding */
.padding-tb--34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

/* Top padding */
.padding-t--36 {
  padding-top: 36px;
}

/* Bottom padding */
.padding-b--36 {
  padding-bottom: 36px;
}

/* Top + Bottom padding */
.padding-tb--36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

/* Top padding */
.padding-t--38 {
  padding-top: 38px;
}

/* Bottom padding */
.padding-b--38 {
  padding-bottom: 38px;
}

/* Top + Bottom padding */
.padding-tb--38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

/* Top padding */
.padding-t--40 {
  padding-top: 40px;
}

/* Bottom padding */
.padding-b--40 {
  padding-bottom: 40px;
}

/* Top + Bottom padding */
.padding-tb--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Top padding */
.padding-t--42 {
  padding-top: 42px;
}

/* Bottom padding */
.padding-b--42 {
  padding-bottom: 42px;
}

/* Top + Bottom padding */
.padding-tb--42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

/* Top padding */
.padding-t--44 {
  padding-top: 44px;
}

/* Bottom padding */
.padding-b--44 {
  padding-bottom: 44px;
}

/* Top + Bottom padding */
.padding-tb--44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

/* Top padding */
.padding-t--46 {
  padding-top: 46px;
}

/* Bottom padding */
.padding-b--46 {
  padding-bottom: 46px;
}

/* Top + Bottom padding */
.padding-tb--46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

/* Top padding */
.padding-t--48 {
  padding-top: 48px;
}

/* Bottom padding */
.padding-b--48 {
  padding-bottom: 48px;
}

/* Top + Bottom padding */
.padding-tb--48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Top padding */
.padding-t--50 {
  padding-top: 50px;
}

/* Bottom padding */
.padding-b--50 {
  padding-bottom: 50px;
}

/* Top + Bottom padding */
.padding-tb--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Top padding */
.padding-l--2 {
  padding-left: 2px;
}

/* Bottom padding */
.padding-r--2 {
  padding-right: 2px;
}

/* Top + Bottom padding */
.padding-lr--2 {
  padding-left: 2px;
  padding-right: 2px;
}

/* Top padding */
.padding-l--5 {
  padding-left: 5px;
}

/* Bottom padding */
.padding-r--5 {
  padding-right: 5px;
}

/* Top + Bottom padding */
.padding-lr--5 {
  padding-left: 5px;
  padding-right: 5px;
}

/* Top padding */
.padding-l--8 {
  padding-left: 8px;
}

/* Bottom padding */
.padding-r--8 {
  padding-right: 8px;
}

/* Top + Bottom padding */
.padding-lr--8 {
  padding-left: 8px;
  padding-right: 8px;
}

/* Top padding */
.padding-l--10 {
  padding-left: 10px;
}

/* Bottom padding */
.padding-r--10 {
  padding-right: 10px;
}

/* Top + Bottom padding */
.padding-lr--10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Top padding */
.padding-l--12 {
  padding-left: 12px;
}

/* Bottom padding */
.padding-r--12 {
  padding-right: 12px;
}

/* Top + Bottom padding */
.padding-lr--12 {
  padding-left: 12px;
  padding-right: 12px;
}

/* Top padding */
.padding-l--14 {
  padding-left: 14px;
}

/* Bottom padding */
.padding-r--14 {
  padding-right: 14px;
}

/* Top + Bottom padding */
.padding-lr--14 {
  padding-left: 14px;
  padding-right: 14px;
}

/* Top padding */
.padding-l--16 {
  padding-left: 16px;
}

/* Bottom padding */
.padding-r--16 {
  padding-right: 16px;
}

/* Top + Bottom padding */
.padding-lr--16 {
  padding-left: 16px;
  padding-right: 16px;
}

/* Top padding */
.padding-l--18 {
  padding-left: 18px;
}

/* Bottom padding */
.padding-r--18 {
  padding-right: 18px;
}

/* Top + Bottom padding */
.padding-lr--18 {
  padding-left: 18px;
  padding-right: 18px;
}

/* Top padding */
.padding-l--20 {
  padding-left: 20px;
}

/* Bottom padding */
.padding-r--20 {
  padding-right: 20px;
}

/* Top + Bottom padding */
.padding-lr--20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Top padding */
.padding-l--22 {
  padding-left: 22px;
}

/* Bottom padding */
.padding-r--22 {
  padding-right: 22px;
}

/* Top + Bottom padding */
.padding-lr--22 {
  padding-left: 22px;
  padding-right: 22px;
}

/* Top padding */
.padding-l--24 {
  padding-left: 24px;
}

/* Bottom padding */
.padding-r--24 {
  padding-right: 24px;
}

/* Top + Bottom padding */
.padding-lr--24 {
  padding-left: 24px;
  padding-right: 24px;
}

/* Top padding */
.padding-l--26 {
  padding-left: 26px;
}

/* Bottom padding */
.padding-r--26 {
  padding-right: 26px;
}

/* Top + Bottom padding */
.padding-lr--26 {
  padding-left: 26px;
  padding-right: 26px;
}

/* Top padding */
.padding-l--28 {
  padding-left: 28px;
}

/* Bottom padding */
.padding-r--28 {
  padding-right: 28px;
}

/* Top + Bottom padding */
.padding-lr--28 {
  padding-left: 28px;
  padding-right: 28px;
}

/* Top padding */
.padding-l--30 {
  padding-left: 30px;
}

/* Bottom padding */
.padding-r--30 {
  padding-right: 30px;
}

/* Top + Bottom padding */
.padding-lr--30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Top padding */
.padding-l--32 {
  padding-left: 32px;
}

/* Bottom padding */
.padding-r--32 {
  padding-right: 32px;
}

/* Top + Bottom padding */
.padding-lr--32 {
  padding-left: 32px;
  padding-right: 32px;
}

/* Top padding */
.padding-l--34 {
  padding-left: 34px;
}

/* Bottom padding */
.padding-r--34 {
  padding-right: 34px;
}

/* Top + Bottom padding */
.padding-lr--34 {
  padding-left: 34px;
  padding-right: 34px;
}

/* Top padding */
.padding-l--36 {
  padding-left: 36px;
}

/* Bottom padding */
.padding-r--36 {
  padding-right: 36px;
}

/* Top + Bottom padding */
.padding-lr--36 {
  padding-left: 36px;
  padding-right: 36px;
}

/* Top padding */
.padding-l--38 {
  padding-left: 38px;
}

/* Bottom padding */
.padding-r--38 {
  padding-right: 38px;
}

/* Top + Bottom padding */
.padding-lr--38 {
  padding-left: 38px;
  padding-right: 38px;
}

/* Top padding */
.padding-l--40 {
  padding-left: 40px;
}

/* Bottom padding */
.padding-r--40 {
  padding-right: 40px;
}

/* Top + Bottom padding */
.padding-lr--40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Top padding */
.padding-l--42 {
  padding-left: 42px;
}

/* Bottom padding */
.padding-r--42 {
  padding-right: 42px;
}

/* Top + Bottom padding */
.padding-lr--42 {
  padding-left: 42px;
  padding-right: 42px;
}

/* Top padding */
.padding-l--44 {
  padding-left: 44px;
}

/* Bottom padding */
.padding-r--44 {
  padding-right: 44px;
}

/* Top + Bottom padding */
.padding-lr--44 {
  padding-left: 44px;
  padding-right: 44px;
}

/* Top padding */
.padding-l--46 {
  padding-left: 46px;
}

/* Bottom padding */
.padding-r--46 {
  padding-right: 46px;
}

/* Top + Bottom padding */
.padding-lr--46 {
  padding-left: 46px;
  padding-right: 46px;
}

/* Top padding */
.padding-l--48 {
  padding-left: 48px;
}

/* Bottom padding */
.padding-r--48 {
  padding-right: 48px;
}

/* Top + Bottom padding */
.padding-lr--48 {
  padding-left: 48px;
  padding-right: 48px;
}

/* Top padding */
.padding-l--50 {
  padding-left: 50px;
}

/* Bottom padding */
.padding-r--50 {
  padding-right: 50px;
}

/* Top + Bottom padding */
.padding-lr--50 {
  padding-left: 50px;
  padding-right: 50px;
}

/* -------------------------
   Margin
   ------------------------- */
/* Top margin */
.margin-t--2 {
  margin-top: 2px;
}

/* Bottom margin */
.margin-b--2 {
  margin-bottom: 2px;
}

/* Top + Bottom margin */
.margin-tb--2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Top margin */
.margin-t--5 {
  margin-top: 5px;
}

/* Bottom margin */
.margin-b--5 {
  margin-bottom: 5px;
}

/* Top + Bottom margin */
.margin-tb--5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Top margin */
.margin-t--8 {
  margin-top: 8px;
}

/* Bottom margin */
.margin-b--8 {
  margin-bottom: 8px;
}

/* Top + Bottom margin */
.margin-tb--8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Top margin */
.margin-t--10 {
  margin-top: 10px;
}

/* Bottom margin */
.margin-b--10 {
  margin-bottom: 10px;
}

/* Top + Bottom margin */
.margin-tb--10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Top margin */
.margin-t--12 {
  margin-top: 12px;
}

/* Bottom margin */
.margin-b--12 {
  margin-bottom: 12px;
}

/* Top + Bottom margin */
.margin-tb--12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Top margin */
.margin-t--14 {
  margin-top: 14px;
}

/* Bottom margin */
.margin-b--14 {
  margin-bottom: 14px;
}

/* Top + Bottom margin */
.margin-tb--14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Top margin */
.margin-t--16 {
  margin-top: 16px;
}

/* Bottom margin */
.margin-b--16 {
  margin-bottom: 16px;
}

/* Top + Bottom margin */
.margin-tb--16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Top margin */
.margin-t--18 {
  margin-top: 18px;
}

/* Bottom margin */
.margin-b--18 {
  margin-bottom: 18px;
}

/* Top + Bottom margin */
.margin-tb--18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* Top margin */
.margin-t--20 {
  margin-top: 20px;
}

/* Bottom margin */
.margin-b--20 {
  margin-bottom: 20px;
}

/* Top + Bottom margin */
.margin-tb--20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Top margin */
.margin-t--22 {
  margin-top: 22px;
}

/* Bottom margin */
.margin-b--22 {
  margin-bottom: 22px;
}

/* Top + Bottom margin */
.margin-tb--22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

/* Top margin */
.margin-t--24 {
  margin-top: 24px;
}

/* Bottom margin */
.margin-b--24 {
  margin-bottom: 24px;
}

/* Top + Bottom margin */
.margin-tb--24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Top margin */
.margin-t--26 {
  margin-top: 26px;
}

/* Bottom margin */
.margin-b--26 {
  margin-bottom: 26px;
}

/* Top + Bottom margin */
.margin-tb--26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

/* Top margin */
.margin-t--28 {
  margin-top: 28px;
}

/* Bottom margin */
.margin-b--28 {
  margin-bottom: 28px;
}

/* Top + Bottom margin */
.margin-tb--28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

/* Top margin */
.margin-t--30 {
  margin-top: 30px;
}

/* Bottom margin */
.margin-b--30 {
  margin-bottom: 30px;
}

/* Top + Bottom margin */
.margin-tb--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Top margin */
.margin-t--32 {
  margin-top: 32px;
}

/* Bottom margin */
.margin-b--32 {
  margin-bottom: 32px;
}

/* Top + Bottom margin */
.margin-tb--32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* Top margin */
.margin-t--34 {
  margin-top: 34px;
}

/* Bottom margin */
.margin-b--34 {
  margin-bottom: 34px;
}

/* Top + Bottom margin */
.margin-tb--34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

/* Top margin */
.margin-t--36 {
  margin-top: 36px;
}

/* Bottom margin */
.margin-b--36 {
  margin-bottom: 36px;
}

/* Top + Bottom margin */
.margin-tb--36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

/* Top margin */
.margin-t--38 {
  margin-top: 38px;
}

/* Bottom margin */
.margin-b--38 {
  margin-bottom: 38px;
}

/* Top + Bottom margin */
.margin-tb--38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

/* Top margin */
.margin-t--40 {
  margin-top: 40px;
}

/* Bottom margin */
.margin-b--40 {
  margin-bottom: 40px;
}

/* Top + Bottom margin */
.margin-tb--40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Top margin */
.margin-t--42 {
  margin-top: 42px;
}

/* Bottom margin */
.margin-b--42 {
  margin-bottom: 42px;
}

/* Top + Bottom margin */
.margin-tb--42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

/* Top margin */
.margin-t--44 {
  margin-top: 44px;
}

/* Bottom margin */
.margin-b--44 {
  margin-bottom: 44px;
}

/* Top + Bottom margin */
.margin-tb--44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

/* Top margin */
.margin-t--46 {
  margin-top: 46px;
}

/* Bottom margin */
.margin-b--46 {
  margin-bottom: 46px;
}

/* Top + Bottom margin */
.margin-tb--46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

/* Top margin */
.margin-t--48 {
  margin-top: 48px;
}

/* Bottom margin */
.margin-b--48 {
  margin-bottom: 48px;
}

/* Top + Bottom margin */
.margin-tb--48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* Top margin */
.margin-t--50 {
  margin-top: 50px;
}

/* Bottom margin */
.margin-b--50 {
  margin-bottom: 50px;
}

/* Top + Bottom margin */
.margin-tb--50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .faqs .accordion button .accordion-title {
    padding: 0em 1.5em 1em 0;
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .wistia_embed {
    height: 400px !important;
    width: 120% !important;
  }
}

.custom-arrows {
  width: 100%;
  place-content: space-around;
}
.custom-arrows a {
  font-size: 24px;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 100%;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(98, 74, 142) !important;
}

.callButton {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.icon-col {
  position: absolute;
  right: 100px;
  top: 25px;
}

@media screen and (min-width: 992px) {
  .icon-col {
    display: none;
  }
}
.callus .bi-telephone-fill {
  font-size: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 992px) {
  .nav-header-logo img {
    width: 180px;
    max-width: 180px;
    height: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav-header-logo img {
    width: 140px;
    max-width: 140px;
    height: auto;
  }
}
/* OVERRIDE FOR NAV BAR  */
@media screen and (min-width: 992px) {
  .navbar .menu-item-has-children ul li.menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 0px;
    font-size: 12px;
    color: #634b91 !important;
    font-weight: bold;
    border-left: 0.5em solid;
    border-bottom: 0.5em solid transparent;
    border-right: 0;
    border-top: 0.5em solid transparent;
  }
}
/*
* Override from Elementor
*/
html,
body {
  overflow-x: hidden !important;
}

.pageImageWrapper {
  position: absolute;
  top: -23em;
  right: -48%;
}

.pageImageContainer {
  width: 1000px;
  height: 1030px;
  position: relative;
}
.pageImageContainer .pagePattern,
.pageImageContainer .pageImage {
  position: absolute;
}
.pageImageContainer .pageImage {
  left: -2px;
  top: 176px;
}

.new-section-hero p {
  font-size: 33px !important;
}

@media only screen and (max-width: 1460px) {
  .pageImageContainer {
    width: 1100px;
    height: 1100px;
  }
  .new-section-hero p {
    font-size: 30px !important;
    font-weight: 300;
    color: #000;
    width: 70% !important;
  }
  .pageImageWrapper {
    position: absolute;
    top: -29em;
    right: -60%;
  }
  .new-section-hero p {
    font-size: 24px !important;
    font-weight: 300;
    color: #000;
    width: 70% !important;
  }
}
@media only screen and (max-width: 1080px) {
  .new-slider-testimo .slick-track .testimonial p {
    font-size: 18px !important;
  }
  .testimonials .container-fluid h2 {
    font-size: 32px !important;
  }
  .testimonials h4.text-yellow {
    padding-top: 50px;
  }
  .new-section-hero h1 span {
    display: block;
    margin-top: 10px;
    color: #ffaf00;
    font-size: 37px;
  }
  .pageImageContainer {
    width: 730px !important;
    height: 730px !important;
  }
  .pageImageContainer .pageImage {
    left: -2px;
    top: 130px;
  }
  .pageImageWrapper {
    position: absolute;
    top: -15em;
    right: -40%;
  }
  .new-section-hero h1 {
    font-size: 44px;
    padding-top: 60px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 20px !important;
  }
  .stepsarea .elementor-container .colscol.elementor-element-70f1177 .elementor-widget-container span, .stepsarea .elementor-container .colscol.lastcolmi .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 32px !important;
  }
  .stepsarea .elementor-container .elementor-element-7286cc64.elementor-section .elementor-container {
    display: grid !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .stepsarea .elementor-container .colscol {
    width: 100% !important;
  }
  .stepsarea .elementor-container .colscol.lastcolmi {
    width: 100% !important;
  }
  .stepsarea .elementor-element-74c444d {
    grid-column: 2;
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 10px;
  }
  .new-section .container .paulinfos strong {
    font-size: 25px !important;
  }
  .new-benifets-secs .container .row:nth-child(2) {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .new-benifets-secs .new-benefits-item.new-col-3 {
    width: 100% !important;
    margin: 0 !important;
  }
  .new-benifets-secs .new-benefits-items-item h3 {
    font-size: 19px !important;
  }
  .new-benifets-secs .new-benefits-items-item .enefits-newtext .enefits-body {
    font-size: 16px !important;
  }
  .new-benifets-secs .new-benefits-items-item {
    background-size: 14%;
    padding: 20px 20px 20px 80px;
  }
  .usecasecta {
    width: 30%;
    text-align: center;
    align-self: center;
  }
}
.relates-products-unt {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.relates-products-unt .new-relates-prod {
  width: 22% !important;
  padding-bottom: 60px;
}

.relates-products-unt .new-relates-prod a h3 {
  font-size: 21px !important;
  margin-bottom: 15px;
}

.relates-products-unt .new-relates-prod a h4 {
  font-size: 18px !important;
}

@media only screen and (max-width: 1024px) {
  .new-section-hero h1 span {
    font-size: 27px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element {
    display: grid !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-items: center;
    width: 57%;
    margin: auto;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol1:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol2:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol3:before {
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 17px !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.elementor-element-70f1177 .elementor-widget-container span, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.lastcolmi .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 27px !important;
  }
  .stepsarea .elementor-container .colscol {
    width: 100% !important;
  }
  .stepsarea .elementor-container .colscol.lastcolmi,
  .stepsarea .elementor-container .colscol.lastcolmi .elementor-element-70f1177 {
    width: 100%;
    padding: 0 !important;
  }
  .pageImageContainer {
    width: 630px !important;
    height: 642px !important;
  }
  .pageImageContainer .pageImage {
    left: -2px;
    top: 110px;
  }
  .pageImageWrapper {
    position: absolute;
    top: -9em;
    right: -40%;
  }
  .new-section-hero p {
    font-size: 22px !important;
    font-weight: 300;
    color: #000;
    width: 43% !important;
  }
  .new-section .container .paulinfos strong {
    font-size: 21px !important;
  }
  .new-section .container .paulinfos {
    font-size: 16px;
  }
  .stepsarea .elementor-container .colscol:nth-child(1),
  .stepsarea .elementor-container .colscol:nth-child(2),
  .stepsarea .elementor-container .colscol:nth-child(3) {
    padding: 20px;
    background: rgba(255, 255, 255, 0.062745098);
    border-radius: 20px;
  }
  .stepsarea .elementor-container .elementor-element-7286cc64.elementor-section .elementor-container {
    grid-column-gap: 30px;
  }
  .new-section-hero h1 {
    font-size: 37px;
    padding-top: 60px;
  }
  .relates-products-unt .new-relates-prod a h3 {
    font-size: 24px !important;
  }
  .relates-products-unt {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .relates-products-unt .new-relates-prod {
    width: 100% !important;
    padding-bottom: 0;
  }
  .relates-products-unt .new-relates-prod a h4 {
    font-size: 16px !important;
  }
  .service img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
  }
  .text-14 {
    font-size: 12px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.ctabtn1 {
    display: block !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .ctabtn1 .elementor-widget-container .elementor-button-wrapper a {
    width: 100%;
  }
  .testimonials .container-fluid h2 {
    font-size: 28px !important;
  }
  .testimonials .testimonials-slider {
    padding-right: 0 !important;
  }
  .new-slider-testimo .slick-track .testimonial p {
    font-size: 16px !important;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  .new-benifets-secs .container .row:nth-child(2) {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .new-benifets-secs .new-benefits-item.new-col-3 {
    width: 100% !important;
    margin: 0 !important;
  }
  .new-benifets-secs .new-benefits-items-item h3 {
    font-size: 19px !important;
  }
  .new-benifets-secs .new-benefits-items-item .benefits-newtext .enefits-body {
    font-size: 10px !important;
  }
  .new-benifets-secs .new-benefits-items-item {
    background-size: 14%;
    padding: 20px 20px 20px 60px;
  }
  .startedimg .elementor-widget-container:after {
    padding-top: 5%;
    border-radius: 10px;
    content: "";
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    background: #6b4a93;
    margin: 0 auto;
    margin-top: -25px;
    font-weight: 700 !important;
    padding-top: 4%;
    font-family: "Roboto";
    font-style: italic;
  }
  .startedimg.startedimg1 .elementor-widget-container:after {
    content: "1";
  }
  .startedimg.startedimg2 .elementor-widget-container:after {
    content: "2";
  }
  .startedimg.startedimg3 .elementor-widget-container:after {
    content: "3";
  }
  .getstartedcol .elementor-widget-wrap .elementor-element h3 {
    font-size: 19px !important;
  }
  .getstartedcol .elementor-widget-wrap .elementor-element .elementor-widget-container p {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 780px) {
  .new-section-hero h1 span {
    font-size: 27px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element {
    display: grid !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-items: center;
    width: 57%;
    margin: auto;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol1:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol2:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol3:before {
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 17px !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.elementor-element-70f1177 .elementor-widget-container span, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.lastcolmi .elementor-widget-wrap .elementor-element .elementor-widget-container span {
    font-size: 27px !important;
  }
  .stepsarea .elementor-container .colscol {
    width: 100% !important;
  }
  .stepsarea .elementor-container .colscol.lastcolmi,
  .stepsarea .elementor-container .colscol.lastcolmi .elementor-element-70f1177 {
    width: 100%;
    padding: 0 !important;
  }
  .pageImageContainer {
    width: 630px !important;
    height: 642px !important;
  }
  .pageImageContainer .pageImage {
    left: -2px;
    top: 110px;
  }
  .pageImageWrapper {
    position: absolute;
    top: -9em;
    right: -40%;
  }
  .new-section-hero p {
    font-size: 22px !important;
    font-weight: 300;
    color: #000;
    width: 43% !important;
  }
  .new-section .container .paulinfos strong {
    font-size: 21px !important;
  }
  .new-section .container .paulinfos {
    font-size: 16px;
  }
  .stepsarea .elementor-container .colscol:nth-child(1),
  .stepsarea .elementor-container .colscol:nth-child(2),
  .stepsarea .elementor-container .colscol:nth-child(3) {
    padding: 20px;
    background: rgba(255, 255, 255, 0.062745098);
    border-radius: 20px;
  }
  .stepsarea .elementor-container .elementor-element-7286cc64.elementor-section .elementor-container {
    grid-column-gap: 30px;
  }
  .new-section-hero h1 {
    font-size: 37px;
    padding-top: 60px;
  }
  .relates-products-unt .new-relates-prod a h3 {
    font-size: 24px !important;
  }
  .relates-products-unt {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .relates-products-unt .new-relates-prod {
    width: 100% !important;
    padding-bottom: 0;
  }
  .relates-products-unt .new-relates-prod a h4 {
    font-size: 16px !important;
  }
  .service img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
  }
  .text-14 {
    font-size: 12px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.ctabtn1 {
    display: block !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .ctabtn1 .elementor-widget-container .elementor-button-wrapper a {
    width: 100%;
  }
  .testimonials .container-fluid h2 {
    font-size: 28px !important;
  }
  .testimonials .testimonials-slider {
    padding-right: 0 !important;
  }
  .new-slider-testimo .slick-track .testimonial p {
    font-size: 16px !important;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  .new-benifets-secs .container .row:nth-child(2) {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .new-benifets-secs .new-benefits-item.new-col-3 {
    width: 100% !important;
    margin: 0 !important;
  }
  .new-benifets-secs .new-benefits-items-item h3 {
    font-size: 19px !important;
  }
  .new-benifets-secs .new-benefits-items-item .benefits-newtext .enefits-body {
    font-size: 10px !important;
  }
  .new-benifets-secs .new-benefits-items-item {
    background-size: 14%;
    padding: 20px 20px 20px 60px;
  }
  .startedimg .elementor-widget-container:after {
    padding-top: 5%;
    border-radius: 10px;
    content: "";
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    background: #6b4a93;
    margin: 0 auto;
    margin-top: -25px;
    font-weight: 700 !important;
    padding-top: 4%;
    font-family: "Roboto";
    font-style: italic;
  }
  .startedimg.startedimg1 .elementor-widget-container:after {
    content: "1";
  }
  .startedimg.startedimg2 .elementor-widget-container:after {
    content: "2";
  }
  .startedimg.startedimg3 .elementor-widget-container:after {
    content: "3";
  }
  .getstartedcol .elementor-widget-wrap .elementor-element h3 {
    font-size: 19px !important;
  }
  .getstartedcol .elementor-widget-wrap .elementor-element .elementor-widget-container p {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner .container .herotexts {
    margin-top: -38px !important;
  }
  .pageImageWrapper {
    position: absolute;
    top: 0em;
    right: -28%;
  }
  .pageImageContainer {
    width: 306px !important;
    height: 360px !important;
  }
  .pageImageContainer .pageImage {
    left: -2px;
    top: 57px;
  }
  .new-section .container .row h1 {
    font-size: 27px !important;
  }
  .new-section .container .row .paulinfos strong {
    font-size: 18px !important;
  }
  .new-section .container .row .paulinfos {
    font-size: 14px;
  }
  .new-section.new-feature-section {
    padding: 30px !important;
  }
  .new-section.new-feature-section .container .row div h2 {
    font-size: 22px !important;
  }
  .new-section.new-feature-section .container .row div p {
    font-size: 16px !important;
  }
  .new-section.new-feature-section .new-features-box .feature-row h3 {
    font-size: 18px;
  }
  .new-section.new-benifets-secs .container .row .new-benefits-item {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new-section.new-benifets-secs .container .row .new-benefits-items-item h3 {
    font-size: 15px !important;
  }
  .new-section.new-benifets-secs .container .row .new-benefits-items-item .benefits-newtext .benefits-body {
    font-size: 12px !important;
  }
  .new-section-hero p {
    font-size: 16px !important;
    width: 55% !important;
  }
  .relates-products-unt {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .relates-products-unt .new-relates-prod a h3 {
    font-size: 15px !important;
  }
  .relates-products-unt .new-relates-prod a h4 {
    font-size: 13px !important;
  }
  .text-14 {
    font-size: 11px;
  }
  .new-galleries .new-media-slider .slick-next {
    right: 10px !important;
    margin-top: -8px;
  }
  .new-galleries .new-media-slider .slick-prev {
    left: -10px !important;
    margin-top: -8px;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol1:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol2:before, .stepsarea .elementor-container .colscol .elementor-widget-wrap .elementor-element.colscol3:before {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
  }
  .startedimg .elementor-widget-container:after {
    padding-top: 2%;
  }
  .new-section.new-feature-section .container .row div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  .pageImageWrapper {
    position: absolute;
    top: 0em;
    right: -36%;
  }
  .newbrescrumb span {
    font-size: 11px !important;
  }
  .new-section .container .row p {
    font-size: 15px !important;
  }
  .new-section .container .row h1 {
    font-size: 25px !important;
  }
  .new-section.new-feature-section {
    padding: 30px !important;
  }
  .relates-products-unt .new-relates-prod a h3 {
    font-size: 11px !important;
  }
  .usecasecta p {
    margin-right: 0 !important;
    font-size: 16px !important;
  }
  .breadcrumbsec {
    margin-top: 62px !important;
    background: #e2e2e2;
  }
  .use-cases-sec .container .row .usecasesbox .usecaseleft p {
    font-size: 16px !important;
    text-align: center;
    padding: 0 0 30px 0;
  }
  .new-galleries .new-media-slider .slick-next {
    right: 10px !important;
    margin-top: -8px;
  }
  .new-galleries .new-media-slider .slick-prev {
    left: -10px !important;
    margin-top: -8px;
  }
}
.downloadbits {
  text-align: center;
  margin: 30px 0;
}
.downloadbits .downsdesc {
  font-size: 26px;
  color: #6b4a93;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 600;
}
.downloadbits a {
  border-radius: 50px;
  background: url(https://stanleyhandling.co.uk/wp-content/uploads/2023/06/downlaoriica212110000.png) no-repeat #6b4a93;
  padding: 15px 60px 15px 40px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  background-position: right;
}

.text-purple {
  color: #634b91;
}

.lh-10 {
  line-height: 10px;
}
.lh-12 {
  line-height: 12px;
}
.lh-14 {
  line-height: 14px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 34px;
}
.lh-36 {
  line-height: 36px;
}
.lh-38 {
  line-height: 38px;
}
.lh-40 {
  line-height: 40px;
}
.lh-42 {
  line-height: 42px;
}
.lh-44 {
  line-height: 44px;
}
.lh-46 {
  line-height: 46px;
}
.lh-48 {
  line-height: 48px;
}
.lh-50 {
  line-height: 50px;
}
.lh-52 {
  line-height: 52px;
}
.lh-54 {
  line-height: 54px;
}
.lh-56 {
  line-height: 56px;
}
.lh-58 {
  line-height: 58px;
}
.lh-60 {
  line-height: 60px;
}
.lh-62 {
  line-height: 62px;
}
.lh-64 {
  line-height: 64px;
}
.lh-66 {
  line-height: 66px;
}
.lh-68 {
  line-height: 68px;
}
.lh-70 {
  line-height: 70px;
}

.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-26 {
  font-size: 26px;
}
.text-28 {
  font-size: 28px;
}
.text-30 {
  font-size: 30px;
}
.text-32 {
  font-size: 32px;
}
.text-34 {
  font-size: 34px;
}
.text-36 {
  font-size: 36px;
}
.text-38 {
  font-size: 38px;
}
.text-40 {
  font-size: 40px;
}
.text-42 {
  font-size: 42px;
}
.text-44 {
  font-size: 44px;
}
.text-46 {
  font-size: 46px;
}
.text-48 {
  font-size: 48px;
}
.text-50 {
  font-size: 50px;
}
.text-52 {
  font-size: 52px;
}
.text-54 {
  font-size: 54px;
}
.text-56 {
  font-size: 56px;
}
.text-58 {
  font-size: 58px;
}
.text-60 {
  font-size: 60px;
}
.text-62 {
  font-size: 62px;
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
  .text-md-10 {
    font-size: 10px !important;
  }
  .text-md-12 {
    font-size: 12px !important;
  }
  .text-md-14 {
    font-size: 14px !important;
  }
  .text-md-16 {
    font-size: 16px !important;
  }
  .text-md-18 {
    font-size: 18px !important;
  }
  .text-md-20 {
    font-size: 20px !important;
  }
  .text-md-22 {
    font-size: 22px !important;
  }
  .text-md-24 {
    font-size: 24px !important;
  }
  .text-md-26 {
    font-size: 26px !important;
  }
  .text-md-28 {
    font-size: 28px !important;
  }
  .text-md-30 {
    font-size: 30px !important;
  }
  .text-md-32 {
    font-size: 32px !important;
  }
  .text-md-34 {
    font-size: 34px !important;
  }
  .text-md-36 {
    font-size: 36px !important;
  }
  .text-md-38 {
    font-size: 38px !important;
  }
  .text-md-40 {
    font-size: 40px !important;
  }
  .text-md-42 {
    font-size: 42px !important;
  }
  .text-md-44 {
    font-size: 44px !important;
  }
  .text-md-46 {
    font-size: 46px !important;
  }
  .text-md-48 {
    font-size: 48px !important;
  }
  .text-md-50 {
    font-size: 50px !important;
  }
  .text-md-52 {
    font-size: 52px !important;
  }
  .text-md-54 {
    font-size: 54px !important;
  }
  .text-md-56 {
    font-size: 56px !important;
  }
  .text-md-58 {
    font-size: 58px !important;
  }
  .text-md-60 {
    font-size: 60px !important;
  }
  .lh-md-10 {
    line-height: 10px !important;
  }
  .lh-md-12 {
    line-height: 12px !important;
  }
  .lh-md-14 {
    line-height: 14px !important;
  }
  .lh-md-16 {
    line-height: 16px !important;
  }
  .lh-md-18 {
    line-height: 18px !important;
  }
  .lh-md-20 {
    line-height: 20px !important;
  }
  .lh-md-22 {
    line-height: 22px !important;
  }
  .lh-md-24 {
    line-height: 24px !important;
  }
  .lh-md-26 {
    line-height: 26px !important;
  }
  .lh-md-28 {
    line-height: 28px !important;
  }
  .lh-md-30 {
    line-height: 30px !important;
  }
  .lh-md-32 {
    line-height: 32px !important;
  }
  .lh-md-34 {
    line-height: 34px !important;
  }
  .lh-md-36 {
    line-height: 36px !important;
  }
  .lh-md-38 {
    line-height: 38px !important;
  }
  .lh-md-40 {
    line-height: 40px !important;
  }
  .lh-md-42 {
    line-height: 42px !important;
  }
  .lh-md-44 {
    line-height: 44px !important;
  }
  .lh-md-46 {
    line-height: 46px !important;
  }
  .lh-md-48 {
    line-height: 48px !important;
  }
  .lh-md-50 {
    line-height: 50px !important;
  }
  .lh-md-52 {
    line-height: 52px !important;
  }
  .lh-md-54 {
    line-height: 54px !important;
  }
  .lh-md-56 {
    line-height: 56px !important;
  }
  .lh-md-58 {
    line-height: 58px !important;
  }
  .lh-md-60 {
    line-height: 60px !important;
  }
}
@media screen and (max-width: 600px) {
  .text-sm-10 {
    font-size: 10px !important;
  }
  .text-sm-12 {
    font-size: 12px !important;
  }
  .text-sm-14 {
    font-size: 14px !important;
  }
  .text-sm-16 {
    font-size: 16px !important;
  }
  .text-sm-18 {
    font-size: 18px !important;
  }
  .text-sm-20 {
    font-size: 20px !important;
  }
  .text-sm-22 {
    font-size: 22px !important;
  }
  .text-sm-24 {
    font-size: 24px !important;
  }
  .text-sm-26 {
    font-size: 26px !important;
  }
  .text-sm-28 {
    font-size: 28px !important;
  }
  .text-sm-30 {
    font-size: 30px !important;
  }
  .text-sm-32 {
    font-size: 32px !important;
  }
  .text-sm-34 {
    font-size: 34px !important;
  }
  .text-sm-36 {
    font-size: 36px !important;
  }
  .text-sm-38 {
    font-size: 38px !important;
  }
  .text-sm-40 {
    font-size: 40px !important;
  }
  .text-sm-42 {
    font-size: 42px !important;
  }
  .text-sm-44 {
    font-size: 44px !important;
  }
  .text-sm-46 {
    font-size: 46px !important;
  }
  .text-sm-48 {
    font-size: 48px !important;
  }
  .text-sm-50 {
    font-size: 50px !important;
  }
  .text-sm-52 {
    font-size: 52px !important;
  }
  .text-sm-54 {
    font-size: 54px !important;
  }
  .text-sm-56 {
    font-size: 56px !important;
  }
  .text-sm-58 {
    font-size: 58px !important;
  }
  .text-sm-60 {
    font-size: 60px !important;
  }
  .lh-sm-10 {
    line-height: 10px !important;
  }
  .lh-sm-12 {
    line-height: 12px !important;
  }
  .lh-sm-14 {
    line-height: 14px !important;
  }
  .lh-sm-16 {
    line-height: 16px !important;
  }
  .lh-sm-18 {
    line-height: 18px !important;
  }
  .lh-sm-20 {
    line-height: 20px !important;
  }
  .lh-sm-22 {
    line-height: 22px !important;
  }
  .lh-sm-24 {
    line-height: 24px !important;
  }
  .lh-sm-26 {
    line-height: 26px !important;
  }
  .lh-sm-28 {
    line-height: 28px !important;
  }
  .lh-sm-30 {
    line-height: 30px !important;
  }
  .lh-sm-32 {
    line-height: 32px !important;
  }
  .lh-sm-34 {
    line-height: 34px !important;
  }
  .lh-sm-36 {
    line-height: 36px !important;
  }
  .lh-sm-38 {
    line-height: 38px !important;
  }
  .lh-sm-40 {
    line-height: 40px !important;
  }
  .lh-sm-42 {
    line-height: 42px !important;
  }
  .lh-sm-44 {
    line-height: 44px !important;
  }
  .lh-sm-46 {
    line-height: 46px !important;
  }
  .lh-sm-48 {
    line-height: 48px !important;
  }
  .lh-sm-50 {
    line-height: 50px !important;
  }
  .lh-sm-52 {
    line-height: 52px !important;
  }
  .lh-sm-54 {
    line-height: 54px !important;
  }
  .lh-sm-56 {
    line-height: 56px !important;
  }
  .lh-sm-58 {
    line-height: 58px !important;
  }
  .lh-sm-60 {
    line-height: 60px !important;
  }
}
/* Custom menu override styles */
#rmp-menu-wrap-1201 .rmp-menu-item-link {
  font-size: 28px;
  font-weight: 900;
}

#rmp-menu-wrap-1201 .rmp-submenu-depth-1 .rmp-menu-item-link {
  font-size: 20px;
}

#rmp-menu-wrap-1201 .rmp-submenu-depth-2 .rmp-menu-item-link {
  font-size: 16px;
}

#rmp-menu-wrap-1201 .rmp-menu-item {
  width: 100%;
  list-style: none;
  padding: 15px 0px 0px 15px !important;
  margin: 0px !important;
}

.image-left {
  text-align: left;
}

.image-center {
  text-align: center;
}

.image-right {
  text-align: right;
}

.image-full img {
  margin: 0;
  width: 100%;
}

.background-grey {
  background-color: #dadee3;
}

/* =========================================================
   Dual Curve PNG Backgrounds
   ========================================================= */
.bg-dual {
  position: relative;
  overflow: hidden;
}

.bg-dual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-repeat: repeat-y;
  background-position: center top;
  /*background-size: 100% 100%;*/
}

@media screen and (min-width: 2000px) {
  .bg-dual::before {
    background-size: 100%;
  }
}
/* -----------------------------------------
   Top + Bottom curves
   ----------------------------------------- */
.bg-dual--tb::before {
  background-image: url("../images/background-dual-tb.png");
}

/* -----------------------------------------
   Left + Right curves
   ----------------------------------------- */
.bg-dual--lr::before {
  background-image: url("../images/background-dual-lr.png");
}

.text-orange {
  color: #ffaf00;
}

.discover-slider figure {
  height: unset;
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
