.gform_wrapper.gravity-theme {
    /*:not(.ginput_container_radio input):not(.ginput_container_checkbox input):not(.gform_page_footer input):not(.gform_footer input):not(.ginput_container_consent input)*/
    /*underline for links*/;
}

.gform_wrapper.gravity-theme * {
    font-family: Inter !important;
}

.gform_wrapper.gravity-theme *:not(.downlaod-ebook-block *):not(.gform_next_button, .gform_button, .retake-quiz-btn, .gform_validation_errors h2, .chosen-container-single .chosen-single span) {
    color: #002b46;
}

.downlaod-ebook-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #002b46;
}

.gform_wrapper.gravity-theme .gform_body *::-webkit-scrollbar {
    all: initial !important;
    width: 8px !important;
    background: #EBEBEB !important;
}

.gform_wrapper.gravity-theme .gform_body *::-webkit-scrollbar-thumb {
    all: initial !important;
    background: #c9c9c9  !important;
}

.gform_wrapper.gravity-theme .gform_title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 48px;
    max-width: 790px;
}

.gform_wrapper.gravity-theme .gform_description {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    display: block;
    font-size: 18px;
    max-width: 790px;
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gform_fields {
    max-width: 776px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    grid-row-gap: unset !important;
}

.gform_wrapper.gravity-theme .gfield_label:not(.gfield--type-quiz .gfield_label) {
    font-size: 18px !important;
    font-weight: 500 !important;
    max-width: 380px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px !important;
}

.gform_wrapper.gravity-theme .gfield_label:not(.downlaod-ebook-block .gfield_label) {
    color: #002b46 !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 18px;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    width: 100%;
}

.gform_wrapper.gravity-theme .gsection_description {
    font-size: 18px !important;
}

.gform_wrapper.gravity-theme .gsection {
    width: 100%;
    margin-bottom: 16px;
}

.gform_wrapper.gravity-theme input:not(.ginput_container_radio input):not(.ginput_container_checkbox input):not(.gform_page_footer input):not(.gform_footer input):not(.ginput_container_consent input) {
    border: 1px solid rgba(0, 43, 70, 0.5);
    border-radius: 5px;
    padding: 15px !important;
    font-size: 18px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 32px;
    height: 50px;
}

.gform_wrapper.gravity-theme .gform_body input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform_body input:-moz-placeholder,
.gform_wrapper.gravity-theme .gform_body input:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform_body input::placeholder {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 43, 70, 0.5);
}

.gform_wrapper.gravity-theme .gfield input:focus-visible,
.gform_wrapper.gravity-theme .gfield textarea:focus-visible {
    outline: none;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    display: inline-block;
    height: 198px !important;
    width: 100% !important;
    border-radius: 5px !important;
    border: solid 1px rgba(0, 43, 70, 0.5);
    padding: 16px 16px 40px 16px !important;
    margin-bottom: 32px !important;
    margin-top: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
}

.gform_wrapper.gravity-theme .ginput_container_radio:not(.gfield--type-quiz .ginput_container_radio) {
    margin-bottom: 32px;
}

