.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscription-generate-form {
    max-width: 400px;
}

.success-digital-subscription {
    max-width: 500px;
}

.loader-container {
    background-color: rgba(255, 255, 255, 0.75);
}

.wa-status-info {
    white-space: pre-line;
}

.logo-img {
    max-width: 300px;
    max-height: 100px;
}

.logo-at-form {
    position: fixed;
    z-index: 1000;
    top: 1rem;
    left: 1rem;
}

.terms-container {
    margin: auto;
}