<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner
{
    position: relative;
    width: 100%;
}
.banner .bannerBg
{
    position: relative;
    width: 100%;
    display: flex;
}
.banner .bannerBg img
{
    width: 100%;
    height: auto;
}
.banner .bannerContent
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.004);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Sora', sans-serif;
}
.banner .bannerContent h1
{
    position: relative;
    width: max-content;
    font-size: 50px;
    font-weight: 700;
    color: #004C5E;
}

/* ================ responsive ================= */

@media only screen  and (max-width:800px)
{
    .banner .bannerContent h1
{
    font-size: 35px;
}
}

@media only screen  and (max-width:500px)
{
    .banner .bannerContent h1
{
    font-size: 20px;
}
}



/* ================ sustain page =============== */

.sustain_page
{
    position: relative;
    width: 100%;
    padding: 80px 0px;
    /* border: 0.2px solid #f00; */
    font-family: 'Sora', sans-serif;
}
.sustain_page .section_content
{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sustain_page .section_content .top_double
{
    position: relative;
    width: 100%;
    padding: 0px 80px;
    margin-bottom: 40px;
}
.sustain_page .section_content .top_double .double_inner
{
    position: relative;
    width: 100%;
    display: flex;
    border: 2px solid #004C5E;
}
.sustain_page .section_content .top_double .d_left
{
    position: relative;
    width: 50%;
    padding: 20px 30px;
}
.sustain_page .section_content .top_double .d_left p
{
    font-size: 15px;
    font-weight: 300;
    color: #151616;
}
.sustain_page .section_content .top_double .d_right
{
    position: relative;
    width: 50%;
    padding: 20px 30px;
    background: #004C5E;
}
.sustain_page .section_content .top_double .d_right p
{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}


.sustain_page .section_content .step_sec
{
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px 80px;
    display: flex;
    /* border: 1px solid #111; */
}
.sustain_page .section_content .step_sec .sec_img
{
    position: relative;
    width: 47%;
    display: flex;
}
.sustain_page .section_content .step_sec .sec_img img
{
    position: relative;
    width: 100%;
    height: auto;
}
.sustain_page .section_content .step_sec .sec_item
{
    position: relative;
    width: 53%;
    padding-left: 55px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.sustain_page .section_content .step_sec .sec_item .head
{
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c5c5;
}
.sustain_page .section_content .step_sec .sec_item .head h3
{
    font-size: 24px;
    font-weight: 500;
    color: #151616;
}
.sustain_page .section_content .step_sec .sec_item ul
{
    position: relative;
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}
.sustain_page .section_content .step_sec .sec_item ul li
{
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}
.sustain_page .section_content .step_sec .sec_item ul li i
{
    position: relative;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #151616;
}
.sustain_page .section_content .step_sec .sec_item ul li p
{
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #151616;
}
.sustain_page .section_content .step_sec .sec_item .btn
{
    position: relative;
    margin-top: 15px;
}
.sustain_page .section_content .step_sec .sec_item .btn a
{
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 9px 30px;
    background: #00A3D4;
    color: #fff;
    cursor: pointer;
}

.sustain_page .section_content .offer_sec
{
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px;
    background: #fff;
}

.sustain_page .section_content .offer_sec .sec_left_part 
{
    position: relative;
    width: 66.66%;
    /* border: 1px solid #111; */
    padding-right: 55px;
    display: flex;
    flex-wrap: wrap;
}
.sustain_page .section_content .offer_sec h5
{
    width: 100%;
    padding: 0px 40px;
    font-size: 15px;
    font-weight: 500;
    color: #606060;
    height: max-content;
    margin-bottom: 20px;
}

.sustain_page .section_content .offer_sec .sec_left_part .part_box
{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 40px;
    border-right: 1px solid #C4C5C5;
}
.sustain_page .section_content .offer_sec .sec_left_part .part_box h1
{
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.sustain_page .section_content .offer_sec .sec_left_part .part_box a
{
    position: relative;
    text-decoration: none;
    width: max-content;
    margin-top: 15px;
    font-size: 12px;
    padding: 9px 20px;
    background: #00A3D4;
    color: #fff;
}
/* .sustain_page .section_content .offer_sec .sec_right_part
{
    position: relative;
    width: 200px;
} */
.sustain_page .section_content .offer_sec .sec_right_part
{
    position: relative;
    width: 33.33%;
}
.sustain_page .section_content .offer_sec .sec_right_part img
{
    width: 170px;
    height: auto;
}

.sustain_page .section_content .bottom_sec
{
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 0px 80px;
}
.sustain_page .section_content .bottom_sec .sec_inner
{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #c4c5c5;
    display: flex;
    flex-direction: column;
}
.sustain_page .section_content .bottom_sec p
{
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    color: #151616;
}

.sustain_page .section_content .report_sec
{
    position: relative;
    width: 100%;
    padding: 0px 80px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}
.sustain_page .section_content .report_sec h4
{
    font-size: 17px;
    color: #151616;
}
.sustain_page .section_content .report_sec a
{
    position: relative;
    margin-top: 25px;
    text-decoration: none;
    width: 120px;
    height: 140px;
    border: 1px solid #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.sustain_page .section_content .report_sec a img
{
    position: relative;
    width: 50px;
}
.sustain_page .section_content .report_sec a span
{
    font-size: 10px;
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    color: #111;
}

/* ================ responsive ================= */

@media only screen  and (max-width:970px)
{
    .sustain_page .section_content .offer_sec .sec_left_part
{
    width: calc(100% - 160px);
}
.sustain_page .section_content .offer_sec .sec_left_part .part_box
{
    position: relative;
    width: 100%;
    border-right: none;
    margin-top: 15px;
}
    .sustain_page .section_content .offer_sec .sec_right_part
{
    width: 160px;
}
.sustain_page .section_content .offer_sec .sec_right_part img
{
    width: 100%;
    height: auto;
}
.sustain_page .section_content .offer_sec .sec_left_part .part_box h1
{
    font-size: 25px;
}

.sustain_page .section_content .step_sec .sec_img
{
    width: 47%;
    display: flex;
    height: max-content;
}
}


@media only screen  and (max-width:800px)
{
    .sustain_page .section_content .step_sec
{
    flex-direction: column;
    align-items: center;
}
.sustain_page .section_content .step_sec .sec_img
{
    width: 450px;
}
.sustain_page .section_content .step_sec .sec_item
{
    width: 100%;
    padding-left: 0px;
    padding-top: 50px;
}

.sustain_page .section_content .offer_sec
{
    flex-direction: column;
    align-items: center;
}

.sustain_page .section_content .offer_sec .sec_left_part
{
    position: relative;
    width: 100%;
    padding-right: 0px;
}
.sustain_page .section_content .offer_sec .sec_left_part .part_box h1
{
    font-size: 22px;
}
.sustain_page .section_content .offer_sec .sec_right_part
{
    margin-top: 50px;
}
}


@media only screen  and (max-width:600px)
{
    .sustain_page .section_content .top_double,
    .sustain_page .section_content .step_sec,
    .sustain_page .section_content .bottom_sec
{
    padding: 0px 30px;
}
.sustain_page .section_content .report_sec
{
    padding: 0px 30px;
    padding-top: 40px;
}
    .sustain_page .section_content .offer_sec
{
    padding: 30px 30px;
}
.sustain_page .section_content .offer_sec h5 {
    padding: 0px 0px;
  }
.sustain_page .section_content .offer_sec .sec_left_part .part_box
{
    padding: 0;
}
.sustain_page .section_content .top_double .double_inner
{
    flex-direction: column;
}
.sustain_page .section_content .top_double .d_left,
.sustain_page .section_content .top_double .d_right
{
    width: 100%;
}
.sustain_page .section_content .top_double .d_left p,
.sustain_page .section_content .top_double .d_right p
{
    font-size: 13px;
}
.sustain_page .section_content .step_sec .sec_img
{
    width: 100%;
}
}


/* =============== connect ================ */

.connect
{
    position: relative;
    width: 100%;
    /* border: 0.2px solid #f00; */
    font-family: 'Sora', sans-serif;
}
.connect .section_content
{
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
}
.connect .section_content .content_banner
{
    position: relative;
    width: 100%;
    display: flex;
}
.connect .section_content .content_banner img
{
    width: 100%;
    height: auto;
    filter: grayscale(1);
}
.connect .section_content .content_form
{
    position: relative;
    margin-top: -200px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0px 60px;
    padding-bottom: 50px;
}
.connect .section_content .content_form .form
{
    position: relative;
    width: 550px;
    min-height: 250px;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
}
.connect .section_content .content_form .form .form_top
{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}
.connect .section_content .content_form .form .form_top h1
{
    position: relative;
font-size: 30px;
color: #1e1e1e;
}
.connect .section_content .content_form .form .form_top p
{
    position: relative;
margin-top: 10px;
font-size: 14px;
color: #151616;
}
.connect .section_content .content_form .form .form_bottom
{
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.connect .section_content .content_form .form .form_bottom .input_box_1
{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.connect .section_content .content_form .form .form_bottom .input_box_2
{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.connect .section_content .content_form .form .form_bottom .input_box_1 h5,
.connect .section_content .content_form .form .form_bottom .input_box_2 h5
{
    font-size: 14px;
    color: #C4C5C5;
}
.connect .section_content .content_form .form .form_bottom .input_box_1 input,
.connect .section_content .content_form .form .form_bottom .input_box_2 input
{
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 38px;
    padding: 5px 11px;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    color: #000;
    border: none;
    outline: none;
}
.connect .section_content .content_form .form .form_bottom .input_box_2 textarea
{
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    background: #f5f5f5;
    color: #000;
    border: none;
    outline: none;
    resize: none;
}
.connect .section_content .content_form .form .form_bottom .btn
{
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 0px 10px;
}
.connect .section_content .content_form .form .form_bottom .btn button
{
    position: relative;
    width: max-content;
    font-size: 12px;
padding: 11px 20px;
background: #00A3D4;
color: #fff;
font-weight: 500;
font-family: 'Sora', sans-serif;
border: none;
cursor: pointer;
}

/* ================ responsive ================= */

@media only screen  and (max-width:850px)
{
    .connect .section_content .content_form
{
    margin-top: -100px;
}
}

@media only screen  and (max-width:680px)
{
    .connect .section_content .content_form .form
{
    width: 100%;
}
}

@media only screen  and (max-width:600px)
{
    .connect .section_content .content_form
{
    padding: 0px 30px;
}
.connect .section_content .content_form
{
    margin-top: 0px;
}
}

@media only screen  and (max-width:450px)
{
    .connect .section_content .content_form
{
    padding: 0px 20px;
}
    .connect .section_content .content_form .form .form_bottom .input_box_1
{
    width: 100%;
}
}</pre></body></html>