.circular{
    height: 100px;
    width: 100px;
    position: absolute;
    transform: scale(0.5);
    top: -25px;
    left: -25px;
}
.circular .inner{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 84px;
    margin: -43px 0 0 -42px;
    background: #fff;
    border-radius: 100%;
    border: 7px solid #f0f0f0;
}
.circular .number{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 4.2rem;
    font-weight: 700;
    color: #000;
}
.lottie-blurb.active.circular .number{
    color: #006ad0;
}
.circular .bar{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}
.circle .bar .progress{
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #fff;
}
.active .circle .bar .progress {
    background: #006ad0;
}
.active .circle .left .progress{
  z-index:1;
  animation: left 2.2s linear both;
}
@keyframes left{
  100%{
    transform: rotate(180deg);
  }
}
.circle .right {
  transform: rotate(180deg);
  z-index:3;
 
}
.active .circle .right .progress{
  animation: right 2.2s linear both;
  animation-delay: 2.2s;
}
@keyframes right{
  100%{
    transform: rotate(180deg);
  }
}
    
    .wrap-lottie .container-sm{
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .wrap-lottie.lottie-wrap.center-img-cta{
      background-color: #f7f7f7;
      text-align:center;
    }
    .wrap-lottie.lottie-wrap.white-bg{
      background:#fff!important;
      padding:0;
    }
    .wrap-lottie.lottie-wrap .container-sm{
        max-width: 1250px;
        padding:0 30px;
    }
    .wrap-lottie.lottie-wrap{
      padding:5rem 0;
    }
    .wrap-lottie .lottie-arrow{
        display: none;
    }
    .wrap-lottie .col{
        width: 49%;
        display: inline-block;
        vertical-align: top;
        min-height: 305px;
        overflow: hidden;
        padding: 15px;
    }

    lottie-player{
        width: 100%;
        display: none;
        height: 480px;
        aspect-ratio: 1/1;
    }
    .more-player lottie-player{
        width: 100%;
        display: block;
        height: 595px;
    }
   
    .new-player lottie-player{
        display: block;
    }

    .lottie-blurb {
        cursor: pointer;
        padding: 5px 15px 15px 65px;
        position: relative;
    }

    .lottie-blurb .animation-head{
        margin : 0px;
        font-size : 2.4rem;
        line-height : 3.6rem;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .lottie-seeker {
        height: 3px;
        background-color:#0b80e0;
        width: 0px;
        margin-bottom: 10px;
    }

    .lottie-bullets{
        display: none;
    }

    .lottie-blurb p{
        margin-bottom : 10px;
        font-size: 1.8rem;
    }

    lottie-player.active, .lottie-blurb.active p, .lottie-blurb.active .lottie-seeker{
        display: block;
    }

    .wrap-lottie .cta-wrap{
        text-align: center;
        margin: 0px 0 30px;
    }
    @media only screen and (min-width: 992px) {
    .wrap-lottie .lottie-blurb:focus{
        border: 2px dashed #3480fe;
    }
    }
    .wrap-lottie h2{
        text-align: center;
    }
    .wrap-lottie h2.text-left{
      text-align: left;
    }
    .wrap-lottie .lottie-heading.text-left{
      font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 700;
    margin: 22px 0;
    font-family: 'Frank Ruhl Libre',serif;
    }
    .lottie-blurb.active .animation-head{
        color: #006ad0;
    }
    @media only screen and (min-width:768px){
      .show-on-mobile{display:none;}
    }

    @media all and (max-width: 767px){
      .wrap-lottie .lottie-heading.text-left{
        font-size: 3.6rem;
    line-height: 4.6rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
    margin-top: 18px;
      }
      .show-on-dt{
        display:none;
      }
      .show-on-mobile{
        text-align:center
      }
      .wrap-lottie.lottie-wrap.with-single-heading{
        padding:0;
      }
      .wrap-lottie.lottie-wrap .col,.wrap-lottie .col{
        min-height:auto;
        padding:1.5rem 0;
      }
      .wrap-lottie.lottie-wrap.with-single-heading .col,.wrap-lottie .col{
        min-height:auto;
      }

      .wrap-lottie.lottie-wrap .col{
        padding-bottom:0;
      }
      .wrap-lottie.lottie-wrap .container-sm {
          display: flex;
          padding:0 3rem;
          flex-direction: column-reverse;
      }
      .wrap-lottie.lottie-wrap.with-single-heading .container-sm {
          display: block;
      }
        .p1p-page .wrap-lottie{
            padding: 30px 20px;
        }
        .wrap-lottie.lottie-wrap{
          padding: 0 0 5rem;
        }
        .wrap-lottie.lottie-wrap .lottie-arrow{
          display:none;
        }
        .wrap-lottie h2{
            padding-bottom: 5rem;
            margin-bottom: 0;
        }
        .wrap-lottie.with-single-heading h2{
          margin-top: 5rem;
        }
        lottie-player{
            width: 100%;
            height: 100%;
        }
        .more-player lottie-player{
          height: 100%;
        }
        .lottie-blurb{
            display: none;
            margin : 0px;
            padding: 10px 0;
            text-align: center;
        }
        .lottie-blurb.active, .lottie-bullets, .wrap-lottie .col{
            display: block;
            width: 100%;
        }
        .wrap-lottie .col-1.col{
          padding-top:4.5rem;
        }
        .lottie-blurb.active .animation-head{
            color: #000;
        }
        .lottie-bullets{
            text-align: center;
        }
        .wrap-lottie .col .lottie-blurb{
            margin-top: -8rem;
        }
        .lottie-bullets span {
            cursor: pointer;
            width: 12px;
            height: 12px;
            display: inline-block;
            background: rgb(0 0 0 / 35%);
            color: transparent;
            margin: 0 8px;
        }
        .lottie-bullets span.active {
            background: #000;
        }
        .circular {
            position: relative;
            top: 0;
            left: 0;
            margin: 0 auto;
        }
        .wrap-lottie .cta-wrap{
            margin: 2rem auto 0;
        }
        .wrap-lottie .cta-wrap a{
            width: 100%;
        }
        .wrap-lottie .col{
            overflow: visible;
            position: relative;
        }
        .wrap-lottie .container-sm{
            padding: 15px 3rem 2rem;
        }
        .wrap-lottie .lottie-arrow{
            display: block;
            position: absolute;
            top: -6px;
            left: 2rem;
            right: 2rem;
            max-width:100%;
        }
        .wrap-lottie .lottie-bullets{
            position: absolute;
            top: 0px;
            left: 0;
            right: 0;
        }
        .lottie-arrow {
            position: relative;
        }
        
        .lottie-arrow .arrow {
            position: absolute;
            top: auto;
            bottom: -27px;
            transform: none;
            width: 3rem;
            height: 3rem;
            cursor: pointer;
        }
        .lottie-arrow .arrow::before, .lottie-arrow .arrow::after {
            content: "";
            position: absolute;
            top: 50%;
            z-index: 1;
        }
        .wrap-lottie .lottie-arrow .arrow::before {
            left: 50%;
            transform: translate(-50%,-50%);
            width: 15px;
            height: 3px;
            background: #000;
        }
        .wrap-lottie .lottie-arrow .arrow::after {
            padding: 0 5px;
            height: 10px;
            border: solid #000;
            border-width: 0 3px 3px 0;
        }
        .lottie-arrow .arrow.left{
            left: 0;
        }
        .lottie-arrow .arrow.right{
            right: 0;
        }
        .left.arrow::after {
          left: 6px;
          transform: translateY(-50%) rotate(135deg);
        }
        .right.arrow::after {
          right: 6px;
          transform: translateY(-50%) rotate(-45deg);
        }
    }
    /**********************/
    .wrap-lottie.center-img-cta .col-1{
      display: none;
    }
    .wrap-lottie.center-img-cta .col-2{
        display: block;
    }
    @media only screen and (min-width:768px) and (max-width:991px){
      .wrap-lottie.center-img-cta lottie-player{
        height:300px;
      }
    }
    @media only screen and (min-width:768px){
      .wrap-lottie.center-img-cta .col-2{
        width:50%;
        margin:0 auto 4.5rem;
      }
    }
    @media only screen and (max-width:767px){
      .wrap-lottie.center-img-cta .col-2 {
        margin: 0 auto;
        padding: 2rem 0;
      }
      .wrap-lottie.center-img-cta h2{
        display:none;
      }
      .wrap-lottie.center-img-cta lottie-player {
        height: 280px;
        max-width: 320px;
        margin: 0 auto;
      }
    }
    


     




 









