
.elementor-element.elementor-element-66db9fa{
    background: #000;
}

* {
    box-sizing: border-box;
    text-decoration:none;
}


div#ung_el_form .h1{
    color: #000;
}

div#ung_el_form .h1 .accent{
    color: #BD5F36!important;
}

div#ung_el_form {

    padding: .06rem 0 6rem;
    
    margin: 0;
    font-family: Syne, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif!important;
    color: var(--ink);
    background: radial-gradient(1200px 700px at 20% 10%, rgba(78, 205, 196, .12), transparent 60%), radial-gradient(900px 600px at 70% 30%, rgba(243, 140, 105, .1), transparent 55%), var(--bg)
    
    --bg: #ffffff;
    --panel: #ffffff;
    --ink: #0b0b0b;
    --muted: rgba(0, 0, 0, 0.62);
    --muted2: rgba(0, 0, 0, 0.42);
    --border: rgba(0, 0, 0, 0.12);
    --shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
    --accent: #F38C69;
    --accent2: #58C3BD;
    --radius: 22px
}

div#ung_el_form .wrap {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 20px 4rem;
    max-width: 1400px;
    margin: auto;
}

div#ung_el_form .shell {
    width: min(1400px, 100%);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center
}

div#ung_el_form .left small {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .02em;
    color: #000;
    margin-bottom: 18px;
    font-family: "Syne", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

div#ung_el_form .h1 {
    font-family: Unbounded, Syne, system-ui, sans-serif!important;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -.02em;
    font-size: clamp(44px, 5.2vw, 78px);
    margin: 0 0 18px 0
}

div#ung_el_form .h1 .accent {
    color: var(--accent)
}

div#ung_el_form .sub {
    max-width: 56ch;
    font-size: 20px;
    line-height: 1.55;
    color: var(--muted);
    margin: 0
}

div#ung_el_form .card {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px 28px 24px
}

div#ung_el_form .field {
    display: block;
    margin: 18px 0 0
}

div#ung_el_form .label {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: .01em
}

div#ung_el_form .input,
div#ung_el_form .select,
div#ung_el_form .textarea {
    width: 100%;
    border: 0;
    outline: 0;
    background: 0 0;
    color: var(--ink);
    padding: 0.6rem 0!important;
    font-size: 18px;
    border-bottom: 1px solid var(--border);
    transition: border-color .18s ease;
    font-family: inherit!important;
    border-radius: 0!important;
}

div#ung_el_form .textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 8px;
    line-height: 1.4
}

div#ung_el_form .input::placeholder,
div#ung_el_form .textarea::placeholder {
    color: rgba(0, 0, 0, .28)
}

div#ung_el_form .input:focus,
div#ung_el_form .select:focus,
div#ung_el_form .textarea:focus {
    border-bottom-color: rgba(78, 205, 196, .9)
}

div#ung_el_form .select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 28px;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, .55) 50%), linear-gradient(135deg, rgba(0, 0, 0, .55) 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat
}

div#ung_el_form .btnrow {
    margin-top: 26px;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center
}

div#ung_el_form .btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    background: var(--accent2);
    color: #000;
    font-weight: 800;
    padding: 23.5px 60px;
    border-radius: 999px;
    font-size: 16px;
    box-shadow:none!important;
    outline:none 0!important;
    transition: transform .12s ease, filter .12s ease
}

div#ung_el_form .btn:hover {
    filter: brightness(.98)
}

div#ung_el_form .btn:active {
    transform: translateY(1px)
}

div#ung_el_form .note {
    font-size: 13px;
    color: var(--muted2);
    line-height: 1.35;
    margin: 0
}

div#ung_el_form .card .field:first-of-type {
    margin-top: 0
}

@media (max-width:980px) {
    div#ung_el_form .shell {
        grid-template-columns: 1fr;
        gap: 28px
    }

    div#ung_el_form .card {
        padding: 22px 18px 18px
    }
}

div#ung_el_form .input, div#ung_el_form .select, div#ung_el_form .textarea{
    padding:0 0.5rem;
    box-shadow: none;
}

div#ung_el_form #ung-container-gap{
    margin-top: 120px;
}

div#ung_el_form #ung-notices{

  max-width: 1400px;
  margin: auto;
  padding: 0 20px;

}


div#ung_el_form .btnrow button[type="button"]{
  display:none;
}

.ung-ok,.ung-err{border:1px solid rgba(0,0,0,.12)!important}

div#ung_el_form .btn{
    box-shadow: none!important;
    outline:none 0!important;
}
div#ung_el_form .btn-secondary {
    appearance: none;
    border: 0;
    cursor: pointer;
    background:#BD5F36 !important;
    color: #fff;
    font-weight: 800;
    padding: 20.5px 60px;
    border-radius: 999px;
    font-size: 16px;
    box-shadow:none;
    display:inline-block;
    /* box-shadow: 0 14px 30px rgba(78, 205, 196, .28); */
    transition: transform .12s ease, filter .12s ease
}