.marketing {
  padding: 113px 0 60px 0;
}

.marketing .wrap {
  width: 1480px;
  margin: auto;
}

.marketing .wrap .title {
  text-align: center;
  position: relative;
  z-index: 56;
}

.marketing .wrap .title h1 {
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 64px;
}

.marketing .wrap .title p {
  width: 971px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin: auto;
  max-width: 90%;
}

.marketing .wrap .content {
  width: 1288px;
  margin: auto;
  position: relative;
}

.marketing .wrap .content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  top: -10px;
  left: 0;
  background: linear-gradient(to bottom, rgba(24, 24, 24, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.marketing .wrap .content:before {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -10px;
  left: 0;
  background: linear-gradient(to bottom, rgba(24, 24, 24, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(-180deg);
  z-index: 1;
}

.marketing .wrap .content .cir {
  position: absolute;
  width: 149px !important;
  height: 149px !important;
  transform: scale(0);
  transition: 1s;
  transition-delay: .9s;
}

.marketing .wrap .content .border {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@keyframes roteCircle {
  100% {
    transform: rotate(360deg);
  }
}

.marketing .wrap .content .border .animateCircle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  animation: 15s roteCircle infinite linear;
  opacity: 0;
  transition: 1s;
}

.marketing .wrap .content .border .animateCircle div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #DD562E;
  position: absolute;
}

.marketing .wrap .content .border .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.marketing .wrap .content .border .position .img {
  position: absolute;
  opacity: 0;
  transition: 1s;
}

.marketing .wrap .content .border .line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  transform: scale(0);
  transition: 1s;
}

.marketing .wrap .content .border1 {
  width: 1288px;
  height: 1288px;
}

.marketing .wrap .content .border1 > .position .img1 {
  top: 436px;
  left: -75px;
  width: 200px;
}

.marketing .wrap .content .border1 > .position .img2 {
  top: 307px;
  left: 216px;
}

.marketing .wrap .content .border1 .border2 {
  width: 980px;
  height: 980px;
}

.marketing .wrap .content .border1 .border2 > .position .img1 {
  top: 718px;
  left: -20px;
  width: 125px;
  display: none;
}

.marketing .wrap .content .border1 .border2 > .position .img2 {
  top: 562px;
  left: -55px;
  width: 125px;
}

.marketing .wrap .content .border1 .border2 > .position .img3 {
  top: 426px;
  left: -73px;
  width: 150px;
}

.marketing .wrap .content .border1 .border2 > .position .img4 {
  top: 32px;
  right: 121px;
}

.marketing .wrap .content .border1 .border2 > .position .img5 {
  top: 349px;
  right: -32px;
}

.marketing .wrap .content .border1 .border2 > .position .img6 {
  right: -38px;
  top: 558px;
  width: 100px;
}

.marketing .wrap .content .border1 .border2 > .position .img7{
  top: 722px;
  left: 27px;
}
.marketing .wrap .content .border1 .border2 > .position .img8{
  top: 189px;
  right: 140px;
}
.marketing .wrap .content .border1 .border2 > .position .img9{
  /*top: 694px;*/
  /*right: 140px;*/
}

.marketing .wrap .content .border1 .border2 .border3 {
  width: 710px;
  height: 710px;
}

.marketing .wrap .content .border1 .border2 .border3 > .animateCircle div {
  left: 0;
  top: 289px;
}

.marketing .wrap .content .border1 .border2 .border3 > .animateCircle.animateCircle2 div {
  top: 662px;
  left: 508px;
}

.marketing .wrap .content .border1 .border2 .border3 > .position .img1 {
  top: 156px;
  right: -52px;
}

.marketing .wrap .content .border1 .border2 .border3 > .position .img2 {
  top: 534px;
  right: 8px;
  width: 126px;
}

.marketing .wrap .content .border1 .border2 .border3 .border4 {
  width: 446px;
  height: 446px;
}

.marketing .wrap .content .border1 .border2 .border3 .border4 > .animateCircle div {
  left: 216px;
  top: -6px;
}

.marketing .wrap .content.aos-animate .cir {
  transform: scale(1);
}

.marketing .wrap .content.aos-animate .border .animateCircle {
  transition-delay: 1.5s;
  opacity: 1;
}

.marketing .wrap .content.aos-animate .border .position .img {
  opacity: 1;
}

.marketing .wrap .content.aos-animate .border .line {
  transform: scale(1);
}

.marketing .wrap .content.aos-animate .border .line.cir {
  transform: translate(-50%, -50%) scale(1) !important;
}

@media screen and (max-width: 1920px) {
    .marketing {
        padding: 5.8854166667vw 0 3.125vw 0;
    }

    .marketing .wrap {
        width: 77.0833333333vw;
        margin: auto;
    }

    .marketing .wrap .title {
        text-align: center;
        position: relative;
        z-index: 56;
    }

    .marketing .wrap .title h1 {
        font-weight: 400;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 3.3333333333vw;
    }

    .marketing .wrap .title p {
        width: 50.5729166667vw;
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        margin: auto;
        max-width: 90%;
    }

    .marketing .wrap .content {
        width: 67.0833333333vw;
        margin: auto;
        position: relative;
    }

    .marketing .wrap .content:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        top: -0.5208333333vw;
        left: 0;
        background: linear-gradient(to bottom, rgba(24, 24, 24, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
    }

    .marketing .wrap .content:before {
        pointer-events: none;
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: -0.5208333333vw;
        left: 0;
        background: linear-gradient(to bottom, rgba(24, 24, 24, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        transform: rotate(-180deg);
        z-index: 1;
    }

    .marketing .wrap .content .cir {
        position: absolute;
        width: 7.7604166667vw !important;
        height: 7.7604166667vw !important;
        transform: scale(0);
        transition: 1s;
        transition-delay: .9s;
    }

    .marketing .wrap .content .border {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    @keyframes roteCircle {
        100% {
            transform: rotate(360deg);
        }
    }
    .marketing .wrap .content .border .animateCircle {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        animation: 15s roteCircle infinite linear;
        opacity: 0;
        transition: 1s;
    }

    .marketing .wrap .content .border .animateCircle div {
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        border-radius: 50%;
        background: #DD562E;
        position: absolute;
    }

    .marketing .wrap .content .border .position {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
    }

    .marketing .wrap .content .border .position .img {
        position: absolute;
        opacity: 0;
        transition: 1s;
    }

    .marketing .wrap .content .border .line {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .5;
        transform: scale(0);
        transition: 1s;
    }

    .marketing .wrap .content .border1 {
        width: 67.0833333333vw;
        height: 67.0833333333vw;
    }

    .marketing .wrap .content .border1 > .position .img1 {
        top: 22.7083333333vw;
        left: -3.90625vw;
        width: 10.4166666667vw;
    }

    .marketing .wrap .content .border1 > .position .img2 {
        top: 15.9895833333vw;
        left: 11.25vw;
    }

    .marketing .wrap .content .border1 .border2 {
        width: 51.0416666667vw;
        height: 51.0416666667vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img1 {
        top: 37.3958333333vw;
        left: -1.0416666667vw;
        width: 6.5104166667vw;
        display: none;
    }

    .marketing .wrap .content .border1 .border2 > .position .img2 {
        top: 29.2708333333vw;
        left: -2.8645833333vw;
        width: 6.5104166667vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img3 {
        top: 22.1875vw;
        left: -3.8020833333vw;
        width: 7.8125vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img4 {
        top: 1.6666666667vw;
        right: 6.3020833333vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img5 {
        top: 18.1770833333vw;
        right: -1.6666666667vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img6 {
        right: -1.9791666667vw;
        top: 29.0625vw;
        width: 5.2083333333vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img7 {
        top: 37.6041666667vw;
        left: 1.40625vw;
    }

    .marketing .wrap .content .border1 .border2 > .position .img8 {
        top: 9.84375vw;
        right: 7.2916666667vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 {
        width: 36.9791666667vw;
        height: 36.9791666667vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 > .animateCircle div {
        left: 0;
        top: 15.0520833333vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 > .animateCircle.animateCircle2 div {
        top: 34.4791666667vw;
        left: 26.4583333333vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 > .position .img1 {
        top: 8.125vw;
        right: -2.7083333333vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 > .position .img2 {
        top: 27.8125vw;
        right: 0.4166666667vw;
        width: 6.5625vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 .border4 {
        width: 23.2291666667vw;
        height: 23.2291666667vw;
    }

    .marketing .wrap .content .border1 .border2 .border3 .border4 > .animateCircle div {
        left: 11.25vw;
        top: -0.3125vw;
    }

    .marketing .wrap .content.aos-animate .cir {
        transform: scale(1);
    }

    .marketing .wrap .content.aos-animate .border .animateCircle {
        transition-delay: 1.5s;
        opacity: 1;
    }

    .marketing .wrap .content.aos-animate .border .position .img {
        opacity: 1;
    }

    .marketing .wrap .content.aos-animate .border .line {
        transform: scale(1);
    }

    .marketing .wrap .content.aos-animate .border .line.cir {
        transform: translate(-50%, -50%) scale(1) !important;
    }
}
@media screen and (max-width: 1024px) {
    .marketing {
        padding: 25px 0;
    }
    .marketing .wrap .title h1 {
        font-size: 22px;
        margin: 0 0 25px;
    }
    .marketing .wrap .title p {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .marketing .wrap{
        width: 90%;
    }

    .marketing .wrap .content{
        display: none;
    }
    .marketing .wrap .content_sj{
        display: grid!important;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin: 35px 0 0 0;
    }
    .marketing .wrap .content_sj .img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .marketing .wrap .content_sj .img:nth-child(2){
        transform: scale(0.7);
    }
    .marketing .wrap .content_sj .img:nth-child(3){
        transform: scale(1.3);
    }
    .marketing .wrap .content_sj .img:nth-child(7){
        transform: scale(0.6);
    }
    .marketing .wrap .content_sj .img:nth-child(8){
        transform: scale(0.9);
    }
    .marketing .wrap .content_sj .img:nth-child(9){
        transform: scale(1.2);
    }
    .marketing .wrap .content_sj img{
        max-height: 40px;
        max-width: 100px;
    }
}
