﻿
/* Inline #49 | http://coredevsc.percepticon.net/products/emi-protection */

#pf-2274 {
}

.container.pan-card-rectangle {
  width: 100%;
}

.container.pan-card-rectangle img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.container.pan-card-rectangle {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  height: 20vw;
  max-height: 300px;
}

.card-rectangle-section {
  font-size: 1.142857142857143vw;
  padding: 1.428571428571429vw 0.714285714285714vw 0;
}

.card-rectangle-title {
  font-size: 2.285714285714286vw;
  padding: 0 0.714285714285714vw;
}
.card-rectangle-content p {
  color: #000 !important;
  font-size: 1.285714285714286vw;
  padding: 0 0.714285714285714vw;
  margin: 0.428571428571429vw 0 1.428571428571429vw;
}
.meta {
  width: 50%;
}
.container.product_category_header p {
  color: #fff;
  max-width: 95%;
}
.highlight-one-title {
  color: #fff;
}

.highlight-one-content {
  color: #fff;
}
.pan-highlight-one, .pan-highlight-one .row {
  padding: 0;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.screen.pan-highlight-one-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.col-6.highlight-one-card:hover {
  background: #111b26;
  cursor: pointer;
}
.highlight-one-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
  padding: 1.214285714285714vw 1.428571428571429vw;
}
.section.highlight-one-section {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.428571428571429vw;
}
.highlight-one-card-title {
  color: #fff;
  font-size: 2.714285714285714vw;
  padding: 4.428571428571429vw 1.428571428571429vw;
}
.highlight-one-content {
  margin: 0 0 20px;
}
.half {
  width: 50%;
}
.half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title.highlight-one-title h2 {
  font-size: 60px;
  line-height: 65px;
  width: 100% !important;
}
.highlight-one-title {
  width: 100% !important;
}
.overFlowBack img {
  width: 100%;
  height: auto;
}
.content.highlight-one-content {
  width: 100%;
}
.rightAlign .content.highlight-one-content {
  width: 100%;
  padding: 0 0 0 20px;
}
.content.highlight-one-content a {
  color: #06A1EB;
  border: 1px solid #06A1EB;
  border-radius: 25px;
  padding: 10px;
  text-decoration: none;
  margin: 20px 0;
  display: inline-block;
}
.content.highlight-one-content p {
  font-size: 6.428571428571429vw;
  line-height: 6.785714285714286vw;
  width: 100%;
  font-weight: 700;
}
.blockWrap.highlight-one-wrap {
  padding: 6.428571428571429vw 0;
}
@keyframes slide {
  from {
    transform: translate3d(-5200px,0,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}

@Media (min-width:1400px) {
.card-rectangle-section {
  font-size: 16px;
  padding: 20px 10px 0;
}

.card-rectangle-title {
  font-size: 32px;
  padding: 0 10px;
}
.card-rectangle-content p {
  font-size: 18px;
  padding: 0 10px;
  margin: 6px 0 20px;
}

  .blockWrap.highlight-one-wrap {
  padding: 90px 0;
}
  .content.highlight-one-content p {
  font-size: 90px;
  line-height: 95px;
}
  .highlight-one-card-section {
  color: #F4762D;
  text-transform: uppercase;
  font-size: 20px;
  padding: 17px 20px;
}
.highlight-one-card-title {
  color: #fff;
  font-size: 38px;
  padding: 62px 20px;
}
}

@Media (max-width:576px) {
.pan-highlight-one {
  height: 100vh;
  max-height: unset;
}
}