.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 20px;
    padding: 13px 16px;
    height: 48px;
    box-shadow: none;
}
.input, .textarea {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #D2DAF0;
    border-radius: 2px;
    color: #565678;
    max-width: 100%;
    width: 100%;
}
button, submit, input, select, textarea, label {
    font-size: 18px;
    line-height: 27px;
}
body, submit, button, input, select, textarea {
    font-family: "Heebo", sans-serif;
}
.hero-form {
    max-width: 440px;
    margin: 0 auto;
}
@media (min-width: 641px)
.hero-form {
    margin: 0;
}
@media (min-width: 641px)
.field-grouped {
    display: flex;
}
div {
    display: block;
}
.button {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #4950F6;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
}
.button-block {
    display: flex;
}
.button-primary {
    color: #fff !important;
    transition: background .15s ease;
}
.button-primary {
    background: #4950F6;
}

.submit {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #4950F6;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
}
.submit-block {
    display: flex;
}
.submit-primary {
    color: #fff !important;
    transition: background .15s ease;
}
.submit-primary {
    background: #4950F6;
}


.field-grouped>.control:not(:last-child) {
    margin-bottom: 8px;
}
@media (min-width: 641px)
.field-grouped>.control {
    flex-shrink: 0;
}
@media (min-width: 641px)
.field-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
}

@media (min-width: 641px)
.field-grouped>.control.control-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}

*, *:before, *:after {
    box-sizing: inherit;
}

div {
    display: block;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
  
#overlay_text{
position: absolute;
top: 50%;
left: 50%;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}

