* {
    box-sizing: border-box;
}

body {
    background-color: #e9e9eb;
    outline-offset: 0px;
    border-radius: 0;
    outline: 3px #333;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    display: flex;
    overflow: hidden;
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 20px;
    margin: 0;
}

.iphone15pro {
    z-index: -1;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    display: block;
    position: absolute;
}

.iphone_frame {
    width: 310px;
    max-width: 100%;
    align-self: center;
    margin-top: 10px;
    display: block;
}


.mobile_mask {
    width: 300px;
    height: 630px;
    opacity: 1;
    outline-offset: 7px;
    overflow-wrap: anywhere;
    object-fit: scale-down;
    border: 1px solid #1b1212;
    border-radius: 45px;
    outline: 3px #333;
    flex-direction: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 570px;
    max-height: none;
    max-width: 100%;
    float: none;
    clear: none;
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    margin-top: 41px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    overflow: auto;
}

.layout-blockcontainer {
    margin-left: auto;
    margin-right: auto;
}

.container:before,
.container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.container:after {
    clear: both;
}

.descripton_logo {
    display: flex;
    margin-top: 230px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
}

img {
    width: 115px;
}

a {
    color: #333;
    text-decoration: none;
}

.email_text {
    color: #1b1212;
    font-family: Sf Pro Text, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 1rem 0 1rem 0;
}

.enter_logo {
    display: flex;
    margin: 0 0 15px;
}

@media screen and (max-width: 640px) {
    .iphone15pro {
        display: none;
    }

    .mobile_mask {
        width: auto;
        height: 630px;
        object-fit: fill;
        border-style: none;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        overflow: visible;
    }

    .descripton_logo {
        margin-top: unset;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    img {
        width: 135px;
    }

    .email_text {
        color: #1b1212;
        font-family: Sf Pro Text, sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 1rem 0 1rem 0;
    }
}