<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Muller";
    src: url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
  }
.express-project .wrap {
    display: block;
}
.express-main-img {
    width: 100%;
    display: block;
}
.express-intro {
    padding: 32px 0 100px;
    background-color: #212121;
}
.express-intro__breadcrumb {
    display: inline-block;
    font-weight: 500;
    font-family: 'CeraProMedium';
    font-size: 16px;
    line-height: 24px;
    color: #CAEB00;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.express-intro__title {
    font-weight: 700;
    font-family: 'CeraProBold';
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    margin: 0 0 32px;
}
.express-intro__subtitle {
    font-weight: 500;
    font-family: 'CeraProMedium';
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 768px;
    margin-bottom: 32px;
}
.express-intro__date {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 64px;
}
.express-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;  
}
.express-info__col {
    width: 48%;
    width: calc(50% - 16px);
    display: flex;
    align-items: flex-start;
}
.express-info__col:nth-child(2) {
    justify-content: center;
}
.express-info__title {
    color: rgba(255, 255, 255, 0.32);
    margin-right: 64px;
}
.express-info__text {
    color: rgba(255, 255, 255, 0.8);
}
.express-blue-bg {
    background-color: #31396D;
    padding-top: 64px;
}
.above_train {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.above_train span {
    color: #fff;
    font-weight: 700;
    font-family: 'CeraProBold';
    font-size: 48px;
    margin-bottom: 32px;
    line-height: 48px;
    letter-spacing: -1.5px;
}
.express-facts iframe {
    height: 656px;
    width: 100%;
    max-width: 1168px;
}
.above_train p {
    color: #fff;
    font-family: 'CeraPro';
    font-size: 16px;
    line-height: 24px;
}
.express-train {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 36px solid #032245;
    height: 296px;
    margin-bottom: 100px;
}
.express-train__gate {
    display: block;
    position: absolute;
    bottom: 0;
    height: 260px;
}
.express-train__gate_left {
    left: 0;
}
.express-train__gate_right {
    right: 0;
}
.express-train__animation {
    position: absolute;
    bottom: 0;
    height: 154px;
    transform: translateX(110vw);
    -webkit-animation: moveTrain 40000ms infinite linear;
    -moz-animation: moveTrain 40000ms infinite linear;
    animation: moveTrain 40000ms infinite linear;
}
@-webkit-keyframes moveTrain {
    0% {-webkit-transform: translateX(110vw);}  
    100% {-webkit-transform: translateX(-101%);}
}
@-moz-keyframes moveTrain {
    0% {-moz-transform: translateX(110vw);}  
    100% {-moz-transform: translateX(-101%);}
}
@keyframes moveTrain {
    0% {transform: translateX(110vw);}  
    100% {transform: translateX(-101%);}
}
.express-facts {
    margin-bottom: 100px;
}
.express-facts .copyright {
    color: rgba(255, 255, 255, 0.80);
    font-weight: 500;
    font-family: 'CeraProMedium';
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    display: block;
}
.express-fact {
    padding: 48px 32px;
    background-color: #0C5BA0;
    border-radius: 4px;
    grid-column: span 7;
    display: flex;
}
.express-fact__img {
    display: block;
    width: 100px;
    margin-right: 32px;
}
.express-fact__title {
    font-family: "Muller";
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}
.express-fact-white {
    background-color: #fff;
}
.express-fact-white .express-fact__title {
    color: rgba(0, 0, 0, 0.87);
}
.express-fact-red {
    background-color: #C01E38;
}
.express-fact-blue {
    grid-column: span 5;
    grid-row: span 2;
    display: block;
    padding: 40px 48px;
    background-color: #0C5BA0;
}
.express-fact-blue .express-fact__img {
    margin: 0 0 32px;
}
.express-blue-bg-text {
    color: #fff;
    font-weight: 700;
    font-family: 'CeraProBold';
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    max-width: 968px;
    margin-bottom: 40px;
}
.video-wrapper {
    position: relative;
    width: 100%;
} 
.video-wrapper video {
    display: block;
    width: 100%;
    border-radius: 2px;
}
.video-button {
    position: absolute;
    background-image: url("/upload/east-express/play_btn.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 88px;
    height: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}
.express-blue-bg-video__caption {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 868px;
    margin-top: 16px;
}
.express-blue-bg-video {
    margin-bottom: -244px;
}
.express-white-bg {
    background-color: #fff;
}
.std_p {
    padding: 40px 0 100px 0;
}
.express-white-bg .std_p {
    color: rgba(0, 0, 0, 0.60);

}
.express-features__title {
    font-weight: 700;
    font-family: 'CeraProBold';
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 48px;
}
.express-feature {
    margin-bottom: 100px;
    position: relative;
}
.express-feature:last-child {
    margin-bottom: 0;
}
.express-feature__img {
    display: block;
    width: 968px;
    max-width: 100%;
    border-radius: 14px;
}
.express-feature__caption {
    background-color: #fff;
    max-width: 668px;
    border-radius: 12px;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 48px;
    position: absolute;
}
.efc1 {
    right: 0;
    bottom: -140px;
}
.efc2{
    right: 0;
    bottom: 32px;
}
.efc4 {
    right: 0;
    bottom: -20px;
}
.efc6 {
    right: 0;
    bottom: 80px;
}
.efc2 p, .efc3 p, .efc4 p, .efc5 p, .efc6 p {
    margin-bottom: 0 !important;
}
.efc3 {
    left: 0;
    bottom: 32px;
}
.efc5 {
    left: 0;
    bottom: -20px;
}
.efi1 {
    padding-bottom: 164px;
}
.efi2 {
    padding-bottom: 100px;
}
.efi3 {
    padding-bottom: 200px;
}
.ebg1 {
    padding-top: 0;
}
.ebg1 p {
    margin-top: 40px;
    margin-bottom: 100px;
}
.express-feature__caption p {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'CeraPro';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.express-feature__caption .author {
    text-align: right;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-family: 'CeraProMedium';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
}
.express-feature__caption .position {
    color: var(--on_surface-dark-low, rgba(0, 0, 0, 0.32));
    text-align: right;
    font-weight: 500;
    font-family: 'CeraProMedium';
    font-size: 14px;
    line-height: 20px;
}
.express-feature__caption span {
    font-weight: 700;
    font-family: 'CeraProBold';
}
.express-feature:nth-child(even) .express-feature__img {
    margin-left: auto;
}
.express-feature:nth-child(odd) .express-feature__caption {
    margin-left: 0;
}
.express-black-bg {
    background-color: #212121;
}
.express-quotes {
    margin-bottom: 100px;
}
.express-quote {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    min-height: 472px;
    margin-bottom: 32px;
}
.express-quote:last-child {
    margin-bottom: 0;
}
.express-quote__img {
    display: block;
    width: 368px;
    max-width: 50%;
    margin-left: 32px;
    margin-top: auto;
}
.express-quote:nth-child(odd) {
    flex-direction: row-reverse;
}
.express-quote:nth-child(odd) .express-quote__img {
    margin-left: 0;
    margin-right: 32px;
}
.express-quote__content {
    padding: 48px 0 48px 100px;
}
.express-quote:nth-child(odd) .express-quote__content {
    padding-left: 0;
    padding-right: 100px;
}
.express-quote__title {
    font-weight: 700;
    font-family: 'CeraProBold';
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 20px;
}
.express-quote__subtitle {
    font-weight: 500;
    font-family: 'CeraProMedium';
    max-width: 368px;
    margin-bottom: 24px;
}
.express-others-title {
    margin-top: 0;
}
.main-img {
    background: url('../img/head.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    max-height: 988px;
}
.express-iframes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 32px 100px
}

.express-iframes .above_train {
    max-width: 100%;
}

.express-iframes .above_train p {
    max-width: 768px;
}

.express-iframes iframe {
    height: 656px;
    width: 100%;
    max-width: 1168px;
}

.express-iframes .above_train span {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
}

.express-iframes__video {
    width: calc(50% - 16px);
}
.express-iframes__iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 2px;
}
.express-iframes__iframe-wrap iframe {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-width: 0;
    outline-width: 0;
    margin: 0;
}
.express-iframes__iframe-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
    .express-facts {
        grid-template-columns: 1fr;
    }
    .express-fact {
        grid-column: unset;
        grid-row: unset;
        display: block;
    }
    .express-fact__img {
        margin: 0 0 12px;
    }
    .efmob2 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .express-intro {
        padding: 32px 0 64px;
    }
    .express-intro__title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }
    .express-intro__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .express-intro__date {
        margin-bottom: 40px;
    }
    .express-info {
        display: block;
    }
    .express-info__col {
        display: block;
        width: 100%;
        margin-bottom: 32px;
    }
    .express-info__col:last-child {
        margin-bottom: 0;
    }
    .express-info__title {
        margin: 0 0 12px;
    }
    .express-blue-bg {
        padding-top: 48px;
    }
    .express-train {
        margin-top: 32px;
        border-bottom: 24px solid #032245;
        height: 204px;
        margin-bottom: 64px;
    }
    .express-train__gate {
        height: 180px;
    }
    .express-train__animation {
        height: 128px;
    }
    .video-button {
		width: 30px;
		height: 35px;
	}
    .express-iframes {
        flex-wrap: wrap;
        margin: 0 20px 64px;
    }
    .express-iframes__video {
        width: 100%;
        margin-bottom: 16px;
    }
    .express-iframes__video:last-child {
        margin-bottom: 0;
    }
    .express-facts {
        grid-gap: 16px;
        margin-bottom: 64px;
    }
    .express-fact {
        padding: 32px 24px;
        border-radius: 0;
    }
    .express-fact__title {
        font-size: 21px;
        line-height: 28px;
    }
    .express-blue-bg-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 64px;
    }
    .express-blue-bg-video {
        margin: 0 -20px;
        background-color: #fff;
    }
    .express-blue-bg-video .east-express__wrapper-video video {
        border-radius: 0;
    }
    .express-blue-bg-video__caption {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
        margin-top: 12px;
    }
    .express-features__title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }
    .express-feature {
        margin: 0 -20px 48px;
    }
    .express-feature__caption {
        border-radius: 2px 0 0 2px;
        padding: 16px 20px 20px 16px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
        max-width: none;
        margin: -32px 0 0 20px;
    }
    .express-feature:nth-child(odd) .express-feature__caption {
        border-radius: 0 2px 2px 0;
        padding: 16px 16px 20px 20px;
        margin-left: 0;
        margin-right: 20px;
    }
    .express-black-bg {
        padding-top: 64px;
    }
    .express-quotes {
        margin-bottom: 64px;
    }
    .express-quote {
        display: block;
        width: calc(100% + 40px);
        margin: 0 -20px 20px;
    }
    .express-quote__content {
        min-height: unset;
    }
    .express-quote__content, .express-quote:nth-child(odd) .express-quote__content {
        padding: 40px 20px 8px;
    }
    .express-quote__title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }
    .express-quote__subtitle {
        margin-bottom: 20px;
    }
    .express-quote__img {
        margin: 0 0 0 auto;
        width: 224px;
        max-width: 100%;
    }
    .express-quote:nth-child(odd) .express-quote__img {
        margin-left: 0;
        margin-right: auto;
    }

    .main-img {
        max-height: 186px;
    }

    .above_train {
        padding: 0 20px;
    }

    .above_train span {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .express-facts iframe {
        height: 202px;
    }

    .express-blue-bg-text {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.5px;
    }

    .efi1 {
        padding-bottom: 0;
    }

    .express-feature__caption {
        position: initial;
        margin: 0;
        border-radius: 12px !important;
        width: 100%;
    }

    .efmob1 {
        padding-bottom: 64px;
    }

    .express-blue-bg {
        padding-top: 0;
    }

    .express-blue-bg .above_train, .express-white-bg .above_train {
        padding: 0;
    }

    .ebg1 p {
        margin-top: 24px;
        margin-bottom: 64px;
    }

    .efmob2 {
        width: 100%;
    }

    .std_p {
        padding: 24px 0 64px 0;
    }

    .express-white-bg .express-feature img {
        padding: 0 20px;
    }

    .express-black-bg {
        padding-top: 0;
    }

    .express-iframes .above_train span {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .express-iframes iframe {
        height: 202px;
    }
}</pre></body></html>