#btmscroll {
  display: none;
}

h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 8px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
}

h4 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin: 0 0 16px;
}

p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 16px;
}

a {
  color: #006DEB;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.sec-paddding-80 {
  padding: 80px 0;
}

.sec-paddding-100 {
  padding: 100px 0;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.text-center {
  text-align: center !important;
}

.text-lg {
  font-size: 20px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-gap-x-8 {
  gap: 0 8px;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .text-lg-break {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.cs-main-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-main-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cs-banner-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFBA), to(rgba(255, 248, 224, 0.75)));
  background: linear-gradient(180deg, #FFEFBA 0%, rgba(255, 248, 224, 0.75) 100%);
}
.cs-banner-section .text-lg {
  max-width: 720px;
  margin: 0 auto 32px;
}

.cs-featured-card {
  max-width: 600px;
  border-radius: 12px;
  background: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  cursor: pointer;
}
.cs-featured-card:hover .cs-featured-cta {
  text-decoration: underline;
}
@media screen and (max-width: 1024.98px) {
  .cs-featured-card {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-featured-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs-featured-card .cs-featured-logo {
    width: 100%;
  }
}

.cs-featured-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 8px;
  background: #f8f8f8;
  width: 160px;
  min-height: 160px;
  position: relative;
}

.cs-featured-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-size: 1rem;
}

.cs-featured-img-fill {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-featured-product {
  color: #8C8C8A;
}

.cs-featured-isss span {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.cs-featured-hudbay img {
  width: 124px;
  height: 20px;
}

.cs-featured-virginia img {
  width: 60px;
  height: 60px;
}

.cs-featured-hgs img {
  width: 120px;
  height: 38px;
}

.cs-featured-chcn img {
  width: 136px;
  height: 38px;
}

.featuredCaseStudySwiper {
  margin-top: 32px;
}

.swiper {
  padding: 0 16px;
}

.swiper-button-next {
  right: 4px;
}
.swiper-button-next::after {
  margin-left: 2px;
}

.swiper-button-prev {
  left: 2px;
}
.swiper-button-prev::after {
  margin-left: -2px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.cs-sec-header {
  max-width: 760px;
  margin: auto;
}

.cs-title {
  color: #006DEB;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.8px;
}

.cs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.cs-category-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 284px;
          flex: 0 0 284px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 4rem;
  position: sticky;
  scrollbar-width: none;
}
@media screen and (max-width: 992px) {
  .cs-category-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-category-wrapper {
    display: none;
  }
}
.cs-category-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.cs-category-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  /* Color of the scrollbar thumb */
  border-radius: 4px;
  /* Rounded corners */
}
.cs-category-wrapper::-webkit-scrollbar-track {
  background: transparent;
  /* Background of the scrollbar track */
}

.cs-category-list {
  margin-top: 8px;
}
.cs-category-list .cs-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.cs-category-list .cs-category-item:hover {
  color: #006DEB;
}
.cs-category-list .cs-category-item:hover svg {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(7352%) hue-rotate(203deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(7352%) hue-rotate(203deg) brightness(100%) contrast(101%);
}
.cs-category-list .cs-category-item.item-active .icon-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cs-category-list .cs-category-item .icon-chevron-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.cs-category-filtered-list {
  list-style-type: none;
  border-left: 1px solid #f1f1f1;
  border-left: 1px solid #ededed;
  margin: 4px 0;
  display: none;
}
.cs-category-filtered-list .cs-category-filtered-item {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}
.cs-category-filtered-list .cs-category-filtered-item.item-active, .cs-category-filtered-list .cs-category-filtered-item:hover {
  background-color: rgb(255, 245, 214);
}
.cs-category-filtered-list .cs-category-filtered-item.item-active {
  font-weight: 500;
}

.cs-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 1140px) {
  .cs-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cs-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs-card-list .cs-card-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(229, 229, 229, 0.12);
          box-shadow: 0px 4px 12px 0px rgba(229, 229, 229, 0.12);
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .cs-card-list .cs-card-item {
    display: block !important;
  }
}
.cs-card-list .cs-card-item svg {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.cs-card-list .cs-card-item:hover {
  -webkit-box-shadow: 0px 6px 12px 4px rgba(229, 229, 229, 0.4);
          box-shadow: 0px 6px 12px 4px rgba(229, 229, 229, 0.4);
}
.cs-card-list .cs-card-item:hover svg {
  margin-left: 3px;
}
.cs-card-list .cs-card-item a {
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: unset;
  font-size: 15px;
}
.cs-card-list .cs-card-item .cs-card-img {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.cs-card-list .cs-card-item .cs-card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0.1) contrast(0.9);
          filter: grayscale(0.1) contrast(0.9);
}
.cs-card-list .cs-card-item .cs-card-img span {
  display: inline-block;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.cs-card-list .cs-card-item .cs-card-content {
  padding: 1rem;
  word-break: break-word;
  border-top: 1px solid #f1f1f1;
}
.cs-card-list .cs-card-item .cs-card-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.cs-card-list .cs-card-item .cs-card-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-card-list-wrapper {
  width: 100%;
}

#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#pagination button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
  border-radius: 4px;
  font-weight: 400;
  border: 1px solid #ddd;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 1.2;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#pagination button:hover, #pagination button:focus-within {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 109, 235, 0.15);
          box-shadow: 0px 0px 2px rgba(0, 109, 235, 0.15);
  color: #006DEB;
  border-color: #006DEB;
}
#pagination button:hover svg, #pagination button:focus-within svg {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(7352%) hue-rotate(203deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(7352%) hue-rotate(203deg) brightness(100%) contrast(101%);
}
#pagination #next {
  padding-right: 6px;
}
#pagination #prev {
  padding-left: 6px;
}
#pagination #prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#pagination #page-info {
  display: inline-block;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.bg-filled-yellow {
  background-color: hsl(46, 100%, 92%);
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 12px;
}

