/* Manifest Modal Styles */

.manifest-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.manifest-modal.manifest-modal--open {
    display: flex;
}

.manifest-modal__content {
    height: 912px;
    position: relative;
    max-width: 760px;
    width: 90%;
}

.manifest-modal__frame-124 {
    width: 760px;
    height: 912px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.manifest-modal__div2 {
    border-radius: 66px;
    width: 760px;
    height: 912px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.manifest-modal__frame-119 {
    width: 28.43px;
    height: 28.28px;
    position: absolute;
    left: 656px;
    top: 57px;
    cursor: pointer;
    z-index: 10001;
}

.manifest-modal__rectangle-36749 {
    background: #ffffff;
    border-radius: 1px;
    width: 38px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 26.87px;
    transform-origin: 0 0;
    transform: rotate(-45deg) scale(1, 1);
}

.manifest-modal__rectangle-36750 {
    background: #ffffff;
    border-radius: 1px;
    width: 38px;
    height: 2px;
    position: absolute;
    left: 28.43px;
    top: 26.87px;
    transform-origin: 0 0;
    transform: rotate(45deg) scale(-1, 1);
}

.manifest-modal__frame-125 {
    width: 606px;
    height: 552px;
    position: absolute;
    left: 78px;
    top: 135px;
}

.manifest-modal__frame-120 {
    width: 604px;
    height: 29px;
    position: absolute;
    left: 0px;
    top: 523px;
}

.manifest-modal__div4 {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.03em;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 604px;
    height: 29px;
}

.manifest-modal__frame-121 {
    width: 604px;
    height: 276px;
    position: absolute;
    left: 0px;
    top: 216px;
}

.manifest-modal__div5 {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Medium", sans-serif;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.03em;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 604px;
    height: 276px;
}

.manifest-modal__frame-122 {
    width: 603px;
    height: 171px;
    position: absolute;
    left: 3px;
    top: 0px;
}

.manifest-modal__div6 {
    color: #ffffff;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -0.03em;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 603px;
    height: 171px;
}

.manifest-modal__frame-123 {
    width: 80.65px;
    height: 98.8px;
    position: absolute;
    left: 339.72px;
    top: 756.96px;
}

.manifest-modal__logo-eck {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .manifest-modal__content {
        width: 95%;
        max-width: 393px;
        height: auto;
        transform: scale(0.5);
    }
}

