.footer-root-u2C {
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
}

.footer-root-u2C.footer-active-BZV {
    opacity: 1;
}


.footer-subscribe-9CG {
    height: 301px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.newsletter-root-vPn{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.newsletter-form-4nF {
    width:326px;
}
/* TODO @TW: cannot compose */
.newsletter-form-4nF input {
    /* TODO @TW: review */
    height:40px;border-radius: 20px;font-size: 13px;
    padding-right: calc(1.875rem * var(--iconsAfter) + 5.625rem);
}
/* TODO 去掉投影 */
.newsletter-form-4nF input:focus {
    outline: none;
    box-shadow:none;
}

.newsletter-success-p8Q{
    padding: 0 20px;
    height:40px;border-radius: 20px;color:#000;background:#fff;display:flex;align-items: center; justify-content: center;}

/* TODO @TW: cannot compose */
.newsletter-form-4nF label {
    position: absolute;
    z-index: -1;
    /* composes: z-behind from global; */
}

.newsletter-title-3KR {
    font-size: 35px;font-style: normal;color:#fff;font-weight: 600;
    padding-bottom:20px;
    text-align: center;
}

.newsletter-subscribe_link-Cwe {
    /* composes: right-1 from global; */
    min-height: 35px;
    transform: translateY(7%);
    background:none !important;
    display:inline-block;
    right:0;
    outline:none
}


.newsletter-newsletter_text-YrL {
   
}

.newsletter-loadingContainer-a7M {
}

.newsletter-tips-j99{color:#EB5757;text-align: center;font-size: 9px;font-weight: 400;}
@media (max-width: 799px) {
    /* TODO @TW: cannot compose */
    .newsletter-form-4nF{padding: 0 40px;width:100%}
    .newsletter-form-4nF input {
        /* TODO @TW: review */
        padding-right: calc(1.875rem * var(--iconsAfter) + 0.625rem);
        width:100%;
    }
    .newsletter-title-3KR{padding-bottom:10px;}
    .newsletter-subscribe_link-Cwe{right:40px;}
}

.errorMessage-root-uB8 {
}

.errorMessage-errorMessage-pas {
}

.fieldIcons-root-iHE {
    grid-template-areas: 'before input after';
    grid-template-columns: auto 1fr auto;
}

.fieldIcons-input-8z9 {
    grid-column: before-start / after-end;
    grid-row: input-start / input-end;
}

/* TODO @TW: cannot compose */
.fieldIcons-input-8z9 > input {
    padding-left: calc(1.875rem * var(--iconsBefore) + 0.625rem);
    padding-right: calc(1.875rem * var(--iconsAfter) + 0.625rem);
}

.fieldIcons-before-tPg,
.fieldIcons-after-BeR {
}

/* TODO @TW: cannot compose */
.fieldIcons-before-tPg:empty,
.fieldIcons-after-BeR:empty {
    display: none;
}

.fieldIcons-before-tPg {
    grid-area: before;
}

.fieldIcons-after-BeR {
    grid-area: after;
}

/* TODO @TW: cannot compose */
.fieldIcons-before-tPg svg {
    /* composes: stroke-gray-600 from global; */
    stroke: rgb(var(--venia-global-color-gray-600));
}

.message-root-6k6 {
}

/* TODO @TW: cannot compose */
.message-root-6k6:empty {
    display: none;
}

.message-root_error-GtK {
}

.clickable-root-sDL {
}

.linkButton-root-HUs {
}

.column-root-syg {
}

@media only screen and (max-width: 960px) {
    .column-root-syg {
        background-attachment: scroll !important;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .columnLine-root-mGa {
        flex-wrap: wrap;
    }
}

