.quote {
    padding: 8vw 6vw;
    background-color: #d1d2d3;
}

@media (min-width: 1025px) {
    .quote {
        padding: 5vw;
    }
    .agent-quote,
    .page-get-a-quote .quote {
        padding: 5vw 12vw;
    }
}

.quote .flex {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

@media (min-width: 1025px) {
    .quote .flex>div {
        width: 48%;
    }
}

.quote h2 {
    text-align: center;
}

.quote .features .item {
    margin-top: 5vw;
}

.quote .features .item:first-child {
    margin-top: 0;
}

.quote .request-quote {
    margin-top: calc(5vw - 1em);
}

@media (min-width: 1025px) {
    .quote .request-quote {
        margin-top: 0;
    }
}

.quote .request-quote form {
    margin-top: 1em;
}

.hbspt-form fieldset legend,
.hbspt-form fieldset .hs-error-msgs li {
    font-size: 0.8em;
}

.quote .request-quote form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 1.2em;
}

.quote .request-quote form>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.quote .request-quote form>div.full>div {
    width: 100%;
}

.quote .request-quote form>div.half>div {
    width: 49%;
}

.quote .request-quote form>div.third>div {
    width: 48%;
}

@media (min-width: 769px) {
    .quote .request-quote form>div.third>div {
        width: 32%;
    }
}

.quote .request-quote form>div.inputs-list>div,
.quote .request-quote form>div.checkboxes>div {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote .request-quote form>div.inputs-list>div label:first-child,
.quote .request-quote form>div.checkboxes>div label:first-child {
    width: 100%;
}

.quote .request-quote form>div.inputs-list>div label:not(:first-child),
.quote .request-quote form>div.checkboxes>div label:not(:first-child) {
    margin-right: 1em;
}

.hbspt-form .hs_select_product_s_ ul {
    margin-top: 0.3em;
}

.quote .request-quote form footer .btn {
    align-self: flex-start;
}

.quote .request-quote form label,
.quote .request-quote form span.note {
    font-size: 0.8em;
    line-height: 1.3;
}

.quote .request-quote form label:hover {
    cursor: pointer;
}

.quote .request-quote form input,
.quote .request-quote form select,
.quote .request-quote form textarea {
    border: none;
    margin: 0.3em 0;
    padding: 0.5em;
    width: 100% !important;
    font-size: 1em;
    line-height: 1;
}

.quote .request-quote form input:focus-visible,
.quote .request-quote form select:focus-visible,
.quote .request-quote form textarea:focus-visible {
    outline: 2px dashed #cc1f27;
}

.quote .request-quote form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
}

.quote .request-quote form textarea {
    height: 175px;
    resize: none;
}

@media (min-width: 1025px) {
    .quote .request-quote form textarea {
        height: 10vw;
    }
}

.quote .request-quote form input[type=submit] {
    padding: 0.7em 1.5em;
}

.quote .request-quote form input[type=submit]:hover {
    cursor: pointer;
}

.quote .request-quote form .inputs-list input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #414042;
    padding: 0.4em;
    width: auto !important;
}

.quote .request-quote form .inputs-list input[type=radio]+label {
    padding-left: 0.5em;
}

.quote .request-quote form .inputs-list input[type=radio]:hover {
    cursor: pointer;
}

.quote .request-quote form .inputs-list input[type=radio]:checked {
    background-color: #cc1f27;
    box-shadow: 0 0 0 1px #414042;
}

.quote .request-quote form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: grid;
    place-content: center;
    width: 1em;
    height: 1em;
    border: 0.1em solid #414042;
}

.quote .request-quote form input[type=checkbox]+label {
    padding-left: 0.5em;
}

.quote .request-quote form input[type=checkbox]:hover {
    cursor: pointer;
}

.quote .request-quote form input[type=checkbox]::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    opacity: 0;
    box-shadow: inset 1em 1em #cc1f27;
}

.quote .request-quote form input[type=checkbox]:checked::before {
    opacity: 1;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.quote .request-quote form .checkboxes.products>div {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.quote .request-quote form .checkboxes.products label {
    padding: 1em 0;
    width: 48%;
    font-size: 0.75em;
    text-align: center;
    background-color: #dcddde;
}

@media (min-width: 769px) {
    .quote .request-quote form .checkboxes.products label {
        width: 32%;
    }
}

.quote .request-quote form .checkboxes.products label:first-child {
    margin-bottom: 0.3em;
    padding: 0;
    font-size: 0.8em;
    text-align: left;
    background-color: transparent;
}

/* .quote .request-quote form .checkboxes.products label:not(:first-child) {
    margin: 0 1.333333% 1.333333% 0;
} */

/* .hbspt-form .hs_select_product_s_ ul li {
    margin: 0 1.333333% 1.333333% 0;
} */

.quote .request-quote form .checkboxes.products input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

.quote .request-quote form .checkboxes.products input[type=checkbox]:before {
    content: none;
}

.quote .request-quote form .checkboxes.products input[type=checkbox]:checked+label {
    color: #fff;
    background: #cc1f27;
}

.quote .request-quote form .checkboxes.products input[type=checkbox]:focus-visible {
    outline: none;
}

.quote .request-quote form .checkboxes.products input[type=checkbox]:focus-visible+label {
    outline: 3px dashed #cc1f27;
}
