.animated-card#card-template {
  display: none;
}
.animated-cards {
  position: relative;
}
.animated-hero {
  background: linear-gradient(to bottom, #2caae2 0%, #3479a5 100%);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  color: white;
  position: relative;

  perspective: 300px;
}

@media (min-width: 1025px) {
  .animated-hero {
    height: 100vh;
  }
}
.animated-hero h1 {
  width: 100%;
  max-width: 880px;
  margin: auto;
  color: inherit;
  font-size: 2.65em;
  line-height: 1.09523809524;
  padding: 0 30px;
}

.animated-hero-overlay {
  position: absolute;
  top: 50%;
  z-index: 900;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
  text-align: center;
}
.animated-hero-overlay p {
  margin: 25px auto 0;
  max-width: 350px;
  text-transform: uppercase;
  font-weight: uppercase;
  font-size: 14px;
  line-height: 16px;
  transition: opacity 0.3s ease-out;
}

.animated-subhead {
  color: #00455f;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 10px 7px;
  transition: all 0.5s ease-out;
}

.animated-card-close {
  background: transparent;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100%;
}
.animated-card-close svg {
  pointer-events: none;
  display: block;
}
.animated-card-close:hover {
  background: transparent;
}
.animated-heading {
  color: white;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px 0 10px;
  transition: all 0.5s ease-out;
}
.animated-card:hover {
  opacity: 1 !important;
}

.animated-card:hover .animated-card-front {
  transform: scale(1.15);
}

.animated-card-layer.open .animated-card:hover .animated-card-front {
  transform: scale(1);
}
.animated-extra {
  padding: 0 10px 0;
  min-width: 400px;
}
.animated-cta {
  padding: 0px 10px 0;
  margin-top: 60px;
}
.animated-info {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 10px 30px;
}
.animated-card-front {
  padding: 18px 8px 20px;
  min-height: 305px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 220px;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s ease-out;
  background: #2caae2;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
  will-change: padding, transform;
}

.animated-card-back {
  transform: scale(0.5) rotateY(180deg);
  transform-origin: top center;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: -110px;
  min-width: 440px;
  width: 100%;
  background: #2caae2;
  border-radius: 10px;
  padding: 30px 30px 35px;
}

.animated-card-back-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animated-card-close {
  position: absolute;
  top: calc(100% - 12px);
  transform: translate(0, -100%);
  right: 12px;
  cursor: pointer;
}

.animated-card {
  width: 220px;
  transition: all 0.5s ease-out;
}

.animated-hero-button {
  border: solid 1px;
  padding: 13px 30px;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.animated-hero > .animated-hero-button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
  z-index: 50000;
}
@media (min-width: 851px) {
  .open-card .animated-hero > .animated-hero-button {
    z-index: 4000;
  }
}

.animated-hero-button:hover {
  background: white;
  color: #004b6a;
  border-color: white;
}
.animated-hero-controls {
  position: absolute;
  bottom: 40px;
  right: 55px;
  z-index: 50000;
}
.animated-hero-control {
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  color: white;
  border: solid 1px currentColor;
  position: relative;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}

.animated-hero-control:focus,
.animated-hero-control:hover {
  background: white;
  color: #004b6a;
  border-color: white;
}
.animated-hero-control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
}
.animated-hero-next {
  margin-top: -1px;
}
.animated-hero-next svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.animated-hero-modal .animated-card-layer .animated-card {
  perspective: 800px;
}
.animated-hero-modal .animated-card-layer.open,
.animated-hero-modal .animated-card-layer {
  transform: translate(-50%, -50%) !important;
  transition: none !important;
  top: 50%;
  left: 50%;
}

.animated-hero-modal .animated-card {
  transform: scale(0.5) !important;
}

.animated-hero-modal .open .animated-card {
  transform: scale(1) !important;
}
.animated-hero-modal .animated-card {
  width: 460px;
}

.animated-hero-modal .animated-card-layer .animated-card-shuffle {
  transition: transform 0.6s linear;
}
.animated-hero-modal .animated-card-layer,
.animated-hero-modal .animated-card-layer.open {
  opacity: 1 !important;
}