.gform_wrapper.gravity-theme .gfield--type-quiz .ginput_container_radio {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_radio:not(.gfield--type-quiz .gfield_radio) {
    margin-bottom: 0;
    justify-content: flex-start;
    display: flex;
    column-gap: 24px;
    row-gap: 24px;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice:not(.gfield--type-quiz .gfield_radio .gchoice) {
    padding: 0 !important;
    width: auto !important;
    min-width: unset !important;
    border: 1px solid #01b4d3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #01b4d3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gfield_radio:not(.gfield--type-quiz .gfield_radio) .gchoice:hover {
        cursor: pointer;
        background-color: #00b5d3;
        color: #fff !important;
    }

    .gform_wrapper.gravity-theme .gfield_radio:not(.gfield--type-quiz .gfield_radio) .gchoice:hover label {
        color: #fff !important;
    }

    .gform_wrapper.gravity-theme .gfield_radio .gchoice label:hover {
        cursor: pointer;
    }
}

.gform_wrapper.gravity-theme .gfield_radio:not(.gfield--type-quiz .gfield_radio) .gchoice label {
    min-width: 162px !important;
    padding: 12px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #00b5d3;
}

.gform_wrapper.gravity-theme .ginput_container_radio .hli:not(.gfield--type-quiz .gfield_radio .gchoice),
.gform_wrapper.gravity-theme .ginput_container_radio .gchoice:has(input:checked):not(.gfield--type-quiz .gfield_radio .gchoice){
    background-color: #00b5d3 !important;
    color: #fff !important;
}

.gform_wrapper.gravity-theme .ginput_container_radio .hli label,
.gform_wrapper.gravity-theme .ginput_container_radio .gchoice:has(input:checked) label:not(.gquiz-correct-choice,.gquiz-incorrect-choice) {
    color: #fff !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield--type-quiz .gfield-choice-input {
    display: inline-block !important;
    opacity: 1;
    visibility: visible;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_select {
    margin-bottom: 32px !important;
    font-size: 18px !important;
    height: 50px;
    border-radius: 5px;
}

.gform_wrapper.gravity-theme .gform_fields .ginput_container_select:has( + .gfield_description) {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.gform_wrapper.gravity-theme .gform_fields fieldset:first-child {
    width: 100%;
}

.gform_wrapper.gravity-theme fieldset:first-child legend {
    margin-top: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin-top: 24px !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_button.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 0;
    min-width: 194px;
    min-height: 50px;
    background-color: #00b5d3;
    font-size: 18px;
    text-align: center !important;
    color: #fff;
    border-radius: 5px;
    border: transparent;
    margin-bottom: 0 !important;
    line-height: 1.15;
}

.gform_wrapper.gravity-theme .gfield_description.validation_message {
    margin: 0 !important;
    border: unset !important;
    background: unset !important;
    color: #ff5555 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
}

.gform_wrapper.gravity-theme .gform_confirmation_message {
    font-size: 24px;
    max-width: 705px;
    color: #002b46;
}

.gform_wrapper.gravity-theme .gform_confirmation_wrapper * {
    font-size: 24px;
    color: #002b46;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required, .gfield_required_asterisk, .gfield_required_text {
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal !important;
    letter-spacing: normal;
    text-align: left;
    color: #f55 !important;
}

.gform_wrapper.gravity-theme .gform_required_legend .gfield_required {
    font-size: 18px !important;
    color: #f55 !important;
}

.gform_wrapper.gravity-theme .gform_required_legend:not(.gfield_required) {
    font-size: 18px;
    color: #002c45;
}

@media (min-width: 769px) {
    .gform_wrapper.gravity-theme .gform_heading {
        margin-bottom: 40px;
    }

    .gform_wrapper.gravity-theme .gform_heading:has(.gform_required_legend) {
        margin-bottom: 0;
    }

    .gform_wrapper.gravity-theme .gform_description + .gform_required_legend {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-full .gform-field-label {
        max-width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield--width-full.gfield_label {
        max-width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        max-width: 380px;
        min-width: 380px;
    }

    .gform_wrapper.gravity-theme .gfield_description.validation_message {
        line-height: 24px !important;
        max-width: 380px;
    }

    .gform_wrapper.gravity-theme .gform_validation_errors {
        margin-top: 16px !important;
        max-width: 790px;
    }

    .gform_wrapper.gravity-theme .gfield--type-radio.gfield_error .ginput_container_radio {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .gform_wrapper.gravity-theme .gform_title {
        font-size: 28px;
        line-height: 1.33;
    }

    .gform_wrapper.gravity-theme .gform_description {
        line-height: 1.4;
    }

    .gform_wrapper.gravity-theme .gfield_label:not(.gfield--type-quiz .gfield_label) {
        font-size: 16px !important;
        max-width: 100%;
    }

    .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
        padding-top: 13px !important;
    }

    .gform_wrapper.gravity-theme input:not(.ginput_container_radio input):not(.ginput_container_checkbox input):not(.gform_page_footer input):not(.gform_footer input):not(.ginput_container_consent input) {
        font-size: 16px !important;
        border: solid 1px #c9c9c9;
        margin-bottom: 24px;
    }

    .gform_wrapper.gravity-theme .gfield textarea.large {
        border: solid 1px #c9c9c9;
        font-size: 16px;
        margin-bottom: 16px !important;
    }

    .gform_wrapper.gravity-theme .ginput_container_radio:not(.gfield--type-quiz .ginput_container_radio) {
        margin-bottom: 24px;
    }

    .gform_wrapper.gravity-theme .gfield_radio:not(.gfield--type-quiz .gfield_radio) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield_radio .gchoice:not(.gfield--type-quiz .gfield_radio .gchoice) {
        width: 100% !important;
        background: #fff;
    }

    .gform_wrapper.gravity-theme .gfield_radio .gchoice label:not(.gfield--type-quiz .gfield_radio .gchoice label) {
        width: 100%;
        padding: 11px 30px;
        font-size: 16px !important;
    }

    .gform_wrapper.gravity-theme .ginput_container.ginput_container_select {
        margin-bottom: 24px !important;
        font-size: 16px !important;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        max-width: unset;
        width: 100%;
        min-width: unset;
    }

    .gform_wrapper.gravity-theme .gform_footer {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gform_button.button {
        min-width: 100%;
        padding: 5px 0;
        font-size: 16px !important;
    }

    .gform_wrapper.gravity-theme .gform_heading {
        margin-bottom: 40px;
    }

    .gform_wrapper.gravity-theme .gform_heading:has(.gform_required_legend) {
        margin-bottom: 0;
    }

    .gform_wrapper.gravity-theme .gform_description + .gform_required_legend {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .gform_wrapper.gravity-theme .gfield--type-radio.gfield_error .ginput_container_radio {
        margin-bottom: 0 !important;
    }

    .gform_wrapper.gravity-theme .gform_validation_errors {
        padding: 16px !important;
    }

    .gform_wrapper.gravity-theme .gform_confirmation_wrapper * {
        font-size: 16px;
    }

    .gform_wrapper.gravity-theme .gfield_label .gfield_required, .gfield_required_asterisk, .gfield_required_text {
        font-size: 14px !important;
    }

    .gform_wrapper.gravity-theme .gfield_description.validation_message {
        font-size: 16px !important;
    }
}

.gform_wrapper.gravity-theme .gfield_visibility_hidden {
    display: none;
    left: unset !important;
    position: unset !important;
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result::before {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_error input[aria-invalid="true"]:not(.gfield [type=checkbox]) {
    border: 1px solid #C02B0A !important;
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error textarea.large[aria-invalid="true"] {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error .ginput_container_select .select2-container--default .select2-selection--single,
.gform_wrapper.gravity-theme .gfield_error .ginput_container_select .chosen-container a.chosen-single {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 4px 0 4px;
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result {
    font-size: 18px;
}

.select2-results__option {
    color: #002b46 !important;
    font-family: Inter;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    min-width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield.form-captcha {
    visibility: hidden;
    display: none;
}

.gform_wrapper.gravity-theme .gfield a {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gform_validation_errors ol {
    display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_select li.active-result.gf_placeholder {
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_ajax_spinner {
    -webkit-animation: spin-form 1s linear infinite;
    -moz-animation: spin-form 1s linear infinite;
    animation: spin-form 1s linear infinite;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gform_wrapper.gravity-theme .gfield [type=checkbox] {
    -webkit-appearance: none;
    border: unset !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 10px !important;
    height: auto;
    transform: translateY(0) !important;
}

.gform_wrapper.gravity-theme .gfield [type=checkbox]::before {
    transform: translate(0, 3px) !important;
    content: "";
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath data-name='Path 1412' d='M19 5v14H5V5h14m0-2H5a2.006 2.006 0 0 0-2 2v14a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2V5a2.006 2.006 0 0 0-2-2z' transform='translate(-3 -3)' style='fill:%2300b5d3'/%3E%3C/svg%3E%0A");
}

.gform_wrapper.gravity-theme .gfield [type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath data-name='Path 1414' d='M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z' transform='translate(-3 -3)' style='fill:%2300b5d3'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
    .downlaod-ebook-block .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        max-width: 328px;
    }
}

.gfield-choice-input {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}


/*dropdown fields*/
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result.highlighted {
    background-color: unset;
    color: #002b46;
    background-image: none;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result:hover {
    background-color: #eaeaeb;
    color: #002b46;
    background-image: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: unset;
}

/*multi select*/

.gform_wrapper.gravity-theme .gfield--type-multiselect.gfield--input-type-multiselect {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .gform_wrapper.gravity-theme .gfield--type-multiselect.gfield--input-type-multiselect {
        margin-bottom: 24px;
    }
}

.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container.chosen-container-multi {
    display: none !important;
}

.gform_multi_select2 + .select2-container--default .select2-selection--multiple {
    cursor: pointer ;
    max-height: 50px;
    min-height: 50px;
    padding: 4px !important;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-radius: 5px !important;
}

.gform_multi_select2 + .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


.gform_multi_select2 + .select2-container--default .select2-selection__rendered {
    height: 100%;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-left: 12px;
    padding: 0;
}

@media (max-width: 768px) {
    .gform_multi_select2 + .select2-container--default .select2-selection--multiple {
        border: 1px solid #aaa;
    }

    .gform_multi_select2 + .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .gform_multi_select2 + .select2-container--default .select2-selection__rendered {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .gform_multi_select2 + .select2-container--default .select2-selection--multiple {
        border: 1px solid rgba(0, 43, 70, 0.5) !important;
    }

    .gform_multi_select2 + .select2-container--open.select2-container--default .select2-selection--multiple {
        border: 1px solid #aaa !important;
    }

    .gform_multi_select2 + .select2-container--default .select2-selection__rendered .gf-select2-label {
        color: rgb(117,117,117) !important;
    }

    .gform_multi_select2 + .select2-container--default .select2-selection__rendered .gf-select2-label.count {
        color: var(--Dark-Blue, #002b46) !important;
    }
}

.gform_multi_select2 + .select2-container--default .select2-selection__rendered:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath data-name='Path 588' d='m7 10 5 5 5-5z' transform='translate(-7 -10)' style='fill:%2300b5d3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 14px;
    right: 17px;
    top: 9px;
}

.gform_multi_select2 + .select2-container--default .select2-selection__rendered:after {
    display: none;
}

.gform-multiselect-open {
    z-index: 9999999;

    .select2-dropdown.select2-dropdown--below {
        position: unset;
        border-top: 1px solid #aaa;
        border-radius: 5px;
        margin-top: 5px;
    }

    .select2-dropdown.select2-dropdown--above {
        position: unset;
    }

    @media (max-width: 768px) {
        .select2-dropdown.select2-dropdown--below {
            border-radius: unset;
            margin-top: 0;
        }
    }
    .select2-selection__choice{
        display: none !important;
    }

    li.select2-results__option {
        padding: 11px 34px 11px 8px !important;
        margin-bottom: 0;
        border-bottom: unset;
        line-height: normal !important;
        font-size: 14px !important;
    }

    li.select2-results__option:hover {
        background-color: #eaeaeb !important;
    }

    li.select2-results__option:before {
        display: none;
    }

    .select2-results__options {
        padding-top: 0 !important;
    }

    li.select2-results__option span {
        display: flex;
        align-items: flex-start;
        column-gap: 10px;
        font-size: 14px;
        font-family: Inter;
        color: #002b46;
    }

    .select2-results__option[aria-selected="true"],
    .select2-results__option--highlighted[aria-selected] {
        background-color: #fff !important;
        color: #002b46 !important;
    }

    input[type=checkbox] {
        appearance: none;
        height: 18px;
        min-width: 18px;
        border: 2px solid #00b5d3;
        background-color: #fff;
        vertical-align: middle;
        border-radius: 3px;
        opacity: 0.6;
    }

    .select2-results__option--selected input[type=checkbox] {
        font-family: fontAwesome !important;
        background-image: url(../icons/check-solid.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        color: #fff;
        background-color: #00b5d3;
        border: 0;
    }

    .select2-results *::-webkit-scrollbar,
    .modal *::-webkit-scrollbar {
        all: initial !important;
        width: 8px !important;
        background: #ebebeb !important;
    }

    .select2-results *::-webkit-scrollbar-thumb,
    .modal *::-webkit-scrollbar-thumb {
        all: initial !important;
        background: #c9c9c9 !important;
    }
}

@media (max-width: 768px) {
    .gform_wrapper.gravity-theme .select2-container .select2-selection--single .select2-selection__rendered {
        margin-right: 10px;
        padding-left: 16px;
        margin-left: 0;
    }
}


/*!*main*!*/
/*@media (max-width: 992px) {*/
/*    .gform_wrapper .select2-selection__arrow b{*/
/*        border-color: #00b5d3 transparent transparent transparent !important;*/
/*        margin-left: -16px !important;*/
/*    }*/
/*}*/
/*body .gform_wrapper .gform_body .gform_fields .gfield select option {*/
/*    font-family: Inter !important;*/
/*    font-size: 14px !important;*/
/*    font-weight: normal !important;*/
/*    font-stretch: normal !important;*/
/*    font-style: normal !important;*/
/*    line-height: normal !important;*/
/*    letter-spacing: normal !important;*/
/*    text-align: left !important;*/
/*    color: #002b46 !important;*/
/*    padding-top: 14px !important;*/
/*    padding-bottom: 14px !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{*/
/*    border-radius: 5px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 10px;*/
/*    height: 5px;*/
/*    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath data-name='Path 588' d='m7 10 5 5 5-5z' transform='translate(-7 -10)' style='fill:%2300b5d3'/%3E%3C/svg%3E%0A");  background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    margin-top: 14px;*/
/*}*/
/*body .gform_wrapper.gravity-theme .chosen-container a.chosen-single:before{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 10px;*/
/*    height: 5px;*/
/*    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath data-name='Path 588' d='m7 10 5 5 5-5z' transform='translate(-7 -10)' style='fill:%2300b5d3'/%3E%3C/svg%3E%0A");  background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    margin-top: 14px;*/
/*    right: 17px;*/
/*    top: 9px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice{*/
/*    margin: 0px 5px 5px 0px !important;*/
/*    padding: 8px 20px 8px 5px !important;*/
/*    background-image: none !important;*/
/*    background-color: #fff !important;*/
/*    border-color: #01b4d3 !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{*/
/*    top: 10px !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span{*/
/*    color: #01b4d3;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result{*/
/*    display: flex !important;*/
/*    font-family: Inter;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*    background-image: none;*/
/*    padding: 12px 0;*/
/*    padding-left: 14px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result:before {*/
/*    position: relative;*/
/*    left: -6px;*/
/*    top: -4px;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    background-image: url(../icons/square-regular-blue.svg);*/
/*    background-repeat: no-repeat;*/
/*    min-width: 20px;*/
/*    min-height: 20px;*/
/*    content: "";*/
/*    margin-top: 2px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result.result-selected:before {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    background-image: url(../icons/check-solid.svg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 14px;*/
/*    min-width: 18px;*/
/*    min-height: 18px;*/
/*    content: "";*/
/*    margin-top: 2px;*/
/*    background-color: #00b5d3;*/
/*    border-radius: 3px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.result-selected {*/
/*    padding: 11px 0 12px 14px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result.highlighted {*/
/*    background-color: #eaeaeb;*/
/*    color: #002b46;*/
/*    background-image: none;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{*/
/*    background-image: unset;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices::placeholder{*/
/*    font-family: Inter;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: rgba(0, 43, 70, 0.5);*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span{*/
/*    font-family: Inter;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: rgb(117,117,117);*/
/*}*/
/*body .gform_wrapper.gravity-theme .chosen-container a.chosen-single{*/
/*    background-color: white;*/
/*    background-image: unset;*/
/*    height: 50px;*/
/*    border-radius: 5px !important;*/
/*    padding-left: 24px !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single{*/
/*    background-color: unset;*/
/*    background-image: unset !important;*/
/*}*/
/*.select2-search--dropdown {*/
/*    display: none !important;*/
/*}*/
/*.gform_body .chosen-search{*/
/*    display: none;*/
/*    padding: 7px !important;*/
/*}*/
/*.gform_body .gfield.add-searchbox .chosen-search,*/
/*.add-searchbox .select2-search--dropdown{*/
/*    display: block !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .gform_body .chosen-container-single  .chosen-search .chosen-search-input {*/
/*    margin: unset !important;*/
/*    padding: 7px !important;*/
/*    padding-right: 30px !important;*/
/*    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNy40OScgaGVpZ2h0PScxNy40OScgdmlld0JveD0nMCAwIDE3LjQ5IDE3LjQ5Jz48cGF0aCBkYXRhLW5hbWU9J1BhdGggNzE4JyBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3YTYuNTEgNi41MSAwIDEgMC0uNy43bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5em0tNiAwQTQuNSA0LjUgMCAxIDEgMTQgOS41IDQuNDk0IDQuNDk0IDAgMCAxIDkuNSAxNHonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0zIC0zKScgc3R5bGU9J2ZpbGw6IzEzMmI0NCc+PC9wYXRoPjwvc3ZnPgo=') !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-position: calc(100% - 7px) center;*/
/*    background-size: 17px !important;*/
/*    font-family: Inter !important;*/
/*    font-size: 14px !important;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results{*/
/*    font-size: 14px !important;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .ginput_container.ginput_container_select .select2-selection {*/
/*        height: 50px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*    }*/
/*    .select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*        height: 100% !important;*/
/*    }*/
/*    .select2-container--default .select2-search--dropdown .select2-search__field {*/
/*        padding-right: 30px !important;*/
/*        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNy40OScgaGVpZ2h0PScxNy40OScgdmlld0JveD0nMCAwIDE3LjQ5IDE3LjQ5Jz48cGF0aCBkYXRhLW5hbWU9J1BhdGggNzE4JyBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3YTYuNTEgNi41MSAwIDEgMC0uNy43bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5em0tNiAwQTQuNSA0LjUgMCAxIDEgMTQgOS41IDQuNDk0IDQuNDk0IDAgMCAxIDkuNSAxNHonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0zIC0zKScgc3R5bGU9J2ZpbGw6IzEzMmI0NCc+PC9wYXRoPjwvc3ZnPgo=') !important;*/
/*        background-repeat: no-repeat !important;*/
/*        background-position: calc(100% - 7px) center;*/
/*        background-size: 17px !important;*/
/*    }*/
/*    .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {*/
/*        outline: none !important;*/
/*    }*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span{*/
/*    margin-top: 5px;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{*/
/*    display: none !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-drop{*/
/*    border-top: 1px solid #aaa !important;*/
/*}*/
/*body .page-newsletter-bar .gform_wrapper.gravity-theme .chosen-container a.chosen-single:before{*/
/*    display: none !important;*/
/*}*/
/*body .page-newsletter-bar .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop a.chosen-single{*/
/*    background-color: #fff !important;*/
/*}*/
/*.gfield.field_sublabel_below,.gfield.field_sublabel_below a {*/
/*    color: #002b45;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container .chosen-results{*/
/*    margin: 0 0 4px 0;*/
/*    padding: 0;*/
/*    margin-bottom: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/
/*body .gform_wrapper.gravity-theme .chosen-container a.chosen-single{*/
/*    background: white !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type="text"]{*/
/*    margin-bottom: 0px !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .ginput_counter{*/
/*    display: none !important;*/
/*}*/
/*.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {*/
/*    margin-top: 5px;*/
/*    border-radius: 5px;*/
/*    overflow: hidden;*/
/*}*/
/*body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {*/
/*    border: 1px solid rgba(0, 43, 70, 0.5);*/
/*}*/
/*.dataTables_wrapper .dataTables_length , .dataTables_wrapper .dataTables_filter {*/
/*    display : none;*/
/*}*/