@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.banner-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hsection.hsection-testi {
    display: none !important;
}

.site-content {
    padding: 0;
}

.customize-support {
    background-image: none;
    background-color: transparent !important;
}

.site-content-contain {
    background-image: none;
    background-color: transparent;
}

.color-black p,
.color-black h3 {
    color: #fff !important;
}

.row-cont.color-black .img-block:after,
.row-cont.color-black .img-block:before {
    display: none;
}

/* .row-cont.color-black .img-block img {
    box-shadow: 0px 4px 60px 15px #0547F080;
    border-radius: 10px;
} */
.row-cont.color-black .img-block img {
    position: relative;
    z-index: 1;
}

.row-cont.color-black .img-block {
    position: relative;
}

.row-cont.color-black .img-block:after {
    content: '';
    width: 150%;
    height: 170%;
    position: absolute;
    top: 50%;
    right: 50%;
    left: auto;
    display: inline-block !important;
    transform: translate(50%, -50%);
    background-image: url(/wp-content/uploads/Swirl-Background.webp);
}

.row-cont.color-black .img-block img {}

.banner-sec {
    padding: 192px 0 235px;
    background: #02123C;
    position: relative;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/banner4-1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-sec .top_block {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
}

.banner-sec .top_block .title-block>span {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    margin-bottom: 37px;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(90deg, #6D89FF 0%, #98B1FA 42.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-sec .top_block .block_img {
    position: relative;
}

.banner-sec .top_block .block_img .ico {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 207px;
}

.carusyl_video {
    position: relative;
}

.carusyl_video .item {
    padding: 0 100px;
}


.banner-sec h1,
.banner-sec h2 {
    font-family: "Montserrat";
    font-size: 60px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    color: #fff;
}

.banner-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 37px;
    color: #FFFFFFE5;
    max-width: 85%;
}

.banner-sec .text-block {
    padding: 100px 200px 100px 200px;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #0335FE66;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    text-align: center;
    position: relative;
    top: 170px;
    background: #fff;
}

.but-a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    padding: 16px 32px;
    position: relative;
    border-radius: 25px;
    transition: .25s;
}

.but-a:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.but-a:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.but-a:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    background: linear-gradient(180deg, #885DF1 0%, #6610F2 100%);
    color: #FFFFFF;
}

.but-a:hover:after {
    box-shadow: none;
}

.ribbon_text {
    text-align: center;
    padding: 20.5px 0;
    background: linear-gradient(180deg, #D0F1FF 0%, #98B1FA 100%);
}

.ribbon_text p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #211240;
    margin: 0;
}

/* -------------- */
.lower-shadow {
    position: relative;
}

.lower-shadow:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #A6BEFD -17.1%, rgba(166, 190, 253, 0) 82.04%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.lower-shadow-top {
    position: relative;
}

.lower-shadow-top:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 50%;
    max-height: 800px;
    width: 100%;
    background: linear-gradient(180deg, #A6BEFD -17.1%, rgba(166, 190, 253, 0) 62.04%);
    top: 0;
    left: 0;
    z-index: -1;
}

/* --------sec-6------ */
.coaching-page-sec-6 {
    padding: 160px 0 156px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.coaching-page-sec-6 .row-carusel-img {
    position: relative;
    padding-top: 100px;
    margin: 0 auto 180px;
    max-width: 952px;
}

.coaching-page-sec-6 .title-block h2 {
    margin-bottom: 80px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: -2px;
    text-align: center;
}

.coaching-page-sec-6 .title-block h2 span {
    color: #274FFF;
}

.coaching-page-sec-6 .row-carusel-img .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
}

.coaching-page-sec-6 .row-carusel-img .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.coaching-page-sec-6 .row-carusel-img .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.coaching-page-sec-6 .row-carusel-img .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;
}


.coaching-page-sec-6 .row-carusel-img .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.coaching-page-sec-6 .row-carusel-img .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.coaching-page-sec-6 .row-carusel-img .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.top-text-sec-6 {
    margin: 0 auto 150px;
    max-width: 675px;
}

.top-text-sec-6 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 42px;
    color: #02123C;
    line-height: 46px;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom: 30px;
}

.top-text-sec-6 p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #263354;
}

.top-text-sec-6 p b {
    font-weight: 700;
}

.bot-text-white-sec-6 {
    padding: 90px 50px;
    background: #FFFFFF;
    border: 1px solid #0335FE66;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: -350px;
    margin-top: 150px;
}

.bot-text-white-sec-6 img {
    width: 35px;
    margin-bottom: 48px;
}

.bot-text-white-sec-6 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 42px;
    color: #02123C;
    line-height: 46px;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom: 44px;
}

.bot-text-white-sec-6 p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #263354;
}

.bottom-block-sec-6 {
    max-width: 789px;
    padding-left: 72px;
    position: relative;
    margin: 135px 0 0;
}

.bottom-block-sec-6 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.bottom-block-sec-6 h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0 0 30px;
}

.bottom-block-sec-6 b {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.sec-8-title {
    margin-bottom: 80px;
}

.sec-8-title h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 56px;
    color: #02123C;
    line-height: 130%;
    letter-spacing: -3%;
    margin: 0;
}

/* ------coaching-page-sec-2-5--------- */
.coaching-page-sec-2-5 {
    padding: 290px 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.coaching-page-sec-2-5 .row-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1350px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -740px;
    position: relative;
    z-index: 3;
}

.clouds-bot {
    position: relative;
}

.clouds-bot::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 200px;
    width: 100%;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Clouds_bot.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.clouds-top {
    position: relative;
}

.clouds-top:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 200px;
    width: 100%;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Clouds_top.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: -1px;
    left: 0;
    z-index: 2;
}

.coaching-page-sec-2-5 .item-cont {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-gap: 70px;
    margin-bottom: 60px;
    padding: 100px 90px 80px;
}

.coaching-page-sec-2-5 .item-cont:last-of-type {
    margin-bottom: 0;
}

.coaching-page-sec-2-5 .item-cont:nth-child(2n) {
    grid-template-columns: .9fr 1.1fr;
    grid-auto-flow: dense;
}

.coaching-page-sec-2-5 .item-cont:nth-child(2n) .img-block {
    grid-row: 1;
}

.coaching-page-sec-2-5 .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 125px;
}

.coaching-page-sec-2-5 .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.coaching-page-sec-2-5 .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: -2px;
    color: #211240;
    margin-bottom: 40px;
}

.coaching-page-sec-2-5 .item-cont h3 b {
    color: #4339EF;
}

.coaching-page-sec-2-5 .item-cont h3 i {
    font-style: italic;
}

.coaching-page-sec-2-5 .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #211240;
}

