@charset "UTF-8";

@keyframes rotateSlideOutNext {
    0% {
        position: absolute
    }

    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75%,
    to {
        opacity: .5;
        transform: translateZ(-500px) translate(-200%)
    }
}

@keyframes rotateSlideInNext {

    0%,
    25% {
        opacity: .5;
        position: relative;
        transform: translateZ(-500px) translate(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        transform: translateZ(0) translate(0)
    }
}

@keyframes rotateSlideOutPrev {
    0% {
        position: absolute
    }

    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75%,
    to {
        opacity: .5;
        transform: translateZ(-500px) translate(200%)
    }
}

@keyframes rotateSlideInPrev {

    0%,
    25% {
        opacity: .5;
        position: relative;
        transform: translateZ(-500px) translate(-200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        transform: translateZ(0) translate(0)
    }
}

@keyframes v-moonStretchDelay {
    to {
        transform: rotate(1turn)
    }
}

.ghl-button-bar {
    direction: rtl;
    display: inline;
    position: relative;
    text-align: center;
    z-index: 2
}

.ghl-button-bar input {
    cursor: pointer;
    position: relative
}

.ghl-button-bar .ghl-next-button {
    border: 0;
    border-radius: 4px;
    float: right;
    font-weight: 600;
    height: 40px;
    margin: 10px;
    min-width: 50px;
    padding: 0 15px;
    text-align: center;
    width: auto
}

.ghl-button-bar .ghl-next-button:focus {
    outline: 0
}

.ghl-button-bar .ghl-next-button .right-pointing-triangle:after {
    content: "▶︎"
}

.ghl-button-bar .ghl-submit-button {
    float: right;
    font-weight: 600;
    margin: 10px;
    padding: 0 15px
}

.ghl-button-bar .ghl-back-button,
.ghl-button-bar .ghl-submit-button {
    border: 0;
    border-radius: 4px;
    height: 40px;
    min-width: 50px;
    text-align: center;
    width: auto
}

.ghl-button-bar .ghl-back-button {
    float: left;
    margin: 10px 0 0 10px;
    text-indent: -4px
}

.ghl-button-bar .ghl-back-button:focus {
    outline: 0
}

.ghl-button-bar .ghl-back-button .left-pointing-triangle:after {
    content: "◀︎"
}

input#sg_NextButton {
    padding-left: 15px;
    padding-right: 15px
}

.ghl-button,
.ghl-file-field input[type=button],
.ghl-next-button {
    background-color: #3a8ea8;
    color: #fff
}

.ghl-next-button:disabled {
    cursor: none;
    opacity: .7
}

.ghl-add-another-button,
.ghl-back-button,
.ghl-browse-btn,
.ghl-configurator-btn,
.ghl-submit-button {
    background-color: #3a8ea8;
    color: #fff
}

.ghl-question-set {
    margin-top: 12px;
    overflow-y: visible;
    perspective: 1200px;
    position: relative;
    transform-style: preserve-3d;
    zoom: 1;
    z-index: 2
}

.ghl-question-set .ghl-question {
    clear: both;
    display: none;
    left: 0;
    line-height: 1.8;
    overflow: hidden;
    top: 0;
    transform: translateZ(0);
    visibility: hidden;
    width: 100%
}

.ghl-question-set .ghl-question.ghl-page-current {
    display: block;
    overflow: visible;
    padding-bottom: 0;
    visibility: visible
}

.ghl-question-set .form-field-container label {
    color: #000
}

.ghl-survey-form {
    background-color: #fff;
    height: auto;
    height: 100%;
    margin-bottom: 50px;
    overflow-y: visible;
    padding: 1.5em 30px 2em;
    width: 100%
}

.ghl-survey-form .ghl-page-description p {
    font-size: 1.1em;
    line-height: 1.72222;
    margin: 0 0 .833em
}

.ghl-survey-form .alert {
    border-left: 9px solid #ff4747;
    border-radius: 0;
    color: #792020;
    transition: all .3s ease-in
}

.ghl-survey-form .alert ul {
    margin-bottom: 0;
    padding-left: 20px
}

.ghl-survey-form-banner {
    background-color: #fff;
    height: auto;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 1.5em 30px 2em;
    width: 80%
}

.ghl-body {
    background-color: transparent
}

.ghl-body .img-opt-title {
    padding: 5px
}

.form-builder--wrap-questions .col-12,
.form-builder--wrap-questions .col-6,
.form-builder--wrap-questions .form-builder--item,
.form-builder--wrap-questions .row {
    padding: 0
}

.ghl-page-rotateSlideOutNext {
    animation: rotateSlideOutNext 1s ease both
}

.ghl-page-rotateSlideInNext {
    animation: rotateSlideInNext 1s ease both
}

.ghl-page-rotateSlideOutPrev {
    animation: rotateSlideOutPrev 1s ease both
}

.ghl-page-rotateSlideInPrev {
    animation: rotateSlideInPrev 1s ease both
}

.ghl-footer-wrap {
    margin: 0 auto 11%;
    padding: 26px 10px 5px;
    text-align: center;
    width: 80%
}

.ghl-form-wrap {
    margin: 0 auto 60px
}

.ghl-banner {
    margin: auto
}

.ghl-banner img {
    display: block;
    max-width: 100%;
    width: 100%
}

.ghl-banner.ghl-survey-form-banner {
    height: auto;
    min-height: auto;
    padding: 0
}

table.table.table-borderless th {
    border: 0;
    padding: .75rem
}

table.table.table-borderless tr th:first-child {
    max-width: 150px;
    padding-right: 0;
    text-align: right;
    vertical-align: middle
}

.ghl-question-set.ghl-ques-wrap-big .custom-vue-select.form-control,
.ghl-question-set.ghl-ques-wrap-big input[type=email],
.ghl-question-set.ghl-ques-wrap-big input[type=number],
.ghl-question-set.ghl-ques-wrap-big input[type=phone],
.ghl-question-set.ghl-ques-wrap-big input[type=text],
.ghl-question-set.ghl-ques-wrap-big textarea {
    width: 50%
}

.ghl-question-set.ghl-ques-wrap-big .form-builder--item-input {
    margin-bottom: 17px
}

.ghl-question-set.ghl-ques-wrap-big .form-builder--item-input .custom-vue-select.form-control,
.ghl-question-set.ghl-ques-wrap-big .form-builder--item-input input,
.ghl-question-set.ghl-ques-wrap-big .form-builder--item-input textarea {
    width: 100%
}

.setOverflow {
    overflow: hidden
}

.ghl-footer.ghl-footer-preview[data-v-8410f4e1] {
    position: fixed;
    z-index: 9
}

.date-picker-custom-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f3f8fb;
    background-clip: padding-box;
    border: none;
    border-radius: .3125rem;
    color: #2a3135;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: 7px 5px;
    transition: all .2s ease-in-out 0s;
    width: 100%
}