.animated-hero-modal .animated-card-layer.open .animated-card-shuffle {
  transform: rotateY(90deg) !important;
  opacity: 0.7;
}
.animated-hero-modal .animated-card-layer.open .animated-card-shuffle {
  transform: rotateY(180deg) !important;
  opacity: 1;
}
.animated-hero-modal .animated-card-back {
  display: block;
  position: static;
  transform: rotateY(180deg);
  left: auto;
  width: 460px;
}
.animated-hero-modal .animated-card-front {
  display: none;
}
.animated-hero h1 strong {
  color: #004b6a;
  font-weight: inherit;
}

@media (min-width: 851px) {
  .animated-hero-overlay p.mobile {
    display: none;
  }

  .slide-1 {
    transform: translateZ(0px);
    opacity: 1;

    z-index: 7;
  }

  .slide-2 {
    transform: translateZ(-1000px);
    opacity: 0.5;

    z-index: 5;
  }

  .slide-3 {
    transform: translateZ(-2000px);
    opacity: 0.3;
    z-index: 4;
  }

  .slide-4 {
    transform: translateZ(-3000px);
    opacity: 0;
    z-index: 3;
  }
  .slide-5 {
    transform: translateZ(-4000px);
    opacity: 0;
    z-index: 2;
  }

  .slide-6 {
    transform: translateZ(-5000px);
    opacity: 0;
    z-index: 1;
  }

  .animated-hero[data-index="2"] .slide-1 {
    transform: translateZ(500px);
    opacity: 0;
    pointer-events: none;
    z-index: 8;
  }

  .animated-hero[data-index="2"] .slide-2 {
    transform: translateZ(0px);
    z-index: 7;
    opacity: 1;
  }

  .animated-hero[data-index="2"] .slide-3 {
    transform: translateZ(-500px);
    opacity: 0.75;
    z-index: 5;
  }
  .animated-hero[data-index="2"] .slide-4 {
    transform: translateZ(-1000px);
    z-index: 4;
    opacity: 0.5;
  }

  .animated-hero[data-index="2"] .slide-5 {
    transform: translateZ(-1500px);
    z-index: 3;
    opacity: 0.25;
  }
  .animated-hero[data-index="2"] .slide-6 {
    transform: translateZ(-2000px);
    z-index: 2;
    opacity: 0;
  }

  .animated-hero[data-index="3"] .slide-1,
  .animated-hero[data-index="3"] .slide-2 {
    transform: translateZ(500px);
    opacity: 0;
    pointer-events: none;
    z-index: 8;
  }

  .animated-hero[data-index="3"] .slide-3 {
    transform: translateZ(0px);
    opacity: 1;
    z-index: 7;
  }
  .animated-hero[data-index="3"] .slide-4 {
    transform: translateZ(-500px);
    z-index: 5;
    opacity: 0.75;
  }

  .animated-hero[data-index="3"] .slide-5 {
    transform: translateZ(-1000px);
    z-index: 4;
    opacity: 0.5;
  }

  .animated-hero[data-index="3"] .slide-6 {
    transform: translateZ(-1500px);
    z-index: 3;

    opacity: 0.25;
  }

  .animated-hero[data-index="4"] .slide-1,
  .animated-hero[data-index="4"] .slide-2,
  .animated-hero[data-index="4"] .slide-3 {
    transform: translateZ(500px);
    z-index: 8;
    opacity: 0;
    pointer-events: none;
  }
  .animated-hero[data-index="4"] .slide-4 {
    transform: translateZ(0px);
    z-index: 7;
    opacity: 1;
  }
  .animated-hero[data-index="4"] .slide-5 {
    transform: translateZ(-500px);
    z-index: 5;
    opacity: 0.75;
  }

  .animated-hero[data-index="4"] .slide-6 {
    transform: translateZ(-1000px);
    z-index: 4;
    opacity: 0.5;
  }

  .animated-hero[data-index="5"] .slide-1,
  .animated-hero[data-index="5"] .slide-2,
  .animated-hero[data-index="5"] .slide-3,
  .animated-hero[data-index="5"] .slide-4 {
    transform: translateZ(500px);
    z-index: 8;
    opacity: 0;
    pointer-events: none;
  }
  .animated-hero[data-index="5"] .slide-5 {
    transform: translateZ(0px);
    z-index: 7;
    opacity: 1;
  }
  .animated-hero[data-index="5"] .slide-6 {
    transform: translateZ(-500px);
    z-index: 5;
    opacity: 0.75;
  }

  .animated-hero[data-index="6"] .slide-1,
  .animated-hero[data-index="6"] .slide-2,
  .animated-hero[data-index="6"] .slide-3,
  .animated-hero[data-index="6"] .slide-4,
  .animated-hero[data-index="6"] .slide-5 {
    transform: translateZ(500px);
    z-index: 8;
    opacity: 0;
    pointer-events: none;
  }
  .animated-hero[data-index="6"] .slide-6 {
    transform: translateZ(0px);
    z-index: 7;
    opacity: 1;
  }

  .animated-card-layer {
    position: absolute;
    top: 0;
    left: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .position1 {
    top: 16.5%;
    left: 2%;
    z-index: 7;

    /*transition-delay: 0.1s;*/
  }
  .position1 .animated-card {
    transform: scale(0.95);
  }
  .position2 {
    top: 58%;
    left: 65.5%;

    /* transition-delay: 0.25s;*/
  }
  .position2 .animated-card {
    transform: scale(1);
  }

  .position3 {
    top: 11%;
    left: 70%;

    /*transition-delay: 0.35s;*/
  }
  .position3 .animated-card {
    transform: scale(0.85);
  }

  .position4 {
    top: 6%;
    left: 45.5%;

    /*transition-delay: 0.45s;*/
  }
  .position4 .animated-card {
    opacity: 0.75;
    transform: scale(0.6);
  }

  .position5 {
    top: 28.5%;
    left: 89.5%;
  }
  .position5 .animated-card {
    opacity: 0.75;
    transform: scale(0.7);
  }

  .animated-cta {
    height: 40px;
  }
  .position6 {
    top: 58.5%;
    left: 7.5%;

    /*transition-delay: 0.52s;*/
  }
  .position6 .animated-card {
    opacity: 0.75;
    transform: scale(0.7);
  }
}

@media (max-width: 1250px) {
  .position1 {
    top: 6.5%;
  }
}
.animated-hero-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-out;
  z-index: -1;
  pointer-events: none;
}