.coaching-page-sec-2-5.img-block {
    position: relative;
}

.coaching-page-sec-2-5 .img-block iframe {
    position: relative;
    z-index: 2;
}

.coaching-page-sec-2-5 .img-block img {
    position: relative;
    z-index: 1;
}


.sec-info.sec-4 .item-cont .img-block {
    grid-row: 1;
}

.coaching-page-sec-2-5 .item-cont .img-block img {
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .coaching-page-sec-2-5 .row-container {
        background-size: cover;
    }

    .banner-sec p {
        max-width: 100%;
        text-align: center;
    }

    .coaching-page-sec-6 .row-carusel-img {
        margin-bottom: 50px;
    }

    .coaching-page-sec-2-5 {
        padding: 120px 0 0;
    }

    .clouds-bot::before {
        height: 60px;
    }

    .clouds-top:after {
        height: 60px;
    }

    .coaching-page-sec-2-5 .item-cont h3 {
        font-size: 30px;
        line-height: 160%;
    }

    .coaching-page-sec-2-5 .item-cont {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        grid-gap: 60px;
    }

    .coaching-page-sec-2-5 .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .coaching-page-sec-2-5 .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .coaching-page-sec-2-5 .item-cont .img-block {
        grid-row: 2;
        margin-bottom: 0;
        margin-left: -35px;
        margin-right: -35px;
    }

    .coaching-page-sec-2-5 .item-cont .img-block img {
        border-radius: 0;
        width: 100%;
    }

    .coaching-page-sec-2-5 .item-cont:nth-child(2n) .item-text {
        padding-right: 0;
    }


}

/* ------home-page-sec-6--------- */
.home-page-sec-6 {
    padding: 130px 0 105px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-6 .head-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}

.home-page-sec-6 .head-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-6 .head-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #432E6AE5;
}

.home-page-sec-6 .head-sec {
    max-width: 850px;
    margin: 0 auto 90px;
}

.home-page-sec-6 .center-sec {
    display: grid;
    grid-template-columns: 470px auto;
    grid-gap: 72px;
    margin-bottom: 150px;
}

.home-page-sec-6 .center-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #432E6ACC;
    margin-bottom: 50px;
}

.home-page-sec-6 .center-sec h3 {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 200%;
    letter-spacing: -3%;
    color: #211240;
    margin-bottom: 20px;
}

.home-page-sec-6 .center-sec h3 b {
    font-weight: 700;
    color: #4339EF;
}

.home-page-sec-6 .center-sec h3 b {}

.home-page-sec-6 .title-rep p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #211240;
    margin: 0;
    text-align: center;
}

.home-page-sec-6 .title-rep {
    margin-bottom: 60px;
}

.home-page-sec-6 .rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 163px;
}

.home-page-sec-6 .rep-sec .item {
    text-align: center;
}

.home-page-sec-6 .rep-sec .item img {
    width: 88px;
    display: block;
    margin: 0 auto 30px;
}

.home-page-sec-6 .rep-sec .item h3 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
    color: #211240;
}

.home-page-sec-6 .rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #432E6AE5;
}

.home-page-sec-6 .head-bot-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 90px;
}

.home-page-sec-6 .head-bot-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-6 .bot-sec {
    display: grid;
    grid-template-columns: 470px auto;
    grid-gap: 72px;
}

.home-page-sec-6 .bot-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #432E6ACC;
}

.home-page-sec-6 .block-bot h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    color: #1E1768;
    margin-bottom: 20px;
}

.home-page-sec-6 .block-bot h2 b {
    font-weight: 600;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(88.37deg, #4339EF 6.17%, #AA0CBE 75.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-sec-6 .block-bot p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #1E1768;
}

.home-page-sec-6 .block-bot p span {
    font-size: 16px;
}

.home-page-sec-6 .rep-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    grid-gap: 70px 60px;
}

.home-page-sec-6 .rep-block .item {
    flex: 0 1 45%;
}

.home-page-sec-6 .rep-block h3 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(90deg, #4339EF 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.home-page-sec-6 .rep-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0%;
    color: #211240E5;
}

.home-page-sec-6 .head-block-bot {
    max-width: 780px;
    margin-bottom: 100px;
    position: relative;
}

.home-page-sec-6 .head-block-bot:after {
    content: '';
    display: inline-block;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000006569-1.webp');
    width: 580px;
    height: 375px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 95%;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-6 {
        padding: 80px 0 80px;
    }

    .home-page-sec-6 .head-sec h2 {
        font-size: 30px;
        line-height: 140%;
        letter-spacing: -1px;
        margin-bottom: 30px;
        text-align: left;
    }

    .home-page-sec-6 .head-sec h2 br {
        display: none;
    }

    .home-page-sec-6 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
        margin-bottom: 80px;
    }

    .home-page-sec-6 .rep-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-bottom: 93px;
    }

    .home-page-sec-6 .head-sec {
        margin: 0 auto 50px;
    }

    .home-page-sec-6 .center-sec p {
        margin-bottom: 40px;
    }

    .home-page-sec-6 .button-wrapper a {
        width: 100%;
    }

    .home-page-sec-6 .head-bot-sec h2 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .home-page-sec-6 .bot-sec {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .home-page-sec-6 .bot-sec .text-right {
        grid-row: 1;
    }

    .home-page-sec-6 .img-left {
        display: none;
    }
}

/* ------home-page-sec-2--------- */
.home-page-sec-2 {
    padding: 140px 0 120px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.home-page-sec-2 .head-sec {
    margin-bottom: 20px;
}

.home-page-sec-2 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 150%;
    letter-spacing: -2px;
    margin-bottom: 50px;
    color: #312A77;
    text-align: center;
}

.home-page-sec-2 h2 b {
    color: #4339EF;
}

.home-page-sec-2 .head-sec span {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0%;
    text-transform: uppercase;
    vertical-align: middle;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(90.12deg, #AA00FF 32.34%, #6610F2 73.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 24px;
}

.home-page-sec-2 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-2 .center-sec {
    display: grid;
    grid-template-columns: auto 500px;
    grid-gap: 90px;
}

.home-page-sec-2 .center-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #1E1768E5;
}

.home-page-sec-2 .center-sec p b {
    font-weight: 700;
}

.home-page-sec-2 .center-sec .img-right img {
    border-radius: 30px;
    width: 100%;
}

.home-page-sec-2 .button-wrapper {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-2 {
        padding: 80px 0 80px;
    }

    .home-page-sec-2 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        text-align: left;
    }

    .home-page-sec-2 h2 br {
        display: none;
    }

    .home-page-sec-2 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .home-page-sec-2 .center-sec .img-right {
        margin-left: 0;
        margin-right: 0;
        grid-row: 1;
    }

    .home-page-sec-2 .center-sec .img-right img {
        border-radius: 0px;
        display: none;
    }

    .home-page-sec-2 .center-sec .img-right img.home-page-sec-2-image-mob {
        display: block !important;
    }
}



