:root {
  --white: white;
  --black: black;
}

.vp-article-list-item-inner-camnera {
  z-index: 5;
  max-width: 35%;
  max-height: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vp-article-list-item-inner-camnera.drone-sky {
  max-width: 45%;
  transform: rotate(0)translate(10%, -30%);
}

.vp-logos-item {
  justify-content: center;
  align-items: center;
  width: 11%;
  height: 80px;
  padding: 15px 8px;
  display: flex;
}

.vp-section {
  padding-top: 80px;
  padding-bottom: 80px;
  transition: box-shadow .3s, transform .3s;
}

.vp-section.gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #f9f9f9);
}

.vp-section.nopad-bot {
  padding-bottom: 0;
}

.vp-article-list-bg-overlay {
  z-index: 2;
  background-image: linear-gradient(160deg, rgba(255, 255, 254, 0), rgba(255, 255, 255, .34) 92%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-article-list-item-brief-info-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.vp-article-list-item-brief-info {
  z-index: 11;
  color: #222;
  transform-style: preserve-3d;
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.vp-article-list-item-brief-info.show {
  transform-style: preserve-3d;
  transform: none;
}

.vp-article-list-item {
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  padding-bottom: 60%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.vp-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 46px;
  line-height: 1.3;
}

.vp-logos-item-img {
  max-width: 90%;
  max-height: 84%;
}

.vp-logos-item-img.taller {
  max-height: 92%;
}

.vp-article-list-item-bottom {
  z-index: 4;
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(151, 146, 146, .66));
  padding: 15px 30% 15px 15px;
  position: relative;
}

.vp-logos {
  opacity: .57;
  filter: grayscale();
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.vp-article-list-bg-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-article-list-item-inner {
  z-index: 10;
  color: #fff;
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/digital-bs2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-article-list-item-inner.bundle-02 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/photo_2021-09-21_04-25-52.jpg');
}

.vp-article-list-item-inner.bundle-06 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/sample-gallery-PowerMotiveCorp.jpg');
}

.vp-article-list-item-inner.bundle-05 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/photo_2021-09-24_21-33-55.jpg');
}

.vp-article-list-item-inner.bundle-03 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/tour-smaple2.jpg');
}

.vp-article-list-item-inner.bundle-04 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/photo1632258510.jpeg');
}

.vp-article-list-item-inner.blank {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.vp-article-list-item-inner.bundle-01 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .82) 14%, rgba(0, 0, 0, 0)), url('../images/f1465931-a4a9-4b90-b451-cd7f6334ce31.jpeg');
}

.vp-article-list-item-brief-info-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.vp-button {
  color: #000;
  text-align: center;
  background-color: #ffc900;
  border: 2px solid #ffc900;
  border-radius: 5px;
  min-width: 150px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s, background-color .3s;
  display: inline-block;
}

.vp-button:hover {
  color: #ffc900;
  background-color: #000;
}

.vp-button.is-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.vp-button.is-black:hover {
  color: #000;
  background-color: #ffc900;
}

.vp-button.is-no-border-hover:hover {
  border-color: #000;
}

.vp-section-titleblock {
  color: #444;
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 1.4;
}

.vp-section-titleblock.left-wode {
  text-align: left;
  max-width: 100%;
}

.vp-container {
  z-index: 5;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.vp-article-list-item-title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.vp-button-holder {
  margin-top: 35px;
}

.vp-button-holder.is-centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vp-article-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.vp-stats-list-item-num {
  color: #000;
  background-image: url('../images/brush-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50%;
  display: flex;
  position: relative;
}

.vp-stats-list-item-num-subscript {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  display: none;
  transform: translate(0, 25%);
}

.vp-stats-list-item-text {
  font-size: 18px;
}

.vp-stats-list-item-num-text {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.vp-stats-list-item-num-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-stats-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.vp-stats-list-item {
  text-align: center;
  width: 21%;
}

.vp-service-list-item-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.vp-service-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vp-service-list-item {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 20px 6px 20px 10px;
  text-decoration: none;
  transition: filter .2s;
}

.vp-service-list-item:hover {
  filter: invert();
}

.vp-service-list-item-icon-img {
  max-height: 100%;
}

.vp-cams-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.vp-homehero-slider-cams-1 {
  width: 100%;
  padding-bottom: 45%;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.vp-homehero-slider {
  background-image: radial-gradient(circle at 25%, rgba(255, 255, 255, .16), rgba(0, 0, 0, 0) 28%), linear-gradient(to right, #222 50%, #ffc900 50%);
}

.vp-homehero-slider-cams-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vp-works-with-vpix-wrapper {
  width: 100%;
  max-width: 250px;
}

.vp-homehero-slider-cams {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.vp-homehero-slider-cams-1-img {
  max-height: 70%;
}

.vp-homehero-slider-cams-bottom-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 38px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-homehero-slider-cams-1-hold {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.insta-rs-works-with-vpix-img {
  width: 100%;
  padding: 10%;
}

.vp-homehero-slider-cams-items-img {
  max-width: 70%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.vp-homehero-slider-cams-bottom {
  width: 100%;
  height: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vp-homehero-slider-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vp-homehero-slider-flex-photo-col {
  width: 50%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
}

.vp-homehero-slider-cams-1-textblock {
  z-index: 5;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 36%, #999);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
}

.vp-h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.hide {
  display: none;
}

.vp-homehero-slider-flex-text-col {
  color: #000;
  width: 50%;
  max-width: 600px;
  padding: 80px 20px 80px 60px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .vp-h2 {
    font-size: 38px;
  }

  .vp-section-titleblock.left-wode {
    padding-bottom: 0;
  }

  .vp-article-list {
    grid-template-columns: 1fr;
  }

  .vp-stats-list {
    grid-row-gap: 40px;
  }

  .vp-stats-list-item {
    width: 45%;
  }

  .vp-service-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .vp-homehero-slider {
    background-image: none;
  }

  .vp-homehero-slider-flex {
    flex-wrap: wrap;
  }

  .vp-homehero-slider-flex-photo-col {
    width: 100%;
    max-width: 760px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .vp-h1 {
    font-size: 45px;
  }

  .vp-homehero-slider-flex-text-col {
    background-color: #ffc900;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .vp-logos-item {
    width: 20%;
  }

  .vp-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vp-article-list-item {
    padding-bottom: 75%;
  }

  .vp-h2 {
    font-size: 30px;
  }

  .vp-section-titleblock {
    font-size: 17px;
  }

  .vp-article-list-item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .vp-button-holder {
    align-items: center;
    display: flex;
  }

  .vp-service-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vp-homehero-slider-cams-1-textblock {
    font-size: 12vw;
  }

  .vp-h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .vp-logos-item {
    width: 33%;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vp-article-list-item {
    padding-bottom: 85%;
  }

  .vp-article-list-item-brief-info-title {
    margin-bottom: 10px;
  }

  .vp-button {
    text-align: center;
    width: 100%;
  }

  .vp-stats-list-item {
    width: 100%;
  }

  .vp-service-list {
    grid-template-columns: 1fr 1fr;
  }
}
