html, body, .full-height {
    min-height: 100vh;
}

.underline_link  {
    position: relative;
    transition: all 0.25s;
}

.underline_link:after {
    border-radius: 1px;
    opacity: 0.7;
    content: "";
    position: absolute;
    right: 100%;
    bottom: .14em;
    left: 0;
    transition: right .25s cubic-bezier(0,.5,0,1), border-color .4s ease-out;
    border-top: 2px solid;
}

.underline_link:hover:after {
    animation: anchor-underline 0.4s ease forwards;
}

.footer_6  .underline_link:hover:after{
    border-top: 1px solid #444;
}

.minh-40 {
    min-height: 40px;
}

.minh-64 {
    min-height: 64px;
}

@keyframes anchor-underline {
    0%, 10% {
        left: 0;
        right: 100%;
    }
    100% {
        left: 0;
        right: 0;
    }
}

.header_menu_1  .underline_link:after {
    border-top: 2px solid #506688;
}


.open_menu{
    right: 20px;
    left: auto;
    position: static;
}
.navigation_mobile{
    right: -40px;
    left: auto;
    display: block;
    z-index: 999999;
}
.navigation_mobile.opened{
    right: 0px;
    left: auto;
}

.header_menu_1 {
    transition: box-shadow .5s ease;
}

.header_1 .open_menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.phone-link {
   top: 1px;
}

.run-override {
    min-width: 300px;
}

.navigation_mobile .logo svg {
    width: 112px;
}


.socials a.color-main:hover:after {
    display: none;
}

.copyright {
    margin-top: 17px;
}

.log_in {
    white-space: nowrap;
}

.btn.btn_login {
    border: 1.5px solid #FFF;
    color: white;
    font-size: 16px;
}

.btn.btn_login:hover {
    color: white;
    border: 1.5px solid #FFF;
    background:  #FFFFFF33;
}

.btn.btn_apply {
    font-size: 16px;
}

.logo_line.initial {
    clip-path: inset(0 100% 0 0);
    animation: 0.33s 1.6s down-enter forwards;
}

.logo svg:hover .logo_line {
    clip-path: inset(0 100% 0 0);
    animation: 0.4s down-enter2 forwards;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover
}

.home-logo {
    margin-top: -10px;
}

.dropdown-menu {
    background: #FFFFFF;
}


.partners h4 {
    margin: 20px 0;
}

.funding .numberImage {
    margin: 0 auto;
    display: block;
}


.funding .numberImage img{
    margin: 0 auto;
    display: block;
}


.funding h3 b {
    color: #869ab8;
}

.funding-feature img{
    height: 76px;
    object-fit: none;
}

.join-card {
    display: flex;
    flex-direction: column;
}

.join-card a {
    margin: auto auto 0;
}

.join-team-img-wrap {
    margin: auto;
}

.join-team-img-card {
    width: 100%;
    margin: 50px auto 50px;
    transform: scale(1.1);
    display: block;
}

.funding-feature .title{
}

.funding-feature .subtitle{
    /*font-size: 18px;*/
}

@keyframes down-enter {
    0% { clip-path: inset(0 100% 0 0); }
    100% { clip-path: inset(0); }
}

@keyframes down-enter2 {
    0% { clip-path: inset(0 100% 0 0); }
    100% { clip-path: inset(0); }
}


@media (min-width: 1024px) {
    .pl-lg-100 {
        padding-left: 100px;
    }

    .wf-1 {
        transform: translateX(50px) !important;
    }

    .wf-2 {
        transform: translateX(-80px) !important;
    }

    .wf-3 {
        transform: translateX(50px) !important;

    }

    .wf-4 {
        transform: translateX(-80px) !important;
        padding: 0 !important;
    }


    .lg-object-fit-none {
        object-fit: none
    }
}



.wf-3 {
    object-fit: contain;
}

.btn.bg-violet:hover {
    color: white;
    background: #46296f;
}

.formJob i.fas {
    color: #1E0E62;
    margin-right: 10px;
}

.formJob i.fa-file-alt {
    margin-right: 12px;
    margin-left: 2px;
}