/* ------home-page-sec-5--------- */
.coaching-page-sec-2 {
    padding: 130px 0 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-5-title h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 50px;
    leading-trim: Cap height;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 100px;
}

.sec-5 .all-items.two-columns {
    margin-bottom: 0;
}

.row-cont .item-cont {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 90px;
}

.coaching-page-sec-2 .row-cont .item-cont:last-of-type {
    margin-bottom: 90px;
}

.coaching-page-sec-2 li {
    padding-left: 5px;
    list-style-image: url("https://www.paulwagner.com/wp-content/uploads/Vector.svg");
}

.sec-11 li,
.sec-5 li {
    padding-left: 5px;
    list-style-image: url("https://www.paulwagner.com/wp-content/uploads/Vector3.svg");
}

.sec-7 li {
    padding-left: 5px;
    list-style-image: url("https://www.paulwagner.com/wp-content/uploads/Vector4.svg");
}


.sec-8 .check li:last-of-type p,
.sec-8 li:last-of-type p,
.sec-4 li:last-of-type p,
.sec-7 li:last-of-type p,
.sec-11 li:last-of-type p,
.sec-5 li:last-of-type p {
    margin-bottom: 0;
}

.row-cont .item-cont:last-of-type {
    margin-bottom: 0;
}
.home-page-sec-6.sec-8 .center-sec h3 {
    font-family: 'Century Gothic';
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 200%;
letter-spacing: -3%;
    color:#312A77;
    margin-bottom: 5px;
}
.sec-8 ol {
    padding: 0 0 0 20px;
        margin-bottom: 50px;
}
.sec-8 ol li {
    list-style: auto;
    font-family: 'Century Gothic';
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 200%;
letter-spacing: 0%;
color: #211240;
}

.row-cont .item-cont:nth-child(2n) {
    grid-template-columns: .9fr 1.1fr;
    grid-auto-flow: dense;
}

.row-cont .item-cont:nth-child(2n) .img-block {
    grid-row: 1;
}

.row-cont .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 125px;
}

.row-cont .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 72px;
    align-items: flex-start;
}

.row-cont .item-cont h3,
.row-cont-two .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: -2px;
    color: #02123C;
    margin-bottom: 30px;
}

.row-cont .item-cont h3 b,
.row-cont-two .item-cont h3 b {
    color: #274FFF;
}

.row-cont .item-cont p,
.row-cont-two .item-cont p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #02123C;
}

.row-cont .img-block {
    position: relative;
}

.row-cont .img-block img {
    position: relative;
    z-index: 1;
}

.row-cont-two .item-cont {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
}

.row-cont-two .item-cont {
    margin-bottom: 90px;
}

.row-cont-two .item-cont:last-of-type {
    margin-bottom: 0;
}

.row-cont-two .item-cont:nth-child(2n) {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 60px;
}

.row-cont-two .item-cont .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 72px;
}

.row-cont-two .item-cont .img-block {
    grid-row: 1;
}

.row-cont-two .item-cont:nth-child(2n) .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row: 1;
    padding-right: 125px;
}

.row-cont-two-bs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.row-cont-two-bs .item-cont {
    text-align: center;
    background: radial-gradient(56.64% 219.06% at 57.34% 46.67%, #1E2C91 6.73%, #4B5DFF 100%);
    border: 1px solid #0335FE66;
    padding: 35px 64px;
}

.row-cont-two-bs .item-cont .img-block {
    margin-bottom: 24px;
    max-width: 176px;
    margin-left: auto;
    margin-right: auto;
}

.row-cont-two-bs .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -3%;
    text-align: center;
    color: #ffffff
}

.row-cont .img-block:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000005955-1.png');
    top: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: anim-rotate 40slinear infinite;
}

.row-cont .img-block:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/RainbowCircle.webp");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: anim-rotate-2 40s linear infinite;
}

@keyframes anim-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes anim-rotate-2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.sec-2-items-title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: -1px;
    text-align: center;
    color: #02123C;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.sec-2-items-title b {
    color: #4339EF;
}

.block-sec-2-bot {
    text-align: center;
    margin-bottom: 150px;
}

.all-items {
    margin: 100px 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 60px;
    grid-column-gap: 100px;
}

.all-items .item {
    text-align: center;
}

.all-items.two-columns {
    margin: 110px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    grid-gap: 84px 100px;
}

.all-items.two-columns .item {
    border-radius: 20px;
    padding: 0;
    text-align: left;
    flex: 0 1 40%;
}

.all-items.two-columns .item img {
    max-width: 60px;
}

.all-items.two-columns .item h3 {
    font-family: 'Century Gothic';
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    margin: 0 0 12px;
}

.all-items.two-columns .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
}

.all-items.two-columns img {
    max-width: 102px;
    width: 102px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    display: block;
}

.all-items img {
    max-width: 85px;
    width: 85px;
    margin-bottom: 23px;
}

.all-items h3 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1768;
    margin-bottom: 14px;
}

.all-items p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #211240E5;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .sec-2-items-title br {
        display: none;
    }

    .sec-2-items-title {
        font-size: 26px;
        line-height: 160%;
        letter-spacing: -1px;
        text-align: center;
    }

    .all-items {
        padding-left: 15px;
        padding-right: 15px;
        grid-row-gap: 50px;
    }

    .block-sec-2-bot {
        margin-bottom: 20px;
    }

    .banner-sec .top_block .title-block>span {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .bot-text-white-sec-6 img {
        margin-bottom: 30px;
    }

    .sec-5 .all-items.two-columns {
        margin-top: 100px;
        margin-bottom: 0;
    }

    .all-items {
        margin: 80px 0;
        grid-template-columns: 1fr;

    }

    .row-cont-two .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .row-cont .item-cont h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .coaching-page-sec-2 {
        padding: 80px 0;
    }

    .coaching-page-sec-2 .top-block h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .coaching-page-sec-2 .top-block {
        margin-bottom: 80px;
    }

    .row-cont .item-cont,
    .row-cont-two .item-cont {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .row-cont-two .item-cont:nth-child(2n) .item-text,
    .row-cont-two .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
    }

    .row-cont .item-cont .item-text {
        padding-left: 0;
        padding-right: 0;
        grid-row: 1 !important;
    }

    .row-cont .item-cont:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    .row-cont .item-cont .img-block,
    .row-cont-two .item-cont .img-block {
        grid-row: 2 !important;
        margin-top: 50px;
    }

    .row-cont .item-cont:nth-child(2n) .item-text {
        padding-right: 0;
    }

    .row-cont .img-block:after,
    .row-cont .img-block:before {
        height: 400px;
        width: 400px;
    }
}

