.bizschoolnew-header {
    margin-top: 96px;
    position: relative;
    height: 576px;
}

.bizschoolnew-header .container {
    position: relative;
}

.bizschoolnew-header .bg {
    position: absolute;
    top: 51px;
    left: 306px;
    z-index: 3;
}

.bizschoolnew-header .bg img {
    width: 446px;
    display: block;
}

.bizschoolnew-header .decor1 {
    position: absolute;
    top: 75px;
    left: 104px;
    z-index: 1;
}

.bizschoolnew-header .decor1 img {
    width: 145px;
    display: block;
}

.bizschoolnew-header .decor2 {
    position: absolute;
    top: 37px;
    right: 104px;
    z-index: 1;
}

.bizschoolnew-header .decor2 img {
    width: 133px;
    display: block;
}

.bizschoolnew-header .name1 {
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 189px;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.bizschoolnew-header .name2 {
    position: absolute;
    z-index: 4;
    top: 327px;
    right: 161px;
}

.bizschoolnew-header .name2 svg {
    width: 397px;
    height: 78px;
}

.bizschoolnew-header .reboot {
    position: absolute;
    z-index: 4;
    text-transform: uppercase;
    top: 297px;
    right: 211px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #836ee7;
}

.bizschoolnew-header .desc-wrap {
    top: 307px;
    left: 0;
    width: 300px;
    position: absolute;
    z-index: 4;
}

.bizschoolnew-header .desc-wrap h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 22px;
    padding: 0;
}

.button-arrow-new {
    -webkit-appearance: none;
    padding: 16px 24px;
    border-radius: 50px;
    background-color: var(--color, #836ee7);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
    transition: .2s ease-in-out transform;
}

.button-arrow-new:hover {
    color: #fff;
    transform: scale(1.05);
}

.button-arrow-new svg {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.bizschoolnew-logos {
    padding: 80px 0 50px;
}

.bizschoolnew-logos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bizschoolnew-logos-item {
    width: 144px;
    height: 50px;
    margin-right: 26px;
    border-radius: 50px;
    border: solid 1px #89849f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in-out border;
}

.bizschoolnew-logos-item:hover {
    border-color: #836ee7;
}

.bizschoolnew-logos-item:hover img {
    filter: grayscale(0);
}

.bizschoolnew-logos-item:last-child {
    margin-right: 0;
}

.bizschoolnew-logos-item img {
    width: 70%;
    height: 85%;
    object-fit: contain;
    filter: grayscale(100);
    transition: .2s ease-in-out filter;
}

.bizschoolnew-modules {
    padding: 50px 0 80px;
    overflow: hidden;
}

.bizschoolnew-modules .container {
    position: relative;
}

.bizschoolnew-modules .decor1 {
    position: absolute;
    right: -100px;
    top: -39px;
    z-index: 1;
}

.bizschoolnew-modules .decor1 img {
    display: block;
    width: 205px;
}

.bizschoolnew-modules .decor2 {
    position: absolute;
    left: -60px;
    bottom: -73px;
    z-index: 1;
}

.bizschoolnew-modules .decor2 img {
    display: block;
    width: 227px;
}

.bizschoolnew-title-wrap h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #836ee7;
}

.bizschoolnew-title-wrap p {
    margin-top: 18px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #dfe1e6;
}

.bizschoolnew-modules .bizschoolnew-title-wrap {
    max-width: 616px;
    margin-bottom: 60px;
}

.bizschoolnew-modules-list {
    display: flex;
    justify-content: flex-end;
}

.bizschoolnew-modules-item {
    display: flex;
    flex-direction: column;
    width: 386px;
    height: 267px;
    padding: 25px;
    border-radius: 21px;
    margin-right: 24px;
    border: 1px solid #836ee7;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: .2s ease-in-out border;
}

.bizschoolnew-modules-item:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 215px;
    height: 133px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    -webkit-filter: blur(244px);
    filter: blur(244px);
    background-color: #846ee7;
    opacity: 0;
    transition: .2s ease-in-out opacity;
}

.bizschoolnew-modules-item:hover:after {
    opacity: 1;
}

.bizschoolnew-modules-item:hover {
    border: solid 1px rgba(137, 132, 159, 0.4);
}

.bizschoolnew-modules-item:last-child {
    margin-right: 0;
}

.bizschoolnew-modules-item .name-arrow {
    display: flex;
    justify-content: space-between;
}