.open-card .animated-hero-modal {
  z-index: 5001;
}

.animated-hero-modal > * {
  pointer-events: all;
}
.animated-hero-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  z-index: 5000;

  backdrop-filter: blur(10px);
}

.open-card .animated-hero-blocker {
  opacity: 1;
}

.animated-card-layer.open {
  top: 50%;
  left: 50%;

  transition-delay: 0s;
  z-index: 6000 !important;
  transform: translateZ(0) !important;
}

.open-card .animated-card-layer {
  transition-delay: 0s;
  transition: all 0.55s ease-out;
}
.animated-card-shuffle {
  transform-style: preserve-3d;
}
.animated-card-layer.open .animated-card {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.animated-card-layer.open .animated-card-front {
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.2));
  cursor: default;
}

.animated-extra {
  overflow: hidden;
  transition: all 0.5s ease-out;
  max-height: 0;
}

.animated-card-layer.open .animated-extra {
  max-height: 250px;
}

.animated-card-back .animated-card-close {
  top: 20px;
  transform: none;
  right: 20px;
}

.animated-card-back .animated-subhead {
  font-size: 34px;
  line-height: 38px;
}
.animated-card-back .animated-heading {
  font-size: 42px;
  line-height: 46px;
}
.animated-card-close,
.animated-card-close svg {
  transition: all 0.5s ease-out;
}
.animated-card-layer.open .animated-card-close svg {
  width: 40px;
  height: 40px;
}
.animated-card-layer.open .animated-card-front {
  padding: 30px;
}
.animated-card-shuffle {
  transition: transform 0.2s linear;
}
.animated-card-flip {
  transform-style: preserve-3d;
}
.animated-card-layer.open .animated-card-flip {
  transform: rotateY(180deg);
}
.animated-card-layer.open .animated-card-shuffle {
  transform: rotateY(180deg) scale(2) !important;
}
.animated-hero-control.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animated-hero-control {
    width: 40px;
    height: 40px;
  }
}

