.evse {
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
  text-align: center;
}

@media (min-width: 996px) {
  .evse {
    text-align: left;
  }
}

.evse * {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.evse img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.evse p {
  margin: 0;
  padding-bottom: 20px;
}

.evse-note {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #666;
}

.evse-note li {
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
}

.evse picture {
  display: block;
}

.evse picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evse .hidden--lg {
  display: none;
}

.evse__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}

@media (min-width: 996px) {
  .evse__wrapper {
    padding: 0 40px;
  }
}

.evse-title {
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0;
  line-height: 1;
}

@media (min-width: 996px) {
  .evse-title {
    font-size: 36px;
  }
  .evse-title span {
    display: block;
  }
}

.evse__btn {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 996px) {
  .evse__btn {
    padding: 60px 0;
  }
}

.evse__btnSty {
  background: -webkit-gradient(linear, left top, right top, from(#80BA34), to(#209CB5));
  background: linear-gradient(to right, #80BA34, #209CB5);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  color: #fff;
  padding: 15px 45px;
  cursor: pointer;
  font-size: 20px;
  -webkit-animation: 2s btn infinite ease-in-out;
          animation: 2s btn infinite ease-in-out;
}

@media (min-width: 996px) {
  .evse__btnSty {
    font-size: 28px;
  }
}

.evse__btnSty:hover {
  background: #209CB5;
}

.evse__gotop {
  display: none;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #eee;
}

.evse__gotop:hover {
  background: #ccc;
}

.evse__gotop::after {
  content: "\ea12";
  font-family: "msi-icons";
}

.evse .title--main {
  font-size: 24px;
  padding-bottom: 10px;
}

@media (min-width: 996px) {
  .evse .title--main {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}

@-webkit-keyframes btn {
  0%, 100% {
    text-shadow: #bfeb11 0 0 10px;
  }
  50% {
    text-shadow: #fff 0 0 5px;
  }
}

@keyframes btn {
  0%, 100% {
    text-shadow: #bfeb11 0 0 10px;
  }
  50% {
    text-shadow: #fff 0 0 5px;
  }
}

.kv {
  position: relative;
}

.kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  background: url("../images/feature-spec-bg.jpg") center center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  gap: 5px;
}

.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media (min-width: 768px) {
  .feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 45px;
    gap: 20px;
  }
}

.feature__item {
  position: relative;
  padding: 1px;
  border: #ccc 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.feature__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/common-feature-bg.jpg") right center no-repeat ;
  background-size: cover;
  opacity: .8;
}

@media (min-width: 768px) {
  .feature__item {
    width: calc(50% - 10px);
    border-radius: 30px;
  }
}

@media (min-width: 996px) {
  .feature__item {
    width: calc(20% - 20px);
  }
}

.feature__desc {
  position: relative;
  padding: 15px;
  text-align: center;
  color: #0f4d65;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 996px) {
  .feature__desc {
    padding: 40px 25px;
  }
}

.feature__desc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.feature p {
  position: relative;
  z-index: 1;
  padding: 0;
}

.common-feature {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 996px) {
  .common-feature {
    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;
    background: #fafafa;
  }
  .common-feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #80BA34;
  }
  .common-feature:nth-child(even)::after {
    background: #209CB5;
  }
  .common-feature:nth-child(even) .common-feature__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .common-feature:nth-child(even) h2 {
    color: #209CB5;
  }
}

.common-feature__media {
  position: relative;
  z-index: 1;
}

@media (min-width: 996px) {
  .common-feature__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.common-feature__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-feature__content {
  position: relative;
  padding: 15px 25px;
}

@media (min-width: 996px) {
  .common-feature__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    padding: 40px;
  }
}

.common-feature__content figure {
  padding: 25px 0;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

.common-feature__title {
  font-size: var(--title-lg);
  color: #80BA34;
}

@media (min-width: 996px) {
  .common-feature__title {
    padding-bottom: 20px;
  }
}

.common-feature-flex {
  position: relative;
  text-align: center;
}

@media (min-width: 996px) {
  .common-feature-flex {
    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;
  }
}

.common-feature-flex__media {
  position: relative;
  z-index: 1;
}

.common-feature-flex__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 996px) {
  .common-feature-flex__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.common-feature-flex__content {
  position: relative;
  padding: 15px;
  text-align: center;
}

@media (min-width: 996px) {
  .common-feature-flex__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.common-feature-flex__title {
  padding: 15px 0;
  font-size: var(--title-lg);
  color: #80BA34;
}

.app {
  position: relative;
  background: #eee;
}

@media (min-width: 996px) {
  .app {
    overflow: hidden;
    padding: 80px 20px;
  }
  .app::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 400%;
    border-radius: 100%;
    background: #209CB5;
  }
}

@media (min-width: 996px) {
  .app__media {
    position: absolute;
    width: 40%;
    top: 10%;
  }
}

.app__content {
  position: relative;
  z-index: 4;
}

@media (min-width: 996px) {
  .app__content {
    margin-left: 40%;
  }
}

.app__imgScreen {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (min-width: 996px) {
  .app__imgScreen {
    width: 60%;
    margin-left: 40%;
  }
}

.app__imgScreen figure {
  width: calc( 33% - 20px);
}

@media (min-width: 996px) {
  .app__imgScreen figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.app__imgScreen figcaption {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #333;
  padding-top: 5px;
}

@media (min-width: 996px) {
  .app__imgScreen figcaption {
    font-size: 14px;
    padding-top: 8px;
    color: #fff;
  }
}

.spec {
  padding: 45px 0;
  text-align: center;
}

.spec .title--main {
  text-align: center;
}

.spec img {
  max-width: 100%;
  margin: 0 auto;
}

.spec__img {
  padding-top: 15px;
  overflow: auto;
}

.spec__img img {
  max-width: 80%;
}

.spec__note {
  font-size: 16px;
  padding: 15px;
}

.pdSpecTable {
  background: #eee;
  width: 100%;
}

.pdSpecTable td {
  padding: 5px 15px;
  background: #dadada;
  color: #222;
  text-align: left;
  font-size: 16px;
}

.pdSpecTable .label {
  background: #6b8995;
  color: #fff;
}

.pdSpecTable .label--heading {
  text-align: center;
  background: #40778d;
}

.pdSpecTable .label--title {
  text-align: center;
  background: #80BA34;
}

.pdSpecTable .value {
  width: 20%;
  text-align: center;
}

@media (min-width: 996px) {
  .fitting {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.fittingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .fittingBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2px;
    gap: 4px;
  }
}

.fitting img {
  width: 100%;
  vertical-align: bottom;
}

.fitting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.fitting li {
  background: #dadada;
  padding: 5px;
  text-align: center;
}

.fitting li:first-child {
  background: #575756;
  color: #fff;
}

.popup {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  overflow-x: hidden;
}

.popup__inner {
  position: absolute;
  inset: 0;
  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;
}

.popup__body {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 30px;
          box-shadow: #ccc 0 0 30px;
  border-radius: 25px;
  padding: 25px;
  border-top: #80BA34 5px solid;
}

@media (min-width: 768px) {
  .popup__body {
    padding: 50px;
  }
}

@media (min-width: 996px) {
  .popup__body {
    min-height: 500px;
  }
}

.popup-close {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #80BA34;
  font-size: 30px;
  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;
  color: #fff;
}

.popup-close:hover {
  background: #209CB5;
}

.popup-close::after {
  content: "\ea02";
  font-family: "msi-icons";
}

.wtb h2 {
  text-align: center;
  padding-bottom: 15px;
}

.wtb h2 b {
  font-size: 24px;
}

.wtb h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 15px;
}

.wtb p {
  text-align: center;
}

.wtb__btn {
  padding: 25px 25px 50px;
  text-align: center;
}

.wtb__store {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.wtb__store a {
  display: block;
  background: #eee;
  border: transparent 2px solid;
}

.wtb__store a img {
  border-top-left-radius: 30px;
  overflow: hidden;
  width: 150px;
}

.wtb__store a:hover {
  -webkit-box-shadow: #209CB5 0 0 30px;
          box-shadow: #209CB5 0 0 30px;
}

.wtb__store.active {
  display: block;
}

@media (min-width: 768px) {
  .wtb__store.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wtb__store.active a {
    margin: 15px;
  }
}

.led-status__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.led-status__item {
  width: calc(100% / 3 - 20px);
  font-size: 14px;
  line-height: 1.2;
}

.led-status__item img {
  width: 60px;
}

@media (min-width: 996px) {
  .led-status__item img {
    width: 70px;
  }
}

.led-status__item p {
  padding-bottom: 0;
  padding-top: 10px;
  font-weight: bold;
}

.led-status__item span {
  display: block;
  color: #555;
  padding-top: 5px;
}

.design {
  position: relative;
  text-align: center;
  margin: 5px 0;
}

.design__media {
  position: relative;
  z-index: 0;
  width: 100%;
}

.design__media img {
  width: 100%;
}

@media (min-width: 996px) {
  .design__content {
    position: absolute;
    z-index: 5;
    color: #fff;
    top: 50%;
    left: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .design__content .common-feature__title {
    color: #fff;
    text-align: left;
  }
}
/*# sourceMappingURL=eco.css.map */