@charset 'UTF-8';
.form_block
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block
    {
        padding-bottom: 60px;
    }
}

.form_block_switchers
{
    position: relative;

    display: flex;

    max-width: 220px;
    margin: 0 auto;

    flex-wrap: nowrap;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) and (min-width: 1309.0909090909px)
{
    .form_block_switchers
    {
        max-width: calc(.1680555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_switchers
    {
        max-width: 242px;
    }
}
.form_block_switchers::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #e6e9f3;
    border-radius: 25px;
}
.form_block_switchers .form_block_switcher
{
    padding: 7px 16px;

    cursor: pointer;
    transition: all .15s ease-in;
    text-align: center;

    border-radius: 25px;
}
.form_block_switchers .form_block_switcher:not(.active):hover
{
    color: #ff7117;
}
.form_block_switchers .form_block_switcher.active
{
    color: #fff;
    background: #ff7117;
}

.form_block_content
{
    display: flex;

    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

    border: 1px solid #e6e9f3;
    border-radius: 24px;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content
    {
        padding-right: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content
    {
        padding-right: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content
    {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content
    {
        padding-left: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content
    {
        padding-left: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content
    {
        margin-bottom: calc(.0361111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content
    {
        margin-bottom: 52px;
    }
}
.form_block_content .contact_form
{
    margin: 0 !important;
    padding: 0 !important;
}
.form_block_content .block_header
{
    width: 100%;
    max-width: 320px;
    margin-bottom: 44px;
}
@media screen and (max-width: 1440px) and (min-width: 1152px)
{
    .form_block_content .block_header
    {
        max-width: calc(.2777777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .block_header
    {
        max-width: 400px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1056px)
{
    .form_block_content .block_header
    {
        margin-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .block_header
    {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px)
{
    .form_block_content .block_header
    {
        max-width: 400px;
    }
}
.form_block_content .block_header:before
{
    display: block;

    width: 72px;
    height: 4px;
    margin-bottom: 22px;

    content: '';

    background: #ff7117;
}
@media screen and (max-width: 1440px) and (min-width: 660px)
{
    .form_block_content .block_header:before
    {
        margin-bottom: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .block_header:before
    {
        margin-bottom: 48px;
    }
}
.form_block_content .block_reminder
{
    margin-top: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content .block_reminder
    {
        margin-top: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .block_reminder
    {
        margin-top: 48px;
    }
}
.form_block_content .block_reminder a
{
    text-decoration: underline;

    color: #ff7117;
}
.form_block_content .block_title,
.form_block_content .block_description,
.form_block_content .block_reminder
{
    padding: 0 !important;
}
.form_block_content .block_title
{
    margin-bottom: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block_content .block_title
    {
        margin-bottom: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .block_title
    {
        margin-bottom: 16px;
    }
}
.form_block_content .how_can_we_help
{
    width: 100%;
    max-width: 390px;

    align-self: center;
}
@media only screen and (max-width: 767px)
{
    .form_block_content .how_can_we_help .contact_form
    {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1270.5882352941px)
{
    .form_block_content .how_can_we_help
    {
        max-width: calc(.3069444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block_content .how_can_we_help
    {
        max-width: 442px;
    }
}
@media only screen and (max-width: 991px)
{
    .form_block_content .how_can_we_help
    {
        max-width: 400px;
    }
}
.form_block_content .textarea-input textarea
{
    overflow: hidden;
    overflow-y: auto;

    box-sizing: border-box;
    max-height: 540px;

    border-radius: 5px;

    scrollbar-width: thin;
    scrollbar-color: #ff7117 transparent;
}
.form_block_content .textarea-input textarea::-webkit-scrollbar
{
    width: 6px;

    border-radius: 5px;
}
.form_block_content .textarea-input textarea::-webkit-scrollbar-thumb
{
    height: 20px;

    border-radius: 5px;
    background-color: #ff7117;
}
.form_block_content .textarea-input textarea::-webkit-scrollbar-track
{
    background: transparent;
}
.form_block.as_footer
{
    width: 100vw;
}
.form_block .how_can_we_help.as_page_content
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.form_block .how_can_we_help .error.message
{
    font-weight: 500;

    margin-top: 30px;
    padding: 15px;

    border: 1px solid #d36d6d;
    border-radius: 5px;
    background: rgba(235, 119, 119, .3);
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block .how_can_we_help .error.message
    {
        margin-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help .error.message
    {
        margin-top: 60px;
    }
}
.form_block .how_can_we_help .error.message p
{
    margin: 0;
}
.form_block .how_can_we_help .error.message.hidden
{
    display: none;
}
.form_block .how_can_we_help form ::-webkit-input-placeholder,
.form_block .how_can_we_help form ::-moz-placeholder,
.form_block .how_can_we_help form :-ms-input-placeholder,
.form_block .how_can_we_help form ::-ms-input-placeholder,
.form_block .how_can_we_help form ::placeholder
{
    color: #2f2f2f;
}
.form_block .how_can_we_help form .input_container
{
    align-self: flex-end;
}
.form_block .how_can_we_help form .fill
{
    position: absolute;
    top: 0;

    visibility: collapse;

    width: 0;
    height: 0;

    opacity: 0;
}
.form_block .how_can_we_help form textarea,
.form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]),
.form_block .how_can_we_help form select
{
    line-height: 1;

    width: 100%;
    margin-bottom: 25px;
    padding: 4px 0;

    border-top: none;
    border-right: none;
    border-bottom: 1px solid #606b7f;
    border-left: none;
    background: transparent;
}
@media screen and (max-width: 1440px) and (min-width: 1125px)
{
    .form_block .how_can_we_help form textarea,
    .form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]),
    .form_block .how_can_we_help form select
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help form textarea,
    .form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]),
    .form_block .how_can_we_help form select
    {
        margin-bottom: 32px;
    }
}
.form_block .how_can_we_help form textarea.error,
.form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]).error,
.form_block .how_can_we_help form select.error
{
    border-color: #d36d6d;
}
.form_block .how_can_we_help form textarea.error::-moz-placeholder,
.form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]).error::-moz-placeholder,
.form_block .how_can_we_help form select.error::-moz-placeholder
{
    color: #d36d6d;
}
.form_block .how_can_we_help form textarea.error::placeholder,
.form_block .how_can_we_help form input:not([type=checkbox]):not([type=submit]):not([type=file]).error::placeholder,
.form_block .how_can_we_help form select.error::placeholder
{
    color: #d36d6d;
}
.form_block .how_can_we_help form .radio_group
{
    margin-bottom: 25px;
}
@media screen and (max-width: 1440px) and (min-width: 1125px)
{
    .form_block .how_can_we_help form .radio_group
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help form .radio_group
    {
        margin-bottom: 32px;
    }
}
.form_block .how_can_we_help form .radio_group_title
{
    margin-bottom: 15px;
}
@media screen and (max-width: 1440px) and (min-width: 864px)
{
    .form_block .how_can_we_help form .radio_group_title
    {
        margin-bottom: calc(.0173611111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help form .radio_group_title
    {
        margin-bottom: 25px;
    }
}
.form_block .how_can_we_help form .radio_group label
{
    position: relative;

    display: flex;

    margin: 12px 0;

    cursor: pointer;

    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.form_block .how_can_we_help form .radio_group input
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;
}
.form_block .how_can_we_help form .radio_group .radio
{
    position: relative;

    width: 16px;
    height: 16px;
    margin-right: 16px;

    border: 1px solid #ff7117;
    border-radius: 100%;
}
.form_block .how_can_we_help form .radio_group .radio::before,
.form_block .how_can_we_help form .radio_group .radio::after
{
    position: absolute;

    display: block;

    width: inherit;
    height: inherit;

    content: '';

    border-radius: inherit;
}
.form_block .how_can_we_help form .radio_group .radio:before
{
    top: calc(50% - 4px);
    left: calc(50% - 4px);

    opacity: 0;
    background: #2f2f2f;
}
.form_block .how_can_we_help form .radio_group .radio::after
{
    opacity: 0;
    background: #ff7117;
}
.form_block .how_can_we_help form .radio_group input:checked + .radio::before
{
    width: 8px;
    height: 8px;

    opacity: 1;
    background: #ff7117;
}
.form_block .how_can_we_help form .radio_group input:hover + .radio,
.form_block .how_can_we_help form .radio_group input:focus + .radio
{
    border: 1px solid #ff7117;
}
.form_block .how_can_we_help form .radio_group input:hover + .radio:before,
.form_block .how_can_we_help form .radio_group input:focus + .radio:before
{
    background: #ff7117;
}
.form_block .how_can_we_help form .radio_group input:hover ~ .name
{
    color: #ff7117;
}
.form_block .how_can_we_help form .radio_group input:focus + .radio::after,
.form_block .how_can_we_help form .radio_group input:active + .radio::after
{
    top: calc(50% - 15px);
    left: calc(50% - 15px);

    width: 30px;
    height: 30px;

    opacity: .1;
}
.form_block .how_can_we_help form .checkbox-group.error
{
    margin: -1px;
    margin-bottom: 25px;
    padding: 15px;

    border: 1px solid #d36d6d;
    border-radius: 5px;
}
.form_block .how_can_we_help form .selection
{
    display: block;
}
.form_block .how_can_we_help form .selection span
{
    display: block;
    overflow: hidden;

    text-overflow: ellipsis;
}
.form_block .how_can_we_help form .pinpoint-question-label
{
    display: flex;

    margin-bottom: 12px;

    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    .form_block .how_can_we_help form .pinpoint-question-label
    {
        margin-bottom: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help form .pinpoint-question-label
    {
        margin-bottom: 16px;
    }
}
.form_block .how_can_we_help form .pinpoint-question-label span:first-child
{
    flex: 1;
}
.form_block .how_can_we_help form .question-help
{
    font-size: 12px;
    font-weight: bold;

    position: relative;

    display: inline-flex;

    width: 20px;
    height: 20px;

    cursor: help;
    transition: all .2s ease;

    color: #ff7117;
    border: 1px solid #ff7117;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.form_block .how_can_we_help form .question-help:hover
{
    color: white;
    background: #ff7117;
}
.form_block .how_can_we_help form .question-help:hover::after
{
    visibility: visible;

    transform: translateX(-50%) translateY(0);

    opacity: 1;
}
.form_block .how_can_we_help form .question-help::after
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;

    position: absolute;
    z-index: 1000;
    bottom: calc(100% + 8px);
    left: var(--tooltip-left, 50%);

    visibility: hidden;

    max-width: 280px;
    padding: 8px 12px;

    content: attr(data-tooltip);
    transition: all .2s ease;
    transform: var(--tooltip-transform, translateX(-50%)) translateY(-4px);
    text-align: left;
    white-space: nowrap;
    white-space: normal;
    pointer-events: none;

    opacity: 0;
    color: white;
    border-radius: 6px;
    background: rgba(0, 0, 0, .9);
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help form .question-help::after
    {
        position: fixed;
        top: 50%;
        right: 20px;
        bottom: auto;
        left: 20px !important;

        width: auto;
        max-width: none;

        transform: translateY(-50%) !important;
    }
    .form_block .how_can_we_help form .question-help::after::before
    {
        display: none;
    }
}
.form_block .how_can_we_help form .question-help.tooltip-visible::after
{
    visibility: visible;

    transform: var(--tooltip-transform, translateX(-50%)) translateY(0);

    opacity: 1;
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help form .question-help.tooltip-visible::after
    {
        transform: translateY(-50%) !important;
    }
}
.form_block .how_can_we_help form .question-help.tooltip-visible::before
{
    visibility: visible;

    opacity: 1;
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help form .question-help.tooltip-visible::before
    {
        display: none;
    }
}
.form_block .how_can_we_help form .question-help::before
{
    position: absolute;
    z-index: 1000;
    bottom: calc(100% + 2px);
    left: 50%;

    visibility: hidden;

    content: '';
    transition: all .2s ease;
    transform: translateX(-50%);

    opacity: 0;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, .9);
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help form .question-help::before
    {
        display: none;
    }
}
.form_block .how_can_we_help form .question-help:hover::before
{
    visibility: visible;

    opacity: 1;
}
.form_block .how_can_we_help form .checkbox
{
    width: 100%;
    margin-bottom: 25px;
}
.form_block .how_can_we_help form .checkbox label
{
    position: relative;

    cursor: pointer;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox]
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 30px;
    height: 30px;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox] + span:before,
.form_block .how_can_we_help form .checkbox input[type=checkbox] + span:after
{
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox] + span:before
{
    content: '';

    border: 1px solid #ff7117;
    border-radius: 5px;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox] + span:after
{
    font-size: 12px;
    line-height: 16px;

    visibility: hidden;

    content: '✓';
    text-align: center;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox]:checked + span:before
{
    background: transparent;
}
.form_block .how_can_we_help form .checkbox input[type=checkbox]:checked + span:after
{
    visibility: visible;

    color: #ff7117;
}
.form_block .how_can_we_help form .checkbox .list-item
{
    display: block;

    width: 100%;
    margin: 0;
}
.form_block .how_can_we_help form .checkbox .list-item-label
{
    display: inline-block;

    margin-bottom: 10px;
    margin-left: 28px;
}
.form_block .how_can_we_help form .checkbox .list-item-label.error
{
    color: #d36d6d;
}
.form_block .how_can_we_help form .checkbox .list-item-label.error:before
{
    border-color: #d36d6d;
}
.form_block .how_can_we_help form .checkbox .list-item.last .list-item-label
{
    margin-bottom: 0;
}
.form_block .how_can_we_help form .checkbox a
{
    transition: .2s;
    text-decoration: none;

    color: #2f2f2f;
    border-bottom: 1px solid;
}
.form_block .how_can_we_help form .checkbox a:hover
{
    color: #ff7117;
}
.form_block .how_can_we_help form .attach_file
{
    position: relative;

    display: flex;

    min-width: 50%;
    max-width: 68%;
    margin-bottom: 30px;

    flex-wrap: nowrap;
}
@media screen and (max-width: 1440px) and (min-width: 1080px)
{
    .form_block .how_can_we_help form .attach_file
    {
        margin-bottom: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help form .attach_file
    {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help form .attach_file
    {
        max-width: 100%;
    }
}
.form_block .how_can_we_help form .attach_file_info
{
    font-size: 8px;
    line-height: 1;

    position: absolute;
    bottom: -12px;
    left: 54px;

    min-width: 110px;

    letter-spacing: -.2px;

    color: #606b7f;
}
.form_block .how_can_we_help form .attach_file input
{
    position: absolute;
    z-index: -1;

    overflow: hidden;

    width: 0;
    height: 0;
    padding-left: 0 !important;

    opacity: 0;
    border: none;
    border-radius: 0;
}
.form_block .how_can_we_help form .attach_file label.file_label
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    max-width: 100%;
    padding: 7px 16px;

    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    border: 1px solid #e6e9f3;
    border-radius: 22px;
}
.form_block .how_can_we_help form .attach_file label.file_label:before
{
    position: relative;
    top: 3px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url(/wp-content/themes/gonewfire/build/images/svg/Attach_ico.svg) center center/contain no-repeat;
}
.form_block .how_can_we_help form .attach_file label.file_label:hover
{
    border-color: #ff7117;
}
.form_block .how_can_we_help form .attach_file label.file_label .label_title
{
    position: relative;
}
.form_block .how_can_we_help form .attach_file .clear
{
    position: relative;

    display: none;

    margin-left: 10px;

    align-self: center;
}
.form_block .how_can_we_help form .attach_file .clear_field
{
    display: block;

    width: 20px;
    height: 20px;

    cursor: pointer;

    opacity: .3;
    border: 1px solid;
    border-radius: 50%;
}
.form_block .how_can_we_help form .attach_file .clear_field:hover
{
    opacity: 1;
}
.form_block .how_can_we_help form .attach_file .clear_field:before
{
    font-size: 28px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    padding: 0 2px;

    content: '×';

    color: #ff7117;
}
.form_block .how_can_we_help form.hide
{
    display: none !important;
}
.form_block .how_can_we_help .success.message
{
    position: relative;

    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    padding: 15px;

    text-align: center;
}
.form_block .how_can_we_help .success.message .close_message
{
    font-size: 50px;

    position: absolute;
    top: 0;
    right: 15px;

    display: block;

    padding: 0 23px;

    cursor: pointer;

    color: #ff7117;
}
.form_block .how_can_we_help .success.message .checkmark_ico
{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .form_block .how_can_we_help .success.message .checkmark_ico
    {
        margin-bottom: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .form_block .how_can_we_help .success.message .checkmark_ico
    {
        margin-bottom: 40px;
    }
}
.form_block .how_can_we_help .success.message .checkmark_ico svg .checkmark
{
    animation: dash 2s ease-out forwards;

    stroke: #ff7117;
    stroke-width: 6;
    stroke-dashoffset: 0;
    stroke-dasharray: 745.7485351563;
}
@keyframes dash
{
    0%
    {
        stroke-dashoffset: 745.7485351563;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
.form_block .how_can_we_help .success.message .message
{
    margin: 0 auto;
}
.form_block .how_can_we_help .success.message .message h3
{
    margin: 0;
}
.form_block .how_can_we_help .success.message .message h5
{
    line-height: 1.5;
}
@media only screen and (max-width: 767px)
{
    .form_block .how_can_we_help .nft_button
    {
        text-align: center;
    }
}
.form_block .spinner
{
    display: flex;

    text-align: center;
}
.form_block .spinner div
{
    display: inline-block;

    width: 11px;
    height: 11px;
    margin: 3px;

    animation: sk-bouncedelay 1.4s infinite ease-in-out both;

    border-radius: 100%;
    background-color: #fff;
}
.form_block .spinner div:nth-child(1)
{
    animation-delay: -.32s;
}
.form_block .spinner div:nth-child(2)
{
    animation-delay: -.16s;
}
@keyframes sk-bouncedelay
{
    0%,
    80%,
    100%
    {
        transform: scale(0);
    }
    40%
    {
        transform: scale(1);
    }
}
