html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    box-sizing: border-box;
    font-family: 'Poppins';
    margin: 0;
    background-color: #242738;
}

.rightColumnPicture img{
    width: 100%;
}


.navigation .navigationtop{
    max-width: 35rem;
    max-height: 5.3rem;
    border-radius: 3.0rem;
    margin: 0 auto;
    margin-top: 4.4rem;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;

}

.navigation .navigationtop .logo a img{
    width: 13.8rem;
    margin-left: 1.3rem;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}

.navigation .navigationtop .hamburgermenu a img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 2.3rem;
}

.navigationbar{
    position: fixed;
    background-color: #06C269;
    right: 0;
    top: 0;
    height: 100vh;
    width: 90%;
    z-index: 999;
    font-size: 1.5rem;
    transform: translate(100%);
    transition: transform 0.5s ease-in-out;
}

.navigationbar .exitHamburger{
    margin-top: 5rem;
    margin-left: 5rem;
    padding: 0;
}

.navigationbar ul{
    list-style-type: none;
    padding: 0;
    margin-top: 7rem;
}

.navigationbar ul li{
    margin-top: 2rem;
    margin-left: 5rem;
}

.navigationbar ul li a{
    text-decoration: none;
    color: black;
    font-weight: 500;
    margin: 0;
}



.contactUsButton{
    display: none;
}

