#cloud-model {
  background: rgb(2, 78, 145);
  background: linear-gradient(360deg, rgb(2, 78, 145) 0%, rgb(1, 39, 73) 100%);
  border-radius: 10px;
}

.crux-apex-use-cases-customer-stories02 img {
  object-fit: contain !important;
}

@media all and (min-width: 780px) {
  #cloud-model > ul {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 980px) {
  .crux-apex-common-cta-icon01 .partial-cta-list li:first-child a:before {
    content: "";
  }
  .crux-apex-common-cta-icon01 .partial-cta-list li a:before {
    content: "|";
    position: absolute;
    margin-left: -23px;
    margin-top: 12px;
    color: #0672cb;
    margin-right: 10px !important;
  }
}
.crux-apex-card01-b .wrapper-text-description {
  display: grid !important;
}

.crux-apex-demos-resources02 .list-item {
  position: relative;
}
.crux-apex-demos-resources02 .list01-view .wrapper-text {
  margin-bottom: 60px;
}
.crux-apex-demos-resources02 .list01-view .cta-layout {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

#svgAnimation {
  width: 100%;
  visibility: hidden;
}
#svgAnimation.active {
  visibility: visible;
}

@media all and (min-width: 768px) {
  .cobrand.intel .text {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.plx-scroll--rotate .list-item {
  transform: rotateY(90deg);
  transition: all 1s;
}

.active .plx-scroll--rotate .list-item {
  transform: rotateY(0);
}

.plx-scroll--rotate2 {
  transform: rotateY(180deg);
  transition: all 1s !important;
}

.active .plx-scroll--rotate2 {
  transform: rotateY(0);
}

.plx-scroll--left {
  left: -200%;
  transition: all 1s;
}

.plx-scroll--right {
  right: -200%;
  transition: all 1s;
}

.plx-scroll--left-item .list-item {
  position: relative;
  left: -200%;
  transition: all 0.8s;
}
.plx-scroll--left-item .list-item:nth-child(5n+1) {
  transition-delay: 0s;
}
.plx-scroll--left-item .list-item:nth-child(5n+2) {
  transition-delay: 0.5s;
}
.plx-scroll--left-item .list-item:nth-child(5n+3) {
  transition-delay: 1s;
}
.plx-scroll--left-item .list-item:nth-child(5n+4) {
  transition-delay: 1.5s;
}
.plx-scroll--left-item .list-item:nth-child(5n+5) {
  transition-delay: 2s;
}
.active .plx-scroll--left-item .list-item {
  left: 0;
}

.plx-scroll--opacity-item .list-item {
  opacity: 0;
  transition: opacity 1s;
}
.plx-scroll--opacity-item .list-item:nth-child(5n+1) {
  transition-delay: 0.5s;
}
.plx-scroll--opacity-item .list-item:nth-child(5n+2) {
  transition-delay: 1s;
}
.plx-scroll--opacity-item .list-item:nth-child(5n+3) {
  transition-delay: 1.5s;
}
.plx-scroll--opacity-item .list-item:nth-child(5n+4) {
  transition-delay: 2s;
}
.plx-scroll--opacity-item .list-item:nth-child(5n+5) {
  transition-delay: 2.5s;
}
.active .plx-scroll--opacity-item .list-item {
  opacity: 1;
}

.plx-scroll--right-item > ul {
  overflow: hidden;
}
.plx-scroll--right-item .list-item {
  position: relative;
  right: -200%;
  transition: all 0.8s;
}
.plx-scroll--right-item .list-item:nth-child(5n+1) {
  transition-delay: 0s;
}
.plx-scroll--right-item .list-item:nth-child(5n+2) {
  transition-delay: 0.5s;
}
.plx-scroll--right-item .list-item:nth-child(5n+3) {
  transition-delay: 1s;
}
.plx-scroll--right-item .list-item:nth-child(5n+4) {
  transition-delay: 1.5s;
}
.plx-scroll--right-item .list-item:nth-child(5n+5) {
  transition-delay: 2s;
}
.active .plx-scroll--right-item .list-item {
  right: 0;
}

.active .plx-scroll--left {
  left: 0;
}

.active .plx-scroll--right {
  right: 0;
}