/**
 * @minify true
 */

form#form > div {
    width: 100%;
}

form#form textarea.form {
    resize: vertical;
    min-height: 200px;
}

div#whitepaper {height: 0px;}
div#free_asses {height: 0px;}

form#form .form-label {
    font-size: 1.325em;
}

.contact-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 68px; 
    height: 68px; 
    background-color: #222;
    color: #fff;
    border-radius: 34px;
}

.contact-icon svg.icon {
    height: 24px;
    width: auto;
}

.pos-off {
    display: block;
    width: 1px;
    height: 1px;
    border-width: 0px;
    background: transparent;
    color: transparent;
    outline: none;
    user-select: none;
}
