
.main-cta {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-cta:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.home__top-hero {
    padding-top: 96px;
    position: relative;
}

.hide {
    display: none !important;
}

.home__top-hero__bg-img {
    height: 100%;
    width: 110%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -o-object-position: -145px 0;
       object-position: -145px 0;
}

.home__top-hero__mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.home__top-hero > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 990;
}

.home__top-hero > .container h1 {
    font-size: 30px;
    line-height: 1.6;
    padding-right: 96px;
    max-width: 700px;
    font-weight: 400;
}

.home__top-hero > .container img {
    border: 3px solid white;
    border-radius: 6px;
    position: relative;
    top: 56px;
}

.home__top-hero .col .main-cta {
    margin-top: 32px;
}

.home__welcome-phrase-token {
    padding: 148px;
}

.separattor {
    margin-top: 148px;
}

.home__welcome-phrase-token * {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
}

.home__form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home__form-section__form {
    margin-left: 196px;
    height: 730px;
    width: 1500px;
    background-color: #333;
    border-top-left-radius: 365px;
    border-bottom-left-radius: 365px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home__form-section__form .step .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 96px;
}

.form__step-details__mobile {
    display: none;
}

.form__step-two,
.form__step-three {
    display: none;
}

.form__step-one__title,
.form__step-two__title,
.form__step-three__title {
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 500;
    line-height: 1.4;
}

.form__step-details {
    width: 50%;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.form__step-one__sub-choice {
    display: none;
    position: relative;
    left: 32px;
}

.wpcf7-list-item {
    margin: 0 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.wpcf7-list-item input {
    margin-right: 16px;
}

.wpcf7-list-item input::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #FC4A1A;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    pointer-events: none;
}

.wpcf7-list-item input.modified::before {
    background-color: #FC4A1A;
    border: 1px solid white;
}

.modified{
    background-color: #FC4A1A;
    border: 1px solid white;
}

.wpcf7-list-item-label {
    line-height: 1.4;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.session__form-object {
    border: 1px solid white;
    border-radius: 6px;
    padding: 16px;
    color: white;
    width: 100%;
    background-color: transparent;
    margin-top: 16px;
}

.session__form-object::-webkit-input-placeholder {
    color: white;
}

.session__form-object::-moz-placeholder {
    color: white;
}

.session__form-object:-ms-input-placeholder {
    color: white;
}

.session__form-object::-ms-input-placeholder {
    color: white;
}

.session__form-object::placeholder {
    color: white;
}

/*Add display flex compatibility for all nav*/
.step-one__form-nav-div,
.step-two__form-nav-div,
.step-three__form-nav-div {
    display: none;
    margin-top: 32px;
}

.form-nav {
    border: 1px solid white;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
}

.step-one-next,
.step-two-next {
    margin-left: 16px;
}

.step-two-next {
    display: none;
}

.token {
    height: 343px;
    min-height: 343px;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto
}

.form__bg-img {
    z-index: 990;
    position: absolute;
}

.wpcf7-form {
    z-index: 991;
    position: relative;
}

.home__form-section__mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 991;
}

.calendly-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 68px;
    min-width: 380px;
}

.calendly-inline-widget {
    width: 100%;
    height: 400px !important;
    border-radius: 4px;
}

.calendly-inline-widget iframe {
    border-radius: 4px;
}

.email {
    display: none;
}

.send-btn {
    display: none;
}

.top-splide {
    margin-top: 96px;
    margin-bottom: 96px;
}

.splide__slide img {
    width: auto;
    height: 300px;
}

.footer {
    background-color: black;
    padding-top: 32px;
    padding-bottom: 16px;
    color: white;
    font-family: 'Montserrat';
    border-top: 3px solid #FC4A1A;
}

.footer a,
.footer a:visited {
    color: white;
}

.footer p {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.kickstartweb_link {
    font-size: 14px;
    margin-top: 32px;
    text-align: center;
    width: 100%;
    display: block;
}

.step-icon {
    min-width: 60px;
    min-height: 60px;
    margin-right: 148px;
}

.step-icon__mobile {
    display: none;
}

#session {
    position: relative;
    bottom: 148px;
}

.location {
    display: none;
}

.thank_you_phrase {
    display: none;
    margin-bottom: 16px;
    text-align: center;
}

@media all and (max-width:1320px) {
    .step-icon {
        margin-right: 96px;
    }
}

@media all and (max-width:1320px) {
    .home__form-section__form {
        margin-left: 96px;
    }
}

@media all and (max-width:1026px) {
    .home__top-hero {
        padding-top: 84px;
    }
    .home__top-hero > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 48px;
    }

    .home__top-hero > .container > .col {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .home__top-hero > .container h1 {
        padding-right: 0;
        text-align: center;
    }

    .home__top-hero__bg-img {
        height: 53%;
        width: 110%;
        top: 5px;
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
        -o-object-position: -100px 140px;
            object-position: -100px 140px;
    }

    .home__top-hero__mask {
        height: 80%;
    }

    .calendly-container {
        margin-right: 0;
    }

    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 48px;
    }

    .home__form-section__form {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        border-radius: 0;
        height: auto;
    }

    .home__form-section__form .step .col {
        margin-right: 0;
    }

    .form__step-details {
        display: none;
    }

    .form__step-details__mobile {
        display: block;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .mobile-title-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .step-icon {
        display: none;
    }

    .step-icon__mobile {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        margin-right: 16px;
        display: block;
    }
    
    .token {
        display: none;
    }

    .calendly-inline-widget {
        height: 600px !important;
    }

    .thank_you_phrase {
        margin-bottom: 0;
    }

}

@media all and (max-width:990px) {
    .home__welcome-phrase-token {
        padding-left: 32px;
        padding-right: 32px;
    }
}


@media all and (max-width:559px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .home__top-hero > .container img {
        width: 100%;
        height: auto;
    }

    .home__top-hero > .container h1 {
        line-height: 1.4;
    }

    .home__top-hero__bg-img {
        width: 110%;
        top: 5px;
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
        -o-object-position: -100px 140px;
            object-position: -100px 140px;
    }

    .home__form-section__form {
        padding-left: 16px;
        padding-right: 16px;     
        height: auto;  
    }

    .home__welcome-phrase-token {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .home__welcome-phrase-token * {
        font-size: 20px;
    }

    .form__step-one__sub-choice {
        left: 16px;
    }

    .step {
        padding-left: 0;
    }

    .top-splide {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .separattor {
        margin-top: 75px;
    }
}