.w-full {
    width: 100%;
}

.px-15 {
    padding: 0 15px;
}

.mx-auto {
    margin: 0 auto;
    /* display: inline-block; */
}

.rounded-sm {
    border-radius: 6px;
}



select {
    font-size: 16px;
}

input[type="file"] {
    background-color: #fff !important;
}

/* .navsub.--sdgAi,
.navParent.--sdgAi {
    position: relative;

} */

.navsub.--sdgAi::after,
.navParent.--sdgAi:after {
    content: "NEW";
    background: red;
    line-height: 1;
    padding: 3px 3px;
    border-radius: 2px;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    position: absolute;
    font-size: 8px;
    top: -15px;
    left: 50%;
}


.blue-txt {
    font-size: 16px;
    color: #13499D;
    font-weight: 500;
}


.sectionBanner.--sdgAi {
    height: auto;
    padding: 80px 20px;
    background:
        url("../images/hero-left-t.png?v=202512192004") top left no-repeat,
        url("../images/hero-right-b.png?v=202512192004") bottom right no-repeat,
        url("../images/hero-left-b.png?v=202512192004") bottom left no-repeat,
        url("../images/hero-right-t.png?v=202512192004")top right no-repeat #F4F4F4;
    background-size:
        20%,
        20%,
        20%,
        20%,
        cover;
}

.sectionEventgroup.--hadiahSect {
    padding-top: 150px;
    padding-bottom: 150px;
    background:
        url("../images/gift-left.png?v=202512192004") top left no-repeat,
        url("../images/gift-right.png?v=202512192004") bottom -15px right no-repeat;

    background-size:
        14%,
        14%;
}

.sectionEventgroup.--hadiahSect.--sm {
    padding-top: 70px;
    padding-bottom: 70px;

}

.sectionEventgroup.--aboutEvent {

    background:
        url("../images/info-left.png?v=202512192004") center left no-repeat,
        url("../images/info-right.png?v=202512192004") center right no-repeat;

    background-size:
        14%,
        14%;
}

.sectionEventgroup.--juriSect {

    background:
        url("../images/juri-left.png?v=202512192004") bottom 20px left no-repeat,
        url("../images/juri-right.png?v=202512192004") top 20px right no-repeat;

    background-size:
        15%,
        15%;
}

.sectionEventgroup.--seremoniSect {

    background:
        url("../images/seremoni-left-t.png?v=202512192004") top left no-repeat,
        url("../images/seremoni-right-t.png?v=202512192004")bottom right no-repeat,
        url("../images/seremoni-right.png?v=202512192004") top right no-repeat,
        url("../images/seremoni-left.png?v=202512192004") bottom left no-repeat,
        #E6FAFF;

    background-size:
        15%,
        15%,
        15%,
        10%,
        cover;
}

.sectionEventgroup.--kriteriaSect {

    background:
        url("../images/kriteria-left.png?v=202512192004") bottom left no-repeat;


    background-size: 50%;
}




.--sdgAi .sectionBanner-content {
    gap: 15px;
}


.--sdgAi .sectionBanner-content h3 {
    font-size: 18px;
    text-wrap-style: balance;
}

.--sdgAi .sectionBanner-content h3,
.--sdgAi .sectionBanner-content p {
    color: #13499D;
}

.--sdgAi .sectionBanner-content p {

    margin: 0 auto;
    text-align: center;
    text-wrap: balance;
}

.sectionEventgroup.--caraDaftar {
    background-color: #F8F0E1;
}


.sectionEventgroup.--periodeKompetisi {
    background-color: #CD9A33;
}

.sectionHead {
    margin-bottom: 30px;
}

.sectionHead-title {
    color: #13499D;
    text-wrap-style: balance;
    font-size: 20px;
}

.sectionHead-titleSm {
    color: #13499D;
    font-weight: 600;
    text-wrap-style: balance;
}

.sectionEventgroup.--periodeKompetisi .sectionHead-title {
    color: #fff;
}

.btn-white {
    border-color: var(--white);
    color: #2E5CA6;
}

.box-mustard {
    padding: 10px 30px;
    background-color: #CD9A33;
    color: #fff;
    border-radius: 20px;
    max-width: 430px;
    text-wrap-style: balance;
    font-weight: 700;
}