/* --------sec-3------- */

.center-block-text-sec-3 {
    margin: 110px 0 20px;
}

.center-block-text-sec-3 p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: -3%;
    color: #FFFFFF;
    margin: 0;
}

.coaching-page-sec-6 .row-cont .item-cont h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 56px;
    leading-trim: Cap height;
    line-height: 125%;
    letter-spacing: -3%;
    color: #02123C;
}

.coaching-page-sec-6 .row-cont .item-cont h3 i {
    color: #274FFF;
}

.block-items-new {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.block-items-new.two-new {
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
    margin-top: 110px;
}

.block-items-new.two-new .item {
    display: grid;
    grid-template-columns: 94px auto;
    padding: 0;
    overflow: hidden;
}

.block-items-new.two-new .item .text {
    padding: 80px 40px 80px 40px;
}

.block-items-new.two-new .item h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -3%;
    color: #02123C;
    margin-bottom: 15px;
    text-align: left;
}

.block-items-new.two-new .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #02123C;
    text-align: left;
    margin: 0;
}

.block-items-new .item {
    border-radius: 20px;
    padding: 65px 35px 65px 35px;
    background: #FFFFFF;
    border: 1px solid #0335FE66;
    box-shadow: 0px 4px 12px 0px #0335FE29;
}

.block-items-new .item img {
    width: 102px;
    height: 102px;
    margin: 0 auto 22px;
    display: block;
}

.block-items-new .item h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0 0 12px;
}

.block-items-new .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.block-items-new .item:nth-child(2n) {
    position: relative;
    top: 0;
}

.bot-text-sec-3 {
    margin: 190px auto 0;
    max-width: 960px;

}

.bot-text-sec-3 p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.bot-text-sec-3 p b {
    font-weight: 600;
}

/* --------sec-3-5------- */
.sec-3-5 {
    padding: 207px 0 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-3-5 .row-cont-3-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
}

.sec-3-5 .row-cont-3-5 h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 45px;
    leading-trim: Cap height;
    line-height: 120%;
    letter-spacing: -3%;
    color: #ffffff;
    margin: 0;
}

.sec-3-5 .row-cont-3-5 p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
}

.sec-3-5 .row-cont-3-5 p b {
    color: #91A6FF;
}

/* --------sec-4------- */
.sec-4 {
    padding: 232px 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.center-block-text-sec-4 {
    margin: 0px 0 70px;
}

.center-block-text-sec-4 p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -3%;
    margin: 0;
    color: #02123C;
}

.bot-text-sec-4 {
    margin: 95px auto 0;
    max-width: 780px;
    text-align: center;
}

.bot-text-sec-4 img {
    margin-bottom: 40px;
}

.button-new {
    text-align: center;
    margin-top: 40px;
}

.bot-text-sec-4 h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.bot-text-sec-4 p {
    font-family: 'Century Gothic';
    font-weight: 300;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.sec-8 .bot-text-sec-4 p {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0%;
    color: #211240E5;
}
.bot-text-sec-4.black h3 {
    color: #1E1768;
}

.bot-text-sec-4.black p {
    color: #1E1768;
}

.sec-7-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 755px;
    margin-bottom: 70px;
}

.sec-7-title p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
}

.bot-text-sec-4 span {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -3%;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
}

.bot-text-sec-4.black span {
    color: #1E1768;
}

.bot-text-sec-4 p b {
    font-weight: 600;
}

.sec-4 .row-cont .item-cont:last-of-type {
    margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
    .bot-text-sec-4 span {
        margin-bottom: 0;
    }
}

/* --------sec-info------- 

/* --------sec-text-img-stn------- */
.sec-text-img-stn {
    padding: 190px 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-text-img-stn h2 {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin: 0 0 80px;
}

.sec-text-img-stn .block-center {
    display: grid;
    grid-template-columns: 1.1fr 617px;
    grid-gap: 0;
}

.sec-text-img-stn .block-center .right-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec-text-img-stn .block-center .right-img img {
    height: auto;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-text-img-stn .block-center .left-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sec-text-img-stn .block-center h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -3%;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sec-text-img-stn .block-center h3:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    background: linear-gradient(90deg, #B4B3FD 0%, rgba(68, 39, 255, 0) 100%);
}

.right-img-new {
    position: relative;
}

.right-img-new img {
    position: relative;
    z-index: 1;
}

.right-img-new:after {
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    right: 60%;
    transform: translate(50%, -50%);
    background-image: url('/wp-content/uploads/Swirl-Background.webp');
}

.sec-text-img-stn .block-center p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.sec-text-img-stn .block-center p b {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;

}

.sec-text-img-stn .block-center ul {
    padding-left: 15px;
}

.sec-text-img-stn .block-center li {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F3FF;
    margin-bottom: 12px;
}

/* -------sec-4-------- */
.block-2-sec-4 {
    margin: 90px 0 0;
}

.block-2-sec-4 h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 60px;
}

.block-2-sec-4 .works {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.block-2-sec-4 .works .item {
    border-radius: 20px;
    padding: 60px 50px 60px 50px;
    background: #FFFFFF;
    border: 1px solid #0335FE66
}

.block-2-sec-4 .works .item img {
    width: 50px;
    height: 50px;
    margin: 0 0 22px;
}

.block-2-sec-4 .works .item h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0 0 12px;
}

.block-2-sec-4 .works .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.block-2-sec-4 .works .item:nth-child(2n) {
    position: relative;
    top: 24px;
}

.block-3-sec-4 {
    margin: 170px 0 0;
}

.block-3-sec-4 p {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 47px;
}

/* --------sec-readings------- */
.sec-readings {
    padding: 110px 0 110px;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/Group-1000005943-1.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-readings .top-text {
    margin: auto;
    max-width: 540px;
}

.sec-readings .top-text h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 30px;
}

.sec-readings .top-text p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 0;
}





/* -------sec-7-------- */

.sec-7 {
    padding: 140px 0 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-7 h2 {
    font-family: 'Montserrat';
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin: 0 0 37px;
}

.block-emplo {
    display: grid;
    grid-template-columns: 1.1fr 617px;
    grid-gap: 0;
    margin: 0 0 270px;
}

.block-emplo:last-of-type {
    margin: 100px;
}

.sec-7 .row-cont .item-cont p:first-of-type {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: right;
}

.sec-7 .row-cont .item-cont p {
    text-align: right;
}

.sec-7 .row-cont .item-cont p i {
    color: #91A6FF;
}

.block-emplo .img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-emplo .img img {
    height: auto;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-emplo .text-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.block-emplo .text-block span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.399999976158142px;
    text-align: center;
    padding: 12px 30px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    display: inline-block;
    border: 2px solid #A702AA;
    background-color: rgb(51 16 100);
    border-radius: 30px;
    margin: 0 0 35px;
}

.block-emplo .text-block h3 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin: 0 0 30px;
    color: #FFFFFF;
}