.btn-primary {
  background-color: #e80e19;
  border: 1px solid #e80e19;
  color: #ffffff;
  font-family: inherit;
  border-radius: 4px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}

.btn-secondary {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: inherit;
  border-radius: 4px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}

a.btn-primary, a.btn-secondary {
  text-decoration: none;
}

.sec-header {
  max-width: 960px;
  margin: auto auto 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.awards-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awards-card-list .awards-card-item {
  min-width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(183deg, #f6f6f6, #fafafa);
}
.awards-card-list .awards-card-item img {
  max-width: 140px;
  max-height: 120px;
}
.awards-card-list .awards-card-item:first-child img {
  max-height: 120px;
}
.awards-card-list .awards-card-item:last-child img {
  max-height: 150px;
}
@media screen and (max-width: 1120px) {
  .awards-card-list .awards-card-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (max-width: 420px) {
  .awards-card-list .awards-card-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.awards-card-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  margin-top: 48px;
}
.awards-card-list-wrapper .awards-leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.awards-card-list-wrapper .awards-leaf img {
  height: 140px;
}
.awards-card-list-wrapper .awards-leaf:last-child img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1200px) {
  .awards-card-list-wrapper .awards-leaf {
    display: none;
  }
}

.customer-testimonial-section .customer-testimonial-card {
  border-radius: 12px;
  padding: 40px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFBA), to(rgba(255, 248, 224, 0.75)));
  background: linear-gradient(180deg, #FFEFBA 0%, rgba(255, 248, 224, 0.75) 100%);
  max-width: 1240px;
  margin: 32px auto 0;
}
@media screen and (max-width: 575.98px) {
  .customer-testimonial-section .customer-testimonial-card {
    padding: 32px;
  }
}
.customer-testimonial-section .customer-testimonial-card .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 54px;
}
.customer-testimonial-section .customer-testimonial-content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.customer-testimonial-section .customer-testimonial-content.customer-testimonial-content-center {
  text-align: center;
}
.customer-testimonial-section .customer-testimonial-content.customer-testimonial-content-center .testimonial-logo {
  margin-bottom: 16px;
}
.customer-testimonial-section .customer-testimonial-content.customer-testimonial-content-center .testimonial-logo img {
  max-height: 80px;
}
.customer-testimonial-section .customer-testimonial-content .customer-quote {
  line-height: 1.5;
}
.customer-testimonial-section .customer-details {
  margin-top: 32px;
}
.customer-testimonial-section .customer-details h5 {
  font-size: 22px;
  margin-bottom: 4px;
}

.customerTestimonialsSwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer-testimonial-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  margin-top: 24px;
}
.customer-testimonial-pagination .pagination-prev,
.customer-testimonial-pagination .pagination-next {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 0;
  -webkit-transition: outline 0.25s ease-in-out;
  transition: outline 0.25s ease-in-out;
  border: 1px solid #e1e1e1;
}
.customer-testimonial-pagination .pagination-prev:focus,
.customer-testimonial-pagination .pagination-next:focus {
  outline: 1px solid #d7d7d7;
}
.customer-testimonial-pagination .pagination-prev.swiper-button-disabled,
.customer-testimonial-pagination .pagination-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.customer-testimonial-pagination .pagination-prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.customer-testimonial-video-container {
  width: 360px;
  height: 360px;
  margin: auto;
  border-radius: 1rem;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .customer-testimonial-video-container {
    min-width: 300px;
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 992px) {
  .customer-testimonial-video-container {
    margin-top: 56px;
  }
}
.customer-testimonial-video-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(100, 91, 64, 0.25);
  z-index: 1;
}
.customer-testimonial-video-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-testimonial-video-container .play-icon {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #ffffff;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.customer-testimonial-video-container .play-icon::before {
  content: "";
  border-left: 20px solid #e80e19;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-32.5%, -50%);
          transform: translate(-32.5%, -50%);
}

.testimonial-badge {
  display: inline-block;
  border-radius: 100px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  background: #fcefc8;
  border: 1px solid #e5c76b;
  color: #a38323;
  color: #be9928;
  display: none;
}

.video-player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 13, 20, 0.84);
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 99999;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  opacity: 0;
}
.video-player-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-player-wrapper.active {
  display: block;
  opacity: 1;
}
.video-player-wrapper .video-player-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1360px;
  margin: auto;
}
.video-player-wrapper .video-player-container .video-player-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.video-player-wrapper .video-player-container .video-player-close-btn::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video-player-wrapper .video-player-container .video-player-close-btn::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video-player-wrapper .video-player-container .video-player {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 12px auto 0;
}
.video-player-wrapper .video-player-container .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 575.98px) {
  #pagination {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .btn-group a {
    width: 100%;
  }
}
.bg-af_blakemore {
  width: 247px;
  height: 53px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -486px -711px;
}

.bg-aidcares {
  width: 248px;
  height: 50px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -252px -803px;
}

.bg-amica_group {
  width: 145px;
  height: 95px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -10px;
}

.bg-alethe {
  width: 240px;
  height: 53px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -753px -711px;
}

.bg-bgppl {
  width: 200px;
  height: 69px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -889px;
}

.bg-benefit_station {
  width: 233px;
  height: 119px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -10px;
}

.bg-carnival {
  width: 185px;
  height: 44px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -130px -1118px;
}

.bg-collabera {
  width: 188px;
  height: 28px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -616px -1062px;
}

.bg-certis_bio_logicals {
  width: 211px;
  height: 72px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -711px;
}

.bg-cotiviti {
  width: 255px;
  height: 31px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -414px -978px;
}

.bg-coveredca {
  width: 99px;
  height: 126px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -240px;
}

.bg-cross {
  width: 167px;
  height: 56px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -227px -978px;
}

.bg-community_health_center_network {
  width: 246px;
  height: 62px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -487px -541px;
}

.bg-esds {
  width: 101px;
  height: 78px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -1182px;
}

.bg-digicel {
  width: 168px;
  height: 52px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -576px -636px;
}

.bg-dbacorp {
  width: 132px;
  height: 132px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -544px -270px;
}

