<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 320px) {
    .section .sc-inner {
        padding: 35px 0;
    }

    .f-normal {
        font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif !important;
    }

    .accordion-content .wrap {
        padding: 0 0 20px;
    }

    .table-faq {
        width: 100%;
        max-width: 600px;
    }

    .table-faq table {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .table-faq th,
    .table-faq td {
        text-align: center;
        border: 1px solid #eeeeee;
    }

    .table-faq th {
        font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
        font-size: 25px;
        line-height: .8;
        background-color: #00a94f;
        color: #fff;
        padding: 15px 10px;
    }

    .table-faq td {
        padding: 10px;
    }

    a.btn-tel2 img {
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    /* slick */
    .slick-mobile {
        margin-top: 20px;
        padding-bottom: 20px;
    }


    .icw button.slick-arrow {
        font-size: 0 !important;
        position: absolute;
        top: 45%;
        z-index: 1;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        overflow: hidden;
        overflow: hidden;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }

    .icw button.slick-arrow.slick-disabled {
        opacity: .4;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

    .slick-arrow:before {
        content: '';
        border-top: 2px solid #00a950;
        border-left: 2px solid #00a950;
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        visibility: visible;
        position: relative;
        top: 0;
        left: 16px;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    .slick-next:before {
        left: 14px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slick-arrow {
        border-radius: 50%;
        background-color: #fff;
    }

    .slick-slide:focus {
        outline: 0;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
        background-color: #ffffff;
        z-index: 999;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background-color: #ffffff;
    }

    .slick-disabled {
        opacity: 0.3;
    }

    /* Dots */
    .slick-dotted.slick-slider {
        overflow: hidden;
        margin-bottom: 0;
    }

    .slick-dots {
        position: relative;
        bottom: -20px;
        display: block;
        width: 100%;
        padding: 0 !important;
        margin: 0 auto !important;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #777;
        border-radius: 10px;
        text-align: center;
        opacity: #999999;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        background-color: #c3fe02;
    }

    /* highlight */
    .section-highlight .sc-inner {
        padding: 0;
    }

    .section-highlight .sc-category {
        margin: 0px -15px;
        background-color: #fff;
        border-top: 0;
        border-bottom: 0;
        color: #00a950;
    }

    .bg-highlight {
        background: #008E68;
        padding: 50px 0;
    }

    .section-step1 {
        margin-top: 10px;
        padding: 30px 0;
        background: -moz-linear-gradient(left, #eb7c43 0%, #c94925 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #eb7c43), color-stop(100%, #c94925));
        background: -webkit-linear-gradient(left, #eb7c43 0%, #c94925 100%);
        background: -o-linear-gradient(left, #eb7c43 0%, #c94925 100%);
        background: -ms-linear-gradient(left, #eb7c43 0%, #c94925 100%);
        background: linear-gradient(to right, #eb7c43 0%, #c94925 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7c43', endColorstr='#c94925', GradientType=1);
    }

    .svg-step1-top,
    .svg-step1-bottom {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 5;
        height: 40px;
    }

    .svg-step1-top {
        top: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .svg-step1-bottom {
        bottom: 0;
    }

    .section-step1 .sc-headline h2,
    .section-step2 .sc-headline h2 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .list-mobile:focus {
        outline: 0;
    }

    .list-mobile .image {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }

    .list-mobile .content {
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
    }

    /* section-step2 */
    .section-step2 {
        margin-top: 0px;
    }

    .section-step2 .sc-inner {
        padding-bottom: 20px;
    }

    .tab {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
    }

    .sub-title {
        font-size: 16px;
        text-align: center;
        color: #fff;
    }

    .tab .control,
    .tab .selector {
        border-radius: 45px;
        overflow: hidden;
    }

    .tab .control {
        display: table;
        table-layout: fixed;
        width: 100%;
        background: #008E68;
        font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
        border: 2px solid #c3fe02;
    }

    .tab .control a {
        font-size: 25px;
        text-decoration: none;
        padding: 5px 5px;
        display: table-cell;
        vertical-align: middle;
        min-width: 150px;
        line-height: .8;
        height: 46px;
        color: #c3fe02;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .tab .control a.active {
        color: #026223;
        pointer-events: none;
    }

    .tab .selector {
        display: inline-block;
        width: 100%;
        max-width: 170px;
        min-width: 150px;
        height: calc(100% - 8px);
        position: absolute;
        left: 4px;
        top: 4px;
        z-index: 1;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
        -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
        transition-timing-function: cubic-bezier(.42, 0, .58, 1);
        background-color: #c3fe02;
        border-radius: 45px;
        overflow: hidden;
    }

    .tab-container {
        position: relative;
        z-index: 11;
    }

    .tab-container .tab-content {
        display: block;
        position: relative;
        opacity: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
    }

    .tab-container .tab-content.active {
        opacity: 1;
        height: auto;
        overflow: visible;
        visibility: visible;
    }

    /* section-privilege */
    .section-privilege {
        background-color: #fafafa;
    }

    .c-orange {
        color: #f45428 !important;
    }

    .section-privilege .sc-headline h1 {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .section-privilege .sc-headline h2 {
        font-size: 35px;
    }

    .section-privilege .sc-headline h2 img {
        width: 45px;
        position: relative;
        top: -1px;
        margin-right: 10px;
    }

    .sc-privilege {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
    }

    .sc-privilege .tb,
    .sc-privilege .tbcell {
        display: block;
    }


    .sc-privilege .tbcell:first-child .list-privilege {
        margin-bottom: 40px;
    }

    .list-privilege {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #00966e;
    }

    .privilege-top {
        border-radius: 10px 10px 0 0;
        background-color: #026223;
        text-align: center;
        padding: 20px 10px;
    }

    .privilege-top p {
        line-height: 0.8;
        color: #fff;
    }

    .privilege-top p:first-child {
        font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
        font-size: 45px;
        margin-bottom: 10px;
    }

    .privilege-top p:nth-child(2) {
        font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
        font-size: 35px;
    }

    .privilege-content {
        padding: 40px 20px 40px;
        text-align: center;
    }

    .privilege-content img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
    }

    .privilege-content p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px;
    }

    .privilege-content a.btn {
        color: #026223 !important;
        font-weight: bold;
        padding: 12px 10px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        border-radius: 35px;
        background-color: #c3fe02;
    }

    .privilege-content a.btn:hover {
        background-color: #ddff6e !important;
    }

    .privilege-content a.btn img {
        width: 24px;
        position: relative;
        top: -1px;
        margin: 0 0 0 5px;
    }


    .bg-highlight .container {
        position: relative;
    }

    .coin {
        display: none;
    }

    .wrap .list-style-none {
        padding-left: 15px;
    }
}

@media screen and (min-width: 401px) {
    .tab .selector {
        min-width: 150px;
        max-width: 190px;
    }
}

@media screen and (min-width: 767px) {
    .section .sc-inner {
        padding: 45px 0;
    }

    /* section-step2 */
    .tab .selector {
        min-width: 300px;
        max-width: 300px;
    }

    #chanels-02 .sub-title img {
        width: 120px;
    }

    .tab .control a {
        font-size: 30px;
        width: 304px;
        padding: 5px 15px;
    }

    .section-donation-inner {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        background-color: #fff;
        border-top: 3px solid #00a94f;
        padding: 40px 80px;
    }

    .tab .control {
        width: auto;
        font-size: 30px;
    }

    .tab-container2 {
        width: 100%;
        height: 100%;
        display: table;
        text-align: center;
    }

    .tab-content2,
    .tab-container2 .tab-content2,
    .tab-container2 .tab-content2.active {
        display: table-cell;
        vertical-align: top;
    }

    .sc-kpoint .box-content {
        padding: 40px 20px;
    }

    .tab-container2 .action-form {
        background-color: transparent;
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 0;
    }

    .tab-container2 .action-form .btn {
        box-shadow: 0;
    }



    /* section-privilege */
    .section-privilege .sc-headline h2 {
        font-size: 40px;
    }

    .privilege-top p:first-child {
        font-size: 55px;
        margin-bottom: 14px;
    }

    .privilege-top p:nth-child(2) {
        font-size: 40px;
    }

    .privilege-top {
        padding: 25px 10px;
    }



    .privilege-content img {
        max-width: 320px;
    }



    .svg-step1-top,
    .svg-step1-bottom {
        height: 75px;
    }

    /* section-step1 */
    .section-step1 {
        margin-top: 0;
        padding: 50px 0;
    }

    /* section-step2 */
    .section-step2 {
        margin-top: -40px;
    }

    .coin {
        display: block;
        position: absolute;
        z-index: 10;
    }

    .coin1 {
        top: -85px;
        width: 215px;
        right: 0;
    }

    .coin2 {
        top: 80px;
        width: 148px;
        left: 0;
    }

    .coin3 {
        top: -120px;
        width: 202px;
        right: 0;
    }

    .coin4 {
        top: -70px;
        width: 238px;
        left: 50px;
    }

    .table-faq th {
        font-size: 30px;
    }

}

@media screen and (min-width: 991px) {
    .section .sc-inner {
        padding: 60px 0;
    }

    /* section-privilege */

    .sc-privilege .tb {
        display: table;
    }

    .sc-privilege .tbcell {
        display: table-cell;
        width: 50%;
    }

    .sc-privilege .tbcell:first-child .list-privilege {
        margin-bottom: 0;
    }

    .list-privilege {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .main {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    a.btn-tel2 {
        display: inline-block;
        width: 100%;
        max-width: 130px;
        text-align: center;
        border: 1px solid #00a950;
        border-radius: 25px;
        padding: 5px 10px 4px;
    }
}
</pre></body></html>