form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea, form select {
    background-color: #fff;
    position: relative;
    background: #fff;
    padding: 13
px
 16
px
 16
px
;
    border: none;
    font-size: 20px;
    color: #242424;
    outline: none;
    border-radius: 8
px
;
    width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 1px rgb(41 41 41 / 10%) inset, 0 0px 4px 0px rgb(41 41 41 / 1%) inset;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

h1.huge, .h1.huge {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}

p, .p {
    font-size: 19px;
    line-height: 1.385;
    margin-bottom: 30px;
    opacity: 0.8;
}
.container .wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
    padding: calc(5.56% + 0px) calc(8% + 15px);
}