.bg-connect {
  width: 205px;
  height: 75px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -104px;
}

.bg-gfk {
  width: 212px;
  height: 97px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -325px;
}

.bg-gtlakes {
  width: 215px;
  height: 58px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -230px -889px;
}

.bg-goglobal_travel {
  width: 256px;
  height: 53px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -300px -636px;
}

.bg-HDFC_life {
  width: 87px;
  height: 57px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1182px -112px;
}

.bg-delta_community {
  width: 222px;
  height: 66px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -803px;
}

.bg-hgs {
  width: 197px;
  height: 64px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -978px;
}

.bg-fpmccann {
  width: 119px;
  height: 98px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -625px;
}

.bg-elizabeth_public_schools {
  width: 242px;
  height: 90px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -186px -149px;
}

.bg-heritage_usa {
  width: 286px;
  height: 140px;
  background: #0d4e9b url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -248px 4px;
  border-radius: 4px;
}

.bg-hkfoods {
  width: 226px;
  height: 32px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -370px -1062px;
}

.bg-hdfc_life {
  width: 130px;
  height: 85px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -743px;
}

.bg-ltimindtree {
  width: 237px;
  height: 46px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -186px -259px;
}

.bg-kent {
  width: 151px;
  height: 95px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -515px;
}

.bg-erpsuites {
  width: 113px;
  height: 109px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -386px;
}

.bg-mclarens {
  width: 240px;
  height: 44px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -465px -889px;
}

.bg-gaca {
  width: 200px;
  height: 71px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -300px;
}

.bg-laoairlines {
  width: 250px;
  height: 100px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -528px 0px;
  background-color: #19398a;
  border-radius: 4px;
}

.bg-khalifa_university {
  width: 230px;
  height: 50px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -520px -803px;
}

.bg-hudbay {
  width: 220px;
  height: 36px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -130px -1062px;
}

.bg-isss {
  width: 127px;
  height: 140px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -544px -110px;
}

.bg-iec {
  width: 243px;
  height: 80px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -242px -325px;
}

.bg-kfintech {
  width: 203px;
  height: 41px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -770px -803px;
}

.bg-lcm_seurity {
  width: 186px;
  height: 81px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -199px;
}

.bg-law_pgh {
  width: 252px;
  height: 35px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -725px -889px;
}

.bg-nasa {
  width: 99px;
  height: 82px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1182px -10px;
}

.bg-mep {
  width: 133px;
  height: 90px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -515px;
}

.bg-micron21 {
  width: 234px;
  height: 79px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -442px;
}

.bg-navellier {
  width: 214px;
  height: 75px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -541px;
}

.bg-princeton_university {
  width: 225px;
  height: 65px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -241px -711px;
}

.bg-quik_pick_express {
  width: 240px;
  height: 25px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -689px -978px;
}

.bg-prince_edward_island {
  width: 117px;
  height: 89px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -848px;
}

.bg-rojan {
  width: 173px;
  height: 44px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -335px -1118px;
}

.bg-salinecounty {
  width: 218px;
  height: 76px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -544px -422px;
}

.bg-samsung_sds {
  width: 156px;
  height: 20px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -949px -978px;
}

.bg-tbdhu {
  width: 191px;
  height: 51px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -630px;
}

.bg-techedge {
  width: 240px;
  height: 72px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -264px -442px;
}

.bg-thyssenkrupp {
  width: 139px;
  height: 104px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -391px;
}

.bg-tigo_rwanda {
  width: 156px;
  height: 156px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -149px;
}

.bg-unicredit_easing {
  width: 223px;
  height: 70px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -244px -541px;
}

.bg-universitas21 {
  width: 135px;
  height: 95px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -1017px -125px;
}

.bg-university_hospitals {
  width: 270px;
  height: 55px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -636px;
}

.bg-virginia_dss {
  width: 100px;
  height: 100px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -10px -1062px;
}

.bg-vu_edu {
  width: 210px;
  height: 74px;
  background: url("https://www.manageengine.com/itom/css/../images/case-studies/case-studies-sprite.png") -787px -10px;
}