fieldset {
    border: none;
}

form {
    background: #fff;
}

input[type="checkbox"] {
    margin-right: 1rem;
}

.accordion:before {
    content: "";
    color: #fff;
    width: 18px;
    height: 8px;
    border-top: 6px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    display: inline-block;
}

.accordion.active:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    height: 12px;
    width: 12px;
    margin: 0px 4px 0px 0;
}

details h2 {
    display: inline-block;
    cursor: pointer;
}

body ul {
    margin-left: 0px;
    padding-left: 1rem;
}

.hs_submit {
    padding: 0 0 1rem 0;
}

hr {
    margin-top: 1.5rem !important;
    margin-bottom: 3rem !important;
    height: 3px;
    border: 0px;
    background-color: var(--twp-light-gray);
}

label:not(.hs-form-checkbox-display) span {
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

li {
    list-style: none;
    margin-left: 0px;
}

body input[type="submit"] {
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: #59639b;
    border: 0px;
    border-radius: 0.75rem;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

body input[type="submit"]:hover {
    background-color: #646ea5;
}

input:not([type="checkbox"]):not([type="submit"]),
select,
textarea {
    margin-bottom: 2rem;
    width: 90%;
    min-width: unset !important;
    max-width: unset !important;
    border: 0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%), inset 0px 2px 5px 0px rgb(0 0 0 / 20%);
    padding: 0.75rem;
    padding-left: 1rem;
    color: black;
    min-width: 220px;
    border-radius: 1rem;
    background-color: #f0f2ff;
    border-bottom: 1px solid #abb4e2;
}


.accordion {
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    text-align: left;
    background: rgb(19 37 87);
    color: #ffffff;
    padding-left: 1rem;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    text-shadow: 0px 3px 6px #00000029;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0.5rem 0;
    border-radius: unset;
}

.panel {
    padding: 0 18px 12px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel strong {
    display: block;
    margin: 1rem 0 0 0;
}

.saved {
    text-align: center;
}