@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
:root {
  --color-bg-body:#ffffff;
  --color-bg-container:#ffffff;
  --color-heading: #374151;
  --color-paragraph: #4B5563;
  --color-white: #ffffff;
  --color-primary:#1A56DB;
  --color-secondary:#DB1ABC;
  --color-bg-gray:#F9FAFB;
  --color-bg-gray-800:#1F2937;
  --color-bg-gray-300:#D1D5DB; }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
    background-color: #0d6efd;
    margin: 0;
    padding: 0;
}

/* Table properties start here */
.table_heading {
    font-size: 3.4rem;
    line-height: 3.8rem;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 15px;
}
.table-container{
	margin-bottom: 20px;
	padding-top: 30px;
}
.table-container .sub-text {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2.6rem;
    padding-bottom: 40px;
}

.table {
    width: 65%; /* Reduced table size */
    margin: 0 auto;
    font-family: 'Outfit', sans-serif;
    font-size: 16px; /* Slightly reduced font size */
   
    overflow: hidden;
    text-align: center;
    border-collapse: collapse; /* Ensures table borders are collapsed */
}

.table .table-sub-tittle {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
}

th {
    background-color: #007bff;
    color: #fff; /* Font color for table headers */
}

tr .title-row {
    padding: 15px; /* Reduced padding for title rows */
    font-size: 18px;
}
tr .title-row-pim {
    padding: 15px; /* Reduced padding for title rows */
    font-size: 18px;
	background-color: rgba(0, 255, 255, 0.1) !important; 
	
}
th, td {
    padding: 15px; /* Reduced padding for cells */
    vertical-align: middle;
    border: 2px solid #dee2e6;
    text-align: center;
    color: #000;
}

.pimworks-row {
    background-color: rgba(0, 255, 255, 0.1) !important; /* Specific background color for PIMworks row */
    /*border: 2px solid #007bff !important; /* Border color for PIMworks row */
}

/* Additional styling for better looks */
h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px; /* Reduced margin for h2 */
}

@media only screen and (max-width: 768px) {
	

	.table-container{
		display: block;
		max-width: 100%;
	}
	.table {
	display: block;
   width: 100%;
    margin: 0 auto;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    background-color: rgba(0, 0, 255, 0.5);
    border-radius: 0px;
    overflow: hidden; /* Ensures border-radius works as expected */
    text-align: center;
}

.table .table-sub-title {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 600;
    padding: 30px;
}

th {
    background-color: #007bff;
}
tr .title-row{
	padding: 20px;
	font-size: 15px;
}

th, td {
    padding: 20px;
    vertical-align: middle; /* Align content vertically in the middle */
    border: 2px solid #dee2e6;
    text-align: center;
    color: #000; /* Default font color for cells */
    transition: color 0.3s ease; /* Add a transition effect */
}

tr:nth-child(even) {
    background-color: #f8f9fa;
}

tr:hover {
    background-color: #d1e7ff; /* Subtle hover effect */
}

tr:hover td {
    color: #fff; /* Font color for cells on hover */
}

tr td {
    font-weight: 500;
}

/* Additional styling for better looks */
h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
}
/*table propertirs ends here*/

.welcome .small_heading{
	font-size: 26px;
	color: #0d6efd;
	padding-top: 100px;
}
.header{
	width: 100%;
	height: auto;
	background-color: white;
	position: fixed;
	margin-bottom: 100px;
	z-index: 1;
	padding-bottom: 20px;
	
}
.header .primary_btn{
	/*position: fixed;*/
	left: 20px;
	position: relative;
	color: var(--color-white);
}

body.PIMWL {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: var(--color-bg-body);
  color: var(--color-paragraph); }

.PIMWL h1, .PIMWL h2, .PIMWL h3, .PIMWL h4 {
  font-weight: 700;
  color: var(--color-heading); }