.animated-cards-mob {
  display: none;
}
@media (max-width: 850px) {
  .animated-hero-overlay p.desktop {
    display: none;
  }
  .animated-hero-overlay p.mobile {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .animated-card:hover .animated-card-front {
    transform: none;
  }
  .animated-hero-modal .animated-card,
  .animated-hero-modal .animated-card-back {
    width: 100%;
    min-width: 0;
  }
  .animated-extra {
    min-width: auto;
  }
  .animated-hero > .animated-card-layer {
    display: none;
  }
  .animated-hero-modal .animated-card-back {
    height: 100%;
    border-radius: 0;
  }
  .animated-hero-modal .animated-card-layer .animated-card-shuffle,
  .animated-hero-modal .animated-card-layer .animated-card,
  .animated-hero-modal .animated-card-layer.open,
  .animated-hero-modal .animated-card-layer {
    height: 100%;
    max-height: 100vh;
  }

  .animated-hero-modal .animated-card-layer.open,
  .animated-hero-modal .animated-card-layer {
    transform: none !important;
  }
  .animated-card-layer.open .animated-cta {
    /*display: none;*/
    width: 100%;
    display: flex;
  }
  .open-card .animated-hero-controls {
    z-index: 6001;
  }
  .open-card .animated-hero > .animated-hero-button {
    z-index: 6001;
  }
  .animated-hero > .animated-card-layer.open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .animated-card-layer.open .animated-card-front,
  .animated-card-layer.open .animated-card-shuffle,
  .animated-card-layer.open .animated-card {
    height: 100%;
  }
  .animated-card-layer.open .animated-card {
    width: 100%;
  }

  .animated-card-layer.open .animated-card-front {
    border-radius: 0;
  }
  .animated-hero-control {
    width: 50px;
    height: 50px;
  }

  .animated-cards-mob {
    padding: 90px 17px;
    margin: -45px 0;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scroll-padding: 40px;
    vertical-align: top;
  }
  .animated-cards-mob > * {
    scroll-snap-align: start;
    top: auto;
    left: auto;
    overflow: hidden;
    border-radius: 5px;
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.1));
  }

  .animated-card-front {
    width: 100%;
  }
  .animated-cards-mob .card-0 .animated-card {
    width: 209px;
  }
  .animated-cards-mob .position1 {
    transform: translate(0px, 20px);
  }

  .animated-cards-mob .position2 {
    margin-left: -9px;

    transform: translate(0, -90px) scale(0.7);
  }
  .animated-cards-mob .position3 {
    margin-left: -170px;

    transform: translate(0, 120px) scale(0.5);
  }
  .animated-cards-mob .position4 {
    margin-left: -60px;
    transform: translate(0, -40px) scale(0.7);
  }
  .animated-cards-mob .position5 {
    margin-left: -70px;
    transform: translate(0, 60px) scale(0.4);
  }
  .animated-cards-mob .position6 {
    margin-left: -151px;
    transform: translate(0, -124px) scale(0.7);
  }

  .animated-cards-mob .position7 {
    margin-left: -18px;
    transform: translate(0, -44px) scale(0.9);
  }
  .animated-cards-mob .position8 {
    margin-left: -43px;
    transform: translate(0, -154px) scale(0.5);
  }

  .animated-cards-mob .position9 {
    margin-left: -34px;
    transform: translate(0, 36px) scale(0.8);
  }

  .animated-cards-mob .position10 {
    margin-left: -134px;
    transform: translate(0, -164px) scale(0.38);
  }
  .animated-cards-mob .position11 {
    margin-left: -114px;
    transform: translate(0, 36px) scale(0.6);
  }
  .animated-cards-mob .position12 {
    margin-left: -150px;
    margin-right: -20px;
    transform: translate(0, -144px) scale(0.5);
  }

  .animated-cards-mob::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .animated-cards-mob > * {
    display: inline-block;
    white-space: normal;
  }
  .animated-hero-overlay {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
  }
  .animated-hero h1 {
    text-align: left;
    margin: 0;
    padding: 40px 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .animated-hero-controls {
    bottom: 20px;
    right: 20px;
    width: 80px;
  }
  .animated-hero-control svg {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .animated-hero-next svg {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .animated-hero > .animated-hero-button {
    bottom: 20px;
  }
  .animated-hero-control {
    float: left;
    margin-top: 0;
  }
  .animated-hero-next {
    margin-left: -1px;
  }
  .animated-card-layer.open .animated-card {
    transform: none;
  }
  .animated-hero-controls {
    width: 100px;
  }
}

@media (max-width: 600px) {
  .animated-hero > .animated-hero-button {
    transform: none;
    left: 20px;
    width: calc(100% - 140px);
  }
  .animated-hero > .animated-hero-button {
    width: calc(100% - 160px);
    padding: 18px 30px;
  }
  .animated-heading {
    padding-right: 10px;
  }

  .animated-heading {
    font-size: 24px;
    line-height: 25px;
  }
  .animated-subhead {
    color: #00455f;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
  }
  .animated-card-back .animated-subhead {
    font-size: 30px;
    line-height: 34px;
  }
  .animated-card-back .animated-heading {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 600px) and (max-height: 700px) {
  .animated-hero h1 {
    padding: 20px 20px;
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 600px) and (max-height: 650px) {
  .animated-hero h1 {
    padding: 20px 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .animated-card-back .animated-subhead {
    font-size: 28px;
    line-height: 32px;
  }
  .animated-card-back .animated-heading {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 370px) and (max-height: 650px) {
  .animated-hero h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .animated-card-back .animated-subhead {
    font-size: 26px;
    line-height: 30px;
  }
  .animated-card-back .animated-heading {
    font-size: 30px;
    line-height: 34px;
  }
}

.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .first-row,
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .second-row,
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .third-row {
  height: 38%;
  position: absolute;
  top: 0;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .second-row {
  top: 30.9%;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .third-row {
  bottom: 0;
  top: auto;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  h4 {
  color: #778a95;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
  transition: all linear 0.3s;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text
  p {
  color: #778a95;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  margin-left: 16px;
  margin-bottom: 5px;
  transition: inherit;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text
  p:before {
  position: absolute;
  left: -16px;
  width: 12px;
  height: 12px;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#ai
  p:before {
  content: url("/wp-content/uploads/2021/09/dark-blue-triangle.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#ai
  .img {
  content: url("/wp-content/uploads/2021/09/AI_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#algorithm
  p:before {
  content: url("/wp-content/uploads/2021/09/green-triangle.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#algorithm
  .img {
  content: url("/wp-content/uploads/2021/09/Algo_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#chip
  p:before {
  content: url("/wp-content/uploads/2021/09/light-blue-triangle.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#chip
  .img {
  content: url("/wp-content/uploads/2021/09/Chip_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#hardware
  p:before {
  content: url("/wp-content/uploads/2021/09/yellow-triangle.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div
  .piece-with-text#hardware
  .img {
  content: url("/wp-content/uploads/2021/09/Hardware_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text
  p {
  color: #ced8dd;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text
  p:before {
  content: url("/wp-content/uploads/2021/09/light-gray-triangle.svg") !important;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text:hover
  p {
  color: #778a95;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#ai
  .img {
  content: url("/wp-content/uploads/2021/09/AI_gray.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#ai:hover
  .img {
  content: url("/wp-content/uploads/2021/09/AI_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#ai:hover
  p:before {
  content: url("/wp-content/uploads/2021/09/dark-blue-triangle.svg") !important;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#algorithm
  .img {
  content: url("/wp-content/uploads/2021/09/Algo_gray.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#algorithm:hover
  .img {
  content: url("/wp-content/uploads/2021/09/Algo_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#algorithm:hover
  p:before {
  content: url("/wp-content/uploads/2021/09/green-triangle.svg") !important;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#chip
  .img {
  content: url("/wp-content/uploads/2021/09/Chip_gray.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#chip:hover
  .img {
  content: url("/wp-content/uploads/2021/09/Chip_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#chip:hover
  p:before {
  content: url("/wp-content/uploads/2021/09/light-blue-triangle.svg") !important;
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#hardware
  .img {
  content: url("/wp-content/uploads/2021/09/Hardware_gray.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#hardware:hover
  .img {
  content: url("/wp-content/uploads/2021/09/Hardware_color.svg");
}
.automotive-content
  .entry-content
  .multifunctionality-puzzle-section
  .puzzle-section-div:hover
  .piece-with-text#hardware:hover
  p:before {
  content: url("/wp-content/uploads/2021/09/yellow-triangle.svg") !important;
}