.vdpInnerWrap {
    font-size: 10px !important
}

.hl-app .multi_select_form .multiselect__option,
.hl-app .multi_select_form .multiselect__single {
    color: #2a3135;
    font-size: .875rem !important;
    text-decoration: none
}

.hl-app .multi_select_form .multiselect__select {
    top: 0
}

.hl-app .multi_select_form .multiselect__single {
    padding: 7px 40px 7px 0
}

.hl-app .multi_select_form .multiselect__input,
.hl-app .multi_select_form .multiselect__single {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: 0
}

.hl-app .multi_select_form .multiselect__input {
    line-height: normal !important;
    padding: 7px 40px 7px 0
}

.hl-app .multi_select_form .option__desc {
    display: grid;
    grid-template-columns: 220px auto;
    white-space: normal
}

.hl-app .multi_select_form .multiselect__option {
    color: #607179;
    line-height: 25px;
    min-height: 25px;
    padding: 10px;
    white-space: normal
}

.hl-app .multi_select_form .multiselect__option--highlight,
.hl-app .multi_select_form .multiselect__option--selected.multiselect__option--highlight {
    background: #188bf633;
    color: #333
}

.hl-app .multi_select_form .multiselect__option--highlight:hover {
    background-color: #188bf633;
    color: #188bf6
}

.hl-app .multi_select_form .multiselect__option--highlight:focus {
    color: #000
}

.hl-app .multi_select_form .multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 0;
    min-height: 32px;
    padding: 6px 40px 10px 0
}

.hl-app .multi_select_calendar .noResult {
    font-size: 12px
}