.bizschoolnew-modules-item .name-arrow .name {
    text-transform: uppercase;
    background-image: var(--gradient);
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bizschoolnew-modules-item .labels {
    display: flex;
    flex-wrap: wrap;
}

.bizschoolnew-modules-item .label {
    padding: 10px 26px;
    border-radius: 36px;
    border: solid 1px #89849f;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #89849f;
    transition: .2s ease-in-out color, .2s ease-in-out background;
}

.bizschoolnew-modules-item .label:last-child {
    margin-right: 0;
}

.bizschoolnew-modules-item:hover .label {
    color: #fff;
    background-image: var(--gradient);
}

.bizschoolnew-why {
    padding: 80px 0;
}

.bizschoolnew-why .container {
    position: relative;
}

.bizschoolnew-why .decor1 {
    position: absolute;
    z-index: 1;
    bottom: -160px;
    right: 81px;
}

.bizschoolnew-why .decor1 img {
    display: block;
    width: 75px;
}

.bizschoolnew-why .bizschoolnew-title-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.bizschoolnew-why .bizschoolnew-title-wrap h2 {
    text-align: center;
}

.bizschoolnew-why-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -2px;
    position: relative;
}

.bizschoolnew-why-list:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 478px;
    height: 207px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-color: #846ee7;
}

.bizschoolnew-why-item {
    width: 33.33333%;
    padding: 2px;
    position: relative;
    z-index: 2;
}

.bizschoolnew-why-item-inner {
    border-radius: 20.8px;
    background-color: rgba(28, 27, 28, 0.6);
    height: 100%;
    padding: 86px 30px 86px 30px;
    position: relative;
    cursor: pointer;
}

.bizschoolnew-why-item-inner:hover .name {
    opacity: 0;
}

.bizschoolnew-why-item-inner:hover .desc {
    opacity: 1;
}

.bizschoolnew-why-item-inner .name {
    transition: .2s ease-in-out opacity;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #dfe1e6;
    height: 100%;
}

.bizschoolnew-why-item-inner .desc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    transition: .2s ease-in-out opacity;
}

.bizschoolnew-why-item-inner .desc .t {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #836ee7;
    margin-bottom: 8px;
}

.bizschoolnew-why-item-inner .desc p, .bizschoolnew-why-item-inner .desc li {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #dfe1e6;
}

.bizschoolnew-why-item-inner .desc li {
    text-align: left;
    list-style: disc;
    list-style-position: inside;
    padding-left: 5px;
}

.bizschoolnew-feedback {
    padding: 80px 0;
}

.bizschoolnew-feedback .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-feedback-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.bizschoolnew-feedback-item {
    grid-column: span 2;
}

.bizschoolnew-feedback-item.width-half {
    grid-column: span 3;
}

.bizschoolnew-feedback-item.width66 {
    grid-column: span 4;
}

.bizschoolnew-feedback-item.height2 {
    grid-row: span 2;
}

.bizschoolnew-feedback-item {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #836ee7;
}

.bizschoolnew-feedback-item .person {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.bizschoolnew-feedback-item .person .img-wrap img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}

.bizschoolnew-feedback-item .person .name {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 8px;
}

.bizschoolnew-feedback-item .person .position {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #89849f;
}

