.section-fullpage .container-menu {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
}

.section-fullpage .container-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid white;
    position: relative;
}

.section-fullpage .container-menu ul li a {
    color: white;
    text-decoration: none;
    transition: .3s all;
    font-size: 20px;
    outline: none;
}

.section-fullpage .container-menu ul li.active a {
    font-weight: 900;
}

.menu-indicator {
    position: absolute;
    top: 0;
    height: 3px;
    background: white;
    transition: left 0.3s ease, width 0.3s ease;
}

.section-fullpage .container-menu ul li {
    padding: 30px;
    border-top: 3px solid #ffffff00;
    transition: .3s all;
    flex: 1;
    text-align: center;
}

.section-fullpage .container-menu ul li:hover a {
    transition: .3s all;
    transform: scale(1.02);
}

.section-fullpage section.section::after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(33, 36, 87, 0.00) 0%, #212457 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-fullpage .fullpage-wrapper .inner-content {
    display: flex;
}

.section-fullpage .fullpage-wrapper .inner-content .right-side {
    max-width: 790px;
    flex: 0 0 70%;
}

.section-fullpage .fullpage-wrapper .inner-content .right-side h1 {
    font-size: 60px;
    line-height: 112px;
    margin: 0;
    padding: 0;
}

.section-fullpage .fullpage-wrapper .inner-content .right-side {
    color: white;
font-size: 18px;
    line-height: 26px;
}
.section-fullpage .fullpage-wrapper .inner-content .right-side p {
    margin-bottom: 10px;
}
.section-fullpage .fullpage-wrapper .inner-content .right-side ul {
    margin-bottom: 10px;
}
.page-template-page-landing .header__right img {
    filter: invert(1) contrast(10);
}

.hubspot-form-wrapper {
    border-radius: 30px;
    background: #FFF;
    padding: 65px 55px;
    max-width: 560px;
}

.hubspot-form-wrapper form .hs_topics_multi.hs-topics_multi {
    display: none;
}

.hubspot-form-wrapper form {
    position: relative;
}

.hubspot-form-wrapper form .hs_submit {
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 10000;
    transition: .3s all;
}

.hubspot-form-wrapper form .hs_submit button {
    border: unset;
    background: unset;
    outline: unset;
    padding: 0;
}

.hubspot-form-wrapper .hubspot-form-title {
    color: #000;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.hubspot-form-wrapper form .hs_email input {
    border: 0;
    outline: none;
    border-radius: unset;
    border-bottom: 1px solid black;
    width: 100%;
    padding-bottom: 20px;
}

.section-fullpage .fullpage-wrapper .inner-content {
    justify-content: space-between;
}

.section-fullpage .fullpage-wrapper .inner-content .left-side {
    overflow: hidden;
}

.hubspot-form-wrapper form .hs_submit:hover {
    transition: .3s all;
    transform: scale(1.1);
}

.hubspot-form-wrapper form .hs-form-booleancheckbox span a {
    color: black;
}

@media (min-width: 768px) {
    .section .left-side .open-form {
        display: none;
    }
}


@media (max-width: 1440px) {
.section-fullpage .container-menu {
    bottom: 20px;
}
.section-fullpage .fullpage-wrapper .inner-content .right-side {
    font-size: 16px;
    line-height: 22px;
}
.section-fullpage .container-menu ul li {
    padding: 20px;
}
}


@media (max-width: 1200px) {
    body {
        zoom: unset;
    }

    section.section {
        background-position: 50% 50%;
    }

    .section-fullpage .fullpage-wrapper .inner-content .right-side h1 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .section-fullpage .fullpage-wrapper .inner-content .right-side {
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%;
        flex: 0 0 100%;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .section-fullpage .fullpage-wrapper .inner-content {
        flex-direction: column;
        padding-left: 20px;
    }

    .section-fullpage .container-menu {
        display: none;
    }

    .hubspot-form-wrapper {
        max-width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .hubspot-form-wrapper .hubspot-form-title {
        font-size: 22px;
    }

    .hubspot-form-wrapper form .hs-form-booleancheckbox span {
        font-size: 12px;
        line-height: 1.2;
    }

    .hubspot-form-wrapper form .hs_submit {
        top: -15px;
    }

    /*.section-fullpage .container-menu ul {
        border-top: unset;
        justify-content: center;
        border-bottom: 1px solid white;
    }

    .section-fullpage .container-menu ul li a {
        font-size: 10px;
        display: block;
        min-width: 100px;
        text-align: center;
    }

    .section-fullpage .container-menu ul li {
        padding: 10px 20px;
        border-top: unset;
    }

    .section-fullpage .container-menu {
        position: fixed;
        left: 25px;
        top: 100%;
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: left top;
        display: flex;
        gap: 20px;
        background: transparent;
        z-index: 1000;
        bottom: unset;
        right: unset;
    }

    .section-fullpage .container-menu ul li:hover {
        border-top: unset;
        border-bottom: 3px solid white;
    }

    .section-fullpage .container-menu ul li.active {
        border-top: unset;
        border-bottom: 3px solid white;
    }*/

}

@media (max-width: 767px) {
    .section .left-side .section-form {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(20px);
        transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    }

    .section .left-side .section-form.show {
        max-height: 1000px;
        opacity: 1;
        transform: translateY(0);
    }

    .section .left-side .open-form {
        display: flex;
        align-items: center;
        gap: 20px;
        color: white;
        font-size: 16px;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-template-page-landing #fp-nav.fp-left {
        left: 10px;
    }

    .page-template-page-landing #fp-nav ul li a span,
    .page-template-page-landing .fp-slidesNav ul li a span {
        background: white;
    }

    .section-fullpage .fullpage-wrapper .section-form.show {
        position: relative;
    }

    .section-fullpage .fullpage-wrapper .section-form.show .close-form {
        position: absolute;
        top: 0px;
        left: 10px;
        border: none;
        font-size: 36px;
        color: #010101;
        cursor: pointer;
        line-height: 1;
        border-radius: 50%;
        height: 30px;
        padding: unset;
        margin: unset;
        background: unset;
        z-index: 2;
    }

    .page-template-page-landing #fp-nav {
        top: auto !important;
        bottom: 20px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }

    .page-template-page-landing #fp-nav ul {
        display: flex;
        gap: 10px;
    }

    .page-template-page-landing #fp-nav ul li {
        margin: 0 !important;
    }

}