#_builder-form .fields-container {
    padding: 30px 0 !important
}

#_builder-form .remove-extra-padding {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.form-top-padding {
    padding-top: 6px
}

.file-input {
    display: none
}

.custom-file-upload {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: block !important;
    min-height: 5rem;
    text-align: center;
    width: 100%
}

.custom-file-upload svg {
    display: block;
    margin: 5px auto;
    width: 30px
}

#_builder-form .custom-file-upload {
    color: #6e7d84 !important
}

.bi-upload {
    font-size: 20px
}

#_builder-form button {
    border: none
}

#_builder-form .signature-button {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    cursor: pointer;
    width: 100%
}

.form-builder--item .signature-container {
    align-items: flex-end;
    display: flex !important;
    flex-direction: column;
    width: 100%
}

.form-builder--item .signature-container a {
    color: #6e7d84;
    text-decoration: underline
}

.hl-app .iti {
    width: 100%
}

.hl-app {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
}

.countryphone {
    background-color: #f3f8fb;
    border: none;
    border-radius: 5px;
    height: 51px;
    width: 100%
}

.extra-top-padding {
    padding-top: 1rem
}

.d-none {
    display: none !important
}

.test-mode-badge {
    background-color: #ffde92;
    border-radius: 4px;
    color: #bb5504;
    font-size: 10px;
    font-weight: 700;
    margin: 0 .2rem;
    padding: 2px 4px;
    text-transform: uppercase
}

.loader-container {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 50px;
    z-index: 99
}

.v-moon3 {
    box-sizing: border-box
}

.short-label {
    color: #464d5f;
    display: block;
    font-size: 12px;
    margin-left: 2px;
    margin-top: 11px;
    min-height: 13px;
    word-break: break-word
}

.flex-col {
    display: flex;
    flex-direction: column
}

.grecaptcha-badge {
    height: 0 !important;
    width: 0 !important
}

