.web-to-app_WebToAppContainer__uagRx {
    position: fixed;
    bottom: env(safe-area-inset-bottom, 0);
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, .69)
}

.web-to-app_WebToAppContainer__uagRx .web-to-app_backdrop__tBNXS {
    position: absolute;
    top: env(safe-area-inset-top, 0);
    left: env(safe-area-inset-left, 0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .69);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1
}

.web-to-app_WebToAppModule__7_Mg1 {
    position: absolute;
    bottom: env(safe-area-inset-bottom, 0);
    left: env(safe-area-inset-left, 0);
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 18px;
    gap: 4px;
    background: var(--color-black-20);
    border-radius: 24px 24px 0 0
}

.web-to-app_WebToAppModule__Close__ybsLy {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    height: 16px
}

.web-to-app_WebToAppModule__Logo__Qfx90 {
    background: #0f0f0f;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 4px
}

.web-to-app_WebToAppModule__Logo__Qfx90 img {
    width: 38px
}

.web-to-app_WebToAppModule__7_Mg1 p {
    margin-bottom: 16px;
    max-width: 284px
}