.contact {
    margin-bottom: 112px;
    margin-top: 112px
}

.contact__wrapper {
    margin: 0 -21px
}

.contact__left {
    padding: 0 21px
}

.contact__left__text {
    margin: 0 0 27px;
    padding: 0 100px 0 0
}

.contact__left__email a,
.contact__left__location a,
.contact__left__phone a {
    align-items: center;
    color: #050b20;
    display: inline-flex;
    gap: 17px;
    margin: 0 0 12px;
    text-decoration: none
}

.contact__left__email a:hover,
.contact__left__location a:hover,
.contact__left__phone a:hover {
    color: var(--Color_Hoffer_Orange)
}

.contact__left__form {
    margin: 43px 0 0
}

.contact__left__form .selectric {
    background-color: transparent !important;
    border: 1px solid var(--Color_Silver1) !important;
    border-radius: 0 !important;
    color: var(--Color_Hoffer_Text) !important
}

.contact__left__form .selectric .label {
    color: var(--Color_Silver1) !important;
    font-size: 16px !important;
    height: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 8px 16px !important
}

.contact__left__form .selectric .button {
    display: none
}

.contact__left__form .selectric-items {
    border: none;
    border-bottom: 1px solid var(--Color_Silver1) !important;
    border-left: 1px solid var(--Color_Silver1) !important;
    border-radius: 0 !important;
    border-right: 1px solid var(--Color_Silver1) !important
}

.contact__left__form .selectric-items ul {
    line-height: 30px !important;
    margin: 0 !important;
    row-gap: 0 !important
}

.contact__left__form .selectric-items li {
    border-bottom: 1px solid var(--Color_Silver1);
    color: var(--Color_Hoffer_Text) !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 8px 16px !important
}

.contact__left__form .selectric-items li:before {
    display: none !important
}

.contact__left__form .selectric-items li:last-child {
    border-bottom: none
}

.contact__left__form .selectric-items li.selected,
.contact__left__form .selectric-items li:hover {
    background-color: var(--Color_Hoffer_Orange);
    color: var(--Color_White) !important
}

.contact__left__form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:after {
    background-size: contain !important;
    height: 16px !important;
    right: 16px !important;
    top: 17px !important;
    width: 16px !important
}

.contact__left__form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.contact__left__form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.contact__left__form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    line-height: 1.1
}

.contact__right {
    padding: 0 21px
}

.contact__right__map,
.contact__right__map p {
    height: 100%
}

.contact__right__map p iframe {
    height: 100%;
    width: 100%
}

.contact .gform_confirmation_wrapper {
    background-color: var(--Color_Hoffer_Orange);
    font-size: 22px;
    padding: 40px
}

.contact .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 22px
}

.cdwf {
    background-color: var(--Color_Hoffer_Red);
    overflow: hidden;
    padding: 112px 0;
    position: relative
}

.cdwf:before {
    background: linear-gradient(71.9deg, hsla(0, 3%, 7%, .3) -17.43%, hsla(0, 3%, 7%, .8) 90.94%);
    left: 0;
    top: 0;
    width: 100%
}

.cdwf:after,
.cdwf:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute
}

.cdwf:after {
    background-image: url(../../images/gt-bg-shape.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 43.1%
}

.cdwf__left {
    z-index: 1
}

.cdwf__left__heading .heading {
    color: var(--Color_White);
    margin: 0 40px 24px 0
}

.cdwf__left__text {
    color: var(--Color_White);
    margin: 0 0 24px;
    padding: 0 38px 0 0
}

.cdwf__left__email a,
.cdwf__left__location a,
.cdwf__left__phone a {
    align-items: center;
    color: var(--Color_White);
    display: inline-flex;
    gap: 17px;
    line-height: 23px;
    margin: 0 0 20px;
    text-decoration: none;
    transition: all .25s ease
}

.cdwf__left__email a:hover,
.cdwf__left__location a:hover,
.cdwf__left__phone a:hover {
    color: var(--Color_Hoffer_Orange)
}

.cdwf__left__email:last-child a,
.cdwf__left__location:last-child a,
.cdwf__left__phone:last-child a {
    margin-bottom: 0
}

.cdwf__right {
    z-index: 3
}

.cdwf__right .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.cdwf__right .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.cdwf__right .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    background-color: var(--Color_White);
    color: var(--Color_Hoffer_Text);
    line-height: 1.2
}

.cdwf__right .selectric {
    background-color: var(--Color_White);
    border: none;
    border-radius: 0 !important;
    color: var(--Color_Hoffer_Text) !important
}

.cdwf__right .selectric .label {
    color: var(--Color_Smokey_Grey_555) !important;
    font-size: 16px !important;
    height: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 8px 16px !important
}

