<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --ap: #004f22;
    --a: #076633;
    --b: #0b8737;
    --c: #63b32e;
    --d: #fdc718;
    --e: #f3951a;
    --f: #eb5e1b;
    --g: #e51c21;

    --apaplha: #004f2262;
    --aaplha: #07663362;
    --baplha: #0b873762;
    --caplha: #63b32e62;
    --daplha: #fdc71862;
    --eaplha: #f3951a62;
    --faplha: #eb5e1b62;
    --gaplha: #e51c2162;

    --bg-main: #dadada62;

    --bg-main: #dadada;
    --bg-left: #f4f4f4;
    --bg-right: #f4f4f4;
}

.cert {
    font-family: sans-serif;
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cert-additional .unit {
    display: inline-block;
    font-size: 12px;
}

.cert .arrows {
    display: flex;
    gap: 8px;
    flex-direction: column;
    flex: 54%;
    padding-left: 10px;
}

.cert .arrow {
    width: 300px;
    height: 31px;
    /* background-color: #004f22; */
    overflow-y: hidden;
    position: relative;
    overflow-x: visible;
    color: #fff;
    line-height: 31px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    width: 400px;
    /* animation: arrow-animate .3s ease-in-out; */
    /* max-width: 0; */
    /* animation-fill-mode: forwards; */
}

.cert .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25.7px solid var(--bg-left);
    border-bottom: 25.7px solid var(--bg-left);
    border-left: 27.2px solid #004f22;
    transform: translateY(-50%);
}

.cert .arrow--aplus {
    background-color: var(--ap);
    width: calc(100% - (7% * 7));
    /* animation-delay: 0s; */
}

.cert .arrow--aplus::after {
    border-left: 27.2px solid var(--ap);
}

.cert .arrow--a {
    background-color: var(--a);
    width: calc(100% - (7% * 6));
    /* animation-delay: calc(1 * 0.1s); */
}

.cert .arrow--a::after {
    border-left: 27.2px solid var(--a);
}

.cert .arrow--b {
    background-color: var(--b);
    width: calc(100% - (7% * 5));
    /* animation-delay: calc(2 * 0.1s); */
}

.cert .arrow--b::after {
    border-left: 27.2px solid var(--b);
}

.cert .arrow--c {
    background-color: var(--c);
    width: calc(100% - (7% * 4));
    /* animation-delay: calc(3 * 0.1s); */
}

.cert .arrow--c::after {
    border-left: 27.2px solid var(--c);
}

.cert .arrow--d {
    background-color: var(--d);
    width: calc(100% - (7% * 3));
    /* animation-delay: calc(4 * 0.1s); */
}

.cert .arrow--d::after {
    border-left: 27.2px solid var(--d);
}

.cert .arrow--e {
    background-color: var(--e);
    width: calc(100% - (7% * 2));
    /* animation-delay: calc(5 * 0.1s); */
}

.cert .arrow--e::after {
    border-left: 27.2px solid var(--e);
}

.cert .arrow--f {
    background-color: var(--f);
    width: calc(100% - (7% * 1));
    /* animation-delay: calc(6 * 0.1s); */
}

.cert .arrow--f::after {
    border-left: 27.2px solid var(--f);
}

.cert .arrow--g {
    background-color: var(--g);
    width: calc(100% - (7% * 0));
    /* animation-delay: calc(7 * 0.1s); */
}

.cert .arrow--g::after {
    border-left: 27.2px solid var(--g);
}

.cert .cert {
    width: 550px;
    margin: 10px auto;
}

.cert .cert-inner {
    /* background-color: #dadada; */
    padding: 8px;
    border-radius: 25px;
}

.cert .cert-main {
    /* background-color: var(--bg-main); */
    display: flex;
    gap: 4px;
}