.block-emplo h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;

}

.block-emplo p {
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F3FF;
}

.block-emplo p b {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.block-emplo ul {
    padding-left: 15px;
}

.block-emplo li {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7F3FF;
    margin-bottom: 12px;
}

/* ------carusel--------- */
.sec-readings.sec-9 {
    padding: 195px 0;
}

.sec-readings.sec-9 .box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 127px auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0;
    text-align: center;

}

.sec-8,
.sec-10 {
    padding: 156px 0 156px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-8 {
    padding: 145px 0 0px;
}

.sec-10 .but-a {
    margin-top: 30px;
}

/* -----sec-9---------- */
.sec-9 {
    padding: 169px 0 169px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-9 .head-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
}

.sec-9 .head-sec h2 b {
    font-weight: 600;
}

.sec-9 .head-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.sec-9 .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.sec-9 .block .left-tr {
    border-radius: 30px;
    padding: 102px 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-9 .block .left-tr h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34px;
    leading-trim: Cap height;
    line-height: 150%;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom: 60px;
}

.sec-9 .block .left-tr h3 b {
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-9 .block img {
    max-width: 31px;
    height: auto;
    position: relative;
    top: 5px;
}

.sec-9 .block .item {
    display: grid;
    grid-template-columns: 31px auto;
    grid-gap: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}

.sec-9 .block .item:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
}

.sec-9 .block .right-tr .item:after {
    background: #4339EF33;
}

.sec-9 .block .left-tr .item:after {
    background-image: linear-gradient(270deg, rgba(235, 1, 230, 0.2) 0%, rgba(171, 12, 190, 0.2) 100%);
}

.sec-9 .block .item:last-of-type:after {
    display: none;
}

.sec-9 .block .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #263354;
    margin: 0;
}

.sec-9 .block .right-tr {
    border-radius: 30px;
    padding: 102px 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-9 .block .right-tr h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34px;
    leading-trim: Cap height;
    line-height: 150%;
    letter-spacing: -3%;
    text-align: center;
    margin-bottom: 60px;
}

.sec-9 .block .right-tr h3 b {
    color: #4339EF;
}

.sec-9 .head-sec {
    max-width: 800px;
    margin: auto;
    margin-bottom: 70px;
}

/* -----sec-11---------- */
.sec-11 {
    padding: 180px 0 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-11 .text-block {
    max-width: 650px;
    margin: auto;
    display: block;
    text-align: center;
}

.sec-11 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

.sec-11 h2 b {
    font-weight: 600;
}

.sec-11 p {
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFE5;
    ;
    display: block;
    margin: 0 0 40px;
}

.sec-11 .bot-text-sec-4 p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -3%;
    text-align: center;
}

/* --------------- */
#scroll-to-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF9800;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 70px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-to-top-btn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: -3px;
}

#scroll-to-top-btn:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-to-top-btn:active {
    background-color: #555;
}

#scroll-to-top-btn.show-1 {
    opacity: .7;
    visibility: visible;
}