.sectionEventgroup .colBox .eventItem::before {
    background: #0E9DD5;
    background: linear-gradient(180deg, rgba(14, 157, 213, 0) 0%, rgba(19, 73, 157, 1) 100%);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.flex-center-end {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.flexed-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}




.flexed-content.wrap {
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
}

.flexed-content.kriteria {
    flex-wrap: nowrap;
}

.total-gift {
    font-size: 35px;
    color: #CD9A33;
    font-weight: 700;
}

.total-gift-desc {
    color: #13499D;
    font-size: 18px;
    font-weight: 500;
}

.hadiah-box {
    width: 100%;
    max-width: 490px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border: 5px solid #C4232F;
    border-radius: 35px;
}

.hadiah-price {
    width: calc(100% - 20px);
    max-width: 400px;
}

.hadiah-price img {
    width: auto;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.hadiah-box p {
    font-weight: 600;
    color: #13499D;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

.hadiah-desc-btm {
    margin: 15px auto;
    max-width: 800px;
    color: #13499D;
    font-size: 14px;
}

.hadiah-desc-btm small {
    font-size: 12px;
}


.tahap-txt {
    text-align: center;
    color: #13499D;
    font-size: 14px;
    margin-bottom: 15px;
}

.tahap-txt div:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.tahap-txt div:first-child {}

.caraDaftar-box {
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: start;
    gap: 15px;
    margin: 0 auto;
}

.sectionEventgroup.--caraDaftar .caraDaftar-box {
    max-width: 280px;
}

.caraDaftar-num {
    width: 40px;
    flex: none;
}

.caraDaftar-num img {
    width: 100%;
}


.caraDaftar-box p {
    font-size: 14px;
    color: #13499D;
    font-weight: 500;
}

.caraDaftar-box.--kriteria {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    padding: 30px 20px;
    gap: 20px;
}

.caraDaftar-box.--kriteria:first-child {
    background-color: #E0F7E0;
}

.caraDaftar-box.--kriteria:nth-child(2) {
    background-color: #F8F0E1;
}

.caraDaftar-box.--kriteria:nth-child(3) {
    background-color: #D9F8FF;
}


.caraDaftar-box.--kriteria>p {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    text-wrap: balance;
    font-size: 16px;
}

.--kriteria .caraDaftar-num {
    margin: 0 auto;
    width: 170px;
}

.--kriteria .kriteria-list>p:first-child {
    display: none;
}

.juri-sliderWrap {
    max-width: 700px;
    margin: 0 auto;
}

.juri-slider {
    width: 100%;
}

.juri-item>div {
    min-height: 450px;
    position: relative;
    background-color: #F7F7F7;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.juri-img {
    height: 295px;
    overflow: hidden;
}

.juri-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.juri-text {
    padding: 20px;
}


.juri-textMain {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.juri-textBottom {
    margin-top: auto;
    font-size: 16px;
    color: #000;
}

.juri-textLogo {
    width: 35%;
    flex: none;
}

.juri-textLogo img {
    width: 100%;
}

.tns-controls {
    position: absolute;
    z-index: 4;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.tns-controls button {
    width: 48px;
    height: 48px;
    background-color: #13499D;
    border: none;
    border-radius: 50%;

    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.1786%2014.9285L11.4286%2023.6785C11.182%2023.9251%2010.8476%2024.0636%2010.4989%2024.0636C10.1502%2024.0636%209.8158%2023.9251%209.56923%2023.6785C9.32266%2023.432%209.18414%2023.0976%209.18414%2022.7489C9.18414%2022.4002%209.32266%2022.0657%209.56923%2021.8192L17.3906%2014L9.57142%206.17855C9.44933%206.05646%209.35249%205.91152%209.28641%205.752C9.22034%205.59249%209.18633%205.42152%209.18633%205.24886C9.18633%205.0762%209.22034%204.90523%209.28641%204.74572C9.35249%204.5862%209.44933%204.44126%209.57142%204.31917C9.69351%204.19708%209.83845%204.10024%209.99796%204.03416C10.1575%203.96809%2010.3284%203.93408%2010.5011%203.93408C10.6738%203.93408%2010.8447%203.96809%2011.0043%204.03416C11.1638%204.10024%2011.3087%204.19708%2011.4308%204.31917L20.1808%2013.0692C20.303%2013.1913%2020.3999%2013.3363%2020.466%2013.4959C20.532%2013.6555%2020.5659%2013.8266%2020.5657%2013.9993C20.5655%2014.1721%2020.5312%2014.3431%2020.4648%2014.5025C20.3984%2014.662%2020.3011%2014.8068%2020.1786%2014.9285Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;

}

.--periodeKompetisi .tns-controls button {
    width: 30px;
    height: 30px;
}

[data-controls="prev"] {
    display: none;
}

.--periodeKompetisi .tns-controls {
    width: 100%;
    top: 35%;
}

.--periodeKompetisi .tns-controls button {
    position: absolute;

    top: 0;
}

.--periodeKompetisi .tns-controls button.disabled {

    opacity: 0.4;
}

.--periodeKompetisi [data-controls="next"] {
    right: 15px;
}

.--periodeKompetisi [data-controls="prev"] {
    display: block;
    transform: rotate(180deg);

    left: 15px;
}

.seremoni-box {
    border-radius: 8px;
    overflow: hidden;
    background-color: #Fff;
    margin: 0 auto;
    flex: none;
    flex-grow: 1;
}

.seremoni-img {
    height: 200px;
    overflow: hidden;
}

.seremoni-img img {
    object-fit: cover;
    width: 100%;
}


.seremoni-text {
    padding: 20px;
    color: #13499D;
}

.seremoni-text div:first-child {
    font-weight: 700;
    margin-bottom: 16px;
}

.seremoni-text ul li {
    font-weight: 500;
}

.kriteria-list {
    color: #13499D;
}

.kriteria-list>p:first-child {
    font-weight: 700;
}

.kriteria-list ul {
    padding-left: 25px;
}

.kriteria-list ul li {
    font-size: 14px;
    list-style: disc;
}

.kriteria-list>ul>li::marker {
    font-size: 24px;
}

.snk-kelengkapan {
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    width: 100%;
    color: #000;
    margin: 0 auto 50px;
}

.btn-blueSDG {
    background-color: #2E5CA6;

}

.btn-blueSDG:hover {
    background-color: #C4232F;
    color: #fff;

}

.max-w-md {
    max-width: 100%;
}

.periode-slider {
    width: 100%;
}

.periode-wrap {
    display: none;

}

.periode-item>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.periode-img {
    max-width: 120px;
    flex: none;
    height: 150px;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.periode-txt {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-wrap-style: balance;
}

.periode-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.formWrapper textarea {
    min-height: 150px;
}


.btn-primary {
    background-color: #CD9A33;
    border: none;
    transition: all 150ms ease-in-out;
}

.btn-primary:hover {
    background-color: #fff !important;
    color: #CD9A33;
    outline: 1px solid #CD9A33;

}

.max-w-xl {
    max-width: 650px;
}

.max-w-1000 {
    max-width: 1000px;
}

.ketentuan-jTxt {
    border-radius: 8px;
    overflow: hidden;
    background-color: #E0F7E0;
    margin: 0 auto;
}

.ketentuan-jTxt>div:first-child {
    background-color: #13499D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 30px;
}


.ketentuan-jTxt>div:nth-child(2) {
    color: #13499D;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;

    /* 
    display: flex;
    justify-content: center;
    align-items: center; */
}


.ketentuan-jTxt ul {
    padding-left: 25px;
}

.ketentuan-jTxt ul li {

    list-style: disc;
}

.eventInfoBox {
    text-align: center;
    background-color: #CD9A33;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 12px;
    text-wrap-style: balance;
    max-width: 1100px;
}

.eventInfoBox div:first-child {
    font-size: 19px;
    font-weight: 700;
}

.eventInfoBox div:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
}

.eventInfoBox div:nth-child(3) {
    font-size: 14px;
}

.tema-box {
    background-color: #13499D;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.juara-box {
    border: 2px solid #13499D;
    border-radius: 12px;
    text-align: center;
    padding: 10px 30px;
}

.juara-box>div {
    margin-bottom: 5px;
}

.juara-box div:first-child,
.juara-box div:nth-child(3) {
    font-size: 16px;
    color: #13499D;
    font-weight: 700;
}



.juara-box div:nth-child(2) {
    font-size: 18px;
    color: #CD9A33;
    font-weight: 700;
}


.mainContent.--faq {
    max-width: 720px;
    margin: 0 auto;
}


.--logoSect .logo-box {
    gap: 15px;
    margin-bottom: 35px;
}

.lestariPart-img.--tanoto img {
    max-height: 51px;
    min-height: 50px;
}

.--logoSect .logo-txt {
    font-size: 18px;
    color: #000;
    font-weight: 700;

}

.--temaSect .ketentuan-jTxt {
    text-align: center;
}

.--logoSect .lestariPart {
    max-width: 200px;
}

.--logoSect .logo-box:first-child .flex-col>.lestariPart:first-child {
    max-width: 300px;
}

.faq-p {
    margin-top: 5px;
}

.contentBody>ol>li {
    margin-bottom: 10px;

}

.contentBody>ol>ol>li {
    font-size: 14px;
}

.contentBody>ol>li span {
    font-weight: 700 !important;
}

.sub-accordion {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
}

.keterangan-input {
    font-size: 11px;
    margin-top: 5px;
    padding-right: 1rem;
}

.keterangan-input ol {
    padding-left: 15px;
    list-style: decimal;
}


/* .--ketentuan .flexed-content {
    flex-wrap: wrap;
} */

@media screen and (min-width:375px) {

    .sectionBanner-content h3,
    .sectionHead-title {
        font-size: 22px;
    }

    .total-gift {
        font-size: 40px;
    }
}


@media screen and (min-width:768px) {
    .md-hidden {
        display: none;
    }

    .sectionHead {
        margin-bottom: 40px;
    }

    .sectionBanner.--sdgAi {
        padding: 90px 50px;

        background-size: 15%,
            15%,
            15%,
            15%,
            cover;

    }



    .caraDaftar-box p,
    .kriteria-list ul li {
        font-size: 16px;
    }

    .sectionHead-titleSm {
        font-size: 24px;
    }



    .--sdgAi .sectionBanner-content {
        max-width: 700px;
    }

    .--sdgAi .sectionBanner-content h3 {
        font-size: 24px;
    }

    .sectionEventgroup.--aboutEvent {
        padding: 100px 0;
    }

    .eventInfoBox {
        padding: 40px;

    }

    .eventInfoBox div:first-child {
        font-size: 22px;
    }

    .eventInfoBox div:nth-child(2) {
        font-size: 18px;
    }

    .eventInfoBox div:nth-child(3) {
        font-size: 14px;
    }

    .sectionEventgroup.--hadiahSect.--sm {
        padding-top: 100px;
        padding-bottom: 100px;

    }





    .--temaSect .ketentuan-jTxt>div:first-child {
        font-size: 20px;
        padding: 15px 30px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .--temaSect .ketentuan-jTxt>div:nth-child(2) {
        font-size: 16px;
        padding: 30px;
    }



    .hadiah-price {
        height: 200px;
    }



    .hadiah-box {
        height: 345px;
        border-radius: 50px;
    }

    .hadiah-box p {
        font-size: 32px;
    }

    .hadiah-desc-btm {
        font-size: 16px;
    }

    .tahap-txt {

        font-size: 16px;
    }

    .sectionEventgroup.--hadiahSect {

        background-size: 10%,
            10%;
    }

    .sectionEventgroup.--caraDaftar {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .caraDaftar-box.--kriteria {
        flex-direction: row;
        justify-content: flex-start;
        padding: 30px 50px;
        gap: 45px;
        min-height: 200px;
    }



    .caraDaftar-box.--kriteria>p {
        display: none;
    }

    .--kriteria .caraDaftar-num {
        width: 20%;
        margin: 0;
    }

    .caraDaftar-box.kriteria-list {
        width: 70%;
    }

    .--kriteria .kriteria-list>p:first-child {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tns-controls {
        right: 15px;
    }


    .snk-kelengkapan {
        font-size: 14px;
        max-width: 430px;
    }


    .max-w-md {
        max-width: 400px;
    }



    .total-gift {
        font-size: 60px;
    }

    .tema-box {
        font-size: 15px;
        height: 81px;
    }


    .flexed-content.--jstart {
        align-items: start;
    }



    .juara-box {
        width: 30%;
        flex: none;
    }

    .flex-col .flexed-content {
        width: 100%;
    }

    .total-gift-desc {
        margin-top: 20px;
    }

    .sectionEventgroup.--kriteriaSect {
        background-size: 30%;
    }

    .--temaSect .flexed-content {
        flex-direction: column;
    }

    .--temaSect .ketentuan-jTxt {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .contentBody>ol>ol>li {
        font-size: 16px;
    }



    .ketentuan-jTxt {
        width: calc(100% / 2);
        min-height: 320px;
    }

    .ketentuan-jTxt>div:nth-child(2) {
        padding: 35px 30px;
        font-size: 16px;
    }

    /* .--ketentuan .ketentuan-jTxt {
        width: calc(100% / 3);
        min-height: 320px;
    } */

}

@media screen and (min-width:1280px) {

    .navParent.--sdgAi:after {

        padding: 1px 3px;

        font-size: 10px;
        top: -3px;
        left: 73%;
    }

    .flexed-content {
        flex-direction: row;
        gap: 30px;
    }



    .sectionEventgroup.--caraDaftar .flexed-content {
        justify-content: space-evenly;
    }


    .sectionEventgroup.--caraDaftar,
    .sectionEventgroup.--periodeKompetisi {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .sectionEventgroup.--aboutEvent {

        background-size: 7%,
            7%;
    }

    .sectionEventgroup.--temaSect {
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .seremoni-box {
        min-height: 465px;
    }

    .seremoni-img {
        height: 315px;
    }

    .--sdgAi .sectionBanner-content h3 {
        font-size: 28px;
    }

    .--sdgAi .sectionBanner-content p {
        font-size: 20px;
    }

    .sectionHead-title {
        font-size: 34px;
    }

    .--sdgAi .sectionBanner-content {
        max-width: 100%;
    }

    .sectionEventgroup.--hadiahSect {
        background:
            url("../images/gift-left.png?v=202512192004") center left no-repeat,
            url("../images/gift-right.png?v=202512192004") center right no-repeat;
        background-size: 9%,
            9%;
    }

    .sectionEventgroup.--hadiahSect.--sm {
        padding-top: 150px;
        padding-bottom: 150px;

    }


    .juri-slider {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .juri-item>div {
        flex: none;
        max-width: 300px;
    }



    .periode-sliderWrap {
        display: none;
    }

    .periode-wrap {
        display: block;
    }

    .periode-wrap>div {
        display: flex;
        justify-content: center;
        align-items: self-start;
    }

    .periode-wrap .periode-item {
        width: 25%;
    }

    .periode-wrap .periode-item .periode-img {

        min-height: 150px;
    }

    .periode-wrap .periode-item .periode-img img {
        width: auto;
        height: 100%;
    }

    .periode-wrap .periode-item.--arr {

        width: 15%;
    }

    .periode-wrap .periode-item.--arr .periode-img {
        margin: 0 10px;
        height: auto;
    }

    .periode-wrap .periode-txt {
        width: 100%;
    }

    .periode-item>div {
        gap: 15px;
    }

    .juri-sliderWrap {
        max-width: 1000px;
    }

    .eventInfoBox {
        padding: 50px;
        border-radius: 20px;
    }

    .eventInfoBox div:first-child {
        font-size: 34px;
    }

    .eventInfoBox div:nth-child(2) {
        font-size: 24px;
    }

    .eventInfoBox div:nth-child(3) {
        font-size: 20px;
    }

    .sectionBanner.--sdgAi {
        padding: 90px 100px;
        background-size: 10%,
            15%,
            15%,
            15%,
            cover;

    }

    .flex-col .flexed-content {
        width: 100%;
    }

    .juara-box {
        padding: 15px 30px;
    }

    .juara-box div:first-child,
    .juara-box div:nth-child(3) {
        font-size: 20px;
    }

    .juara-box div:nth-child(2) {
        font-size: 34px;
        margin-top: 10px;
    }



    .--temaSect .flexed-content {
        flex-direction: row;
    }


    .--temaSect .ketentuan-jTxt {
        /* width: calc(100% - 3); */
        min-height: 240px;

    }

    .--temaSect .ketentuan-jTxt>div:nth-child(2) {
        height: auto;
    }





    .tahap-txt {
        font-size: 24px;
        max-width: 900px;
        margin: 35px auto;
    }

    .hadiah-desc-btm {
        font-size: 28px;
        margin: 25px auto;
    }

    .hadiah-desc-btm small {
        font-size: 14px;
    }

    .ketentuan-jTxt>div:nth-child(2) {
        height: 300px;
    }

}

@media screen and (min-width:1500px) {
    .sectionEventgroup.--seremoniSect {
        background-size: 11%,
            14%,
            10%,
            6%;
    }

    .sectionBanner.--sdgAi {
        padding: 90px 150px;
        background-size: 8%,
            10%,
            10%,
            10%,
            cover;

    }
}