a.apply-header-btn {
    margin-right:  0;
}

.d-se-only {
    display:none;
}


@media (max-width: 991px) {
    .open_menu {display: inline-block !important;}

    .p_apply .textbox {
        max-width: 460px;
    }


}

@media (min-width: 768px) {
    .partners h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .partners h2.small {
        font-size: 24px;
        line-height: 32px;
    }


}

@media (max-width: 767px) {
    .mobile-inverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .application_9_1 > .container .row {
        flex-direction: column-reverse;
    }

    .application_9_2 > .container .row {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    /*.partners h2 {*/
    /*    font-size: 32px;*/
    /*    line-height: 42px;*/
    /*}*/

    .apply-container {
        flex-direction: column-reverse;
    }

    .apply-container .textbox {
        margin-top: 40px;
    }

    .ef-shifter {
        transform: none !important;
    }

    .header_1 {
        padding-bottom: 40px !important;
    }



    .feature_1 .col-md-4:last-of-type {
        margin: 0;
    }

    .sm-pb-20 {
        padding-bottom: 20px;
    }



    .testimonial_5.testimonial_5[class^=pb-], .testimonial_5[class*=" pb-"] {
        padding-bottom: 0;
    }

    .sm-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sm-pt-40 {
        padding-top: 40px !important;
    }


    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }

    .careerBg {
        width: 100%;
        margin-bottom: 20px;
    }




}


@media (max-width: 680px) {
    .run-override {
        max-width: 400px;
        margin: 0 auto;
    }


    .ecommerce_30 {
        padding-top: 0 !important;
        margin-top: -20px;
    }
}

@media (min-width: 415px) {
    .loginForm {
        padding: 30px;
    }
}

@media (max-width: 414px) {
    .sm-pb-20 {
        padding-bottom: 20px !important;
    }

    .scale-80-mobile {
        transform: scale(0.8) !important;
        margin-top: -20px
    }

    .formJob {
        padding:0 15px !important;
    }

    .join-team-img-card {
        margin: 60px auto 0;
    }


    .navigation_mobile {
        transition: none;
    }

    .navigation_mobile.opened {
        width: 100%;
        transition: none;
    }

    .navigation_mobile.opened .inner {
        padding-left: 31px;
        padding-top: 21px;
        padding-right: 16px;
    }

    .left-corner-menu, .logo {
        padding: 0;
    }

    .close_menu {
        top: 18px;
        right: 30px;
    }

    .navigation_mobile .logo {
        margin-bottom: 30px !important;
    }

    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .sm-mt-20 {
        margin-top: 20px !important;
    }

    .sm-mb-20 {
        margin-bottom: 20px !important;
    }



    .m320pic {
        margin: 40px auto;
    }

    .careerBg {
        height: 220px;
    }


    .mobile-top-30 {
        margin-top: 0;
        transform: translateY(-30px)
    }

    .mobile-p-t-0 {
        padding-top: 0 !important;
    }

    .mobile-m-t-0 {
        margin-top: 0 !important;
    }


    .mobile-grow-14 {
        transform: scale(1.4) !important;
    }


    .mobile-grow-12 {
        transform: scale(1.2) !important;
    }

    .hp-i-4 {
        transform: translateY(-50px) !important;
    }
}

@media (min-width: 415px) and (max-width: 1199px) {
    .careers-feature_9 {
        padding-top: 0 !important;
    }

}

@media (min-width: 415px) and (max-width: 768px) {

    .tablet-grow-14 {
        transform: scale(1.4) !important;
    }

    .tablet-grow-12 {
        transform: scale(1.2) !important;
    }

    .wf-1 {
        transform: scale(0.79) !important;
    }

    .hp-i-4 {
        transform: scale(1.15) translateY(-40px) !important;
    }
}


@media (max-width: 375px) {
    .navigation_mobile.opened .inner {
        padding-top: 21px;
    }

    .close_menu {
        top: 18px;
    }
}


.navigation_mobile.opened {
    min-width: 360px;
}