#scroll-to-top-btn.show-1:hover {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1199px) {
    .imgs-game {
        position: relative;
        top: 150px;
    }

    .imgs-game img {
        max-height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 991px) {

    .sec-info .row-cont,
    .sec-info.rew .row-cont {
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .img-block:after,
    .img-block:before {
        height: 600px;
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-11 .bot-text-sec-4 p {
    font-size: 24px;
    }
    .top-text-sec-6 {
        margin: 0 auto 75px;
    }

    .coaching-page-sec-6 {
        padding: 120px 0 120px;
    }

    .bot-text-sec-4 {
        margin: 80px auto 0;
    }
    .sec-8 .bot-text-sec-4 {
        margin: 120px auto 0;
    }
    .sec-4 .row-cont .item-cont:last-of-type {
        margin-bottom: 50px;
    }

    .block-items-new,
    .all-items.two-columns {

        grid-template-columns: 1fr;

    }

    .sec-text-img-stn h2 {
        margin: 0 0 60px;
    }

    .block-items-new .item:nth-child(2n) {
        position: relative;
        top: 0;
    }

    .bot-text-white-sec-6 {
        padding: 25px 25px;

        margin-bottom: 0;
        margin-top: 70px;
    }

    .center-block-text-sec-4 {
        margin: 0px 0 50px;
    }

    .block-items-new .item {
        border-radius: 20px;
        padding: 46px 24px;
    }

    .sec-text-img-stn .block-center .right-img img {
        width: calc(100% + 500px);
        max-width: calc(100% + 500px);
    }

    .sec-text-img-stn h2 {
        text-align: left;
        margin-bottom: 50px;
    }

    .sec-text-img-stn h2,
    .bot-text-sec-4 p,
    .top-text-sec-6 h2,
    .bot-text-white-sec-6 h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .sec-text-img-stn h2 br,
    .bot-text-sec-4 p br,
    .top-text-sec-6 h2 br,
    .bot-text-white-sec-6 h2 br {
        display: none;
    }

    .container,
    .entry-content>.vc_row-fluid .vc_row {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1240px;
        padding: 0 35px;
    }

    .sec-2.bx-controls {
        position: absolute;
        top: 0;
    }

    .block-3-sec-4 {
        margin: 100px 0 0;
    }

    .sec-12,
    .sec-11,
    .sec-7,
    .sec-readings,
    .sec-text-img-stn {
        padding: 100px 0;
    }

    .block-emplo .text-block {
        position: relative;
        z-index: 2;
    }

    .block-emplo {
        margin: 0 0 0px;
    }

    .block-emplo:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
    }

    .block-emplo .img {
        height: 400px;
    }

    .block-emplo:last-of-type {
        margin: 30px;
    }

    .block-emplo {
        grid-template-columns: 1fr;
    }

    .carusel .item p {
        font-family: Century Gothic;
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: left;
    }

    .bx-prev,
    .bx-next {
        position: static;
    }

    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 100px;
    }

    .sec-course-module {
        padding: 240px 0 120px;
    }

    .box-carusel {
        padding: 60px 34px 0px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 84px auto 75px;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }


    .block-2-sec-4 .works .item:nth-child(2n) {
        position: relative;
        top: 0;
    }

    .block-2-sec-4 .works {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .sec-text-img-stn .block-center {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .sec-text-img-stn .block-center .right-img {
        height: 400px;
    }

    .info-text.list li:first-of-type:after,
    .info-text.list li:last-of-type:after {
        top: 5px;
    }

    .sec-info.sec-2 {
        padding-top: 165px;
    }

    .banner-sec .text-block {
        padding: 45px 30px;
        font-size: 24px;
        line-height: 32px;
        top: 83px;
        background: #fff;
    }

    .banner-sec {
        padding: 96px 0 90px;
        background-position: 65%;
        position: relative;
    }

    .banner-sec:after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(270.01deg, rgba(2, 18, 60, 0) -16.85%, #02123C 80.34%),
            linear-gradient(180deg, rgba(2, 18, 60, 0) 76.55%, #02123C 105.31%);
        bottom: 0;
        left: 0;
        z-index: 1;
        display: none;
    }

    .banner-sec-background-image-mob {
        display: block !important;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        object-fit: cover;
    }
    .banner-bottom-image-mob {
        display: block !important;

    }
    .banner-bottom-image-mob img {
        width: 100%;
    }
    .banner-sec .container {
        z-index: 3;
        position: relative;
    }

    .banner-sec .but-a {
        width: 100%;
    }

    .banner-sec .top_block {
        grid-template-columns: 1fr;
    }

    .banner-sec h1,
    .banner-sec h2 {
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 25px;
        text-align: center;
    }

    .sec-info {
        padding: 100px 0 100px;
    }

    .sec-info.pd-bt-60 {
        padding-top: 0;
    }

    .sec-info .row-cont,
    .sec-info.rew .row-cont {
        grid-template-columns: 1fr;
        grid-gap: 38px;
    }

    .sec-info.sec-game.cloud-top-sec:before {
        height: 450px;
    }
}

/*---------------home-page-sec-11-----------------*/
.home-page-sec-11 {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0;
    text-align: center;

}

.carusel .item {
    grid-template-columns: 1fr;
}

.box-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.box-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.box-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.box-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-next:hover:after {
    background: #ffffff;
}

.box-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .but-a {
        font-size: 14px;
        padding: 16px 17px;
    }

    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 200px;
    }

    .box-carusel {
        padding: 116px 34px 100px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 75px;
    }

    .box-carusel .bx-prev,
    .box-carusel .bx-next {
        position: static;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item p {
        text-align: left;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }
}

/* ------home-page-sec-7--------- */
.home-page-sec-7 {
    padding: 239px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-7 .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    color: #02123C;
    margin-bottom: 36px;
}

.home-page-sec-7 .top-title h2 b {
    font-weight: 600;
}

.home-page-sec-7 .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #02123C;
}

.home-page-sec-7 .top-title {
    margin-bottom: 100px;
}

.row-carusel-basic {
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.row-carusel-basic .item {
    border-radius: 20px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.row-carusel-basic .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.row-carusel-basic .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.row-carusel-basic .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #02123C;
    margin-bottom: 30px;
}

.row-carusel-basic .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.row-carusel-basic .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.row-carusel-basic .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-carusel-basic .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-carusel-basic .bx-prev:hover:after {
    background: #ffffff;
}

.row-carusel-basic .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row-carusel-basic .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.row-carusel-basic .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.row-carusel-basic .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.row-carusel-basic .bx-next:hover:after {
    background: #ffffff;
}

.row-carusel-basic .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-sec-7 .title-center {
    padding: 0 0 129px;
}

.home-page-sec-7 .title-center h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    text-align: center;
    color: #02123C;
}

.home-page-sec-7 .title-center h2 b {
    font-weight: 500;
}

.tabs-block .header-tab {
    padding: 41px 80px 41px 35px;
    background: linear-gradient(90deg, #3D0F5D 0%, #5A1A75 38%, #872EA3 75%, #B855CC 100%);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.tabs-block .header-tab h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 34.72px;
    line-height: 44px;
    letter-spacing: -3%;
    margin: 0;
    color: #fff;
}

.tabs-block .header-tab:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 39px;
    width: 39px;
    right: 35px;
    top: 50%;
    border-radius: 50%;
    background-color: #02123C;
    transform: translate(0, -50%);
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus-1.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.tabs-block .body-tab {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tabs-block .body-tab p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #02123C;
    margin-bottom: 30px;
}

.tabs-block .body-tab h4 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #4339EF;
    margin-bottom: 15px;
}

.tabs-block .body-tab .left-body-tab {
    padding: 65px 45px;
}

.tabs-block .body-tab .right-body-tab {
    padding: 65px 45px;
}

.tabs-block .tab {
    margin-bottom: 40px;
    border: 1px solid #9E80DB4D;
    border-radius: 8px;
}

.tabs-block .tab:last-of-type {
    margin-bottom: 0px;
}

.tabs-block .tab .body-tab {
    display: none;
}

.tabs-block .tab.active .body-tab {
    display: grid;
}

.tabs-block .tab.active .header-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tabs-block .tab.active .header-tab:after {
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus-2.svg');
}

@media only screen and (max-width: 767px) {
    .home-page-sec-7 {
        padding: 125px 0 85px;
    }

    .home-page-sec-7 .top-title h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .home-page-sec-7 .top-title p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .home-page-sec-7 .top-title {
        margin-bottom: 70px;
    }

    .row-carusel-basic .item {
        grid-template-columns: 1fr;
        border-radius: 8px;
    }

    .row-carusel-basic .item .left-text {
        padding: 45px 15px;
        background-color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .row-carusel-basic .item .right-img {
        grid-row: 1;
        height: 326px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
    }

    .row-carusel-basic {
        width: 100%;
    }

    .row-carusel-basic .bx-pager {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }

    .row-carusel-basic .bx-pager a {
        margin: 0 5px;
        font-size: 0;
        color: transparent;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #3A1D95;
        opacity: .6;
    }

    .row-carusel-basic .bx-pager a.active {
        opacity: 1;
    }

    .home-page-sec-7 .title-center {
        padding: 0 0 70px;
    }

    .home-page-sec-7 .title-center h2 {
        font-size: 42px;
        line-height: 45px;
    }

    .home-page-sec-7 .title-center h2 br {
        display: none;
    }

    .tabs-block .header-tab h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .tabs-block .header-tab {
        padding: 27px 80px 27px 35px;
    }

    .tabs-block .body-tab {
        grid-template-columns: 1fr;
    }

    .tabs-block .body-tab .left-body-tab {
        padding: 35px 15px 17px;
    }

    .tabs-block .body-tab .right-body-tab {
        padding: 17px 15px 35px;
    }

    .tabs-block .header-tab:after {
        right: 25px;
    }
}

/*---------------home-page-sec-11-----------------*/
.home-page-sec-11 {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0;
    text-align: center;

}

.carusel .item {
    grid-template-columns: 1fr;
}

.box-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.box-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.box-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.box-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-next:hover:after {
    background: #ffffff;
}

.box-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 200px;
    }

    .box-carusel {
        padding: 116px 34px 100px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 75px;
    }

    .box-carusel .bx-prev,
    .box-carusel .bx-next {
        position: static;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item p {
        text-align: left;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }
}

/* ------home-page-sec-10--------- */
.home-page-sec-10 {
    padding: 30px 0 187px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-10 .top-title {
    margin-bottom: 100px;
}

.home-page-sec-10 .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    margin-bottom: 36px;
    color: #02123C;
}

.home-page-sec-10 .top-title h2 b {
    font-weight: 500;
}

.home-page-sec-10 .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #02123C;
}