.cert .cert-main .cert-col-1 {
    background-color: var(--bg-left);
    border-radius: 25px;
    padding: 20px 7px;
    /* width: 58%; */
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.cert .cert-col1-body {
    width: 100%;
    display: flex;
}

.cert .cert-main .col-1 img {
    /* height: 541px;
     transform: translateX(-120px); */
}

.cert .cert-main .cert-col-2,
.cert .cert-main .cert-col-3 {
    background-color: var(--bg-right);
    border-radius: 25px;
    width: 20.28%;
    /* flex-grow: 1; */
    padding: 20px 8px;
    min-width: 105px;
}

.cert .cert-header {
    height: 50px;
    flex: 100%;
}

.cert .title {
    color: #000;
    font-size: 25px;
    padding-left: 21px;
    position: relative;
    flex: 100%;
    margin-bottom: 20px;
}

.cert .title span {
    font-weight: 800;
}

.cert .title::before {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: #aecc5a;
    background: linear-gradient(90deg, #aecc5a 20%, #4aaf4d 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cert .title2 {
    color: #000;
    font-size: 14px;
    padding-left: 0;
    position: relative;
    flex: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.cert .title2 span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    position: relative;
}

.cert .title2 span::before {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: #aecc5a;
    background: linear-gradient(90deg, #aecc5a 20%, #4aaf4d 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* pointers */
}

.cert .pointers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: transparent;
    /* padding-left: 18px; */
}

.cert .pointer {
    height: 31px;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.cert .pointer-inner {
    width: 100%;
    height: 25px;
    background-color: #f6f6f5;
    border-radius: 12px;
    position: relative;
    border: 2px dashed red;
}

.cert .pointer-inner::before {
    content: attr(data-letter);
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f6f6f5;
    border-radius: 50%;
    border: 2px dashed red;
    color: transparent;
}

.cert .pointer-inner--aplus {
    border-color: var(--apaplha);
}

.cert .pointer-inner--aplus::before {
    border-color: var(--apaplha);
}

.cert .pointer-inner--a {
    border-color: var(--aaplha);
}

.cert .pointer-inner--a::before {
    border-color: var(--aaplha);
}

.cert .pointer-inner--b {
    border-color: var(--baplha);
}

.cert .pointer-inner--b::before {
    border-color: var(--baplha);
}

.cert .pointer-inner--c {
    border-color: var(--caplha);
}

.cert .pointer-inner--c::before {
    border-color: var(--caplha);
}

.cert .pointer-inner--d {
    border-color: var(--daplha);
}

.cert .pointer-inner--d::before {
    border-color: var(--daplha);
}

.cert .pointer-inner--e {
    border-color: var(--eaplha);
}

.cert .pointer-inner--e::before {
    border-color: var(--eaplha);
}

.cert .pointer-inner--f {
    border-color: var(--faplha);
}

.cert .pointer-inner--f::before {
    border-color: var(--faplha);
}

.cert .pointer-inner--g {
    border-color: var(--gaplha);
}

.cert .pointer-inner--g::before {
    border-color: var(--gaplha);
}

.cert .pointer-inner::after {
    content: "";
    top: 0;
    /* left: 35px; */
    width: 35px;
    height: 100%;
    background: #f6f6f5;
    display: block;
    position: absolute;
}

.cert .active .pointer-inner {
    /* border-style: solid; */
    padding-left: 31px;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    /* opacity: 0;
     animation: pointer-animate 0.2s;
     animation-delay: 0.4s;
     animation-fill-mode: forwards; */
}

.cert .col-3 .active .pointer-inner {
    animation-delay: 0.5s;
}

.cert .active .pointer-inner::before {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    border: white 2px solid;

}

.cert .active .pointer-inner::after {
    display: none;
}

.cert .active .pointer-inner.pointer-inner--aplus {
    background-color: var(--ap);
}

.cert .active .pointer-inner--aplus::before {
    background-color: var(--ap);
}

.cert .active .pointer-inner.pointer-inner--a {
    background-color: var(--a);
}

.cert .active .pointer-inner--a::before {
    background-color: var(--a);
}

.cert .active .pointer-inner.pointer-inner--b {
    background-color: var(--b);
}

.cert .active .pointer-inner--b::before {
    background-color: var(--b);
}

.cert .active .pointer-inner.pointer-inner--c {
    background-color: var(--c);
}

.cert .active .pointer-inner--c::before {
    background-color: var(--c);
}

.cert .active .pointer-inner.pointer-inner--d {
    background-color: var(--d);
}

.cert .active .pointer-inner--d::before {
    background-color: var(--d);
}

.cert .active .pointer-inner.pointer-inner--e {
    background-color: var(--e);
}

.cert .active .pointer-inner--e::before {
    background-color: var(--e);
}

.cert .active .pointer-inner.pointer-inner--f {
    background-color: var(--f);
}

.cert .active .pointer-inner--f::before {
    background-color: var(--f);
}

.cert .active .pointer-inner.pointer-inner--g {
    background-color: var(--g);
}

.cert .active .pointer-inner--g::before {
    background-color: var(--g);
    /* pointer active */
    /* footer */
}

.cert .cert-footer {
    padding: 21px 0;
    display: flex;
    gap: 8px;
}

.cert .cert-footer .box {
    border-radius: 10px;
    display: inline-flex;
    padding: 0 10px;
    height: 88px;
    font-size: 37px;
    color: #fff;
    font-weight: 800;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.cert .cert-footer .box span:nth-child(2) {
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.cert .cert-footer .box-green {
    background: #46ae4d;
    background: linear-gradient(180deg, #46ae4d 0%, #a4c847 100%);
}

.cert .cert-footer .box-blue {
    background-color: #0072a2;
}

.cert .cert-footer {
    font-size: 17px;
}

.cert .cert-footer .cert-col {
    display: flex;
    flex: 1 1 0;
    align-items: center;
}

.cert .cert-footer .info {
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.4;
}

.cert .image {
    flex: 46%;
    position: relative;
}

.cert .image img {
    /* width: 135%; */
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* @keyframes arrow-animate {
     from {max-width: 0%;}
     to {max-width: 100%}
     } */
    /* @keyframes  */
    /* @keyframes pointer-animate {
     from {opacity: 0;}
     to {opacity: 1}
     } */
}

.cert-additional {
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    font-weight: 300;
    display: flex;
    padding-top: 21px;
    flex-wrap: wrap;
}
    
.cert-additional-col {
    flex: 1 1 0;
    padding: 0 10px;
    position: relative;
    padding-left: 20px;
    min-width: 218px;
}
    
.cert-additional-col::before {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: #aecc5a;
    background: linear-gradient(90deg, #aecc5a 20%, #4aaf4d 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}
       
.cert-additional-col span {
    font-weight: 600;
}

@media(max-width: 1399px) {
    .cert {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .cert .image {
        display: none;
    }

    .cert .title {
        font-size: 20px;
    }
}

@media(max-width: 990px) {
    .cert .cert-footer {
        flex-direction: column;
    }

    .cert .cert-footer .box {
        width: 110px;
    }

    .cert .cert-header {
        height: 66px;
        flex: 100%;
        line-height: 1;
    }
}

@media (max-width: 577px) {
    .cert {
        width: 100%;
    }

    .cert-main {
        flex-wrap: wrap;
    }

    .cert .cert-main .cert-col-1 {
        width: 100%;
    }

    .cert .cert-header {
        height: 40px;
    }

    .cert .cert-col-1 .cert-header {
        height: auto;
    }

    .cert .cert-header .title {
        margin-bottom: 0;
    }

    .cert .arrows {
        display: none;

    }

    .cert .cert-main .cert-col-2,
    .cert .cert-main .cert-col-3 {
        width: auto;
        flex-grow: 1;
    }
}
</pre></body></html>