.gfield_visibility_hidden{
  display:none !important;
}

.gfield.gfield--type-checkbox.gfield--type-choice .gfield_label.gform-field-label {
    font-family: Cadiz, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    font-size: 1rem;
    margin: 0;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block !important;
}
.gfield-choice-input {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    height: 16px;
    width: 16px;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--charcoal);
    border-radius: 0;
}
.gfield-choice-input::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23453536%27%2F%3E%3C%2Fsvg%3E);
    display: block;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-48%, -52%);
    pointer-events: none
}
.gfield-choice-input:checked:before {
    opacity: 1;
}
.gfield_checkbox .gform-field-label {
    text-transform: uppercase;
    color: #888;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0 3px;
}
.gfield_checkbox > div {
    gap: 10px;
    display: flex;
    align-items: flex-start;
}
.gchoice {
    margin-top: 10px;
}
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-brochure-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.modal-content {
    background: #e8e6df;
    width: 600px;
    max-width: 100%;
    padding: 35px;
    position: relative;
    z-index: 10;
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-modal svg {
    width: 22px;
    height: 22px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
}
.open-modal-brochure-form a {
    pointer-events: none;
}
.open-modal-brochure-form {
    cursor: pointer;
}
.modal-brochure-form .ginput_container_checkbox {
    padding-top: 10px;
}
@media only screen and (max-width : 768px) {
    .modal-content {
        padding: 35px 15px;
    }
    .modal-wrap {
        padding: 0 15px;
    }
}