.block-inf-zef .item {
    border-radius: 8px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    margin-bottom: 50px;
    grid-auto-flow: dense;
}

.block-inf-zef .item:nth-child(2n) {
    grid-template-columns: 1.05fr .95fr;
}

.block-inf-zef .item:nth-child(2n) .right-img {
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item:nth-child(2n) .left-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.block-inf-zef .item:last-of-type {
    margin-bottom: 0;

}

.block-inf-zef .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.block-inf-zef .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #02123C;
    margin-bottom: 30px;
}

.block-inf-zef .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.title-tabs-ins {
    max-width: 640px;
    margin: 0 auto 24px;
}

.title-tabs-ins h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0 0 24px;

}

.title-tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;

}

.tabs-ins {
    max-width: 640px;
    margin: auto;
    counter-reset: section;
}

.tabs-ins .bot-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tabs-ins .item.active .bot-text {
    display: block;
}

.tabs-ins .item {
    border-bottom: 1px solid #253253;
    position: relative;
}

.tabs-ins .item::before {
    counter-increment: section;
    content: '0' counter(section);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    position: absolute;
    top: 30px;
}

.tabs-ins .item .hed-item::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 16px;
    width: 16px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-ins .item.active .hed-item::after {
    transform: rotate(45deg);
}

.tabs-ins .hed-item {
    padding: 30px 50px 30px 44px;
    cursor: pointer;

}

.tabs-ins .hed-item h3 {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0;
}

.tabs-ins .bot-text {
    padding: 0 10px 30px 44px;
}

.tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #02123C;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 15px 0 142px;
    }

    .home-page-sec-10 .top-title h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .home-page-sec-10 .top-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .block-inf-zef .item,
    .block-inf-zef .item:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .block-inf-zef .item .right-img,
    .block-inf-zef .item:nth-child(2n) .right-img {
        height: 325px;
        grid-row: 1;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .block-inf-zef .item:nth-child(2n) .left-text,
    .block-inf-zef .item .left-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        padding: 40px 15px 30px;
    }

    .title-tabs-ins {
        margin: 0 auto 24px;
    }

    .title-tabs-ins h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-ins .item .hed-item::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .tabs-ins .hed-item {
        padding: 30px 45px 30px 44px;
        position: relative;
    }
}

/*---------------new-sec-article---------------*/
.new-sec-article {
    padding: 135px 0;
}

.new-sec-article h2.title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    margin-bottom: 100px;
    color: #02123C;
}

.new-sec-article h2.title b {
    font-weight: 600;
}


.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg {
    margin-bottom: 34px;
}

.pgafu-image-fit .pgafu-post-image-bg img {
    border-radius: 8px;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

span.pgafu-time,
.carusel .item .text-block .post-date .date {
    position: relative;
}

.pgafu-post-grid .pgafu-post-grid-content {
    text-align: left !important;
}

span.pgafu-time:before,
.carusel .item .text-block .post-date .date:before {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 1.5px;
    background: #1C1C1C80;
    position: absolute;
    top: 50%;
    transform: translateY(calc(50% - 1.5px));
    left: -12px;
}

.pgafu-post-grid-content .pgafu-post-categories {
    width: 100%;
    text-align: left;
    float: left;
}

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {
    padding-left: 0;
}

.pgafu-post-date span img {
    display: none !important;
}

.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
    color: #000 !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 40.46px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.pgafu-post-categories a {
    background: transparent !important;
    font-weight: 600 !important;
    line-height: 14.61px !important;
    font-size: 12px !important;
    color: #70277E !important;
    border: 1px solid #70277E !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 767px) {
    .new-sec-article {
        padding: 100px 0 20px;
    }

    .new-sec-article h2.title {
        font-size: 42px;
        line-height: 45px;
    }

    .pgafu-post-grid.pgafu-medium-4.pgafu-columns {
        margin-bottom: 40px !important;
    }

    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .sec-3 {
        background-size: cover;
    }

    .right-img-new::after,
    .sec-5-title h2 br {
        display: none;
    }

    .sec-3-5 .row-cont-3-5 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .sec-5-title h2,
    .bot-text-sec-4 h3,
    .coaching-page-sec-6 .row-cont .item-cont h3,
    .sec-8-title h2,
    .sec-11 h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .bot-text-sec-4 p {
        font-size: 24px;
        line-height: 38px;
    }

    .block-items-new.two-new {
        grid-template-columns: 1fr;
        grid-gap: 28px;
        margin-top: 55px;
    }

    .block-items-new.two-new .item {
        grid-template-columns: 50px auto;
    }

    .row-cont-two-bs {
        grid-template-columns: 1fr;
    }

    .coaching-page-sec-6 .title-block h2,
    .sec-7 h2 {
        font-size: 36px;
        line-height: 140%;
    }

    .sec-8-title h2 br {
        display: none
    }
}

/* ------home-page-sec-tabs--------- */
.home-page-sec-tabs {
    padding: 140px 0 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-tabs .top-title {
    margin-bottom: 100px;
}

.home-page-sec-tabs .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    margin-bottom: 36px;
    color: #432E6A;
}

.home-page-sec-tabs .top-title h2 b {
    font-weight: 500;
}

.home-page-sec-tabs .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #432E6A;
}

.block-inf-zef .item {
    border-radius: 8px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    margin-bottom: 50px;
    grid-auto-flow: dense;
}

.block-inf-zef .item:nth-child(2n) {
    grid-template-columns: 1.05fr .95fr;
}

.block-inf-zef .item:nth-child(2n) .right-img {
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item:nth-child(2n) .left-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.block-inf-zef .item:last-of-type {
    margin-bottom: 0;

}

.block-inf-zef .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.block-inf-zef .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #432E6A;
    margin-bottom: 30px;
}