.mainLandingSection .mainLandingSectionContainer{
    max-width: 35rem;
    margin: 0 auto;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn .global{

    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.0em;
    font-weight: 700;
    line-height: normal;
    margin-top: 4.5rem;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn .global .scaling{
    color: #06C269;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn .global .autopilot{
    color: #06C269;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn .unlock{

    color: white;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    line-height: normal;
    margin-top: 1.5rem;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn .getStarted{
    width: 23.5rem;
    height: 5.2rem;
    background: #06C269;
    border-radius: 2.1rem;
    color: white;
    font-size: 1.9em;
    font-weight: 600;
    line-height: normal;
    margin-top: 5.7rem;
    margin-left: 5.7rem;
    border-style: solid;
    border-color: #06C269;
    cursor: pointer;
    
}

.mainLandingSection .mainLandingSectionContainer .rightColumn{
    display: flex;
    margin-top: 5.7rem;
    
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1 {
    border-radius: 3.15rem 5.68rem 0rem 3.15rem;
    border: 0.063rem solid #06C269;
    background-color: #1C1E29;
    width: 13.83rem;
    height: 17.12rem;
    
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1 .no1{
    color: #06C269;
    font-weight: 600;
    font-size: 3em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;
    margin-top: 50px;
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1 .no1text{
    color: #F5F5F5;
    font-size: 1.13em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 2.0rem;
    margin-right: 2.0rem;
    margin-top: 0;
    text-align: center;
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2 {
    border-radius: 3.15rem 0 5.68rem 3.15rem;
    border: 0.063rem solid #06C269;
    background-color: #1C1E29;
    width: 13.83rem;
    height: 17.12rem;
    margin-top: 1.76rem;
    
}


.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2 .twohundredfifty {
    color: #06C269;
    font-weight: 600;
    font-size: 3.15em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 4.9rem;
    margin-left: 2.9rem;
    margin-bottom: 0;
    
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2 .generated{
    color: #F5F5F5;
    font-size: 1.13em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 1.9rem;
    margin-right: 1.9rem;
    margin-top: 0;
    text-align: center;

}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnPicture{
    overflow: hidden;
}

.mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnPicture img{
    width: 19.2rem;
    height: 36.0rem;
    border-radius: 3.1rem;
    border: 0.063px solid #F5F5F5;
    margin-left: 1.9rem;
    object-fit: cover;
}

.numbersSection .numbersSectionContainer {
    max-width: 28rem;
    margin: 0 auto;
    background-color:#1C1E29;
    border-radius: 3.0rem;
    border: 0.01rem solid #06C269;
    margin-top: 7.1rem;
    padding: 5.4rem 0;
    text-align: center;

}

.numbersSection .numbersSectionContainer .onehundredfifty{
    font-size: 3.5em;
    color: #06C269;
    font-weight: 700;
    text-transform: uppercase;
    
}

.numbersSection .numbersSectionContainer .campaignslaunched{
    color: #FFF;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    text-transform: uppercase;
    

}

.numbersSection .numbersSectionContainer .threethousand{
    font-size: 3.5em;
    color: #06C269;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7rem;

}

.numbersSection .numbersSectionContainer .leadDelivered{
    color: #FFF;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    text-transform: uppercase;
}

.numbersSection .numbersSectionContainer .onehundredninetyfive{
    font-size: 3.5em;
    color: #06C269;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7rem;
    text-align: center;
}

.numbersSection .numbersSectionContainer .emailsSent{
    color: #FFF;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    text-transform: uppercase;
    text-align: center;
}

.descriptionSection .descriptionSectionContainer {

    max-width: 35rem;
    margin: 7.7rem auto;
    
}

.descriptionSection .descriptionSectionContainer .weHelpYou .grow{
    color: #FFF;
    font-family: Poppins;
    font-size: 3.4em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;

}

.descriptionSection .descriptionSectionContainer .leftcolumndescription{
    border-radius: 3.5rem 3.5rem 0px 0rem;
    border: 0.7px solid #06C269;
    background: #1C1E29;    
    margin-top: 7.9rem;
    padding: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.descriptionSection .descriptionSectionContainer .leftcolumndescription .authentic{
    color: white;
    color: #F5F5F5;
    text-align: center;
    font-size: 2.0em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 4.8rem;
    margin-right: 4.8rem;
}

.descriptionSection .descriptionSectionContainer .leftcolumndescription .line{
    width: 20rem;
    height: 0.2rem;
    background-color: #06C269;
    margin-left: 7.5rem;
    margin-top: 1.7rem;
}

.descriptionSection .descriptionSectionContainer .leftcolumndescription .outshine{
    color: #F5F5F5;
    text-align: center;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 3.4rem;
    margin-right: 3.3rem;
    margin-top: 1.7rem;
}


.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionTop{
    border: 0.7px solid #06C269;
    background: #1C1E29;    
    padding: 0;
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionTop .coldEmail{
    color: #F5F5F5;
    text-align: center;
    font-size: 2.0em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 6.0rem;
    margin-right: 6.0rem;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionTop .line2{
    width: 20rem;
    height: 0.2rem;
    background-color: #06C269;
    margin-left: 7.5rem;
    margin-top: 2.8rem;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionTop .employ{
    color: #F5F5F5;
    text-align: center;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 3.4rem;
    margin-right: 3.3rem;
    margin-top: 3.6rem;
}    


.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionBottom{
    border: 0.7px solid #06C269;
    border-radius: 0rem 0 3.5rem 3.5rem;
    background: #1C1E29;    
    padding: 0;
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionBottom .qualified{
    color: #F5F5F5;
    text-align: center;
    font-size: 2.0em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 4.1rem;
    margin-right: 4.1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionBottom .line3{
    width: 20rem;
    height: 0.2rem;
    background-color: #06C269;
    margin-left: 7.5rem;
    margin-top: 2.8rem;
}

.descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionBottom .ourLeads{
    color: #F5F5F5;
    text-align: center;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 3.4rem;
    margin-right: 3.3rem;
    margin-top: 3.6rem;
}    

.imagesText .imagesTextWrapper{
    max-width: 120rem;
    margin: 0 auto;
    font-size: 1.8rem;
}

.imagesText .imagesTextWrapper h1{
    margin: 0;
    margin-top: 0rem;
}

.images{
    display: flex;
    padding: 0 35px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #242738;
    margin-top: 1rem;
  }
  .wrapper{
    display: flex;
    max-width: 1200px;
    position: relative;
  }
  .wrapper i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }


  #right img{
    width: 44px;
    height: 44px;
  }

  #left img{
    width: 44px;
    height: 44px;
  }


  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #f2f2f2;
  }
  .wrapper i:first-child{
    left: -22px;
    display: none;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 600px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 1);
  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  
  @media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }
  }
  
  @media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
      height: 175px;
    }

    .images{
        display: flex;
        padding: 0 35px;
        min-height: 35vh;
        align-items: center;
        justify-content: center;
        background: #242738;
        margin-top: 1rem;
      }

      .imagesText .imagesTextWrapper h1{
        font-size: 3.5rem;
        text-align: center;
      }
  }

.stepsSection .stepsContainer {
    max-width: 35rem;
    margin: 0 auto;
}

.stepsSection .stepsContainer .title{

    color: #FFF;
    text-align: center;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; 
    margin: 0;
    margin-top: 11rem;   

}

.stepsSection .stepsContainer .step .stepnumber1{

    color: #FFF;
    font-size: 4.49rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 9.7rem;
    margin-right: 9.7rem;
    margin-top: 11.1rem;
    

}

.stepsSection .stepsContainer .step .stepnumber1 .number1{

    color: #06C269;
font-family: Poppins;
font-size: 7.98rem;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
    

}

.stepsSection .stepsContainer .step .firstArrow{
    width: 5.0rem;
    margin: 0;
    margin-left: 15rem;
    margin-right: 15rem;
    margin-top: 6.1rem;
    transform: rotate(90deg);
}

.stepsSection .stepsContainer .step .coldEmail {
    border-radius: 5.29rem 5.29rem 5.29rem 5.29rem;
    border: 0.105rem solid #06C269;
    background: #1C1E29;
    margin-top: 6.83rem;

}

.stepsSection .stepsContainer .step .coldEmail .arrow .secondArrow{
    width: 5.0rem;
    margin: 0;
    margin-left: 15rem;
}

.stepsSection .stepsContainer .step .coldEmail .arrow{
    padding: 4rem 0 8rem;
}


.stepsSection .stepsContainer .step .coldEmail .arrow .emailStrategy{
    color: #F5F5F5;
    font-size: 2.2rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-left: 5rem;
    margin-top: 4rem;
}

.stepsSection .stepsContainer .step .coldEmail .arrow .coldOutreachDesign{
    color: #F5F5F5;
    text-align: center;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3.9rem;
    margin-left: 3.4rem;
    margin-right: 3.3rem;
    margin-bottom: 0;    

}

.stepsSection .stepsContainer .step2 .yourCalendar{
    padding: 4rem 0 8rem 0;
}

.stepsSection .stepsContainer .step2 .stepnumber2{

    color: #FFF;
    font-size: 4.49rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 9.7rem;
    margin-right: 9.1rem;
    

}

.stepsSection .stepsContainer .step2 .stepnumber2 .number2{    

    color: #06C269;
    font-size: 7.98rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    

}

.stepsSection .stepsContainer .step2 .thirdArrow{
    width: 5.0rem;
    margin: 0;
    margin-left: 15rem;
    transform: rotate(90deg);
    margin-top: 6.1rem;
}

.stepsSection .stepsContainer .step2 .yourCalendar {
    border: 0.105rem solid #06C269;
    border-radius: 5.29rem 5.29rem 5.29rem 5.29rem;
    background: #1C1E29;
    margin-top: 6.1rem;

}

.stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarPicture{
    width: 5rem;
    margin: 0;
    margin-left: 14.9rem;
    margin-bottom: 0;

}

.stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarText .fillCalendar{
    font-size: 2.2em;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    margin: 0;
    margin-top: 3.9rem;
    margin-left: 5.8rem;

}

.stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarText .wePick{
    color: #F5F5F5;
    text-align: center;
    font-family: Poppins;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin: 4.0rem 3.3rem 0 3.3rem;    
}

.stepsSection .stepsContainer .step3 .stepnumber3{

    color: #FFF;
    font-size: 4.49rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-left: 9.7rem;
    margin-right: 7.9rem;
    margin-top: 14.4rem;
    

}


.stepsSection .stepsContainer .step3 .number3{
    color: #06C269;
    font-size: 7.98rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.stepsSection .stepsContainer .step3 .arrow3{
    width: 5rem;
    margin: 0;
    margin-top: 6.1rem;
    margin-left: 15rem;
    margin-right: 15rem;
    transform: rotate(90deg);
}

.stepsSection .stepsContainer .step3 .yourDeal{

    border: 0.105rem solid #06C269;
    border-radius: 5.29rem 5.29rem 5.29rem 5.29rem;
    background: #1C1E29;
    margin-top: 6.8rem;
    padding: 4rem 0 8rem 0;

}

.stepsSection .stepsContainer .step3 .yourDeal .trend .trendy{
    margin: 0;
    margin-left: 14.8rem;
}

.stepsSection .stepsContainer .step3 .yourDeal .trend .dealText{
    margin: 0;
    padding: 0;
}

.stepsSection .stepsContainer .step3 .yourDeal .trend .dealText .closeDeal{
    color: #F5F5F5;
    font-family: Poppins;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;    
    margin-left: 5.2rem;
    margin-right: 5.6rem;
    margin-top: 3.6rem;
    text-align: center;
}

.stepsSection .stepsContainer .step3 .yourDeal .trend .dealText .highQuality{
    color: #F5F5F5;
    text-align: center;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 3.4rem;
    margin-right: 3.3rem;  
    margin-top: 3.7rem;

}


body{
    font-family:Poppins;
    color: #fff;
    background: #242738;
}






.faq .faqContainer{
    max-width: 35rem;
    margin: 0 auto;
    padding: 2.5rem 0;
    
}

.faq .faqContainer h1{
    color: white;
    margin: 0;
    padding: 0;
    font-size: 3.5rem;
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    margin-top: 5rem;
}

.faq .faqContainer .questions-container{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
}


.faq .faqContainer .questions-container .question{
    border: 1px solid  #06C269;
    border-radius: 2rem;
    background-color: white;
    margin-top: 1rem;
    
}


.faq .faqContainer .questions-container .question button{
    width: 100%;
    background: #1C1E29;
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 20px 15px;
    border:none;
    outline: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2rem;
}

.faq .faqContainer .questions-container .question button span{
    text-align: left;
    font-weight: 600;
    font-size: 2rem;
    font-family: Poppins;
}


.question p{
    font-size: 1.5rem;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
    margin: 0;
    padding: 0;
}
.d-arrow{
    transition: transform 0.5s ease-in ;
    color: #fff;
}

/*add this class when click*/
.question p.show{
    max-height: 200px; 
    opacity: 1;
    padding:20px 15px;
    background-color: white;
    color: black;
    border-radius: 0rem 0rem 5rem 5rem;
}
.question button .d-arrow.rotate{
    transform: rotate(180deg);
}


.provenSystem .provenSystemContainer {

    max-width: 35rem;
    margin: 0 auto;
    border-radius: 5.29rem 5.29rem 5.29rem 5.29rem;
    border: 0.1rem solid #06C269;
    background: #1C1E29; 

}

.provenSystem .provenSystemContainer .managing{
    color: #FFF;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-left: 1.8rem;
    margin-right: 1.2rem;  
}

.provenSystem .provenSystemContainer .elements .marketResearch .research{

    width: 5rem;
    margin: 0;
    margin: 7.3rem 15.2rem 0 14.8rem;

}

.provenSystem .provenSystemContainer .elements .marketResearch .market{
    margin: 0; 
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-left: 1rem;
}

.provenSystem .provenSystemContainer .elements .marketResearch .market .break1{
    display: none;
}


.provenSystem .provenSystemContainer .elements .marketResearch .targetAudience{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .marketResearch .targetAudience img{
    width: 2.4rem;
    margin: 0;
    margin-top: 2.1rem;
    margin-left: 8.7rem;
}

.provenSystem .provenSystemContainer .elements .marketResearch .targetAudience h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 2.0rem;
    margin-left: 0.5rem;
}



.provenSystem .provenSystemContainer .elements .marketResearch .price{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .marketResearch .Offer{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .marketResearch .price img{
    width: 2.4rem;
    margin: 0;
    margin-top: 1.2rem;
    margin-left: 14.3rem;
}

.provenSystem .provenSystemContainer .elements .marketResearch .price h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1.2rem;
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .marketResearch .Offer img{
    width: 2.4rem;
    margin: 0;
    margin-top: 1.2rem;
    margin-left: 13.9rem;
}

.provenSystem .provenSystemContainer .elements .marketResearch .Offer h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1.2rem;
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .techStack .sandbox{

    width: 5rem;
    margin: 0;
    margin: 7.3rem 15.2rem 0 14.8rem;
    margin-left: 14.8rem;


}

.provenSystem .provenSystemContainer .elements .techStack .tech .break4{
    display: none;
}

.provenSystem .provenSystemContainer .elements .techStack .tech{
    color: #FFF;
    font-family: Poppins;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin: 2rem 10.9rem 0rem 10.3rem;    
}

.provenSystem .provenSystemContainer .elements .techStack .domainSetup{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .techStack .domainSetup img{
    width: 2.4rem;
    margin: 0;
    margin-top: 2.1rem;
    margin-left: 9.4rem;
}

.provenSystem .provenSystemContainer .elements .techStack .domainSetup h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 2rem;
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .techStack .emailSetup{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .techStack .emailSetup img{
    width: 2.4rem;
    margin: 0;
    margin-top: 1rem;
    margin-left: 10.7rem;
}

.provenSystem .provenSystemContainer .elements .techStack .emailSetup h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;
    margin-left: 0.5rem;
}


.provenSystem .provenSystemContainer .elements .techStack .emailWarmup{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .techStack .emailWarmup img{
    width: 2.4rem;
    margin: 0;
    margin-top: 1rem;
    margin-left: 9.6rem;
}

.provenSystem .provenSystemContainer .elements .techStack .emailWarmup h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;    
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .client{

    width: 5rem;
    margin: 0;
    margin: 7.3rem 15.2rem 0 14.8rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .prospect .list{

    display: none;
}

.provenSystem .provenSystemContainer .elements .prospectList .prospect {

    color: #FFF;
    font-family: Poppins;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 2rem 9.7rem 0 9.0rem;
}

.provenSystem .provenSystemContainer .elements .emailExecution .email{

    width: 5rem;
    margin: 0;
    margin: 7.3rem 15.2rem 0 14.8rem;


}

.provenSystem .provenSystemContainer .elements .emailExecution .newEmail .execution{

    display: none;
}

.provenSystem .provenSystemContainer .elements .emailExecution .newEmail {

    color: #FFF;
    font-family: Poppins;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 2rem 8.5rem 0 6.9rem;
}



.provenSystem .provenSystemContainer .elements .appointmentSetting .phoneCall{

    width: 5rem;
    margin: 0;
    margin: 7.3rem 15.2rem 0 14.8rem;


}

.provenSystem .provenSystemContainer .elements .appointmentSetting .newAppointment .setting{

    display: none;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .newAppointment {

    color: #FFF;
    font-family: Poppins;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 2rem 5.5rem 0 4rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .decisionMakers{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .prospectList .decisionMakers img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 10.3rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .decisionMakers h4{
    color: #FFF;
font-family: Poppins;
font-size: 1.7rem;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0;
margin-top: 1rem;
margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .emailAddresses{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .prospectList .emailAddresses img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 8.1rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .emailAddresses h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .verification{
    display: flex;
}

.provenSystem .provenSystemContainer .elements .prospectList .verification img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 8.2rem;
}

.provenSystem .provenSystemContainer .elements .prospectList .verification h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .emailExecution .scriptWriting {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .emailExecution .scriptWriting img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 9.5rem;
}

.provenSystem .provenSystemContainer .elements .emailExecution .scriptWriting h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}



.provenSystem .provenSystemContainer .elements .emailExecution .personalisation {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .emailExecution .personalisation img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 8.7rem;
}

.provenSystem .provenSystemContainer .elements .emailExecution .personalisation h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}


.provenSystem .provenSystemContainer .elements .emailExecution .abTesting {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .emailExecution .abTesting img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 10.1rem;
}

.provenSystem .provenSystemContainer .elements .emailExecution .abTesting h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}


.provenSystem .provenSystemContainer .elements .appointmentSetting .crmSystem {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .crmSystem img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 9.9rem;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .crmSystem h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}



.provenSystem .provenSystemContainer .elements .appointmentSetting .sop {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .sop img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 13.1rem;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .sop h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .campaignStrategy {
    display: flex;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .campaignStrategy img{
    width: 2.4rem;
    margin-top: 1.1rem;
    margin-left: 6.8rem;
}

.provenSystem .provenSystemContainer .elements .appointmentSetting .campaignStrategy h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 1rem;    
    margin-left: 0.5rem;
}


.provenSystem .provenSystemContainer .contactUsButtonElements .ready{
    display: none;
}

.provenSystem .provenSystemContainer{
    padding: 9rem 0 9rem 0;
    margin-top: 13.1rem;
}

.footer{
    border-top: 0.1rem solid #06C269;
    background: #1C1E29;
    margin-top: 12.1rem;
}

.footer .footerContainer{
    max-width: 35rem;
    margin: 0 auto;
    padding: 7.0rem 0;
}

.footer .footerContainer .navigation .navigationFooter{

    color: #06C269;
    font-family: Poppins;
    font-size: 2.2rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-left: 10.4rem;
    margin-right: 10.4rem;
}

.footer .footerContainer .forYou .forYouText{

    color: #06C269;
    font-family: Poppins;
    font-size: 2.2rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-top: 10.8rem;
    margin-left: 12.7rem;
    margin-right: 12.7rem;
}

.footer .footerContainer .socialMedia .socialMediaText{

    color: #06C269;
    font-family: Poppins;
    font-size: 2.2rem;    
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-left: 9.7rem;
    margin-right: 9.6rem;
}

.footer .footerContainer .navigation ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .footerContainer .navigation ul li {
    list-style-type: none;
}

.footer .footerContainer .navigation ul  {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer .footerContainer .navigation ul li {
    margin-top: 1.2rem;
}

.footer .footerContainer .forYou ul li a{
    text-decoration: none;
    color: white;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .footerContainer .forYou ul{
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 2.1rem;
}

.footer .footerContainer .forYou ul li {
    margin-top: 1.2rem;
}

.footer .footerContainer .socialMedia {
    margin-top: 10.8rem;
}

.footer .footerContainer .socialMedia ul {
    display: flex;
    margin: 0;
    margin-top: 2.1rem;
    margin-left: 12.3rem;
    padding: 0;
}
footer .footerContainer .socialMedia ul li{

    margin: 0;
    padding: 0;
    
}

.footer .footerContainer .socialMedia ul li .faceLogo{
    margin-left: 3.4rem;
}

.brekingLineSection .breakingLineSectionContainer{
    max-width: 35rem;
    margin: 0 auto;

}

.brekingLineSection .breakingLineSectionContainer .breakingLine{
    width: 31.1rem;
    height: 0.2rem;
    background: #06C269;
    margin-left: 1.85rem;
    margin-top: 13.2rem;
}

.openmenu{
    transform: translateX(0%);
}

.imagesText {
    margin-top: 12rem;
}

.imagesText .imagesTextWrapper h1{
    font-size: 3.1rem;
}

.images {
    margin-top: 10rem;
}

.images .wrapper .carousel1 img{
    width: 350px;
}

.mainLandingSection .mainLandingSectionContainer .leftColumn button a{
    color: white;
    text-decoration: none;
}

.contactSection .contactSectionContainer {
    max-width: 35rem;
    margin: 0 auto;

}

.contactSection .contactSectionContainer h1{
    text-align: center;
    font-weight: 500;
    margin-top: 10rem;
}

.socialMedia ul li{
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0 ;
}

.footer .footerContainer .socialMedia ul {
    text-align: center;
    margin: 0;
    margin-left: 12rem;
    margin-top: 3rem;
}

.footer .footerContainer .socialMedia ul li a {
    padding: 1rem;
}

.headline .headlineWrapper{
    max-width: 35rem;
    margin: 0 auto;
}

.headline .headlineWrapper h1{
    text-align: center;
    font-size: 3rem;
    margin-top: 10rem;
}

.provenSystem .provenSystemContainer{
    text-align: center;
}

.provenSystem .provenSystemContainer img{
    margin-top: 70px;
    
}

.provenSystem .provenSystemContainer h3{
    font-size: 1.8rem;
    text-transform: uppercase;
    
}

.provenSystem .provenSystemContainer .managing1{

    font-size: 2.5rem;
    text-align: center;
    margin-top: 0rem;
}

.newHeadline .newHeadlineContainer{
    max-width: 35rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 10rem;
    text-transform: uppercase;
    font-size: 2.5rem;
}


@media only screen and (min-width: 550px){



    .navigation .navigationtop{
        max-width: 120.2rem;
        max-height: 7.5rem;
        margin: 3.4rem auto;
        display: flex;
        margin-bottom: 0;

    }

    .navigation .navigationtop .logo a img{
        width: 20rem;

    }

    .navigation .navigationtop .hamburgermenu{
        display: none;
    }

    .navigation .navigationtop .navigationbar .exitHamburger{
        display: none;
    }

    .navigation .navigationtop .navigationbar{

        margin: 0;
        width: auto;
        height: auto;
        width: 100%;
        position: unset; 
        transform: none;
        transition: none;

        }

    .navigation .navigationtop .navigationbar ul{
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        background-color: #F5F5F5;
    }

    .navigation .navigationtop .navigationbar ul li{
        margin: 0;
        padding: 0;
        padding: 0 3.3rem;
    }


    .navigation .navigationtop .contactUsButton {
        display: block;
        border-radius: 2.0rem;
        background: #06C269;
        margin-right: 1.9rem;
    }

    .navigation .navigationtop .contactUsButton button{
        border-radius: 2.0rem;
        background: #06C269;
        border: #06C269;
        width: 17.4rem;
        height: 4.8rem;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;        
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }


    .mainLandingSection .mainLandingSectionContainer{
        max-width: 120rem;
        margin: 0 auto;
        display: flex;
    }

    .mainLandingSection .mainLandingSectionContainer .leftColumn .global{

        text-align: left;
        color: #FFF;
        font-family: Poppins;
        font-size: 5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        margin-top: 8.3rem;

    }

    .mainLandingSection .mainLandingSectionContainer .leftColumn .unlock{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;    
        text-align: left; 
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;   
    }

    .mainLandingSection .mainLandingSectionContainer .leftColumn .getStarted{
        margin: 0;
        margin-top: 8.6rem;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn{
        margin: 0;
        padding: 0;
        margin-top: 5rem;
        margin-left: 6.7rem;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1{
        width: 21.9rem;
        height: 27.1rem;
        text-align: center;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1 .no1{
        margin: 0;
        margin-top: 7.8rem;
        color: #06C269;
        font-family: Poppins;
        font-size: 4rem;        
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics1 .no1text{
        color: #F5F5F5;
        text-align: center;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;     
        margin: 0;
        margin: 0 0.6rem 5.8rem 0.6rem;   
    }



    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2{
        width: 21.9rem;
        height: 27.1rem;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2 .twohundredfifty{
        margin: 0;
        margin: 7.8rem 4.6rem 0 4.6rem;
        color: #06C269;
        font-family: Poppins;
        font-size: 5rem;        
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnStatistics .statistics2 .generated{
        margin: 0;
        margin: 0 2.8rem 6.4rem 2.9rem;
        color: #F5F5F5;
        text-align: center;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;        
    }

    .mainLandingSection .mainLandingSectionContainer .rightColumn .rightColumnPicture img{
        width: 30.5rem;
        height: 57rem;

    }

    .numbersSection .numbersSectionContainer{
        display: flex;
        margin: 0;
        padding: 0;
        max-width: 120rem;
        margin: 0 auto;
        margin-top: 7rem;
        padding: 2.7rem 0;
        justify-content: space-around;
    }

    .numbersSection .numbersSectionContainer .campaigns{
        margin: 0;
        padding: 0;
    }

    .numbersSection .numbersSectionContainer .campaigns .onehundredfifty{
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .numbersSection .numbersSectionContainer .campaigns .campaignslaunched{
        margin: 0;
        padding: 0;
        text-align: center;
    }


    .numbersSection .numbersSectionContainer .leads .threethousand{
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .numbersSection .numbersSectionContainer .leads .leadDelivered{
        margin: 0;
        padding: 0;
    }

    .numbersSection .numbersSectionContainer .emails .onehundredninetyfive{
        margin: 0;
        padding: 0;
    }

    .numbersSection .numbersSectionContainer .emails .emailsSent{
        margin: 0;
        padding: 0;
    }

    .descriptionSection .descriptionSectionContainer{
        max-width: 120rem;
        margin: 0 auto;
    }

    .descriptionSection .descriptionSectionContainer .leftcolumndescription{
        display: block;
        margin: 0;
        padding: 0;
        width: 50.8rem;
        height: 50rem;
        border-radius: 5rem 0px 0px 5rem;
        border: 0.1rem solid #06C269;
        background: #1C1E29;        

    }

    .descriptionSection .descriptionSectionContainer .weHelpYou{
        margin-top: 12.1rem;
    }

    .descriptionSection .descriptionSectionContainer .descriptions{
        margin-top: 10.4rem;
    }


    .descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionTop {
        width: 68rem;
        height: 24.3rem;
        border-radius: 0px 5.2863rem 0px 0px;
        border: 0.1057rem solid #06C269;
        background: #1C1E29;
        padding: 0;
        margin: 0;
        margin-left: 1.2rem;
    } 
    
    .descriptionSection .descriptionSectionContainer .rightcolumndescription .rightColumnDescriptionBottom {
        width: 68rem;
        height: 24.3rem;
        border-radius: 0px 0px 5.2955rem 0px;
        border: 0.1059px solid #06C269;
        background: #1C1E29; 
        padding: 0;
        margin: 0;
        margin-top: 1.4rem;
        margin-left: 1.2rem;       
    }  

    .descriptionSection .descriptionSectionContainer .descriptions{
        display: flex;
    }

    .descriptionSection .descriptionSectionContainer .leftcolumndescription .authentic {

        color: #F5F5F5;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; 
        text-align: left;  
        margin: 0;     
        padding: 0;   
        margin-top: 11.2rem;  
        margin-left: 4.2rem;  
    }

    .descriptionSection .descriptionSectionContainer .leftcolumndescription .line {

        width: 20rem;
        height: 0.2rem; 
        background: #06C269;
        margin: 0;
        padding: 0;  
        margin-top: 2.5rem; 
        margin-left: 4.2rem;  

    }

    .descriptionSection .descriptionSectionContainer .leftcolumndescription .outshine {

        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;         
        margin: 0;
        padding: 0;
        text-align: left;
        margin-left: 4.2rem;
        margin-top: 2.5rem;

    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionTop .coldEmail{

        color: #F5F5F5;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-top: 4.3rem;
        margin-left: 4.2rem;
        text-align: left        ;
    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionTop .line2{
        width: 20rem;
        height: 0.2rem;
        background:#06C269;
        margin: 0;
        margin-top: 1.9rem;
        margin-left: 4.2rem;
    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionTop .employ{
        margin: 0;
        color: #F5F5F5;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 1.8rem;        
        margin-left: 4.2rem;
        text-align: left;
        margin-right: 7.3rem;
    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionBottom .qualified{
        margin: 0;
        text-align: left;
        color: #F5F5F5;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 4.3rem;        
        margin-left: 4.2rem;
    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionBottom .line3{
        margin: 0;
        width: 20rem;
        height: 0.2rem;        
        background: #06C269;
        margin-left: 4.2rem;
        margin-top: 1.9rem;
        
    }

    .descriptionSection .descriptionSectionContainer .descriptions .rightcolumndescription .rightColumnDescriptionBottom .ourLeads{
        margin: 0;
        text-align: left;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;        
        font-weight: 500;
        line-height: normal;
        margin-left: 4.2rem;
        margin-top: 1.9rem;
        margin-right: 8.2rem;
    }

    .stepsSection .stepsContainer {
        max-width: 120rem;
        margin: 0 auto;
    }

    .stepsSection .stepsContainer .title{
        margin:0;
        padding: 0;
    }

    .stepsSection .stepsContainer .title h1{
        margin:0;
        padding: 0;
        text-align: left;
        margin-top: 12.1rem;
        
    }

    .stepsSection .stepsContainer .title h1{
        margin:0;
        padding: 0;
        text-align: left;
        margin-top: 12.1rem;
        
    }

    .stepsSection .stepsContainer .step{
        display: flex;
        margin: 0;
        padding: 0;
    }

    .stepsSection .stepsContainer .title h1 .wellBreak1{
        display: none;
    }

    .stepsSection .stepsContainer .title h1 {
        text-align: center        ;
    }

    .stepsSection .stepsContainer .step .stepnumber1{
        margin: 0;
        padding: 0;
        color: #FFF;
        font-family: Poppins;
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 17.2rem;
    }

    .stepsSection .stepsContainer .step .firstArrow{
        margin: 0;
        padding: 0;
    }

    .stepsSection .stepsContainer .step .coldEmail{
        margin: 0;
        padding: 0;
    }

    .stepsSection .stepsContainer .step .coldEmail{
        width: 78.1rem;
        height: 18rem;
        border-radius: 5.29rem 5.29rem 5.2955rem 5.29rem;        
        border: 0.1059rem solid #06C269;
        background: #1C1E29;
        margin-top: 14.2rem;
        margin-left: 9.65rem;
    }

    .stepsSection .stepsContainer .step .firstArrow{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 20.65rem;
        margin-left: 11.65rem;
        transform: rotate(0deg);
    }



    .stepsSection .stepsContainer .step .coldEmail .arrow{
        display: flex;
        margin: 0;
        padding: 0;
    }

    

    .stepsSection .stepsContainer .step .coldEmail .arrow .secondArrow{

        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 6.5rem;
        margin-left: 4.6rem;

    }

    .stepsSection .stepsContainer .step .coldEmail .arrow .arrowText .emailStrategy{
        margin: 0;
        padding: 0;
        text-align: left;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;        
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 3.0rem;
        margin-left: 4.7rem;
    }

    .stepsSection .stepsContainer .step .coldEmail .arrow .arrowText .coldOutreachDesign{
        margin: 0;
        padding: 0;
        text-align: left;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 1.6rem;
        margin-left: 4.7rem;
        margin-right: 7.7rem;
    }

    /*fefsefsefsefsefsefsefsefsefsefsefsefsef*/

    .stepsSection .stepsContainer .step2{
        margin: 0;
        padding: 0;
        display: flex;
    }

    .stepsSection .stepsContainer .step2 .stepnumber2{
        margin: 0;
        padding: 0;
        color: #FFF;
        font-family: Poppins;
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 5.9rem;
    }

    .stepsSection .stepsContainer .step2 .thirdArrow{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        transform: rotateX(0deg);
        margin-top: 9.35rem;
        margin-left: 10.05rem;
    }

    .stepsSection .stepsContainer .step2 .yourCalendar{
        margin: 0;
        padding: 0;
        width: 78.1rem;
        height: 18.0rem;
        border-radius: 5.29rem 5.29rem 5.2955rem 5.29rem;
        border: 0.1059rem solid #06C269;
        background: #1C1E29;
        margin-left: 9.65rem;
        margin-top: 2.9rem;
    }

    .stepsSection .stepsContainer .step2 .yourCalendar .calendar {
        display: flex;
        padding: 0;
        margin: 0;
    }

    .stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarPicture{

        margin: 0;
        padding: 0;
        margin-top: 6.5rem;
        margin-left: 4.6rem;
        width: 5rem;
        height: 5rem;

    }



    .stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarText{
        margin: 0;
        padding: 0;
    }

    .stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarText .fillCalendar{
        margin: 0;
        padding: 0;
        text-align: left;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 2.6rem;        
        margin-left: 4.7rem;

    }

    .stepsSection .stepsContainer .step2 .yourCalendar .calendar .calendarText .wePick{

        margin: 0;
        padding: 0;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 1.6rem;
        margin-left: 4.7rem;
        text-align: left;
        margin-right: 13.6rem;

    }


    /*fsefsefsefsefsefsef*/

    .stepsSection .stepsContainer .step3{
        margin: 0;
        padding: 0;
        display: flex;
    }

    .stepsSection .stepsContainer .step3 .stepnumber3{
        margin: 0;
        padding: 0;
        color: #FFF;
        font-family: Poppins;
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 5.9rem;
    }

    .stepsSection .stepsContainer .step3 .arrow3{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        transform: rotateX(0deg);
        margin-top: 9.35rem;
        margin-left: 10.05rem;
    }

    .stepsSection .stepsContainer .step3 .yourDeal{
        margin: 0;
        padding: 0;
        width: 78.1rem;
        height: 18.0rem;
        border-radius: 5.29rem 5.29rem 5.2955rem 5.29rem;
        border: 0.1059rem solid #06C269;
        background: #1C1E29;
        margin-left: 9.65rem;
        margin-top: 2.9rem;
    }

    .stepsSection .stepsContainer .step3 .yourDeal .trend {
        display: flex;
        padding: 0;
        margin: 0;
    }

    .stepsSection .stepsContainer .step3 .yourDeal .trend .trendy{

        margin: 0;
        padding: 0;
        margin-top: 6.5rem;
        margin-left: 4.6rem;
        width: 5rem;
        height: 5rem;

    }



    .stepsSection .stepsContainer .step3 .yourDeal .trend .dealText{
        margin: 0;
        padding: 0;
    }

    .stepsSection .stepsContainer .step3 .yourDeal .trend .dealText .closeDeal{
        margin: 0;
        padding: 0;
        text-align: left;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 2.6rem;        
        margin-left: 4.7rem;

    }

    .stepsSection .stepsContainer .step3 .yourDeal .trend .dealText .highQuality{

        margin: 0;
        padding: 0;
        color: #F5F5F5;
        font-family: Poppins;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 1.6rem;
        margin-left: 4.7rem;
        text-align: left;
        margin-right: 13.6rem;

    }

    .faq .faqContainer{
        max-width: 120rem;
        margin: 0 auto;
        margin-top: 1.5rem;
    }

    .faq .faqContainer h1{
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 8rem;
    }

    .question p{
        font-size: 1.8rem;
        max-height: 0;
        opacity: 0;
        line-height: 1.5;
        overflow: hidden;
        transition: all 0.6s ease;
    }

    .footer .footerContainer{
        max-width: 120rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .footer .footerContainer .navigation .navigationFooter{
        margin: 0;
        padding: 0;
        text-align: left;
        color: #06C269;
        font-family: Poppins;
        font-size: 2.5rem;       
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }

    .footer .footerContainer .navigation ul{
        margin: 0;
        padding: 0;
        margin-top: 3.1rem;
    }

   



    .footer .footerContainer .navigation ul li{
        margin: 0;
        padding: 0;
        text-align: left;
        margin-top: 1.1rem;
    }

    .footer .footerContainer .forYou .forYouText{

        margin: 0;
        padding: 0;
        text-align: left;
        color: #06C269;
        font-family: Poppins;
        font-size: 2.5rem;       
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

    }

    .footer .footerContainer .forYou ul{
        margin: 0;
        margin-top: 3.1rem;
    }

    .footer .footerContainer .forYou ul li{
        margin: 0;
        padding: 0;
        text-align: left;
        margin-top: 1.1rem;
        
    }

    .footer .footerContainer .socialMedia{
        margin: 0;
        padding: 0;
    }

    .footer .footerContainer .socialMedia .socialMediaText{

        margin: 0;
        padding: 0;
        text-align: left;
        color: #06C269;
        font-family: Poppins;
        font-size: 2.5rem;       
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;

    }

    .footer .footerContainer .socialMedia ul {
        margin: 0;
        padding: 0;
        text-align: left;
        
    }

    .footer .footerContainer .socialMedia ul li {
        list-style-type: none;
    }

    .footer .footerContainer .socialMedia ul{
        margin: 0;
        margin-top: 3.1rem;
    }

    .footer .footerContainer .socialMedia ul li a img{
        width: 4.5rem;
    }

    .provenSystem .provenSystemContainer{
        max-width: 120rem;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .provenSystem .provenSystemContainer .managing{
        margin: 0;
        padding: 0;
        text-align: center;
        color: #FFF;
        font-family: Poppins;
        font-size: 3.5rem;        
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 5.2rem;
        margin-left: 17.2rem;
        width: 83.4rem;
    }



    .provenSystem .provenSystemContainer .elements{
        display: flex;
        
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .research{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 10.05rem;
        margin-left: 6.4rem;
    }

    .provenSystem .provenSystemContainer .elements .techStack .sandbox{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 10.05rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .client{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 10.05rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .email{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 10.05rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .phoneCall{
        margin: 0;
        padding: 0;
        width: 5rem;
        height: 5rem;
        margin-top: 10.05rem;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .market{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-left: 6.4rem;
        margin-top: 2.7rem;
    }
    
    .provenSystem .provenSystemContainer .elements .techStack .tech{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-top: 2.7rem;
        margin-left: 1.4rem;
    }
    
    .provenSystem .provenSystemContainer .elements .prospectList .prospect{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-top: 2.7rem;
    }   
    
    .provenSystem .provenSystemContainer .elements .emailExecution .newEmail{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-top: 2.7rem;
    }  
    
    .provenSystem .provenSystemContainer .elements .appointmentSetting .newAppointment{
        color: #FFF;
        font-family: Poppins;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        margin-top: 2.7rem;
    }  

    /* fsefsefsefsefsefsefsef*/ 

    .provenSystem .provenSystemContainer .elements .marketResearch .targetAudience {
        margin: 0;
        padding: 0;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .targetAudience img{
        margin: 0;
        padding: 0;
        margin-left: 5rem;
        margin-top: 2.9rem;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .targetAudience h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.9rem;
    
    }


    .provenSystem .provenSystemContainer .elements .marketResearch .price img{
        margin: 0;
        padding: 0;
        margin-left: 5rem;
        margin-top: 1.2rem;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .price h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    
    }


    .provenSystem .provenSystemContainer .elements .marketResearch .Offer img{
        margin: 0;
        padding: 0;
        margin-left: 5rem;
        margin-top: 1.2rem;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .Offer h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    
    }




    /*step3*/


    .provenSystem .provenSystemContainer .elements .techStack .domainSetup {
        margin: 0;
        padding: 0;
    }

    .provenSystem .provenSystemContainer .elements .techStack .domainSetup img{
        margin: 0;
        padding: 0;
        margin-top: 2.9rem;
    }

    .provenSystem .provenSystemContainer .elements .techStack .domainSetup h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.9rem;
    
    }


    .provenSystem .provenSystemContainer .elements .techStack .emailSetup img{
        margin: 0;
        padding: 0;
        margin-top: 1.2rem;
    }

    .provenSystem .provenSystemContainer .elements .techStack .emailSetup h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    
    }


    .provenSystem .provenSystemContainer .elements .techStack .emailWarmup img{
        margin: 0;
        padding: 0;
        margin-top: 1.2rem;
    }

    .provenSystem .provenSystemContainer .elements .techStack .emailWarmup h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    
    }


    .provenSystem .provenSystemContainer .elements .prospectList .decisionMakers img{
        margin: 0;
        padding: 0;
        margin-top: 3.2rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .decisionMakers h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.9rem;
    }


    .provenSystem .provenSystemContainer .elements .prospectList .emailAddresses img{
        margin: 0;
        padding: 0;
        margin-top: 1.3rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .emailAddresses h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.7rem;
    
    }


    .provenSystem .provenSystemContainer .elements .emailExecution .scriptWriting img{
        margin: 0;
        padding: 0;
        margin-top: 3rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .scriptWriting h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.9rem;
    }


    
    .provenSystem .provenSystemContainer .elements .emailExecution .personalisation img{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .personalisation h4{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
        margin-left: 0.9rem;
    }


    .provenSystem .provenSystemContainer .elements .emailExecution .abTesting img{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .abTesting h4{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
        margin-left: 0.9rem;
    }


    
    .provenSystem .provenSystemContainer .elements .appointmentSetting .crmSystem img{
        margin: 0;
        padding: 0;
        margin-top: 3rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .crmSystem h4{
        margin: 0;
        padding: 0;
        margin-top: 2.7rem;
        margin-left: 0.9rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .sop img{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .sop h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    }


    .provenSystem .provenSystemContainer .elements .appointmentSetting .campaignStrategy img{
        margin: 0;
        padding: 0;
        margin-top: 1.1rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .campaignStrategy h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    }


    .provenSystem .provenSystemContainer .elements .prospectList .decisionMakers img{
        margin: 0;
        padding: 0;
        margin-top: 3.2rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .decisionMakers h4{
        margin: 0;
        padding: 0;
        margin-top: 3rem;
        margin-left: 0.9rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .emailAddresses img{
        margin: 0;
        padding: 0;
        margin-top: 1.3rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .emailAddresses h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    }


    .provenSystem .provenSystemContainer .elements .prospectList .verification img{
        margin: 0;
        padding: 0;
        margin-top: 1.3rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .verification h4{
        margin: 0;
        padding: 0;
        margin-top: 0.9rem;
        margin-left: 0.9rem;
    }

    .provenSystem .provenSystemContainer .elements .marketResearch .market .break1{
        display: block;
    }

    .provenSystem .provenSystemContainer .elements .techStack .tech .break4{
        display: block;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .prospect .list{
        display: block;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .newEmail .execution{
        display: block;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .newAppointment .setting{
        display: block;
    }

    .provenSystem .provenSystemContainer .elements .techStack{
        margin-left: 3.2rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList{
        margin-left: 4.3rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution{
        margin-left: 5.2rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting{
        margin-left: 5.4rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .prospect{
        margin-left:1.4rem;
    }

    .provenSystem .provenSystemContainer .elements .emailExecution .newEmail{
        margin-left:1.4rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .newAppointment{
        margin-left:1.4rem;
    }



    .provenSystem .provenSystemContainer .elements .techStack .sandbox{
        margin-left: 1.4rem;
    }

    .provenSystem .provenSystemContainer .elements .prospectList .client{
        margin-left: 1.4rem;
    }


    .provenSystem .provenSystemContainer .elements .emailExecution .email{
        margin-left: 1.4rem;
    }

    .provenSystem .provenSystemContainer .elements .appointmentSetting .phoneCall{
        margin-left: 1.4rem;
    }

    .provenSystem .provenSystemContainer .elements{
        padding-bottom: 3.5rem;
    }

    .brekingLineSection .breakingLineSectionContainer{
        display: none;
    }

    .provenSystem .provenSystemContainer{
        margin-top: 13.4rem;
    }

    .navigation .navigationtop .contactUsButton button a{
        text-decoration: none;
        color: white;
    }

    .mainLandingSection .mainLandingSectionContainer .leftColumn button a{
        text-decoration: none;
        color: white;
    }

    
    .imagesText {
        margin-top: 11rem;
        margin-bottom: 5rem;
        text-align: center;
    }

    .images .wrapper .carousel1 .firstpic{
        display: flex;
    }

    .images .wrapper .carousel1 .secondpic{
        display: flex;
    }

    .images .wrapper .carousel1 .thirdpic{
        display: flex;
    }

    .images .wrapper .carousel1 img{
        width: 580px;
        padding: 10px;
    }

    .contactSection .contactSectionContainer{
        max-width: 120rem;
        margin: 0 auto;
    }

    .contactSection .contactSectionContainer h1{
        font-size: 2rem;
        text-align: center;
        margin-top: 10rem;
        font-weight: 500;
    }

    .headline .headlineWrapper{
        max-width: 120rem;
        margin: 0 auto;
    }
    
    .headline .headlineWrapper h1{
        text-align: center;
        font-size: 3rem;
        margin-top: 10rem;
    }

    .provenSystem .provenSystemContainer {
        padding-bottom: 50px;
        text-align: center;
        
    }

    .provenSystem .provenSystemContainer h3{
       text-align: center;
        
        
    }

    .provenSystem .provenSystemContainer img{
        text-align: left;
         
         
     }

    .provenSystem .provenSystemContainer .elements1{
        display: flex;
        justify-content: space-around;
        
    }

    .provenSystem .provenSystemContainer .elements1 img{
        text-align: left;
        
    }

    .provenSystem .provenSystemContainer .managing1{

        font-size: 3.5rem;
        text-align: center;
        margin-top: 6rem;
    }

    .provenSystem .provenSystemContainer .elements{

        text-align: left;

        
    }

    .provenSystem .provenSystemContainer .elements h3{

        text-align: left;

        
    }

    .newHeadline .newHeadlineContainer{
        max-width: 120rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 10rem;
        text-transform: uppercase;
        font-size: 2.2rem;
    }
   
        
    
    

   




    









    


    














    
    





















    









    



  

}

    





































































