lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 100%;
}

lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube .lty-playbtn:focus, lite-youtube:hover > .lty-playbtn {
  -webkit-filter: none;
          filter: none;
}

lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.case-study-video-container {
  width: 100%;
  text-align: center;
}

.case-study-video-container lite-youtube {
  height: 199px;
  width: 100%;
  border-radius: 7px;
}

.sector-tile {
  padding: 50px 36px;
}

.sector-tile ul {
  padding-left: 20px;
}

.banner-glass-tile:after {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.whitepaper-section {
  padding: 130px 0px;
}

.whitepaper__oneliner {
  font-size: 23px;
  line-height: 32px;
}

@media (min-width: 576px) {
  .whitepaper__oneliner {
    font-size: calc(0.23148148vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .whitepaper__oneliner {
    font-size: 25px;
  }
}

@media (min-width: 576px) {
  .whitepaper__oneliner {
    line-height: calc(0vw + 32px);
  }
}

@media (min-width: 1440px) {
  .whitepaper__oneliner {
    line-height: 32px;
  }
}

.button-container {
  padding-top: 35px;
}

.gif-section {
  background: #000000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

.monitoring-solution-section {
  padding: 130px 0px;
}

.gif-section.bank {
  background-image: url("/images/sector/illustrations/banking-mob.png");
}

.webp-supported .gif-section.bank {
  background-image: url("/images/sector/illustrations/banking-mob.webp");
}

.gif-section.pharma {
  background-image: url("/images/sector/illustrations/pharma-mob.png");
}

.webp-supported .gif-section.pharma {
  background-image: url("/images/sector/illustrations/pharma-mob.webp");
}

.gif-section.building-solution {
  background-image: url("/images/sector/illustrations/building-solution-mob.png");
}

.webp-supported .gif-section.building-solution {
  background-image: url("/images/sector/illustrations/building-solution-mob.webp");
}

.gif-section.datacenter {
  background-image: url("/images/sector/illustrations/datacentre-mob.png");
}

.webp-supported .gif-section.datacenter {
  background-image: url("/images/sector/illustrations/datacentre-mob.webp");
}

.gif-title {
  font-size: 30px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 600;
}

@media (min-width: 576px) {
  .gif-title {
    font-size: calc(2.31481481vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .gif-title {
    font-size: 50px;
  }
}

@media (min-width: 576px) {
  .gif-title {
    line-height: calc(2.08333333vw + 32px);
  }
}

@media (min-width: 1440px) {
  .gif-title {
    line-height: 62px;
  }
}

.gif-title-container {
  padding-top: 100px;
}

.monitoring__title {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 576px) {
  .monitoring__title {
    font-size: calc(0.69444444vw + 12px);
  }
}

@media (min-width: 1440px) {
  .monitoring__title {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .monitoring__title {
    line-height: calc(1.38888889vw + 18px);
  }
}

@media (min-width: 1440px) {
  .monitoring__title {
    line-height: 38px;
  }
}

.white-paper-content-wrapper {
  padding-top: 40px;
}

.cmn-padding {
  padding-top: 110px;
}

.monitoring-content-wrapper {
  padding-top: 40px;
}

.monitoring-content-wrapper ul {
  padding-left: 22px;
}

.monitoring-content-wrapper ul li::marker {
  color: #FF0000;
  font-size: 20px;
}

.learn-more {
  padding-top: 25px;
}

.learn-more a:hover {
  color: #FF0000;
}

.logos-scroller-section {
  padding: 140px 0px;
}

.application-title {
  color: #747474;
}

.application-sector-slide {
  font-size: 20px;
  line-height: 24px;
  display: block;
  height: 200px;
  border-radius: 5px;
  padding: 22px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /*box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.3);*/
}

@media (min-width: 576px) {
  .application-sector-slide {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .application-sector-slide {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .application-sector-slide {
    line-height: calc(1.38888889vw + 16px);
  }
}

@media (min-width: 1440px) {
  .application-sector-slide {
    line-height: 36px;
  }
}

.application-sector-slide__heading {
  z-index: 10;
}

.application-sector-slide:after {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.case-study-slider .slick-active .product-slide {
  z-index: 10;
}

.case-study-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pharma-sector-card {
  background-image: url("../images/homepage/sector/pharma-web.png");
}

.webp-supported .pharma-sector-card {
  background-image: url("../images/homepage/sector/pharma-web.webp");
}

.datacenter-sector-card {
  background-image: url("../images/homepage/sector/datacenter-web.png");
}

.webp-supported .datacenter-sector-card {
  background-image: url("../images/homepage/sector/datacenter-web.webp");
}

.building-sector-card {
  background-image: url("../images/homepage/sector/building-web.png");
}

.webp-supported .building-sector-card {
  background-image: url("../images/homepage/sector/building-web.webp");
}

.bank-sector-card {
  background-image: url("../images/homepage/sector/bank-web.png");
}

.webp-supported .bank-sector-card {
  background-image: url("../images/homepage/sector/bank-web.webp");
}

.application-sector-section {
  padding-bottom: 192px;
}

.product-slider-section {
  background: #6f2c2c;
  background: linear-gradient(65deg, #6f2c2c 0%, #933434 23%, #371a18 100%);
}

.product-slider-section .slick-track {
  padding: 80px 0 185px;
}

.product-slider-section .slick-arrow {
  position: absolute;
  bottom: 80px;
  z-index: 2;
}

.product-slider-section .slick-left-arrow {
  left: 35px;
  bottom: 86px;
}

.product-slider-section .slick-right-arrow {
  left: 110px;
}

.product-slide__content-container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
}

.products-container a {
  display: block;
  color: #000000;
}

.product-slide__image-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  overflow-y: scroll;
  color: #FFFFFF !important;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.product-slide__image-container p, .product-slide__image-container span {
  color: #FFFFFF !important;
  font-size: 16px !important;
  line-height: 30px !important;
}

.product-slide__image-container::-webkit-scrollbar {
  display: none;
}

.slick-active .product-slide__content-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.slick-active .product-slide__image-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.product-slide__heading {
  padding-bottom: 16px;
}

.view-more {
  border-bottom: 1px solid #FFFFFF;
  font-size: 20px;
}

.view-more:hover {
  color: #FFFFFF;
}

.image-slider-conatainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  margin: 0 -20px;
  padding: 40px 0;
  pointer-events: none;
}

.image-slider-conatainer img {
  padding-left: 20px;
  padding-right: 20px;
}

.image-slider-conatainer::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .sector-landing-section .container {
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .gif-section {
    height: 350px;
  }
  .gif-section .container, .gif-section .row {
    height: 100%;
  }
  .gif-section.bank {
    background-image: url("/images/sector/illustrations/banking.png");
  }
  .webp-supported .gif-section.bank {
    background-image: url("/images/sector/illustrations/banking.webp");
  }
  .gif-section.pharma {
    background-image: url("/images/sector/illustrations/pharma.png");
  }
  .webp-supported .gif-section.pharma {
    background-image: url("/images/sector/illustrations/pharma.webp");
  }
  .gif-section.building-solution {
    background-image: url("/images/sector/illustrations/building-solution.png");
  }
  .webp-supported .gif-section.building-solution {
    background-image: url("/images/sector/illustrations/building-solution.webp");
  }
  .gif-section.datacenter {
    background-image: url("/images/sector/illustrations/datacentre.png");
  }
  .webp-supported .gif-section.datacenter {
    background-image: url("/images/sector/illustrations/datacentre.webp");
  }
  .gif-title-container {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .sector-tile {
    padding: 70px 0px;
  }
  .white-paper-content-wrapper {
    padding-top: 0px;
  }
  .banner-glass-tile:after {
    display: block;
    -webkit-transform: skewX(-13deg);
            transform: skewX(-13deg);
    left: -465px;
  }
  .case-study-video-container lite-youtube {
    height: 400px;
  }
  .button-container {
    padding-top: 20px;
  }
  .monitoring-heading-wrapper {
    width: 800px;
  }
  .cmn-padding {
    padding-top: 120px;
  }
  .flex--50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .monitoring-content-wrapper {
    padding-top: 0px;
  }
  .application-sector-slider {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .application-third-sector {
    background-size: cover;
  }
  .application-fourth-sector {
    background-size: cover;
    margin-left: 50px;
    margin-right: 50px;
  }
  .heading-width {
    width: 200px;
  }
  .application-sector-slide {
    height: 200px;
    margin: 0 15px 30px;
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .application-sector-slide:after {
    content: none;
  }
  .application-sector-slide .application-sector-slide__heading {
    font-size: 12px;
  }
  .application-sector-slide:hover {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .application-sector-slide:hover .application-sector-slide__heading {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (min-width: 576px) {
  .application-sector-slide:hover .application-sector-slide__heading {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1024px) and (min-width: 1440px) {
  .application-sector-slide:hover .application-sector-slide__heading {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .application-sector-slide:hover:after {
    content: '';
  }
  .application-sector-slide__heading, .application-sector-slide__content {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  .product-slider-section {
    background: #020507;
    position: relative;
  }
  .product-slider-section::before {
    position: absolute;
    background: #6f2c2c;
    background: linear-gradient(65deg, #6f2c2c 0%, #933434 23%, #201110 100%);
    border-top-right-radius: 115px;
    border-bottom-right-radius: 115px;
    content: '';
    width: 40%;
    height: 100%;
    left: 0;
  }
  .product-slider-section .slick-track {
    padding: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .product-slider-section .slick-right-arrow {
    left: 112px;
    bottom: 123px;
  }
  .product-slider-section .slick-left-arrow {
    left: 36px;
    bottom: 130px;
  }
  .product-slider-section .slick-slide {
    height: inherit !important;
  }
  .product-slider-section .slick-slide > div {
    height: 100% !important;
  }
  .product-content-container {
    overflow: hidden;
  }
  .product-img-container img {
    width: 300px;
  }
  .product-slider-dots {
    position: absolute;
    left: var(--bs-gutter-x, 2.1rem);
    bottom: 0;
    z-index: 110;
  }
  .product-slider .product-title {
    margin-bottom: 20px;
  }
  .product-slider .product-subtitle {
    padding: 0;
    margin-bottom: 20px;
  }
  .product-slide__image-container {
    margin-top: 94px;
    margin-bottom: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 460px;
  }
  .product-slide__content-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-top: -160px;
  }
  .product-feature-list {
    padding-top: 30px;
    margin-left: -15px;
  }
  .product-slide__content-container {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  .product-slide__content-container {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    opacity: 0;
  }
  .product-slide__image-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .product-slide__image-container {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    opacity: 0;
  }
  .slick-active .product-slide__content-container .animated-content-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .slick-active .product-slide__image-container img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .learn-more a:hover .learn-arrow {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (min-width: 1200px) {
  .product-slider-section .slick-right-arrow {
    left: 180px;
    bottom: auto;
    top: 475px;
  }
  .product-slider-section .slick-left-arrow {
    left: 95px;
    bottom: auto;
    top: 478px;
  }
}

@media (min-width: 1439px) {
  .product-slide__content-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .product-slider-section .slick-right-arrow {
    left: 270px;
  }
  .product-slider-section .slick-left-arrow {
    left: 203px;
  }
}

@media (min-width: 1600px) {
  .product-slider-section .slick-right-arrow {
    left: 370px;
  }
  .product-slider-section .slick-left-arrow {
    left: 285px;
  }
}

@media (min-width: 2300px) {
  .banner-glass-tile:after {
    left: -665px;
  }
  .product-slider-section .slick-right-arrow {
    left: 685px;
  }
  .product-slider-section .slick-left-arrow {
    left: 600px;
  }
}
