
[v-cloak] {
    display: none;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    background-attachment: scroll !important;
    scroll-behavior: smooth;
    margin-right: calc(-1 * (100vw - 100%));
    overflow-x: hidden;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial,sans-serif;
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    display: block;
    margin: 0;
    background-color: #f5f5f5;
}

p {
    margin: 0;
}

a.text-decor-none {
    text-decoration: none;
}

.page-wrapper {
    width: 100%;
    font-size: 1em;
    position: relative;
}


.navbar {
    z-index: 1000;
    background: #ddd;
    position: relative;
    color: #fff;
    background-color: #11204a;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    top: 0%;
    left: 0%;
    right: 0%;
}

.container {
    width: 100%;
    max-width: 100em;
    margin-left: auto;
    margin-right: auto;
    /*padding: 3rem 3.13rem;*/
    position: relative;
    padding-left: 1.2rem;
    padding-right: 2.2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .container.nav_container {
        justify-content: space-between;
        align-items: center;
        padding-top: 1.82em;
        padding-bottom: 1.82em;
        display: flex;
        position: static;
        overflow: visible;
    }

.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.scroll-top-right {
    display: none;
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    box-sizing: content-box;
}

    .scroll-top-right:hover {
        color: aquamarine;
        background-color: rgba(0, 0, 0, .6);
    }

.el-dialog {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    outline: 0;
    margin-top: 5vh;
}

    .el-dialog .el-dialog__header {
        padding: 1.3em;
    }

        .el-dialog .el-dialog__header .el-dialog__title {
            font-weight: bold;
        }

        .el-dialog .el-dialog__header button {
            margin-right: 1rem;
            font-size: 2rem;
        }

    .el-dialog .modal-body {
        line-height: normal;
        font-size: 22px;
        color: #6a5f5f;
    }

    .el-dialog .el-dialog__body {
        padding: 1rem 2rem;
    }

    .el-dialog__footer {
        padding: 0;
    }

.el-dialog .dialog-footer {
    padding: 1rem 2rem;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}




.absolute-footer {
    background-color: #F3F0FA;
}

    .absolute-footer .absolute-footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .absolute-footer .absolute-footer-container .all_rights-text {
        }

        .absolute-footer .absolute-footer-container  a.solvix_link {
            text-decoration: none;
            color: #000000;
        }

            .absolute-footer .absolute-footer-container  a.solvix_link:hover {
                color: #aaaaaa;
            }


.pink-btn {
    /*min-width: 7.81em;
    color: #fff;
    text-align: center;
    background-color: #182c66;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-family: Nanummyeongjo webfont,sans-serif;*/
    font-size: 28px;
    /*font-style: italic;
    font-weight: 500;
    line-height: 1;
    transition: color .4s;
    display: inline-block;*/
}

    .pink-btn.pink-btn-text {
        min-width: 0;
        color: #380880;
        /*background-color: #f9cefa;
        border: 1px solid #e74eec;*/
        border-radius: 10px;
        font-weight: 500;
        text-decoration: none;
    }

        .pink-btn.pink-btn-text:hover {
            color: #6fc5c6;
            /*border-bottom-color: transparent*/
        }

.button-container a {
    display: inline-block;
    text-align: center;
    transition: all .4s;
    box-shadow: none;
    font-size: 28px;
    padding: 1rem 2rem; /*15px 30px;*/
    text-decoration: inherit !important;
    line-height: 1;
}


section {
    position: relative;
}

.section-title {
    font-size: 48px;
    line-height: 1.2;
    /*font-weight: 700;*/
    font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    margin-block-start: 0rem;
    margin-block-end: 2rem;
    text-align: center;
    color: #6929c4;  /* #8b5686; #6a5f5f;*/
}

section.section-first .background-overlay.bg-image {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

section.section-first .background-overlay.bg-gradient {
    background-color: transparent;
    background-image: linear-gradient(0deg, #F4CADE 0%, #D0BEFA 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

section.section-second .background-overlay.bg-image {
    background-image: url(../../images/Home/secSecond.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

    section.section-second .background-overlay.bg-image-sec {
        background-image: url(../../images/Home/neiroNet.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.5;
    }

    section.section-second .background-overlay.bg-gradient {
        background-color: transparent;
        background-image: linear-gradient(0deg, #F4CADE 0%, #D0BEFA 100%);
        opacity: 0.2;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    /*section.section-second p.text-style-title {
        font-size: 48px;
        line-height: 1.2;
        font-weight: 700;
        color: inherit;
        font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
        margin-block-start: 0rem;
        margin-block-end: 2rem;
        text-align: center;
        color: red;
    }*/

    section.section-second .mission-content {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

        section.section-second .mission-content .mission-text {
            /*font-size: 1.6rem;*/
            line-height: normal;
            font-size: 22px;
            color: #6a5f5f;
        }

            section.section-second .mission-content .mission-text p {
                margin-block-start: 0;
                /*margin-block-end: 1em;*/
                /*font-size: 22px;*/
            }

        section.section-second .mission-content .image-row {
            display: flex;
            gap: 1rem;
        }

            section.section-second .mission-content .image-row .image-second {
                display: none;
            }

        section.section-second .mission-content .mission-image {
            width: 25rem;
            /* height: 300px; */
            /* border-radius: 50%; */
            object-fit: cover;
            height: 100%;
        }


    section.section-third .background-overlay.bg-image {
        background-image: url(../../images/Home/aboutMe.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.5;
    }

    section.section-third .background-overlay.bg-image-sec {
        background-image: url(../../images/Home/neiroNet.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.7;
    }

section.section-third .aboutme-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

    section.section-third .aboutme-content .aboutme-content-raw {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

        section.section-third .aboutme-content .aboutme-content-raw .aboutme-text {
            font-size: 1.6rem;
            line-height: normal;
            font-size: 22px;
            color: #6a5f5f;
        }

            section.section-third .aboutme-content .aboutme-content-raw .aboutme-text p {
                margin-block-start: 0;
                /*margin-block-end: 1em;*/
            }

        section.section-third .aboutme-content .aboutme-content-raw .aboutme-poem {
            text-align: center;
        }

        section.section-third .aboutme-content .aboutme-content-raw .aboutme-image {
            width: 25rem;
            /* height: 300px; */
            /* border-radius: 50%; */
            object-fit: cover;
        }

    section.section-third .aboutme-content .diploma-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f3f0fa; /*#D8D8D8;*/
        padding-top: 2rem;
    }

        section.section-third .aboutme-content .diploma-content .diploma-carousel-item {
            width: 100%;
            /* height: 300px; */
            /* border-radius: 50%; */
            /* object-fit: cover; */
            /* border-radius: 20px; */
            /* opacity: 0.75; */
            /* line-height: 200px; */
            /* margin: 0; */
            /* text-align: center; */
            height: 100%;
        }


section.section-school-club .background-overlay.bg-image {
    background-image: url(../../images/Home/schoolClub.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

section.section-school-club .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

section.section-school-club .school-club-root {
    text-align: center;
}

.school-club-container {
    padding-left: 2.5rem;
}

.school-club-container.full-screen {
    display: block;
}

    .school-club-container.mobile-screen {
        display: none;
    }

.school-club-bubble {
    border: 1px solid #8286ff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 2rem 1rem;
    background-color: #f3f0fa;
    /*margin: 1rem 0rem;*/
    text-align: center;
    color: #767171;
    margin-top: 2rem;
}

    .school-club-bubble .bubble-link {
        margin-top: 0.5rem;
        font-size: 0.8rem;
    }

    .school-club-bubble.root-bubble {
        display: inline-block;
        color: #380880; /*#6f30a0;*/
        margin: 0;
        margin-bottom: 4rem;
    }

    .school-club-bubble.title-bubble {
        color: #380880;
        margin: 0;
        background-color: #d8c9fb;
    }



.school-club-root-href {
    /*margin: 2rem 0rem;*/
    margin-bottom: 2rem;
}

section.section-school-club .school-club-content {
    display: flex;
    gap: 4rem;
}

    section.section-school-club .school-club-content ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }



    section.section-school-club .school-club-content .school-club-colmn {
        width: 25%;
    }

section.section-limitless-experiment .background-overlay.bg-image {
    background-image: url(../../images/Home/newsEvents.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

section.section-limitless-experiment .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

section.section-limitless-experiment .limitless-experiment-content {
}

    section.section-limitless-experiment .limitless-experiment-content .content-rows {
        line-height: normal;
        font-size: 22px;
        color: #6a5f5f;
    }

        section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs {
            background-color: #f3f0fa;
            padding: 1rem;
            margin-top: 1rem;
        }

            section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs .el-tabs .el-tabs__item {
                padding-left: 0;
            }

            section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs.full-screen {
                display: block;
            }

            section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs.mobile-screen {
                display: none;
            }

            section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs .limitless-title {
                color: #6929c4;
            }

        section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs .limitless-text {
        }



section.section-what-get .background-overlay.bg-image {
    background-image: url(../../images/Home/schoolClub.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

section.section-what-get .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

section.section-what-get .container.what-get-container p.section-title {
    margin-block-end: 0;
}

section.section-what-get .what-get-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    section.section-what-get .what-get-content .what-get-row {
        display: flex;
        gap: 1rem;
    }

        section.section-what-get .what-get-content .what-get-row .left-row {
            display: flex;
            gap: 1rem;
        }

        section.section-what-get .what-get-content .what-get-row .right-row {
            display: flex;
            gap: 1rem;
        }

.what-get-bubble {
    border: 1px solid #d6c9f5; /*#131418;*/
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 2rem 1rem;
    background-color: #d8c9fb; /*#d6c9f5;*/  /*#131418;*/
    /*margin: 1rem 0rem;*/
    text-align: center;
    color: #767171;
    width: 50%;
    /*margin: 0.8rem;*/
}

    .what-get-bubble .what-get-bubble-header {
        position: relative;
        z-index: 2;
    }

        .what-get-bubble .what-get-bubble-header .what-get-bubble-header-icon {
            background-color: #f6cefa; /*#ffd4f0;*/ /*#1BE392;*/
            border-radius: 50px 50px 50px 50px;
            display: inline-block;
            margin-bottom: 2rem;
            padding: 1em 1em 1em 1em;
            transform: rotate(0deg);
            width: 50px;
            height: 50px;
        }

            .what-get-bubble .what-get-bubble-header .what-get-bubble-header-icon i {
                font-family: elementskit !important;
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                color: #FFFFFF;
                transition: all .4s;
                font-size: 50px;
            }

    .what-get-bubble .box-body {
        position: relative;
        z-index: 2;
    }

        .what-get-bubble .box-body .box-body-title {
            font-size: 23px;
            transition: all .4s ease;
            margin-top: 0;
            padding: 0px 0px 0px 0px;
            color: #380880;  /*#868686;*/
            font-family: "Poppins", Sans-serif;
        }


        .what-get-bubble .box-body > p {
            margin-bottom: 10px;
            transition: all .4s ease;
            color: #000;  /*#868686;*/
        }

        .what-get-bubble .box-body .box-footer {
            position: relative;
            z-index: 2;
            margin-top: 2rem;
        }

            .what-get-bubble .box-body .box-footer .custom-btn.text-btn.what-get-bubble-href {
                font-size: 1.2em;
            }


section.section-simple-steps .background-overlay.bg-image {
    background-image: url(../../images/Home/secSecond.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

section.section-simple-steps .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

section.section-simple-steps .background-overlay.bg-gradient {
    background-color: transparent;
    background-image: linear-gradient(0deg, #F4CADE 0%, #D0BEFA 100%);
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

section.section-simple-steps .simple-steps-content {
    background-color: #fff;
    display: flex;
    /*justify-content: space-between;*/
    gap: 2rem;
    padding: 2rem;
    width: 100%;
}

    section.section-simple-steps .simple-steps-content .simple-steps-colmn {
        position: relative;
        flex-wrap: wrap;
        display: flex;
        align-content: center;
        align-items: center;
        width: 50%;
    }


.simple-steps-colmn .appointment {
    width: 100%;
    /*margin-bottom: 20px;*/
    writing-mode: inherit;
    color: #380880;
}


.simple-steps-colmn .divider-separator {
    width: 100%;
}

    .simple-steps-colmn .divider-separator span {
        display: flex;
        margin-bottom: 2rem;
        direction: ltr;
        border-top: 1px solid #e30bed;
    }


.simple-steps-colmn .button-container {
    width: 100%;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
    position: relative;
}

    .simple-steps-colmn .button-container a {
        display: inline-block;
        line-height: 1;
        background-color: #9497ff;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        box-shadow: none;
        font-size: 16px;
        padding: 15px 30px;
        border-radius: 4px;
        text-decoration: inherit !important;
        border-bottom: 0;
    }

        .simple-steps-colmn .button-container a.button-container-href {
            margin: 1rem 0 0 0;
        }

        .simple-steps-colmn .button-container a span {
            display: flex;
            justify-content: center;
            text-decoration: inherit;
        }

            .simple-steps-colmn .button-container a span .button-icon-right {
                flex-grow: 0;
                text-decoration: inherit;
                order: 15;
                margin-left: 16px;
            }

    section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
        position: relative;
    }

        section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li {
                position: relative;
                display: flex;
                text-align: left;
                flex-direction: row;
            }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li:not(:first-child) {
                    padding-top: calc(50px/2);
                }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li:not(:last-child) {
                    padding-bottom: calc(50px/2);
                }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li:last-child {
                    padding-bottom: 0;
                }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .connector {
                    right: calc(100% - 76px);
                    left: 0px;
                    display: block;
                    position: absolute;
                    width: 0;
                    margin: 0 auto;
                    z-index: 1;
                    height: 100%;
                    top: 0.5em;
                    font-size: 60px;
                    left: 0;
                    right: calc(100% - 60px);
                    border-right: none !important;
                    border-style: solid;
                    border-color: #e30bed; /*#1BE392;*/
                    border-width: 1px;
                    right: calc(100% - 76px);
                    left: 0px;
                }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li:last-child .connector {
                    display: none;
                }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-icon-box {
                    z-index: 2;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                }

                    section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-icon-box .eael-feature-list-icon-inner {
                        background-color: transparent;
                        /*background-image: linear-gradient(135deg, #1A7759 0%, #1BE392 100%); #e31be3*/
                        /*background-image: linear-gradient(135deg, #f6cefa 0%, #9227d1 100%);*/
                        background-image: linear-gradient(135deg, #f6cefa 0%, #a37ff5 100%);
                        border-radius: 50%;
                    }

                        section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
                            margin: 0;
                            border: 0;
                            outline: 0;
                            font: inherit;
                            vertical-align: baseline;
                            font-family: inherit;
                            font-style: inherit;
                            font-weight: inherit;
                            transition: all .5s;
                            line-height: 1;
                            text-align: center;
                            display: -ms-inline-flexbox;
                            display: -ms-flexbox;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            box-shadow: none;
                            text-decoration: inherit !important;
                            color: #fff;
                            height: 75px;
                            width: 75px;
                            font-size: 38px;
                            padding: 15px 15px 15px 15px;
                            border-radius: 50%;
                        }

                            section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-icon-box .eael-feature-list-icon-inner a i {
                                box-sizing: border-box;
                                width: 1em;
                                height: 1em;
                                position: relative;
                                display: block;
                            }

                section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-content-box {
                    margin: 0 0 0 20px;
                }

                    section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-content-box .eael-feature-list-title {
                        margin-top: -2px;
                        line-height: 1.5em;
                        margin-bottom: 10px;
                        color: #6929c4; /*#0A8769;*/
                        font-weight: 600;
                    }

                    section.section-simple-steps .simple-steps-content .simple-steps-colmn .simple-steps-colmn-container ul li .eael-feature-list-content-box .eael-feature-list-content {
                        padding: 0;
                        margin: 0;
                        font-size: 14px;
                        line-height: 1.5em;
                        font-size: 14px;
                        font-size: 1rem;
                    }

section.section-medmental-1 .background-overlay.bg-image {
    background-image: url(../../images/Home/schoolClub.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

section.section-medmental-1 .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

section.section-medmental-1 .medmental-1-content {
    display: flex;
    gap: 1rem;
}

    section.section-medmental-1 .medmental-1-content .donation-center .title {
        color: #e92222;
        text-align: center;
        font-size: 22px;
    }

    section.section-medmental-1 .medmental-1-content .donation-center .text {
        background-color: #f3f0fa;
        /* color: #6f30a0; */
        color: #e92222;
        font-size: 18px;
        padding: 1rem;
    }

    section.section-medmental-1 .medmental-1-content .donation-center .text p {
        margin-block-start: 0;
        margin-block-end: 0;
    }

    section.section-medmental-1 .medmental-1-content .about-medmental {
        background-color: #f3f0fa;
        padding: 2rem;
    }

    section.section-medmental-1 .medmental-1-content .donation-center .qr-code {
        margin-top: 1rem;
    }

    section.section-medmental-1 .medmental-1-content .about-medmental .title {
        color: #c00000;
        font-size: 24px;
        text-align: center;
        line-height: normal;
        font-size: 48px;
        line-height: 1.2;
        /* font-weight: 700; */
        font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
        margin-block-start: 0rem;
        margin-block-end: 2rem;
        text-align: center;
        color: #6929c4;
    }

    section.section-medmental-1 .medmental-1-content .about-medmental .about-medmental-text {
        line-height: normal;
        font-size: 22px;
        color: #6a5f5f;
        margin-top: 1rem;
    }

section.section-medmental-2 .background-overlay.bg-image {
    background-image: url(../../images/Home/schoolClub.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.5;*/
}

section.section-medmental-2 .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

section.section-medmental-2 .donation-center-content .content {
    text-align: center;
    /*width: 100%;*/
}

section.section-medmental-2 .donation-center-content .component-video {
    width: 56vw;
    /* max-width: 100em; */
    margin-left: auto;
    margin-right: auto;
    /* padding: 4em 3.13em; */
    position: relative;
}

    section.section-medmental-2 .donation-center-content .component-video .video-preview {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        display: flex;
    }

    section.section-medmental-2 .donation-center-content .component-video .component-image {
        width: 100%;
        /* width: 70%; */
        overflow: hidden;
    }

    section.section-medmental-2 .donation-center-content .component-video .video-preview .youtube-video {
        border: 0;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        display: inline-block;
        height: 32vw;
    }

section.section-medmental-2 .donation-center-content .video-footer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

section.section-medmental-2 .medmental-2-content .medmental-2-content-text {
    text-align: center;
    line-height: normal;
    font-size: 22px;
    color: #380880;
    margin-bottom: 2rem;
}

.section-medmental-2 .make-donation-button a {
    display: inline-block;
    line-height: 1;
    background-color: #9497ff;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    font-size: 22px;
    padding: 20px 30px;
    border-radius: 4px;
    text-decoration: inherit !important;
    border-bottom: 0;
}

    .section-medmental-2 .make-donation-button a.button-container-href {
        /*margin: 1rem 0 0 0;*/
    }

.section-medmental-2 .make-donation-button .custom-btn.text-btn:hover {
    color: #6fc5c6;
    border-bottom-color: transparent;
}

    .section-medmental-2 .make-donation-button a span {
        display: flex;
        justify-content: center;
        text-decoration: inherit;
    }

        .section-medmental-2 .make-donation-button a span .button-icon-right {
            flex-grow: 0;
            text-decoration: inherit;
            order: 15;
            margin-left: 16px;
        }

section.section-medmental-2 .medmental-2-content .video-footer .text {
    background-color: #e7e6e6;
    color: #6f30a0;
    font-size: 18px;
    padding: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

section.section-medmental-2 .medmental-2-content .video-footer .text p {
    margin-block-start: 0;
    margin-block-end: 0;
}


section.section-sponsorship .background-overlay.bg-image {
    background-image: url(../../images/Home/sponsorship.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

section.section-sponsorship .background-overlay.bg-gradient {
    background-color: transparent;
    background-image: linear-gradient(90deg, #fff 40%, #d8c9fb 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

section.section-sponsorship .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

section.section-sponsorship .sponsorship-content .content {
    font-size: 22px;
}

section.section-sponsorship .sponsorship-content .content .text-top {
    
}

section.section-sponsorship .sponsorship-content .content .text-midle {
    
}

section.section-sponsorship .sponsorship-content .content .text-bottom {
    
    color: #c00000;
}

section.section-news-events .background-overlay.bg-image {
    background-image: url(../../images/Home/newsEvents.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

section.section-news-events .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

section.section-news-events .content-rows .video-testimonials {
    text-align: center;
    background-color: #f3f0fa;
    padding: 2rem;
    padding-top: 3rem;
}

    section.section-news-events .content-rows .video-testimonials .row-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

section.section-news-events .content-rows .events-sector {
    margin-top: 2rem;
    background-color: #f3f0fa;
    padding: 2rem;
}

    section.section-news-events .content-rows .events-sector .testimonials_slide.w-slide {
        background-color: transparent;
        background-image: linear-gradient(135deg, #b898cb 0%, #f6cefa 100%);
        padding: 1rem;
        height: 20rem;
        border-radius: 8px;
    }

        section.section-news-events .content-rows .events-sector .testimonials_slide.w-slide .testimonials_card {
            line-height: normal;
            font-size: 22px;
            color: #6a5f5f;
        }

        section.section-news-events .content-rows .events-sector .testimonials_slide.w-slide .testimonials_card p {
            margin-bottom: 1rem;
        }


section.section-news-events .video-testimonials_slide .component-video {
    width: 22vw;
    /* max-width: 100em; */
    margin-left: auto;
    margin-right: auto;
    /* padding: 4em 3.13em; */
    position: relative;
}

    section.section-news-events .video-testimonials_slide .component-video .video-preview {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        display: flex;
    }

    section.section-news-events .video-testimonials_slide .component-video .component-image {
        width: 100%;
        /* width: 70%; */
        overflow: hidden;
    }

    section.section-news-events .video-testimonials_slide .component-video .video-preview .youtube-video {
        border: 0;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        display: inline-block;
        height: 14vw;
        text-align: center;
    }


section.section-reviews .background-overlay.bg-image {
    background-image: url(../../images/Home/secSecond.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

section.section-reviews .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

section.section-reviews .reviews-content .testimonials_slide.w-slide {
    background-color: #FAEAFA;
    padding: 2rem;
    height: 46rem;
    border-radius: 2rem;
    border: 1px solid #d6c9f5; /*#131418;*/
    box-shadow: inset 12px 12px 16px 0px rgb(0 0 0 / 10%);
}

    section.section-reviews .reviews-content .testimonials_slide.w-slide .testimonials_card {
        line-height: normal;
        font-size: 22px;
        color: #6a5f5f;
    }

        section.section-reviews .reviews-content .testimonials_slide.w-slide .testimonials_card p {
            margin-bottom: 1rem;
        }

section.section-contacts .background-overlay.bg-image {
    background-image: url(../../images/Home/city.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

section.section-contacts .background-overlay.bg-image-sec {
    background-image: url(../../images/Home/neiroNet.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

section.section-contacts .content-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    flex-direction: row;
}

section.section-contacts .map-column {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 40%;
    align-self: inherit;
    cursor: default;
    padding: 0 2rem 0 0;
}

    section.section-contacts .map-column .map-column-wrap {
        width: 100%;
        position: relative;
        display: flex;
    }

        section.section-contacts .map-column .map-column-wrap .map-widget-wrap {
            position: relative;
            width: 100%;
            flex-wrap: wrap;
            align-content: flex-start;
            display: flex;
            /*padding: 10px;*/
        }

            section.section-contacts .map-column .map-column-wrap .map-widget-wrap .map-widget-google_maps {
                position: relative;
                width: 100%;
            }

                section.section-contacts .map-column .map-column-wrap .map-widget-wrap .map-widget-google_maps .map-widget-container {
                    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
                    overflow: hidden;
                    position: relative;
                }

                    section.section-contacts .map-column .map-column-wrap .map-widget-wrap .map-widget-google_maps .map-widget-container .map-custom-embed {
                        line-height: 0;
                    }

                        section.section-contacts .map-column .map-column-wrap .map-widget-wrap .map-widget-google_maps .map-widget-container .map-custom-embed iframe {
                            max-width: 100%;
                            width: 100%;
                            margin: 0;
                            line-height: 1;
                            border: none;
                            height: 675px;
                            filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
                        }

section.section-contacts .contacts-infobox-title {
    font-size: 23px;
    /*-webkit-transition: all .4s ease;*/
    transition: all .4s ease;
    margin-top: 0;
    padding: 0px 0px 0px 0px;
    color: #380880; /*#0A8769;*/
    font-family: "Poppins", Sans-serif;
}

section.section-contacts .contacts-col-100 .contacts-infobox-title {
    font-size: 23px;
    /*-webkit-transition: all .4s ease;*/
    transition: all .4s ease;
    margin-top: 0;
    padding: 0px 0px 0px 0px;
    color: #000000; /*#0A8769;*/
    font-family: "Poppins", Sans-serif;
}

section.section-contacts .contacts-col-100 .box-body p {
    transition: all .4s ease;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0;
}

section.section-contacts .contacts-column {
    /* position: relative; */
    min-height: 1px;
    /* display: flex; */
    width: 60%;
    /* align-self: inherit; */
    /* cursor: default; */
    /*padding: 2em 2em 2em 2em;*/
}

    section.section-contacts .contacts-column .contacts-boxed-container {
        width: 100%;
        display: flex;
        /*flex-wrap: wrap;*/
        justify-content: flex-start !important;
        flex-direction: row;
        gap: 1rem;
        margin-top: 2rem;
    }

    section.section-contacts .contacts-column .contacts-col-50 {
        position: relative;
        min-height: 1px;
        display: flex;
        width: 50%;
        align-self: inherit;
        cursor: default;
    }

        section.section-contacts .contacts-column .contacts-col-50 .contacts-section-column-wrap {
            width: 100%;
            position: relative;
            display: flex;
        }

            section.section-contacts .contacts-column .contacts-col-50 .contacts-section-column-wrap .contacts-section-widget-wrap {
                position: relative;
                width: 100%;
                flex-wrap: wrap;
                align-content: flex-start;
                display: flex;
                /*padding: 10px;*/
            }

                section.section-contacts .contacts-column .contacts-col-50 .contacts-section-column-wrap .contacts-section-widget-wrap .contacts-section-elementskit-icon-box {
                    width: 100%;
                    height: 100%;
                }

                    section.section-contacts .contacts-column .contacts-col-50 .contacts-section-column-wrap .contacts-section-widget-wrap .contacts-section-elementskit-icon-box .contacts-section-widget-container {
                        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
                        position: relative;
                        height: 100%;
                    }

    section.section-contacts .contacts-column .contacts-infobox {
        text-align: left !important;
        padding: 60px 40px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background-color: #f3f0fa;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding: 2em 2em 2em 2em;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #f5f5f5;
        border-radius: 10px 10px 10px 10px;
        height: 100%;
    }

        section.section-contacts .contacts-column .contacts-infobox .box-header {
            position: relative;
            z-index: 2;
        }

    section.section-contacts .contacts-column .contacts-infobox-icon {
        background-color: #f6cefa; /*#B7FFE2;*/
        border-radius: 50px 50px 50px 50px;
        display: inline-block;
        margin-bottom: 13px;
        padding: 1em 1em 1em 1em;
        transform: rotate(0deg);
        width: 50px;
        height: 50px;
    }


        section.section-contacts .contacts-column .contacts-infobox-icon .infobox-icon {
            color: #ac0ab5; /*#0A8769;*/
            transition: all .4s;
            font-size: 40px;
        }


    section.section-contacts .contacts-column .contacts-col-100 {
        position: relative;
        min-height: 1px;
        display: flex;
        width: 100%;
        align-self: inherit;
        cursor: default;
    }

        section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap {
            width: 100%;
            position: relative;
            display: flex;
        }

            section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap {
                position: relative;
                width: 100%;
                flex-wrap: wrap;
                align-content: flex-start;
                display: flex;
                /*padding: 10px;*/
            }

                section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap .contacts-col-100-elementskit-icon-box {
                    width: 100%;
                    height: 100%;
                }

                    section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap .contacts-col-100-elementskit-icon-box .contacts-col-100-widget-container {
                        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
                        position: relative;
                        height: 100%;
                    }

                        section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap .contacts-col-100-elementskit-icon-box .contacts-col-100-widget-container .contacts-infobox {
                            text-align: center !important;
                            transition: all .4s ease;
                            background-color: #fff;
                            position: relative;
                            overflow: hidden;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            position: relative;
                            background-color: transparent;
                            /*background-image: linear-gradient(150deg, #9f5598 0%, #ebaceb 100%); linear-gradient(150deg, #1A7759 0%, #1BE392 100%);*/
                            background-image: linear-gradient(150deg, #f6cefa 0%, #a37ff5 100%);
                            padding: 2em 2em 2em 2em;
                            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                            border-style: solid;
                            border-width: 0px 0px 0px 0px;
                            border-color: #f5f5f5;
                            border-radius: 10px 10px 10px 10px;
                            height: 100%;
                        }

                            section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap .contacts-col-100-elementskit-icon-box .contacts-col-100-widget-container .contacts-infobox .contacts-infobox-icon {
                                background-color: #f6cefa; /*#1BE392;*/
                                border-radius: 50px 50px 50px 50px;
                                display: inline-block;
                                margin-bottom: 13px;
                                padding: 1em 1em 1em 1em;
                                transform: rotate(0deg);
                                width: 50px;
                                height: 50px;
                            }

                                section.section-contacts .contacts-column .contacts-col-100 .contacts-col-100-wrap .contacts-col-100-widget-wrap .contacts-col-100-elementskit-icon-box .contacts-col-100-widget-container .contacts-infobox .contacts-infobox-icon .infobox-icon {
                                    color: #ffffff;
                                    transition: all .4s;
                                    font-size: 40px;
                                }



@media (max-width: 1139px) {
    section.section-what-get .what-get-content .what-get-row {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    section.section-news-events .video-testimonials_slide .component-video {
        width: 36vw;
    }

        section.section-news-events .video-testimonials_slide .component-video .video-preview .youtube-video {
            height: 22vw;
        }

    section.section-second .mission-content {
        flex-direction: column;
    }

    section.section-third .aboutme-content .aboutme-content-raw {
        flex-direction: column-reverse;
        align-items: center;
    }

    section.section-second .mission-content .image-row .image-second {
        display: block;
    }

    section.section-second .mission-content .mission-image {
        width: 43.4vw;
    }
}

@media (max-width: 767px) {
    .el-dialog {
        margin: 0;
    }

    section.section-school-club .school-club-content {
        display: flex;
        /*gap: unset;*/
        flex-direction: column;
    }

    .school-club-container {
        padding-left: 4rem;
    }

        .school-club-container.full-screen {
            display: none;
        }

        .school-club-container.mobile-screen {
            display: block;
        }

        section.section-school-club .school-club-content ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            margin-left: 1rem;
        }



        section.section-school-club .school-club-content .school-club-colmn {
            width: 100%;
        }

            section.section-school-club .school-club-content .school-club-colmn .school-club-bubble {
                border: 1px solid #8286ff;
                box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
                border-radius: 10px;
                padding: 2rem 1rem;
                background-color: #f3f0fa;
                /*margin: 1rem 0rem;*/
                text-align: center;
                color: #767171;
                margin-top: 2rem;
                margin-left: 6rem;
            }

                section.section-school-club .school-club-content .school-club-colmn .school-club-bubble.title-bubble {
                    color: #380880;
                    margin: 0;
                    background-color: #d8c9fb;
                }



    section.section-what-get .what-get-content {
        display: flex;
        flex-direction: column;
    }

        section.section-what-get .what-get-content .what-get-row .left-row {
            flex-direction: column;
        }

        section.section-what-get .what-get-content .what-get-row .right-row {
            flex-direction: column;
        }

    .what-get-bubble {
        width: 100%;
    }



    section.section-simple-steps .simple-steps-content {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        width: 100%;
    }

        section.section-simple-steps .simple-steps-content .simple-steps-colmn {
            position: relative;
            flex-wrap: wrap;
            display: flex;
            align-content: center;
            align-items: center;
            width: 100%;
            text-align: center;
        }



    section.section-medmental-1 .medmental-1-content {
        flex-direction: column-reverse;
    }

        section.section-medmental-1 .medmental-1-content .donation-center {
            text-align: center;
        }

    section.section-medmental-2 .donation-center-content .component-video {
        width: 100%;
    }

        section.section-medmental-2 .donation-center-content .component-video .video-preview .youtube-video {
            height: 50vw;
        }

    section.section-news-events .video-testimonials_slide .component-video {
        width: 60vw;
    }

        section.section-news-events .video-testimonials_slide .component-video .video-preview .youtube-video {
            height: 36vw;
        }



    section.section-contacts .content-row {
        flex-direction: column-reverse;
    }

    section.section-contacts .map-column {
        width: 100%;
        padding: 2rem 0 0 0;
    }

    section.section-contacts .contacts-column {
        width: 100%;
    }

    section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs.full-screen {
        display: none;
    }

    section.section-limitless-experiment .limitless-experiment-content .content-rows .limitless-experiment-tabs.mobile-screen {
        display: block;
    }
}








.fortuneyoga-gradient-bg {
    background: linear-gradient(90deg, #c1b8e0 49.46%, #6e7ef5 72.58%) !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.fortuneyoga-gradient-bg-green {
    background: linear-gradient(90deg, #1e5d7d 8.87%, #84fab0 95%);
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.fortuneyoga-text-style-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-align: inherit;
    color: inherit;
    font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
}

.review-image-border-radius {
    border-radius: 40px;
}

.fortuneyoga-text-style-subtitle {
    font-size: 22px;
    line-height: 1.37;
    font-weight: 400;
    text-align: inherit;
    color: inherit;
    font-family: Roboto, Roboto, Helvetica, Arial, sans-serif;
}

.fortuneyoga-vidoe-cart-text {
    color: #868686;
}

.fortuneyoga-vidoe-image {
    border-radius: 0;
    image-rendering: auto;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-position-x: center;
    background-position-y: center;
}

    .fortuneyoga-vidoe-image image-bounce:hover {
        animation: bounce 1s;
    }

    .fade {
        opacity: 1;
    }

    .fade:hover {
        opacity: 0.6;
    }

.animate-object {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.img-rotate:hover {
    -webkit-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
}

.divider-before-button {
    margin-bottom: 60px;
}

@media (max-width:767px) {
    .divider-before-button {
        margin-bottom: 70px;
    }
}

.button-container-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 15px;
    margin: 0px;
    padding: 0em 0em 2em 0em;
}

.component-avatar {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
}
    .component-avatar .avatar-preview {
        display: block;
    }

        .component-avatar .avatar-preview .component-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-bottom: 0 !important;
            border-radius: 0 !important;
            z-index: 0
        }

.avatar-circle {
    border-radius: 50%;
}

.avatar-name {
    text-align: left;
    padding-left: 1em;
}

.avatar-name-text {
    font-size: 18px;
    line-height: 1.37;
    font-weight: 700;
    text-align: inherit;
    color: inherit;
}

.avatar-name-text .bright-text {
    color: #DDDDDD;
}

.avatar-name-text-subtitle {
    margin: 0px;
    font-size: 14px;
    color: rgb(150, 150, 153);
}

.review-text-dark {
    color: #868686 !important;
}

.review-text-bright {
    color: #AAAAAA !important;
}

.component-video .video-preview .play-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: rgba(6, 6, 7, .2);
    border: 2px solid #fff;
    transform: scale(.91);
    transition: all .3s cubic-bezier(.21, .67, .58, 1);
}

.fortuneyoga-background-overlay {
    background-attachment: fixed;
    background-image: url(../../images/Home/15053731_1920_q55.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    pointer-events: none;
}

.container.hero_container {
    align-items: center;
    padding-top: 1em;
    display: flex;
}








.card-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px;
    color: #666a73;
}

.card-carousel {
    display: flex;
    justify-content: center;
    width: 640px;
}

.card-carousel--overflow-container {
    overflow: hidden;
}

.card-carousel--nav__left, .card-carousel--nav__right {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 10px;
    box-sizing: border-box;
    border-top: 2px solid #42b883;
    border-right: 2px solid #42b883;
    cursor: pointer;
    margin: 0 20px;
    transition: transform 150ms linear;
}

    .card-carousel--nav__left[disabled], .card-carousel--nav__right[disabled] {
        opacity: 0.2;
        border-color: black;
    }

.card-carousel--nav__left {
    transform: rotate(-135deg);
}

    .card-carousel--nav__left:active {
        transform: rotate(-135deg) scale(0.9);
    }

.card-carousel--nav__right {
    transform: rotate(45deg);
}

    .card-carousel--nav__right:active {
        transform: rotate(45deg) scale(0.9);
    }

.card-carousel-cards {
    display: flex;
    transition: transform 150ms ease-out;
    transform: translatex(0px);
}

    .card-carousel-cards .card-carousel--card {
        margin: 0 10px;
        cursor: pointer;
        box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
        background-color: #fff;
        border-radius: 4px;
        z-index: 3;
        margin-bottom: 2px;
    }

        .card-carousel-cards .card-carousel--card:first-child {
            margin-left: 0;
        }

        .card-carousel-cards .card-carousel--card:last-child {
            margin-right: 0;
        }

        .card-carousel-cards .card-carousel--card img {
            vertical-align: bottom;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            transition: opacity 150ms linear;
            user-select: none;
        }

            .card-carousel-cards .card-carousel--card img:hover {
                opacity: 0.5;
            }

    .card-carousel-cards .card-carousel--card--footer {
        border-top: 0;
        padding: 7px 15px;
    }

        .card-carousel-cards .card-carousel--card--footer p {
            padding: 3px 0;
            margin: 0;
            margin-bottom: 2px;
            font-size: 19px;
            font-weight: 500;
            color: #2c3e50;
            user-select: none;
        }

            .card-carousel-cards .card-carousel--card--footer p.tag {
                font-size: 11px;
                font-weight: 300;
                padding: 4px;
                background: rgba(40, 44, 53, 0.06);
                display: inline-block;
                position: relative;
                margin-left: 4px;
                color: #666a73;
            }

                .card-carousel-cards .card-carousel--card--footer p.tag:before {
                    content: "";
                    float: left;
                    position: absolute;
                    top: 0;
                    left: -12px;
                    width: 0;
                    height: 0;
                    border-color: transparent rgba(40, 44, 53, 0.06) transparent transparent;
                    border-style: solid;
                    border-width: 8px 12px 12px 0;
                }

                .card-carousel-cards .card-carousel--card--footer p.tag.secondary {
                    margin-left: 0;
                    border-left: 1.45px dashed white;
                }

                    .card-carousel-cards .card-carousel--card--footer p.tag.secondary:before {
                        display: none !important;
                    }

                .card-carousel-cards .card-carousel--card--footer p.tag:after {
                    content: "";
                    position: absolute;
                    top: 8px;
                    left: -3px;
                    float: left;
                    width: 4px;
                    height: 4px;
                    border-radius: 2px;
                    background: white;
                    box-shadow: 0px 0px 0px #004977;
                }

.contacts-heading-subtitle {
    color: #935ce5;
}

.dialog-school-club {
    background-color: #f3f0fa;
}



.mission-text-hidden {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.mission-img-hidden {
    opacity: 0;
    transform: translateX(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.aboutme-text-hidden {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.aboutme-img-hidden {
    opacity: 0;
    transform: translateX(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.club-text-hidden {
    opacity: 0;
    transform: translateX(1000px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.club-list-hidden {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.get-left-hidden {
    opacity: 0;
    transform: translateX(-1000px);
    transition: opacity 1.4s ease-out, transform 1.4s ease-out;
}

.get-left-centr-hidden {
    opacity: 0;
    transform: translateX(-500px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.get-right-centr-hidden {
    opacity: 0;
    transform: translateX(500px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.get-right-hidden {
    opacity: 0;
    transform: translateX(1000px);
    transition: opacity 1.4s ease-out, transform 1.4s ease-out;
}

.steps-left-hidden {
    opacity: 0;
    transform: translateY(400px);
    transition: opacity 0.8s ease-out, transform 1s ease-out;
}

.steps-li-text-hidden {
    opacity: 0;
    transform: translateX(600px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.donation-center-hidden {
    opacity: 0;
    transform: scale(0.0);  /*translateY(-400px);*/
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    /*transition: color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;*/
}

.donation-text-hidden {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.sponsor-hidden {
    opacity: 0;
    transform: scale(0.0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.contacts-map-hidden {
    opacity: 0;
    transform: translateY(500px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.contacts-hidden {
    opacity: 0;
    transform: scale(0.0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.visible {
    opacity: 1;
    transform: translate(0);
    transform: scale(1.0);

}