.survey-progress-bar-mobile {
    border-radius: 4px 4px 0 0;
    height: 8px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.survey-progress-bar-header {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    position: relative
}

.survey-progress-fill-mobile {
    border-radius: 4px 0 0;
    height: 100%;
    transition: width .3s ease-in-out
}

.form-builder--item .item-description {
    display: block
}

.form-builder--item .error {
    margin-top: 10px
}

.confirm-btn,
.reset-btn,
.verify-phone-btn {
    background: #fff;
    border: 1px solid #d0d5dd !important;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280d;
    color: #344055;
    cursor: pointer;
    line-height: 1.5 !important;
    padding: 8px 20px;
    text-wrap: nowrap;
    white-space: nowrap
}

.confirm-btn {
    background-color: #155eef;
    color: #fff;
    margin-right: .75rem
}

.verification-container {
    margin-top: 10px
}

.phone-input {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.phone-input,
.verified-text {
    align-items: center;
    display: flex
}

.verified-text {
    color: #72b76f;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.flex {
    display: flex
}

.block {
    display: block
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.otp::-moz-placeholder {
    font-size: 14px !important
}

.otp::placeholder {
    font-size: 14px !important
}

.recaptch-top-margin {
    margin-top: .5em
}

.ghl-footer[data-v-9f60a3a3] {
    background: #222;
    bottom: 0;
    box-shadow: 0 0 7px #323232bf;
    display: block;
    height: 60px;
    left: 0;
    margin: 0;
    overflow: none;
    padding: 6px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 0
}

.ghl-footer .ghl-btn-align[data-v-9f60a3a3] {
    float: right;
    position: relative;
    right: 0;
    top: -2px
}

.ghl-body.in-iframe .ghl-footer[data-v-9f60a3a3] {
    z-index: 1
}

.ghl-progress-bar[data-v-9f60a3a3] {
    bottom: 15px;
    clear: both;
    height: 20px;
    left: 50%;
    margin: 0 0 0 -80px;
    position: absolute;
    width: 160px;
    zoom: 1;
    line-height: 20px
}

.ghl-progress-bar-text[data-v-9f60a3a3] {
    background-color: #3a8ea8;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 45px
}

.ghl-progress-bar-background[data-v-9f60a3a3] {
    background-color: #bfc5ca;
    border-left: 1px solid #fff;
    border-radius: 0 10px 10px 0;
    float: left;
    width: 115px
}

.ghl-progress-bar-inner[data-v-9f60a3a3] {
    background-color: #3a8ea8;
    border-radius: 0;
    height: 20px
}

.ghl-progress-bar-background.percent-100 .ghl-progress-bar-inner[data-v-9f60a3a3] {
    border-radius: 0 12px 12px 0
}

.ghl-btn[data-v-e17de7b8] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: inherit;
    padding: 17px 24px;
    transition: opacity .6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ghl-footer-back[data-v-e17de7b8] {
    background-color: navy;
    opacity: .8
}

.ghl-footer-next[data-v-e17de7b8] {
    background-color: #32d583
}

.ghl-submit-btn[data-v-e17de7b8] {
    align-items: center;
    background-color: #00f;
    cursor: pointer;
    display: flex;
    height: inherit;
    padding: 17px 24px;
    transition: opacity .6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ghl-footer-buttons[data-v-e17de7b8] {
    bottom: 0;
    display: flex;
    height: inherit;
    left: 0;
    line-height: 18px;
    position: absolute;
    right: 0;
    z-index: 2
}

.disabled-button[data-v-e17de7b8] {
    cursor: not-allowed;
    opacity: .6;
    pointer-events: none
}

.submit-loader[data-v-e17de7b8] {
    position: absolute;
    right: 35px;
    top: 25px;
    transform: translate(-50%, -50%)
}

.ghl-mobile-step-indicator[data-v-e17de7b8] {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center
}

.ghl-btn-placeholder[data-v-e17de7b8] {
    align-items: center;
    display: flex;
    height: inherit;
    padding: 17px 24px;
    visibility: hidden
}

.ghl-btn[data-v-e17de7b8],
.ghl-btn-placeholder[data-v-e17de7b8],
.ghl-submit-btn[data-v-e17de7b8] {
    flex: 0 0 auto;
    min-width: 60px
}

.ghl-footer-back-arrow[data-v-e17de7b8],
.ghl-footer-next-arrow[data-v-e17de7b8] {
    flex-shrink: 0
}

.ghl-footer[data-v-6c5ab72d] {
    background: #00359e;
    bottom: 0;
    box-shadow: 0 0 7px #323232bf;
    display: block;
    height: 50px;
    left: 0;
    margin: 0;
    overflow: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 0
}

.ghl-body.in-iframe .ghl-footer[data-v-6c5ab72d] {
    z-index: 1
}

.ghl-progress-container[data-v-6c5ab72d] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.ghl-footer-progress-bar[data-v-6c5ab72d] {
    align-items: center;
    background-color: transparent;
    border: 1px solid #84adff;
    border-radius: 12px;
    display: flex;
    height: 24px;
    width: 200px
}

.ghl-progress-bar-fill[data-v-6c5ab72d] {
    align-items: center;
    background-color: #84adff;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    transition: width .5s ease;
    width: 10%
}

.ghl-footer-progress-text[data-v-6c5ab72d] {
    font-size: .875rem
}

@media (max-width:768px) {
    .ghl-progress-container--mobile-hidden[data-v-6c5ab72d] {
        display: none
    }
}

.ghl-footer[data-v-eae00cb1] {
    background: #00359e;
    bottom: 0;
    box-shadow: 0 0 7px #323232bf;
    display: block;
    height: 50px;
    left: 0;
    margin: 0;
    overflow: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 0
}

.ghl-body.in-iframe .ghl-footer[data-v-eae00cb1] {
    z-index: 1
}

.ghl-progress-container[data-v-eae00cb1] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.ghl-footer-progress-bar[data-v-eae00cb1] {
    align-items: center;
    background-color: transparent;
    border: 1px solid #84adff;
    border-radius: 12px;
    display: flex;
    height: 10px;
    width: 320px
}

.ghl-progress-bar-fill[data-v-eae00cb1] {
    align-items: center;
    background-color: #84adff;
    border-radius: 12px 0 0 12px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    transition: width .5s ease;
    width: 10%
}

.ghl-footer-progress-text[data-v-eae00cb1] {
    font-size: .875rem;
    margin-right: 16px;
    opacity: .8
}

@media (max-width:768px) {
    .ghl-progress-container--mobile-hidden[data-v-eae00cb1] {
        display: none
    }
}