.cdwf__right .selectric.selected .label {
    color: var(--Color_Hoffer_Text) !important;
}

.cdwf__right .selectric .button {
    display: none
}

.cdwf__right .selectric-items {
    border: none;
    border-radius: 0 !important
}

.cdwf__right .selectric-items ul {
    line-height: 30px !important;
    margin: 0 !important;
    row-gap: 0 !important
}

.cdwf__right .selectric-items li {
    border-bottom: 1px solid var(--Color_White);
    color: var(--Color_Hoffer_Text) !important;
    font-size: 16px;
    line-height: 30px !important;
    padding: 8px 16px !important
}

.cdwf__right .selectric-items li:before {
    display: none !important
}

.cdwf__right .selectric-items li:last-child {
    border-bottom: none
}

.cdwf__right .selectric-items li.selected,
.cdwf__right .selectric-items li:hover {
    background-color: var(--Color_Hoffer_Orange);
    color: var(--Color_White) !important
}

.cdwf__right .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:after {
    background-size: contain !important;
    height: 16px !important;
    right: 16px !important;
    top: 15px !important;
    width: 16px !important
}

.cdwf__right .gform_wrapper .gform-footer .gform_button.button:hover,
.cdwf__right .gform_wrapper .gform_footer .gform_button.button:hover {
    background-color: var(--Color_Hoffer_Orange) !important;
    border: 1px solid var(--Color_Hoffer_Orange) !important;
    color: var(--Color_White) !important
}

.cdwf .gform_confirmation_wrapper {
    background-color: var(--Color_Hoffer_Orange);
    font-size: 22px;
    padding: 40px
}

.cdwf .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 22px
}

@media (min-width:992px) {
    .cdwf__left.small_width .cdwf__left__text {
        max-width: 381px
    }
}

@media (max-width:1440px) {
    .contact {
        margin-bottom: 80px;
        margin-top: 80px
    }

    .cdwf {
        padding: 80px 0
    }
}

@media (max-width:991px) {
    .contact {
        margin-bottom: 60px;
        margin-top: 60px
    }

    .cdwf {
        padding: 60px 0
    }

    .cdwf:after {
        background-position: 0 100%;
        width: 70%
    }

    .cdwf__left {
        margin-bottom: 30px
    }

    .cdwf__left__heading .heading {
        margin-right: 0
    }

    .contact__left {
        margin: 0 0 30px
    }

    .col-md-6,
    .contact__right__map,
    .contact__right__map p,
    .contact__right__map p iframe {
        width: 100%
    }

    .contact__left__heading h2 {
        margin: 0 0 18px
    }

    .contact__left__text {
        margin: 0 0 15px;
        padding: 0
    }

    .contact__left__form {
        margin: 35px 0 0
    }

    .contact__left__email a,
    .contact__left__location a,
    .contact__left__phone a {
        margin: 0 0 15px
    }

    .contact__right__map p iframe {
        height: revert-layer
    }
}

@media (max-width:767px) {
    .contact {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .cdwf {
        padding: 40px 0
    }

    .cdwf__left__email a {
        gap: 10px;
        margin: 0 0 10px
    }

    .cdwf__left__text {
        margin: 0 0 15px;
        padding: 0 40px 0 0
    }

    .cdwf__left__phone a {
        margin: 0 0 10px
    }
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    outline: none;
    padding: 12px 16px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    padding: 8px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
    color: var(--Color_Silver1)
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:after {
    background-size: contain !important;
    height: 18px !important;
    pointer-events: none;
    right: 8px !important;
    width: 18px !important
}

.gform_wrapper .gform-footer .gform_button.button,
.gform_wrapper .gform_footer .gform_button.button {
    background-color: var(--Color_Hoffer_Text) !important;
    color: var(--Color_White) !important;
    font-family: var(--Font_Lato_Bold);
    font-size: 20px !important;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select option {
    border: 1px solid var(--Color_Silver1);
    font-family: var(--Font_Lato_Medium);
    font-size: 16px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select option:hover {
    background-color: var(--Color_White) !important
}

.gform_wrapper .gform-footer .gform_button.button,
.gform_wrapper .gform_footer .gform_button.button {
    margin: 0 !important;
    padding: 18px 16px !important
}

@media (max-width:640px) {
    .gform_wrapper form .gform_body .gform_fields {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 6 !important
    }

    .gform_wrapper.gravity-theme .gfield.gfield--type-email,
    .gform_wrapper.gravity-theme .gfield.gfield--type-select {
        grid-column: span 12 !important
    }

    .cdwf__right .selectric .label,
    .contact__left__form .selectric .label {
        padding: 10px 32px 10px 16px !important
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
        height: 45px
    }
}