.PIMWL .container {
  max-width: 144rem;
  margin: 0 auto; }
  @media only screen and (max-width: 75em) {
    .PIMWL .container {
      padding: 0 8rem; } }
  @media only screen and (max-width: 68.75em) {
    .PIMWL .container {
      padding: 0 6rem; } }
  @media only screen and (max-width: 48em) {
    .PIMWL .container {
      padding: 0 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .container {
      flex-direction: column;
      padding: 0 2rem; } }
  @media only screen and (max-width: 26.87em) {
    .PIMWL .container {
      flex-direction: column;
      padding: 0 1rem; } }

.PIMWL .header__container {
  max-width: 144rem;
  
  padding: 0 8rem;
  margin: 4.8rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 75em) {
    .PIMWL .header__container {
      padding: 0 8rem; } }
  @media only screen and (max-width: 68.75em) {
    .PIMWL .header__container {
      padding: 0 6rem; } }
  @media only screen and (max-width: 48em) {
    .PIMWL .header__container {
      margin: 4rem auto 0 auto;
      padding: 0 4rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .header__container {
      margin: 3rem auto 0 auto;
      padding: 0 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .header__container {
      margin: 2.4rem auto 0 auto;
      padding: 0 2.4rem; } }
  @media only screen and (max-width: 20.3125em) {
    .PIMWL .header__container {
      margin: 2rem auto 0 auto;
      padding: 0 2rem; } }

.PIMWL .header a {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: white;
  text-decoration: none; }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .header a {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .header a {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 20.3125em) {
    .PIMWL .header a {
      font-size: 1.3rem; } }

@media only screen and (max-width: 37.5em) {
  .PIMWL .header__logo img {
    height: 3.2rem; } }

@media only screen and (max-width: 20.3125em) {
  .PIMWL .header__logo img {
    height: 3rem; } }

.PIMWL .header__back {
  display: flex;
  align-items: center;
  transition: all 0.5s; }
  .PIMWL .header__back:hover {
    color: var(--color-primary); }
  .PIMWL .header__back img {
    margin-right: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .header__back img {
        width: 1.8rem;
        margin-right: 1rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .header__back img {
        width: 1.6rem;
        margin-right: 0.8rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .header__back img {
        width: 1.4rem;
        margin-right: 0.6rem; } }

.PIMWL .footer {
  text-align: center;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3A3A3C;
  background: #EAEAEA; }
  @media only screen and (max-width: 31.25em) {
    .PIMWL .footer {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 26.87em) {
    .PIMWL .footer {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 20.3125em) {
    .PIMWL .footer {
      font-size: 1.2rem; } }

.PIMWL .primary_btn {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 1.5rem 3rem;
  font-size: 2rem;
  text-decoration: none; }
  @media only screen and (max-width: 48em) {
    .PIMWL .primary_btn {
      padding: 1.5rem 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .primary_btn {
      padding: 1.2rem 2.4rem;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 26.87em) {
    .PIMWL .primary_btn {
      padding: 0.8rem 1.6rem;
      font-size: 1.8rem;
      font-size: 1.4rem; } }
  .PIMWL .primary_btn.primary_btn--line {
    background: var(--color-white);
    color: var(--color-primary);
    border: 0.2rem solid var(--color-primary);
    padding: 1.6rem 3.2rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .primary_btn.primary_btn--line {
        padding: .6rem 2.4rem;
        font-size: 1.8rem; } }
  .PIMWL .primary_btn.primary_btn--inverse {
    background: var(--color-white);
    color: var(--color-primary);
    border: 0;
    padding: 1.6rem 3.2rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .primary_btn.primary_btn--inverse {
        padding: .6rem 2.4rem;
        font-size: 1.8rem; } }

.PIMWL .primary_btn,
.PIMWL .primary_btn.primary_btn--line,
.PIMWL .primary_btn.primary_btn--inverse {
  display: inline-block;
  transition: transform 0.3s ease; /* Adding a smooth transition for the scaling effect */
}

.PIMWL .primary_btn:hover,
.PIMWL .primary_btn.primary_btn--line:hover,
.PIMWL .primary_btn.primary_btn--inverse:hover {
  transform: scale(1.05); /* Increase the size by 5% on hover */
}

.PIMWL .link {
  display: inline-block;
  text-decoration: none;
  color: var(--color-primary); }
  .PIMWL .link:hover {
    text-decoration: underline; }
  .PIMWL .link.link-underline {
    text-decoration: underline; }
    .PIMWL .link.link-underline:hover {
      text-decoration: none; }

.PIMWL .above-heading {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600; }
.welcome-container{
	top: 100px;
	position: relative;
}
.PIMWL .welcome {
  padding: 8.4rem 0;
  text-align: center;
	
}
  @media only screen and (max-width: 48em) {
    .PIMWL .welcome {
      padding: 8rem 0; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .welcome {
      padding: 4rem 0; } }
  @media only screen and (max-width: 26.87em) {
    .PIMWL .welcome {
      padding: 2rem 0; } }
  .PIMWL .welcome__heading {
    font-size: 4.8rem;
    line-height: 1.2;
    text-align: center;
    width: 80rem;
	  margin: 0 auto;
	  padding-top: 20px;
	  
    /*margin: 4.8rem auto;*/
    margin-bottom: 1.75rem;
    position: relative; }
    @media only screen and (max-width: 48em) {
      .PIMWL .welcome__heading {
        width: 90%;
        font-size: 4rem;
        margin: 3.2rem auto;
        margin-bottom: 1.75rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .welcome__heading {
        width: 98%;
        font-size: 3.6rem;
        margin: 2.4rem auto;
        margin-bottom: 1.75rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .welcome__heading {
        width: 100%;
        font-size: 4rem;
        margin: 1.8rem auto;
        margin-bottom: 1.75rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .welcome__heading {
        width: 100%;
        font-size: 3.4rem;
        margin: 1.4rem auto; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .welcome__heading {
        font-size: 3rem; } }
    .PIMWL .welcome__heading:before {
      content: '';
      width: 24.7rem;
      height: 1.3rem;
      /*background: url("../images/banner_line.png") no-repeat;*/
      position: absolute;
      left: 28px;
      top: 52px; }
      @media only screen and (max-width: 48em) {
        .PIMWL .welcome__heading:before {
          width: 21rem;
          left: -3px;
          top: 46px; } }
      @media only screen and (max-width: 37.5em) {
        .PIMWL .welcome__heading:before {
          width: 19rem;
          left: -8px; } }
      @media only screen and (max-width: 31.25em) {
        .PIMWL .welcome__heading:before {
          width: 100%;
          background-size: 200px;
          background-position: center center;
          top: 42px; } }
      @media only screen and (max-width: 26.87em) {
        .PIMWL .welcome__heading:before {
          background-size: 170px;
          top: 34px; } }
      @media only screen and (max-width: 20.3125em) {
        .PIMWL .welcome__heading:before {
          background-size: 156px;
          top: 32px; } }
  .PIMWL .welcome__desc {
    font-size: 2.6rem;
    width: 70rem;
    margin: 0 auto 2.4rem auto;
    line-height: 1.25;
    font-weight: 400; }
    @media only screen and (max-width: 48em) {
      .PIMWL .welcome__desc {
        width: 90%;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .welcome__desc {
        width: 96%;
        font-size: 2rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .welcome__desc {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .welcome__desc {
        font-size: 1.4rem; } }
  .PIMWL .welcome__price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6rem;
    font-size: 1.6rem; }
  .PIMWL .welcome__leaders {
    margin: 5.6rem auto 0 auto;
    width: 48rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .welcome__leaders {
        width: 48rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .welcome__leaders {
        width: 80%;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .welcome__leaders {
        margin: 2.2rem auto 0 auto; } }
    .PIMWL .welcome__leaders img {
      width: 10rem; }
      @media only screen and (max-width: 37.5em) {
        .PIMWL .welcome__leaders img {
          width: 9.6rem; } }
      @media only screen and (max-width: 31.25em) {
        .PIMWL .welcome__leaders img {
          width: 42%; } }
  .PIMWL .welcome__spacer {
    display: none; }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .welcome__spacer {
        display: block;
        width: 100%;
        margin: 1.6rem 0; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .welcome__spacer {
        display: block;
        width: 100%;
        margin: 1rem 0; } }

.animate-heading {
  display: inline-block;
  position: relative;
  height: 5.8rem;
  margin-bottom: -1.4rem;
  margin-right: 1.5rem;
  overflow: hidden; }
  @media only screen and (max-width: 48em) {
    .animate-heading {
      height: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .animate-heading {
      height: 4.8rem; } }
  @media only screen and (max-width: 31.25em) {
    .animate-heading {
      display: block;
      height: 4.8rem;
      margin-bottom: 0.4rem; } }
  @media only screen and (max-width: 26.87em) {
    .animate-heading {
      height: 4.1rem; } }
  @media only screen and (max-width: 20.3125em) {
    .animate-heading {
      height: 3.7rem;
      margin-bottom: 0.2rem; } }
  .animate-heading__txt {
    display: flex;
    flex-direction: column;
    animation: txt-change 6s infinite;
    animation-timing-function: ease-out; }
    .animate-heading__txt span {
      display: block;
      height: 100%; }

@keyframes txt-change {
  0% {
    transform: translateY(1%); }
  3% {
    transform: translateY(0%); }
  31% {
    transform: translateY(-26%); }
  33% {
    transform: translateY(-25%); }
  64% {
    transform: translateY(-52%); }
  66% {
    transform: translateY(-51%); }
  99% {
    transform: translateY(-76%); }
  100% {
    transform: translateY(-75%); } }

.PIMWL .customer {
  text-align: center;
  margin-bottom: 12rem;
  margin-left: auto;
  margin-right: auto;
top: 60px;
position: relative;}
  @media only screen and (max-width: 48em) {
    .PIMWL .customer {
      margin-bottom: 4rem;
	  margin-top: 3rem;} }
  .PIMWL .customer__text {
    font-size: 2rem;
    margin-bottom: 2.4rem;
    font-weight: 300; }
    @media only screen and (max-width: 48em) {
      .PIMWL .customer__text {
        width: 90%;
        margin: 0 auto 2.4rem auto;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .customer__text {
        font-size: 2rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .customer__text {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .customer__text {
        font-size: 1.6rem; } }
  .PIMWL .customer__logos {
    max-width: 109rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 68.75em) {
      .PIMWL .customer__logos {
        justify-content: center; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .customer__logos {
        justify-content: space-between;
        max-width: 90%; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .customer__logos {
        max-width: 75%; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .customer__logos {
        justify-content: center;
        max-width: 95%; } }
    .PIMWL .customer__logos img {
      height: 7rem; }
      @media only screen and (max-width: 75em) {
        .PIMWL .customer__logos img {
          height: 7rem; } }
      @media only screen and (max-width: 26.87em) {
        .PIMWL .customer__logos img {
          height: 6rem; } }

.PIMWL .products-container {
  padding: 12rem 0 4rem 0;
  background-color: var(--color-bg-gray); }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .products-container {
      padding: 4rem 0 0 0; } }
  .PIMWL .products-container__heading {
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 48em) {
      .PIMWL .products-container__heading {
        font-size: 3.2rem;
        margin-bottom: 7rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .products-container__heading {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 10rem;
        text-align: left;
        padding: 0 4rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .products-container__heading {
        font-size: 2.2rem;
        line-height: 2.6rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .products-container__heading {
        font-size: 2.2rem;
        line-height: 2.6rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .products-container__heading {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 9rem; } }
.product_container_text{
	font-size: 20px;
        line-height: 2rem;
        padding-bottom: 90px; 
	text-align: center;
	margin: 0 auto;
}
.PIMWL .product-box {
  max-width: 144rem;
  margin: 0 auto; }
  .PIMWL .product-box:last-child .product {
    margin-bottom: 0; }

.PIMWL .product {
  background-image: url("../images/pattern.png");
  background-size: 24rem;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 68.75em) {
    .PIMWL .product {
      background-size: 20rem; } }
  @media only screen and (max-width: 48em) {
    .PIMWL .product {
      background-size: 18rem; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .product {
      margin-bottom: 4rem; } }
  .PIMWL .product.product--right {
    background-position: right top;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-top: -10.5rem; }
    @media only screen and (max-width: 68.75em) {
      .PIMWL .product.product--right {
        margin-top: -8.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product.product--right {
        background-position: right bottom;
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .PIMWL .product.product--left {
    background-position: left bottom;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product.product--left {
        padding-bottom: 4rem;
        margin-bottom: 10rem; } }
  .PIMWL .product__content {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 75em) {
      .PIMWL .product__content {
        padding: 0 8rem; } }
    @media only screen and (max-width: 68.75em) {
      .PIMWL .product__content {
        padding: 0 6rem; } }
    @media only screen and (max-width: 48em) {
      .PIMWL .product__content {
        padding: 0 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product__content {
        flex-direction: column; }
        .PIMWL .product__content .primary_btn {
          margin-bottom: 2.4rem; } }
  .PIMWL .product__txt {
    width: 40%; }
    @media only screen and (max-width: 48em) {
      .PIMWL .product__txt {
        width: 45%; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product__txt {
        width: 100%;
        order: -1; }
        .PIMWL .product__txt .primary_btn {
          padding: 1.2rem 2.4rem;
          font-size: 1.6rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .product__txt .primary_btn {
        padding: 0.6rem 1.2rem;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .product__txt .primary_btn {
        padding: 0.5rem 1rem;
        font-size: 1.4rem; } }
.product__heading_small{
	font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
	color: #6c757d;
}
.product_italic{
	font-size: 1.7rem;
    line-height: 2.6rem;
    padding-bottom: 10px;
	font-style: italic;
	color: #6c757d;
}
  .PIMWL .product__heading {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 68.75em) {
      .PIMWL .product__heading {
        font-size: 2.8rem; } }
    @media only screen and (max-width: 48em) {
      .PIMWL .product__heading {
        font-size: 2rem;
        line-height: 2.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product__heading {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .product__heading {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
  .PIMWL .product__desc {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .product__desc {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .product__desc {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .product__desc {
        font-size: 1.4rem; } }
  .PIMWL .product__highlights {
    margin: 0;
    margin-bottom: 3.2rem;
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product__highlights {
        margin-bottom: 1rem; } }
    .PIMWL .product__highlights li {
      font-size: 1.8rem;
      line-height: 2.34rem;
      margin-bottom: 2rem;
      background: url("../images/check_icon.png") no-repeat left top;
      background-size: 4rem;
      min-height: 4rem;
      padding-left: 5.6rem;
      padding-top: .5rem; }
      @media only screen and (max-width: 48em) {
        .PIMWL .product__highlights li {
          font-size: 1.4rem;
          line-height: 2rem;
          background-size: 3rem;
          padding-left: 4.3rem;
          padding-top: .4rem;
          margin-bottom: 1rem; } }
  .PIMWL .product__img {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .product__img {
        width: 100%;
        margin-left: -3.7rem; } }
    .PIMWL .product__img img {
      width: 100%;
      display: block; }

.PIMWL .faq {
  padding: 6.4rem 0; }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .faq {
      padding: 3.4rem 0; } }
  .PIMWL .faq__content {
    display: flex;
    max-width: 120rem;
    margin: 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .faq__content {
        flex-direction: column; } }
  .PIMWL .faq__head-col {
    width: 38rem;
    margin-right: 3.2rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .faq__head-col {
        width: 24rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .faq__head-col {
        width: 100%;
        margin-bottom: 4rem;
        margin-right: 0; } }
  .PIMWL .faq__qa-col {
    flex: 1; }
  .PIMWL .faq__heading {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .faq__heading {
        font-size: 2.9rem;
        line-height: 2.8rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .faq__heading {
        font-size: 2.4rem;
        line-height: 2.8rem; } }
  .PIMWL .faq__desc {
    font-size: 1.8rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .faq__desc {
        font-size: 1.7rem;
        line-height: 2.4rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .faq__desc {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
  .PIMWL .faq__qa-row:not(:first-child) {
    margin-top: 3.2rem; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .faq__qa-row:not(:first-child) {
        margin-top: 2.6rem; } }
  .PIMWL .faq__qq {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0.8rem; }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .faq__qq {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .PIMWL .faq__ans {
    font-size: 1.6rem;
    line-height: 2.24rem; }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .faq__ans {
        font-size: 1.4rem;
        line-height: 2rem; } }

.PIMWL .demo-support {
  display: flex;
  align-items: stretch; }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .demo-support {
      flex-direction: column; } }
  .PIMWL .demo-support__img-col {
    width: 50%;
    min-height: 40.6rem;
    background: url("../images/footer-cta.png") no-repeat center center;
    background-size: cover; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .demo-support__img-col {
        width: 100%;
        min-height: 30rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .demo-support__img-col {
        min-height: 26rem; } }
  .PIMWL .demo-support__txt-col {
    width: 50%;
    padding-left: 4rem;
    background: var(--color-bg-gray-800);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .demo-support__txt-col {
        width: 100%;
        padding: 4rem; } }
  .PIMWL .demo-support__heading {
    color: var(--color-white);
    margin: 0.8rem 0 3.2rem 0;
    font-size: 3.6rem;
    line-height: 4.32rem;
    max-width: 60rem;
    text-align: left;}
    @media only screen and (max-width: 48em) {
      .PIMWL .demo-support__heading {
        max-width: 100%;
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .demo-support__heading {
        max-width: 100%;
        font-size: 3rem;
        line-height: 3.32rem; } }
    @media only screen and (max-width: 31.25em) {
      .PIMWL .demo-support__heading {
        font-size: 2.4rem; } }
  .PIMWL .demo-support .primary_btn--inverse {
    color: var(--color-bg-gray-800);
    font-size: 1.6rem;
    padding: 1.3rem 1.7rem;
    font-weight: 500; }
    .PIMWL .demo-support .primary_btn--inverse img {
      display: inline-block;
      margin-left: 1rem; }
  .PIMWL .demo-support .above-heading {
    color: var(--color-bg-gray-300); }

.PIMWL .testimonial {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 12rem 0; }
  @media only screen and (max-width: 48em) {
    .PIMWL .testimonial {
      padding: 8rem 0; } }
  @media only screen and (max-width: 37.5em) {
    .PIMWL .testimonial {
      padding: 6rem 0; } }
  .PIMWL .testimonial__heading {
    text-align: center;
    font-size: 3.6rem;
    color: var(--color-white);
    margin-bottom: 5.6rem; }
    @media only screen and (max-width: 48em) {
      .PIMWL .testimonial__heading {
        font-size: 3.2rem;
        margin-bottom: 3.2rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .testimonial__heading {
        text-align: left;
        font-size: 2.8rem;
        margin-bottom: 2.4rem; } }
  .PIMWL .testimonial__txt {
    max-width: 79rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .testimonial__txt {
        max-width: 90%;
        margin: 0;
        align-items: flex-start;
        text-align: left; } }
    @media only screen and (max-width: 26.87em) {
      .PIMWL .testimonial__txt {
        max-width: 96%; } }
  .PIMWL .testimonial__speach {
    font-size: 2.4rem;
    line-height: 3.12rem;
    margin-bottom: 3.2rem;
    font-weight: 400; }
    @media only screen and (max-width: 48em) {
      .PIMWL .testimonial__speach {
        font-size: 2rem;
        line-height: 2.8rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .testimonial__speach {
        font-size: 1.8rem;
        line-height: 2.4rem;
        text-align: left; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .testimonial__speach {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .PIMWL .testimonial__speaker {
    line-height: 2.4rem; }
  .PIMWL .testimonial__photo {
    width: 5.2rem;
    height: 5.2rem;
    border: 2px solid var(--color-white);
    border-radius: 100%;
    margin-bottom: 0.8rem; }
  .PIMWL .testimonial__name {
    font-size: 2rem;
    font-weight: 500; }
    @media only screen and (max-width: 48em) {
      .PIMWL .testimonial__name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .testimonial__name {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .testimonial__name {
        font-size: 1.5rem; } }
  .PIMWL .testimonial__position {
    font-size: 1.8rem;
    font-weight: 400; }
    @media only screen and (max-width: 48em) {
      .PIMWL .testimonial__position {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .PIMWL .testimonial__position {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 20.3125em) {
      .PIMWL .testimonial__position {
        font-size: 1.2rem; } }
  .PIMWL .testimonial .carousel-indicators {
    bottom: -4.8rem !important; }
  .PIMWL .testimonial .carousel-indicators [data-bs-target] {
    width: 0.8rem !important;
    height: 0.8rem !important;
    border-radius: 100% !important;
    margin-right: 1.6rem !important; }
