*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

  
  @font-face {
     font-family: "Graphik-regular";
    src: url("https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-regular-cy-gr-web.346a8f08.eot");
    src: url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-regular-cy-gr-web.346a8f08.eot') format('embedded-opentype'),
         url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-regular-cy-gr-web.78053d51.woff') format('woff'),
         url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-Graphik-Regular-Cy-Gr-Web.78053d51.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
     font-family: "Graphik-medium";
    src: url("https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-medium-cy-gr-web.cbc54c2b.eot");
    src: url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-medium-cy-gr-web.cbc54c2b.eot') format('embedded-opentype'),
         url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-graphik-medium-cy-gr-web.cb979af7.woff') format('woff'),
         url('https://connect.clover.com/rs/215-EWB-051/images/connect-to-sale-Graphik-Medium-Cy-Gr-Web.cb979af7.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
  }

body{
    font-family: 'Graphik-regular', sans-serif ;
}

ul,ol{
    list-style: none;
}

p{
    margin: 0px;
}

.container{
    margin: 0 auto;
    max-width: 990px;
}

.container header{
    width: 100%;
    margin-bottom: 40px;
}
.brand-logo{
    padding: 32px 0;
}
.brand-logo a{
    display: flex;
    align-items: center;
    width: fit-content;
}
.brand-logo .line{
    border: 1px solid #c4c4c4;
    height: 28px;
    margin-left: 18px;
    margin-right: 14px;
}


.banner-img {
    background-image: url('https://connect.clover.com/rs/215-EWB-051/images/LP-6-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title{
    font-family: 'Graphik-regular';
    font-size: 44px;
    line-height: 48.4px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
    padding: 32px 50px;
    background:  linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)
      );
}
.intro-section{
    padding: 0px 24px 15px;
}

.intro-section .intro-title{
    font-size: 38px;
    line-height: 44px;
    color: #228800;
    font-weight: 600;
    padding-bottom: 12px;
}
.intro-section .intro-para{
    padding-bottom: 25px;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.16px;
}


/* start */

.list_section {
    padding-bottom: 80px;
}
.list_section li {
    counter-increment: step-counter;
}
.list_section li h2:before {
    content: counter(step-counter)'.';
    color: #228800;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.04em;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }
.list_Itemsection {
    padding: 0px 24px;
}
.list_section h2 {
    color: #228800;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.04em;
    margin: 0px 0px 12px 0px;
}

.list_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5A5A5A;
    margin: 0px 0px 40px;
    letter-spacing: -0.16px;
}
/* end */
footer{
    background-color: #3D3D3D;
}
.footer-section{
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
    gap: 59px;

}
.footer-content{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    letter-spacing: -0.32px;
}
.footer-links ol{
    display: flex;
    gap: 12px;
}
.mob-br{
    display: none;
}
.info_sec {
    overflow: hidden;
}
br{
    display: block;
}



/* popup Start  */
.popup_overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 43;
    display: none;
}

.popup_blk {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 44;
    display: none;
    width: 520px;
    height: 251px;
    background: #FFFFFF;
    border-radius: 6px;
}

.popup_Condent {
    padding: 48px 20px 38px;
}

.popup_close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 10px 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

.popup_Info p {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #394048;
    padding-right: 12px;
    margin: 0px 0px 16px;
}

.popup_Info .user_details {
    margin-bottom: 16px;
}

.popup_Info .user_details span {
    color: #228800;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.02em;
}

.user_info a {
    align-items: center;
    display: flex;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #228800;
    width: fit-content;    
}

.ph a {
    margin-bottom: 12px;
}

.user_info a img {
    margin-right: 8px;
}
.body_hidden {
    overflow-y: hidden;
}

/* popup End  */


@media only screen and (max-width: 825px){
    .brand-logo{
        padding: 60px 0 24px;
        padding-left: 20px;
    }

    .banner-img {
        background-image: url('https://connect.clover.com/rs/215-EWB-051/images/LP-6-mob-banner.png');
        background-repeat: no-repeat;
        min-height: 250px;
        
    }

    .banner-title{
        font-size: 38px;
        line-height: 42px;
        padding: 27px 15px 27px 20px;
    }
    
    .mob-br{
        display: block;
    }
    .footer-section{
        padding: 33px 20px;
        flex-direction: column;
        gap: 24px;
    }br{
        display: none;
    }
    .intro-section{
        padding: 0px 20px 15px 20px;
    }

    .intro-section .intro-title{
        font-size: 32px;
    }

    .info_title h2 span {
        display: block;
    }

    .info_cond,
    .card_blk {
        padding: 0px 20px;
    }

    .info_title {
        padding: 17px 20px 17px 20px;
        width: calc(100% - 20px);
    }
    .btm_border {
        width: auto;
        margin: 0px 20px 30px;
    }
    .card_blk {
        flex-wrap: wrap;
    }

    .card_blk .icon_blk {
        margin: 0px 0px 24px;
    }
    /* .list_section h2, .list_section::marker  {
        font-size: 32px;
        line-height: 38px;
    } */

    .list_section h2, .list_section li h2:before  {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .list_section {
        padding: 0px 20px 40px 20px;
    }
    .list_Itemsection { 
        padding: 0px;
    }
    /*  */
    .body_hidden {
        overflow-y: hidden;
    }
}




@media only screen and (max-width: 600px) {
    .popup_blk {
        width: 375px;
        height: 276px;
        
    }
    .body_hidden {
        overflow-y: hidden;
    }
    
}
@media only screen and (max-width: 376px) {
    .popup_blk {
        width: 100%;
    }
    .body_hidden {
        overflow-y: hidden;
    }
    
}