.block-inf-zef .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.title-tabs-ins {
    max-width: 640px;
    margin: 0px auto 24px;
}

.title-tabs-ins h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0 0 24px;

}

.title-tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;

}

.tabs-ins {
    max-width: 640px;
    margin: auto;
    counter-reset: section;
}

.tabs-ins .bot-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tabs-ins .item.active .bot-text {
    display: block;
}

.tabs-ins .item {
    border-bottom: 1px solid #253253;
    position: relative;
}

.tabs-ins .item::before {
    counter-increment: section;
    content: '0' counter(section);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: absolute;
    top: 30px;
}

.tabs-ins .item .hed-item::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 16px;
    width: 16px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-ins .item.active .hed-item::after {
    transform: rotate(45deg);
}

.tabs-ins .hed-item {
    padding: 30px 50px 30px 44px;
    cursor: pointer;

}

.tabs-ins .hed-item h3 {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

.tabs-ins .bot-text {
    padding: 0 10px 30px 44px;
}

.tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 109px 0 142px;
    }

    .home-page-sec-10 .top-title h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .home-page-sec-10 .top-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .block-inf-zef .item,
    .block-inf-zef .item:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .block-inf-zef .item .right-img,
    .block-inf-zef .item:nth-child(2n) .right-img {
        height: 325px;
        grid-row: 1;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .block-inf-zef .item:nth-child(2n) .left-text,
    .block-inf-zef .item .left-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        padding: 40px 15px 30px;
    }

    .title-tabs-ins {
        margin: 150px auto 24px;
    }

    .title-tabs-ins h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-ins .item .hed-item::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .tabs-ins .hed-item {
        padding: 30px 45px 30px 44px;
        position: relative;
    }

    .all-items.two-columns .item,
    .home-page-sec-6 .rep-block .item {
        flex: 0 1 100%;
    }

    .sec-9 .block {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-left: -35px;
        margin-right: -35px;
    }

    .all-items.two-columns {
        padding-left: 0;
        padding-right: 0;
        margin-top: 80px;
    }

    .sec-9 .block .left-tr h3,
    .sec-9 .block .right-tr h3 {
        margin-bottom: 70px;
    }

    .sec-9 .block .left-tr,
    .sec-9 .block .right-tr {
        border-radius: 0;
        padding: 102px 36px;
    }

    .home-page-sec-6.sec-8 .img-left {
        display: block;
    }

    .home-page-sec-6.sec-8 {
        padding: 80px 0;
    }

    .home-page-sec-6.sec-8 .head-block-bot h2 {
        font-size: 35px;
        line-height: 150%;
    }

    .home-page-sec-6 .head-block-bot:after {
        display: none;
    }

    .home-page-sec-6 .rep-block h3,
    .home-page-sec-6 .rep-block p {
        text-align: left;
    }

    .home-page-sec-6 .rep-block {
        grid-gap: 60px;
    }

    .sec-9 {
        padding: 100px 0 100px;
    }

    .home-page-sec-6 .rep-block p {
        margin-bottom: 0;
    }

    .sec-9 .head-sec h2 {
        font-size: 34px;
        line-height: 150%;
    }

    .title-tabs-ins {
        margin: 0px auto 24px;
    }

    .home-page-sec-tabs {
        padding: 80px 0 80px;
    }

    .coaching-page-sec-2-5 .row-container {

        margin-top: -210px;
    }

    .sec-9 .block .left-tr h3 {
        font-size: 32px;
    }
}


/*---------------home-page-sec-12-----------------*/
.home-page-sec-12 {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
    text-align: center;

}

.carusel .item {
    grid-template-columns: 1fr;
}

.box-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.box-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.box-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.box-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-next:hover:after {
    background: #ffffff;
}

.box-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 200px;
    }

    .box-carusel {
        padding: 116px 34px 60px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 75px;
    }

    .box-carusel .bx-prev,
    .box-carusel .bx-next {
        position: static;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item p {
        text-align: left;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }
}

/*---------------sec-7-new-----------------*/

.sec-7-new {
    padding: 150px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-7-new h2{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 150%;
    letter-spacing: -2px;
    margin-bottom: 27px;
}
.sec-7-new h2 b{
    font-weight: 600;
    color: #4339EF;
}
.sec-7-new p {
    margin-bottom: 40px;
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 200%;
    color: #211240;
}
.sec-7-new li {
    margin-bottom: 15px;
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 20px;
    line-height: 200%;
    color: #211240;
    list-style-type: none;
}
.sec-7-new li::before {
    content: '';
    display: inline-block;
    height: 31px;
    width: 31px;
    position: relative;
    top: 7px;
    margin-right: 10px;
    background-position: center;
    background-image: url("https://www.paulwagner.com/wp-content/uploads/Subtract.svg"); ;
}
.sec-7-new ul {
    padding: 0;
    margin-bottom: 35px;
}
.block-t-i {
    display: grid;
    grid-template-columns: auto 470px;
    grid-gap: 100px;
    margin-bottom: 110px;
}
.sec-7-new .bot-text-sec-4 p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -3%;
    text-align: center;
    color: #211240;
}
.sec-7-new .bot-text-sec-4 span {
    color: #211240;
}
.lower-shadow-bot, .lower-shadow-top {
    position: relative;
}
.lower-shadow-bot:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #ffffff 0%, rgba(166, 190, 253, 0) 82.04%);
    bottom: 0;
    left: 0;
    z-index: 1;
}
.lower-shadow-bot .container, .lower-shadow-top .container {
    position: relative;
    z-index: 2;
}
.lower-shadow-top:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(166, 190, 253, 0) 82.04%);
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .sec-7-new {
            padding: 80px 0 0;
    }
    .block-t-i {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 30px;
            margin-bottom: 90px;
        }
}

/* --------------- */
.home-page-sec-6 .img-left {
    position: relative;
} 
.home-page-sec-6 .img-left img, .home-page-sec-6 .text-right{
    position: relative;
    z-index: 3;
}
.home-page-sec-6 .img-left:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url(https://www.paulwagner.com/wp-content/uploads/Group-1000005955-1.png);
    top: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: anim-rotate 40slinear infinite;
}
.home-page-sec-6 .img-left:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 825px;
    width: 825px;
    background-image: url(https://www.paulwagner.com/wp-content/uploads/Group-1000005954.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: anim-rotate-2 40s linear infinite;
}
@media only screen and (max-width: 991px) {
    .home-page-sec-6 .img-left:after, .home-page-sec-6 .img-left:before {
        height: 600px;
        width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .home-page-sec-6 .img-left:after, .home-page-sec-6 .img-left:before {
        height: 400px;
        width: 400px;
    }
}