html, body {
    font-family: 'Inter', sans-serif;
}

body, button, input, textarea, select {
    font-family: inherit;
}

.ghl-breakout {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.ghl-form-wrap {
    width: 100%;
}

.ghl-form-wrap iframe {
    width: 100% !important;
    min-height: 1350px;
    display: block;
}

@media (max-width: 640px) {
    .ghl-form-wrap iframe {
        min-height: 1450px;
    }
}