.bizschoolnew-feedback-item .desc {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-feedback-item.image-type {
    padding: 0;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bizschoolnew-feedback-item.image-type img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bizschoolnew-feedback-item.image-type .label {
    position: absolute;
    top: 24px;
    right: 32px;
    padding: 10px 26px;
    border-radius: 36px;
    background-image: linear-gradient(115deg, #836ee7 7%, #b6d 79%, #f3fdb8 108%);
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-faq {
    padding: 80px 0;
}

.bizschoolnew-faq .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-faq .bizschoolnew-title-wrap h2 {
    text-align: center;
}

.bizschoolnew-faq-item {
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--color, #836ee7);
}

.bizschoolnew-faq-item:last-child {
    margin-bottom: 0;
}

.bizschoolnew-faq-item .q svg {
    transition: .2s ease-in-out transform;
}

.bizschoolnew-faq-item.active .q svg {
    transform: rotate(-90deg);
}

.bizschoolnew-faq-item.active .a {
    display: block;
}

.bizschoolnew-faq-item .q {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    cursor: pointer;
}

.bizschoolnew-faq-item .q svg {
    width: 24px;
    flex-shrink: 0;
    margin-left: 16px;
}

.bizschoolnew-faq-item .a {
    padding-top: 16px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #eaeaea;
    display: none;
}

.bizschoolnew-faq-item .a p {
    margin-bottom: 15px;
}

.bizschoolnew-faq-item .a a {
    color: #836ee7;
}

.bizschoolnew-faq-item .a *:last-child {
    margin-bottom: 0;
}

.show-sm {
    display: none!important;
}

@media screen and (max-width: 992px) {
    .bizschoolnew-header {
        margin-top: 91px;
        height: 330px;
    }

    .bizschoolnew-header .bg {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .bizschoolnew-header .bg img {
        width: 181px;
    }

    .bizschoolnew-header .decor1 {
        left: 22px;
        top: 63px;
    }

    .bizschoolnew-header .decor1 img {
        width: 86px;
    }

    .bizschoolnew-header .decor2 {
        right: 50px;
        top: -5px;
    }

    .bizschoolnew-header .decor2 img {
        width: 46px;
    }

    .bizschoolnew-header .name1 {
        left: 16px;
        top: 36px;
        font-size: 24px;
    }

    .bizschoolnew-header .name2 {
        right: 16px;
        top: 126px;
    }

    .bizschoolnew-header .name2 svg {
        width: 149px;
        height: 29px;
    }

    .bizschoolnew-header .reboot {
        right: 16px;
        top: 105px;
        font-size: 14px;
    }

    .bizschoolnew-header .desc-wrap {
        top: 190px;
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .bizschoolnew-header .desc-wrap h2 {
        margin-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }

    .button-arrow-new {
        font-size: 12px;
        padding: 10px 24px;
    }

    .bizschoolnew-logos {
        padding: 0;
    }

    .bizschoolnew-logos-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .bizschoolnew-logos-list-wrap {
        overflow: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .bizschoolnew-logos-item {
        flex-shrink: 0;
        margin-right: 16px;
    }

    .bizschoolnew-modules {
        padding: 20px 0 194px;
    }

    .bizschoolnew-modules .decor1 {
        display: none;
    }

    .bizschoolnew-modules .bizschoolnew-title-wrap {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .bizschoolnew-title-wrap h2 {
        font-size: 24px;
    }

    .bizschoolnew-title-wrap p {
        margin-top: 12px;
        font-size: 14px;
    }

    .bizschoolnew-modules-list {
        display: block;
    }

    .bizschoolnew-modules-item {
        width: 100%;
        margin: 0 0 16px;
        height: 151px;
        border-radius: 18px;
        padding: 20px;
    }

    .bizschoolnew-modules-item .name-arrow .name {
        font-size: 18px;
    }

    .bizschoolnew-modules-item:last-child {
        margin: 0;
    }

    .bizschoolnew-modules-item .label {
        font-size: 11px;
        padding: 8px 16px;
        border-radius: 31px;
    }

    .bizschoolnew-modules .decor2 {
        bottom: -156px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bizschoolnew-modules .decor2 img {
        width: 121px;
    }

    .bizschoolnew-why {
        padding: 0 0 194px;
    }

    .bizschoolnew-why .bizschoolnew-title-wrap {
        margin-bottom: 24px;
    }

    .bizschoolnew-why-list {
        display: block;
    }

    .bizschoolnew-why-item {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .bizschoolnew-why-item-inner {
        background: none;
        padding: 0;
        border-radius: 0;
    }

    .bizschoolnew-why-list:after {
        display: none;
    }

    .bizschoolnew-why-item-inner .name {
        display: none;
    }

    .bizschoolnew-why-item-inner .desc {
        position: static;
        opacity: 1;
        padding: 0;
    }

    .bizschoolnew-why-item-inner .desc .t {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bizschoolnew-why-item-inner .desc .t .plus {
        display: block;
        margin-left: 10px;
    }

    .bizschoolnew-why-item-inner .desc .t .minus {
        display: none;
        margin-left: 10px;
    }

    .bizschoolnew-why-item-inner.active .desc .t .plus {
        display: none;
    }

    .bizschoolnew-why-item-inner.active .desc .t .minus {
        display: block;
    }

    .bizschoolnew-why-item-inner .desc p, .bizschoolnew-why-item-inner .desc li {
        font-size: 16px;
        text-align: left;
    }

    .bizschoolnew-why-item-inner .desc p, .bizschoolnew-why-item-inner .desc ul {
        display: none;
    }

    .bizschoolnew-why-item-inner.active .desc p, .bizschoolnew-why-item-inner.active .desc ul {
        display: block;
    }

    .bizschoolnew-why-item-inner .desc li {
        padding-left: 10px;
    }

    .show-sm {
        display: block!important;
    }

    .show-sm.flex {
        display: flex!important;
    }

    .hide-sm {
        display: none!important;
    }

    .bizschoolnew-why .decor1 {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .bizschoolnew-why .decor1 img {
        width: 122px;
    }

    .bizschoolnew-feedback {
        padding: 0 0 4px;
    }

    .bizschoolnew-feedback .bizschoolnew-title-wrap {
        margin-bottom: 24px;
    }

    .bizschoolnew-feedback-grid {
        display: block;
    }

    .bizschoolnew-feedback-item {
        padding: 20px;
        margin-bottom: 16px;
    }

    .bizschoolnew-feedback-item .person {
        margin-bottom: 16px;
    }

    .bizschoolnew-feedback-item .person .img-wrap img {
        width: 45px;
        height: 45px;
    }

    .bizschoolnew-feedback-item .person .name {
        margin-bottom: 4px;
    }

    .bizschoolnew-feedback-item .desc {
        font-size: 14px;
    }

    .bizschoolnew-feedback-item.height2 {
        display: none;
    }

    .bizschoolnew-faq {
        padding: 20px 0;
    }

    .bizschoolnew-faq .bizschoolnew-title-wrap {
        margin-bottom: 24px;
    }

    .bizschoolnew-faq-item {
        margin-bottom: 16px;
        padding: 20px;
    }

    .bizschoolnew-faq-item .q {
        font-size: 16px;
    }

    .bizschoolnew-faq-item .a {
        font-size: 14px;
    }
}

/*
Inner module styles
*/
.bizschoolnew-module-header {
    margin-top: 96px;
    height: 576px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bizschoolnew-module-header .name-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bizschoolnew-module-header .img-wrap img {
    width: 433px;
    display: block;
}

.bizschoolnew-module-header .name h1 {
    font-size: 64px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient);
    margin-bottom: 44px;
    padding: 0;
    text-transform: uppercase;
}

.bizschoolnew-module-header .btn-text {
    display: flex;
    align-items: center;
}

.bizschoolnew-module-header .text-wrap {
    margin-left: 28px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-module-header .text-wrap p {
    line-height: 1.2;
}

.bizschoolnew-module-who {
    padding: 80px 0;
}

.bizschoolnew-module-who .bizschoolnew-title-wrap {
    width: 707px;
    margin: 0 auto 60px;
}

.bizschoolnew-module-who .bizschoolnew-title-wrap h2 {
    color: var(--color);
}

.bizschoolnew-module-who .bizschoolnew-title-wrap h2, .bizschoolnew-module-who .bizschoolnew-title-wrap p {
    text-align: center;
}

.bizschoolnew-module-who .bizschoolnew-title-wrap p:nth-child(3) {
    margin-top: 0;
}

.bizschoolnew-module-who-list {
    display: flex;
    flex-wrap: wrap;
}

.bizschoolnew-module-who-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bizschoolnew-module-who-item img {
    width: 94px;
    display: block;
}

.bizschoolnew-module-who-item .name {
    margin-top: 23px;
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.bizschoolnew-module-who-item .desc {
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #dfe1e6;
}

.bizschoolnew-module-program {
    padding: 80px 0;
}

.bizschoolnew-module-program .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-module-program .bizschoolnew-title-wrap h2 {
    text-align: center;
    color: var(--color);
}

.bizschoolnew-module-program-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bizschoolnew-module-program-btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.bizschoolnew-module-program-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bizschoolnew-module-program-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bizschoolnew-module-program-item {
    border-radius: 21px;
    border: solid 1px #89849f;
    padding: 24px 24px 30px;
    position: relative;
    overflow: hidden;
}

.bizschoolnew-module-program-item:before {
    content: '';
    right: 0;
    position: absolute;
    bottom: 18px;
    background: var(--color);
    opacity: 0.5;
    width: 148px;
    height: 215px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.bizschoolnew-module-program-item .label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
    padding: 10px 26px;
    opacity: 1;
    border-radius: 36px;
    background-image: var(--gradient);
    display: inline-block;
}

.bizschoolnew-module-program-item .name {
    text-transform: uppercase;
    margin-bottom: 26px;
    background-image: var(--gradient);
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bizschoolnew-module-program-item .text, .bizschoolnew-module-program-item .bottom-text {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.bizschoolnew-module-program-item .text > *, .bizschoolnew-module-program-item .bottom-text > * {
    margin-bottom: 12px;
}

.bizschoolnew-module-program-item .text > *:last-child, .bizschoolnew-module-program-item .bottom-text > *:last-child {
    margin-bottom: 0;
}

.bizschoolnew-module-program-item .text li, .bizschoolnew-module-program-item .bottom-text li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

.bizschoolnew-module-program-item .bottom-text {
    padding-top: 26px;
    position: relative;
    margin-top: 24px;
}

.bizschoolnew-module-program-item .bottom-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: var(--gradient);
}

.bizschoolnew-module-results {
    padding: 80px 0 60px;
}

.bizschoolnew-module-results .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-module-results .bizschoolnew-title-wrap h2 {
    color: var(--color);
}

.bizschoolnew-module-results-img-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bizschoolnew-module-results-img-items .img-wrap {
    padding-left: 90px;
}

.bizschoolnew-module-results-img-items .img-wrap img {
    width: 161px;
    display: block;
}

.bizschoolnew-module-results-items {
    display: flex;
    flex-wrap: wrap;
    width: 706px;
    flex-shrink: 0;
}

.bizschoolnew-module-results-item {
    margin-right: 6px;
    margin-bottom: 20px;
    padding: 16px 24px 16px 38px;
    border-radius: 50px;
    border: solid 1px var(--color);
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}

.bizschoolnew-module-results-item:after {
    content: '';
    position: absolute;
    left: 24px;
    border-radius: 50%;
    background: var(--color);
    width: 6px;
    height: 6px;
}

.bizschoolnew-module-experts {
    padding: 80px 0 60px;
}

.bizschoolnew-module-experts .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-module-experts .bizschoolnew-title-wrap h2 {
    color: var(--color);
    text-align: center;
}

.bizschoolnew-module-experts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bizschoolnew-module-experts-item {
    margin-bottom: 20px;
    width: 341px;
    margin-right: 20px;
    position: relative;
    height: 388px;
    border-radius: 16px;
    overflow: hidden;
}

.bizschoolnew-module-experts-item .img-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bizschoolnew-module-experts-item .img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bizschoolnew-module-experts-item:hover .expert-info {
    opacity: 1;
}

.bizschoolnew-module-experts-item .expert-info {
    transition: .2s ease-in-out opacity;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--color);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bizschoolnew-module-experts-item .expert-info .name {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-module-experts-item .expert-info .position {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-module-experts-item .expert-info .text {
    margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-module-experts-item .expert-info .text p {
    margin-bottom: 10px;
}

.bizschoolnew-module-experts-item .expert-info .text p:last-child {
    margin-bottom: 0;
}

.bizschoolnew-module-experts-item .expert-info .links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.bizschoolnew-module-experts-item .expert-info .links a {
    margin-right: 15px;
}

.bizschoolnew-module-experts-item .expert-info .links a svg {
    width: 24px;
    height: 24px;
}

.bizschoolnew-module-join {
    padding: 80px 0;
}

.bizschoolnew-module-join .bizschoolnew-title-wrap {
    margin-bottom: 60px;
}

.bizschoolnew-module-join .bizschoolnew-title-wrap h2 {
    color: var(--color);
}

.bizschoolnew-module-join-item.bizschoolnew-faq-item .q {
    text-transform: uppercase;
}

.bizschoolnew-module-program-horizontal-item {
    margin-bottom: 20px;
    border-radius: 20.8px;
    border: solid 1px rgba(254, 254, 235, 0.3);
    padding: 24px 108px 24px 24px;
    position: relative;
    overflow: hidden;
}

.bizschoolnew-module-program-horizontal-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108px;
    height: 151px;
    opacity: 0.5;
    background: var(--color);
    -webkit-filter: blur(130px);
    filter: blur(130px);
}

.bizschoolnew-module-program-horizontal-item .num-name {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.bizschoolnew-module-program-horizontal-item .num-name .num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient2);
    border: 1px solid var(--color);
    padding-top: 2px;
    padding-left: 1px;
}

.bizschoolnew-module-program-horizontal-item:last-child {
    margin-bottom: 0;
}

.bizschoolnew-module-program-horizontal-item .num-name .name {
    text-transform: uppercase;
    background-image: var(--gradient2);
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bizschoolnew-module-program-horizontal-item .steps {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
}

.bizschoolnew-module-program-horizontal-item .step {
    width: 400px;
    flex-shrink: 0;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.bizschoolnew-module-program-horizontal-item .step * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.bizschoolnew-module-program-horizontal-item .step:first-child:after {
    content: '';
    position: absolute;
    right: -68px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: var(--gradient3);
}

.bizschoolnew-module-program-horizontal-item .step.no-border {
    width: 100%;
}

.bizschoolnew-module-program-horizontal-item .step.no-border:after {
    display: none!important;
}

.bizschoolnew-module-program-horizontal-item .step-name {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--color);
    margin-bottom: 12px;
}

/*.bizschoolnew-module-program-horizontal-item .step-name:before {*/
/*    content: counter(step)'. ';*/
/*    counter-increment: step;*/
/*}*/

.bizschoolnew-module-program-horizontal-item .step .text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.bizschoolnew-module-program-horizontal-item .step .text li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

@media screen and (min-width: 992px) {
    .bizschoolnew-module-join-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .bizschoolnew-module-join-item.bizschoolnew-faq-item {
        width: 24%;
        margin: 0;
    }
}

@media screen and (min-width: 1250px) {
    .bizschoolnew-module-experts-item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1250px) and (min-width: 992px) {
    .bizschoolnew-module-experts-item:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .bizschoolnew-module-experts-item {
        width: 45%;
    }

    .bizschoolnew-module-experts-item:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .bizschoolnew-module-experts-item {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .bizschoolnew-module-header {
        margin-top: 97px;
        height: auto;
    }

    .bizschoolnew-module-header .name h1 {
        font-size: 32px;
        margin: 0;
    }

    .bizschoolnew-module-header .img-wrap {
        width: 150px;
        flex-shrink: 0;
    }

    .bizschoolnew-module-header .img-wrap img {
        width: 150px;
    }

    .bizschoolnew-module-header .btn-text {
        flex-direction: column-reverse;
        margin-top: 25px;
    }

    .bizschoolnew-module-header .text-wrap {
        text-align: center;
        margin-bottom: 12px;
        margin-left: 0;
        font-size: 16px;
    }

    .bizschoolnew-module-who {
        padding: 40px 0 0;
    }

    .bizschoolnew-module-who .bizschoolnew-title-wrap {
        width: 100%;
        margin-bottom: 32px;
    }

    .bizschoolnew-module-who-list {
        display: block;
    }

    .bizschoolnew-module-who-item {
        width: 100%;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .bizschoolnew-module-who-item:last-child {
        margin-bottom: 0;
    }

    .bizschoolnew-module-who-item .name {
        margin-top: 0;
        font-size: 18px;
        text-align: left;
    }

    .bizschoolnew-module-who-item .desc {
        text-align: left;
        margin-top: 0;
    }

    .bizschoolnew-module-who-item .name-desc {
        margin-left: 12px;
    }

    .bizschoolnew-module-who-item .name br {
        display: none;
    }

    .bizschoolnew-module-who-item img {
        width: 32px;
    }

    .bizschoolnew-module-program {
        padding: 194px 0 20px;
    }

    .bizschoolnew-module-program .bizschoolnew-title-wrap {
        margin-bottom: 28px;
    }

    .bizschoolnew-module-program-item-image {
        position: absolute;
        left: 50%;
        top: -160px;
        transform: translateX(-50%);
    }

    .bizschoolnew-module-program .container {
        position: relative;
    }

    .bizschoolnew-module-program-item-image img {
        width: 120px;
    }

    .bizschoolnew-module-program-list {
        display: block;
    }

    .bizschoolnew-module-program-btn-wrap {
        margin-top: 0;
        justify-content: flex-start;
    }

    .bizschoolnew-module-program-item:before {
        display: none;
    }

    .bizschoolnew-module-program-item {
        border-radius: 0;
        border: none;
        padding: 30px 0 0 0;
        margin-bottom: 30px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .bizschoolnew-module-program-item:nth-child(1) {
        border-top: none;
        padding-top: 0;
    }

    .bizschoolnew-module-program-item .label {
        font-size: 14px;
        padding: 4px 16px;
    }

    .bizschoolnew-module-program-item .name {
        font-size: 18px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bizschoolnew-module-program-item .text {
        padding-top: 25px;
    }

    .bizschoolnew-module-program-item .text, .bizschoolnew-module-program-item .bottom-text {
        font-size: 16px;
        line-height: 1.71;
    }

    .bizschoolnew-module-program-item .bottom-text {
        padding-top: 12px;
        margin-top: 12px;
    }

    .bizschoolnew-module-results-items {
        width: 100%;
    }

    .bizschoolnew-module-program-item .name svg {
        width: 20px;
        flex-shrink: 0;
    }

    .bizschoolnew-module-program-item.active .name .minus {
        display: block;
    }

    .bizschoolnew-module-program-item.active .name .plus {
        display: none;
    }

    .bizschoolnew-module-program-item .name .minus {
        display: none;
    }

    .bizschoolnew-module-program-item .name .plus {
        display: block;
    }

    .bizschoolnew-module-program-item .text, .bizschoolnew-module-program-item .bottom-text {
        display: none;
    }

    .bizschoolnew-module-program-item.active .text, .bizschoolnew-module-program-item.active .bottom-text {
        display: block;
    }

    .bizschoolnew-module-results {
        padding: 20px 0;
    }

    .bizschoolnew-module-results .bizschoolnew-title-wrap {
        margin-bottom: 28px;
    }

    .bizschoolnew-module-results-img-items {
        display: block;
    }

    .bizschoolnew-module-results-item {
        width: 100%;
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    .bizschoolnew-module-experts {
        padding: 20px 0;
    }

    .bizschoolnew-module-experts .bizschoolnew-title-wrap {
        margin-bottom: 28px;
    }

    .bizschoolnew-module-experts-item {
        margin-bottom: 24px;
        height: auto;
        border-radius: 0;
    }

    .bizschoolnew-module-experts-item .img-wrap {
        height: 297px;
        margin-bottom: 16px;
        position: static;
        border-radius: 16px;
        overflow: hidden;
    }

    .bizschoolnew-module-experts-item .expert-info {
        position: static;
        opacity: 1;
        background: transparent;
        padding: 0;
    }

    .bizschoolnew-module-experts-item .expert-info .name {
        font-size: 20px;
    }

    .bizschoolnew-module-experts-item .expert-info .text {
        margin-top: 0;
        padding-top: 32px;
        position: relative;
        font-size: 14px;
    }

    .bizschoolnew-module-experts-item .expert-info .text:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 16px;
        height: 2px;
        background: var(--gradient);
    }

    .bizschoolnew-module-experts-item .expert-info .links {
        margin-top: 15px;
    }

    .bizschoolnew-module-experts-item .plus, .bizschoolnew-module-experts-item .minus {
        margin-top: 16px;
    }

    .bizschoolnew-module-experts-item .plus {
        display: block;
    }

    .bizschoolnew-module-experts-item .minus {
        display: none;
    }

    .bizschoolnew-module-experts-item .expert-info .text {
        display: none;
    }

    .bizschoolnew-module-experts-item .expert-info .links {
        display: none;
    }

    .bizschoolnew-module-experts-item.active .plus {
        display: none;
    }

    .bizschoolnew-module-experts-item.active .minus {
        display: block;
    }

    .bizschoolnew-module-experts-item.active .text {
        display: block;
    }

    .bizschoolnew-module-experts-item.active .links {
        display: block;
    }

    .bizschoolnew-module-join {
        padding: 0 0 20px;
    }

    .bizschoolnew-module-join .bizschoolnew-title-wrap {
        margin-bottom: 24px;
    }

    .bizschoolnew-module-join .bizschoolnew-title-wrap h2 {
        text-align: center;
    }

    .bizschoolnew-module-program-horizontal-item .step {
        width: 100%;
        padding-top: 24px;
        position: relative;
    }

    .bizschoolnew-module-program-horizontal-item .step:nth-child(2):after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 12px;
        height: 2px;
        background: var(--gradient);
    }

    .bizschoolnew-module-program-horizontal-item .steps {
        display: none;
        padding-top: 6px;
    }

    .bizschoolnew-module-program-horizontal-item.active .steps {
        display: block;
    }

    .bizschoolnew-module-program-horizontal-decor {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -158px;
    }

    .bizschoolnew-module-program-horizontal-decor img {
        width: 122px;
        display: block;
    }

    .bizschoolnew-module-program-horizontal-item {
        border-radius: 0;
        border: none;
        padding: 30px 0 0 0;
        margin-bottom: 30px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .bizschoolnew-module-program-horizontal-item:nth-child(2) {
        padding-top: 0;
        border-top: 0;
    }

    .bizschoolnew-module-program-horizontal-item:last-child {
        margin-bottom: 30px;
    }

    .bizschoolnew-module-program-horizontal-item:before {
        display: none;
    }

    .bizschoolnew-module-program-horizontal-item .num-name {
        display: block;
        margin-bottom: 0;
    }

    .bizschoolnew-module-program-horizontal-item .num-name .num {
        margin-bottom: 12px;
        width: 38px;
        height: 38px;
        font-size: 14px;
        font-weight: bold;
    }

    .bizschoolnew-module-program-horizontal-item .num-name .name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    }

    .bizschoolnew-module-program-horizontal-item .num-name .name svg {
        width: 20px;
        height: 20px;
    }

    .bizschoolnew-module-program-horizontal-item .num-name .name .plus {
        display: block;
        width: 20px;
        flex-shrink: 0;
    }

    .bizschoolnew-module-program-horizontal-item .num-name .name .minus {
        display: none;
        width: 20px;
        flex-shrink: 0;
    }

    .bizschoolnew-module-program-horizontal-item.active .num-name .name .plus {
        display: none;
    }

    .bizschoolnew-module-program-horizontal-item.active .num-name .name .minus {
        display: block;
    }

    .bizschoolnew-module-program-horizontal-item .step-name {
        font-size: 16px;
    }
}

.bizschoolnew-form {
    padding: 80px 0;
}

.bizschoolnew-form .title-form {
    display: flex;
    justify-content: space-between;
}

.bizschoolnew-form .title-form .bizschoolnew-title-wrap {
    width: 432px;
    flex-shrink: 0;
}

.bizschoolnew-form .title-form .bizschoolnew-title-wrap h2 {
    color: var(--color, #836ee7);
}

.bizschoolnew-form .title-form .bizschoolnew-title-wrap p {
    color: #aaa;
}

.bizschoolnew-form .title-form .bizschoolnew-title-wrap img {
    margin-top: 126px;
    margin-left: 103px;
    width: 161px;
    display: block;
}

.bizschoolnew-form .socials {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 22px;
}

.bizschoolnew-form .socials ul {
    display: flex;
    margin-left: 11px;
}

.bizschoolnew-form .socials ul li {
    margin-right: 8px;
}

.bizschoolnew-form .socials ul li svg {
    width: 32px;
    height: 32px;
}

.bizschoolnew-form .title-form .bizschoolnew-form-wrap {
    width: 524px;
    flex-shrink: 0;
}

.bizschoolnew-form-wrap label {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 22px;
}

.bizschoolnew-form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.bizschoolnew-form-wrap input:not([type=submit]) {
    margin-top: 6px;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: 1px solid var(--color2, #836ee7);
    background: transparent;
    color: #fff;
}

.bizschoolnew-form-wrap input:not([type=submit]).wpcf7-not-valid {
    border-color: red;
}

.bizschoolnew-form-wrap .hint {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: #89849f;
}

.bizschoolnew-form-wrap input[type=submit] {
    -webkit-appearance: none;
    padding: 18px 58px 18px 24px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: .2s ease-in-out transform;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-top: 22px;
    background: var(--color, #836ee7) url('../images/bizschoolnew/arrow-right.svg') no-repeat right 24px center;
}

.bizschoolnew-form-wrap input[type=submit]:hover {
    transform: scale(1.05);
}

.bizschoolnew-form-wrap .wpcf7 .ajax-loader, .bizschoolnew-form-wrap .invalid .wpcf7-response-output, .bizschoolnew-form-wrap .wpcf7-not-valid-tip {
    display: block!important;
}

.bizschoolnew-form-wrap .failed .wpcf7-response-output {
    display: block!important;
}

.bizschoolnew-form-wrap .sent .wpcf7-response-output {
    display: block!important;
}

.bizschoolnew-form-wrap .wpcf7-not-valid-tip {
    margin-top: 6px;
    text-transform: none;
}

.bizschoolnew-form-wrap .wpcf7 form .wpcf7-response-output {
    margin: 22px 0 0;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .bizschoolnew-form {
        padding: 20px 0;
    }

    .bizschoolnew-form .title-form {
        display: block;
    }

    .bizschoolnew-form .title-form .bizschoolnew-title-wrap {
        width: 100%;
    }

    .bizschoolnew-form .title-form .bizschoolnew-form-wrap {
        width: 100%;
        margin-top: 24px;
    }

    .bizschoolnew-form-wrap label {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .bizschoolnew-form .socials {
        font-size: 16px;
    }

    .bizschoolnew-form-wrap input[type=submit] {
        font-size: 12px;
        padding: 15px 58px 15px 24px;
    }

    .bizschoolnew-form-wrap .hint {
        font-size: 12px;
    }

    .bizschoolnew-form-wrap .wpcf7 form .wpcf7-response-output {
        margin: 16px 0 0;
        font-size: 12px;
    }
}