@media (max-width: 340px) {
    .log_in {
        display: none;
    }

    .close_menu {
        top: 20px;
        right: 30px;
    }

    .navigation_mobile.opened .inner {
        padding-top: 20px;
    }

    .d-se-only {
        display:block;
    }


    .navigation_mobile.opened {
        min-width: 320px;
    }

}


@media (max-width: 767.98px) {
    .sm-mt-45 {
        margin-top: 45px !important;
    }

}




/* FRAMEWORK moved here */

.about-bg {
    max-height: 320px; object-fit: fill;
}

.p_contact .btn.action-1 {
    /*background-color: #25DAC5;*/
    /*color: #ffffff;*/
}

.faq-top-image-desktop {
    transform: translateY(-40px);
}

.faq-top-image-mobile {
    margin: auto;
    display: block;
}

.dropdown-toggle:hover + .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    display: none;
}

.dropdown-menu:hover {
    display: block;
}

.dropdown-menu {
    padding: 20px 20px 5px;
    transform: translate3d(20px, 40px, 0px) !important;
    z-index: -1;
}


.navigation_2 {
    position: sticky;
    top: 0;
    z-index: 99999;
}

.imgX2 {
    object-fit: contain;
}

.ef-shifter {
    transform: translateX(-37px);
}

.login .logo {
    width: 112px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.popup-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

form input {
    box-shadow: none  !important;;
    appearance: none  !important;;
    -webkit-appearance: none;
    color: #666 !important;
}

.p_apply .bg-main, .login .bg-main {
    background: white;
}


.applyForm, .loginForm   {
    box-shadow:0 1px 26px -3px rgba(0,0,0,.15) !important
}

.p_apply .main-step {
    color: #00c08b;
}

.p_apply .steps-to-do {
    list-style: none;
    padding-left: 10px;
}

.p_apply .main-step .fas{
    color: #1E0E62;
    margin-right: 5px;
}
.p_apply .steps {
    color: #ADA4D7;
}

.p_apply .steps .fas{
    color: #ADA4D7;
    margin-right: 5px;
}
.p_apply .secure {
    width: 109px;
    height: 44.33px;
}

.p_apply .input_holder {
    position: relative;
}


.p_apply .eye, .login .eye {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #869AB8;
    cursor: pointer;
}

.input_holder .fa-eye-slash {
    margin-right: -1px;
}

.login .eye {
    right: 20px;
}


.p_apply input[type=checkbox].focus-action-1:checked + label:before, input[type=radio].focus-action-1:checked + label:before {
    border-color: #00c08b;
    background-color: #00c08b;
    color: #1e0e62;
}

.btn.green-bordered {
    border-color: #00c08b;
}

.btn.green-bordered:hover {
    border-color: #009900;
}


.p_apply .applyForm input, .formJob input {
    font-size: 14px;
}

.feature_1 .desc {
    padding: 0 15px;
}

@media (max-width: 1024px) {
    .feature_1 .desc {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .supercharge {
        height: 267px;
        max-height: 267px;
    }

}

@media (max-width: 414px) {
    .supercharge {
        min-height: 250px;
        padding-top: 50px;
        max-height: 250px;
    }

    .login .loginForm input {
        font-size: 14px;
        text-align: left !important;
    }


    .p_apply .applyForm, .loginForm  {
        padding: 30px 20px 20px;
    }
    .p_apply .applyForm input, .formJob input {
        font-size: 14px;
    }

    .p_apply .applyForm h2, .login .loginForm h1 {
        margin-bottom: 30px;
    }

    .p_apply .secure {
        margin: auto;
        display: block;
    }

    .ef-image-3 {
        transform: scale(0.7);
    }
}


.formForgot .email::placeholder {
    font-size: 16px;
}


.formCreditCard input::placeholder {
    font-size: 16px;
}


@media (max-width: 350px) {
    .formForgot .email {
        font-size: 14px;
    }
    .formForgot .email::placeholder {
        font-size: 12.5px;
    }

    .formCreditCard input::placeholder {
        font-size: 12.5px;
    }
}

/* HEADLINES SWAP */
.ex-h3 {
    font-size: 42px;
    line-height: 52px;
}
.ex-h2.small {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.ex-h6 {
    font-size: 22px;
    color: #000000;
    font-weight: 300;
    line-height: 1.2;
}

.ex-h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}
@media (max-width: 1199.98px){
    .ex-h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .ex-h2.small {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 991.98px) {
    .ex-h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .ex-h2.small {
        font-size: 24px;
        line-height: 32px;
    }

    .login .eye {
        right: 30px;
    }

}
@media (max-width: 767.98px) {
    .ex-h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .ex-h2.small {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 575.98px) {
    .ex-h2.small {
        font-size: 22px;
        line-height: 32px;
    }
}




/* ANIMATIONS */

.animation-dash {
    stroke-dasharray: 100;
    animation: dash 400s linear infinite;
}
@keyframes dash { to {stroke-dashoffset: 10000;}}


.animation-reverse {
    animation-direction: reverse;
}

.animation-grow {
    transform: scale(0);
    transition: all 0.5s 1.5s;
}
.aos-animate .animation-grow {
    transform: scale(1);
}

.animation-up-down {
    animation: 1.5s up-down  infinite alternate  linear;
}

.animation-down-up {
    animation: 1.5s down-up infinite alternate  linear;
}
@keyframes up-down {
    from {transform: translateY(0)}
    to {transform: translateY(6px)}
}

@keyframes down-up {
    from {transform: translateY(0)}
    to {transform: translateY(-6px)}
}

.animation-delay {
    transition-delay: var(--delay, 0);
}


.rotation {
    transform: rotate(0);
    transition: transform 100s;
}

.aos-animate .rotation {
    transform: rotate(100turn);
}

.applyForm .invisibleMark {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    transform: translate(10px, 40px);
}

.applyForm input[type=checkbox] + .checkLabel:before {
    border-color: #ff6d70;
}


.pic-center {
    transform-origin: center center;
}

.pic-left {
    transform-origin: center center;
}

.pic-x2 {
    transform: scale(0.5);
}

.pic-x3 {
    transform: scale(0.333);
}

.application_9 img, .maxw-100 {
    max-width: 100%;
}

.navigation_mobile a.btn {
    width: 46.3%;
    margin: 0 !important;
    padding: 0;
}


#waitlist-email {
    max-width: 400px;
    border-color: #444;
}

.p_contact input.lg {
    font-size: 16px;
}


.rocket-image {
    transform: translateX(-60px);
}

@media (max-width: 1024px) {
    .rocket-image {
        transform: none
    }

    .p_contact .input.lg {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .application_9 img {
        place-self: center;
        margin: 60px auto 40px;
        display: block;
    }

    .application_9:first-child img {
        margin: 0px auto 40px;
    }

    .funding-feature, .feature_1 {
        margin-top: 0;
    }

    .feature_1 img {
        margin: 0 0 10px;
    }

    .p_contact input.lg {
        padding: 0 10px;
        font-size: 14px;
    }

}


@media (max-width: 414px) {
    .funding .f-18 .btn {
        font-size: 14px;
    }

    #waitlist-email {
        font-size: 13px;
        max-width: 400px;
    }

    .p_apply .applyForm input, .formJob input {
        font-size: 13px;
        padding: 0 10px;
    }

    .call_to_action_18 .btn {
        font-size: 16px;
        margin: 0;
    }

}

@media (max-width: 360px) {
    .p_apply .applyForm input, .formJob input {
        font-size: 10px;
        padding: 0 10px;
    }

    .p_contact input.lg {
        padding: 0 5px;
        font-size: 13px;
    }


    .call_to_action_18 .btn {
        font-size: 14px;
        padding: 0 10px;
    }
}

.c_por-que-icons img {
    height: 82px;
    object-fit: none;
}

.index-icon-items img {
    height: 70px;
    object-fit: none;
}

.btn-arrow-link {
    background: none !important;
    color: #00c08b !important;
    padding: 0 !important;
    height: auto;
    line-height: 1.5;
}

.btn-arrow-link:after {
    margin-left: 4px;
    content: ' →'
}

