@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    position: relative;
    position: relative;
    width: 100%;
    margin-inline: auto;
    height: 100dvh;
}

    body * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "Roboto", sans-serif;
        font-style: normal;
    }

        body * h1,
        body * h2,
        body * h3,
        body * h4,
        body * h5,
        body * h6 {
            margin-bottom: unset;
        }

.layout-1-wrapper {
    --padding-inline: 86px;
}

    .layout-1-wrapper .contact-top-bar {
        background-color: #1e517c;
        border-bottom: 5px solid #ff00ab;
    }

        .layout-1-wrapper .contact-top-bar .contact-top-bar-wrapper {
            width: 100%;
            max-width: 1440px;
            margin-inline: auto;
            padding-inline: var(--padding-inline);
            min-height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .layout-1-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column {
                margin-left: auto;
                display: flex;
                align-items: center;
                gap: 45px;
            }

                .layout-1-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column h1 {
                    display: flex;
                    gap: 12px;
                    color: #ffd600;
                    font-size: 24px;
                    font-weight: 400;
                    cursor: pointer;
                }

                    .layout-1-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column h1 .group-phone {
                        display: flex;
                        flex-direction: column;
                        gap: 0;
                        align-items: center;
                    }

                        .layout-1-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column h1 .group-phone h2 {
                            color: #bbb;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 14px;
                        }

    .layout-1-wrapper .second-row .second-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        min-height: 68px;
        margin-top: 10px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .layout-1-wrapper .second-row .second-row-wrapper .logo-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .layout-1-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper {
                display: flex;
                flex-direction: column;
                padding-block: 4px;
            }

                .layout-1-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper h1 {
                    color: #ff00ab;
                    font-size: 20px;
                    font-weight: 500;
                    white-space: nowrap;
                }

                .layout-1-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper h2 {
                    color: #ff00ab;
                    font-size: 32px;
                    font-weight: 500;
                    white-space: nowrap;
                }

        .layout-1-wrapper .second-row .second-row-wrapper .menu-bar-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
            max-width: 972px;
            width: 100%;
            justify-content: space-between;
        }

            .layout-1-wrapper .second-row .second-row-wrapper .menu-bar-wrapper a {
                text-decoration: none;
                color: #1e517c;
                font-size: 18px;
                font-weight: 500;
                width: max-content;
            }

                .layout-1-wrapper .second-row .second-row-wrapper .menu-bar-wrapper a.active {
                    color: #ff00ab;
                }

            .layout-1-wrapper .second-row .second-row-wrapper .menu-bar-wrapper .button-type-1 {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100vw;
                cursor: pointer;
                height: 41px;
                padding-inline: 36px;
                background-color: #ff00ab;
                color: #fff;
                font-size: 18px;
                font-weight: 500;
                text-transform: uppercase;
            }

                .layout-1-wrapper .second-row .second-row-wrapper .menu-bar-wrapper .button-type-1:hover {
                    opacity: 0.8;
                }

        .layout-1-wrapper .second-row .second-row-wrapper .toggle-menu-mobile {
            display: none;
            cursor: pointer;
        }

            .layout-1-wrapper .second-row .second-row-wrapper .toggle-menu-mobile:has(input[type=checkbox]:checked) img {
                content: url(../assets/icons/close.svg);
            }

            .layout-1-wrapper .second-row .second-row-wrapper .toggle-menu-mobile input[type=checkbox] {
                display: none;
            }

    .layout-1-wrapper .second-row .menu-bar-mobile-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid 0.4s;
        border-top: 1px solid #d9d9d9;
    }

    .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content {
        overflow: hidden;
    }

        .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper {
            margin-block: 10px;
            display: flex;
            flex-direction: column;
        }

            .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper a {
                text-decoration: none;
                color: #1e517c;
                font-size: 18px;
                font-weight: 500;
                width: 100%;
                padding-inline: 20px;
                min-height: 54px;
                display: flex;
                align-items: center;
            }

                .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper a.active {
                    color: #ff00ab;
                }

                .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper a:hover {
                    background-color: rgba(128, 128, 128, 0.199);
                }

            .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper .button-type-2 {
                padding-inline: 20px;
                background-color: #ff00ab;
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                cursor: pointer;
                border-radius: 4px;
                height: 39px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: calc(100% - 40px);
                margin-inline: 20px;
                margin-top: 15px;
            }

                .layout-1-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper .button-type-2:hover {
                    background-color: rgba(255, 0, 171, 0.7803921569);
                }

    .layout-1-wrapper .third-row {
        background-color: rgba(39, 193, 229, 0.1019607843);
    }

        .layout-1-wrapper .third-row .third-row-wrapper {
            width: 100%;
            max-width: 1440px;
            margin-inline: auto;
            padding-inline: var(--padding-inline);
            display: grid;
            grid-template-columns: 1fr 526px;
            position: relative;
            gap: 10px;
        }

            .layout-1-wrapper .third-row .third-row-wrapper .content-1 {
                padding-bottom: 30px;
            }

                .layout-1-wrapper .third-row .third-row-wrapper .content-1 h1 {
                    margin-top: 74px;
                    color: #ff00ab;
                    font-size: 64px;
                    font-weight: 600;
                    line-height: 75px;
                    max-width: 628px;
                    width: 100%;
                }

                .layout-1-wrapper .third-row .third-row-wrapper .content-1 h2 {
                    margin-top: 28px;
                    color: #0c6051;
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 40.32px;
                    max-width: 542px;
                    width: 100%;
                    text-align: justify;
                }

                .layout-1-wrapper .third-row .third-row-wrapper .content-1 .button-type-3 {
                    margin-top: 33px;
                    border-radius: 100vw;
                    cursor: pointer;
                    padding-inline: 72px;
                    height: 63px;
                    display: flex;
                    align-items: center;
                    width: max-content;
                    color: #e3ebe0;
                    font-size: 24px;
                    font-weight: 500;
                    letter-spacing: 0.8px;
                    background-color: #27c1e5;
                }

                    .layout-1-wrapper .third-row .third-row-wrapper .content-1 .button-type-3:hover {
                        opacity: 0.8;
                    }

            .layout-1-wrapper .third-row .third-row-wrapper .content-2 {
                padding-top: 106px;
                padding-bottom: 79px;
            }

                .layout-1-wrapper .third-row .third-row-wrapper .content-2 .video-wrapper {
                    width: 567px;
                    height: 413px;
                    border-radius: 16px;
                    overflow: hidden;
                    position: relative;
                }

                    .layout-1-wrapper .third-row .third-row-wrapper .content-2 .video-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: top;
                    }

                    .layout-1-wrapper .third-row .third-row-wrapper .content-2 .video-wrapper .play-button {
                        position: absolute;
                        inset: 0;
                        margin: auto;
                        width: 48px;
                        height: 48px;
                        cursor: pointer;
                    }

            .layout-1-wrapper .third-row .third-row-wrapper::after {
                content: "";
                top: 0;
                right: 0;
                position: absolute;
                background: linear-gradient(180deg, rgba(255, 0, 250, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
                background-blend-mode: multiply;
                max-width: 526px;
                width: 100%;
                height: 100%;
                z-index: -1;
            }

    .layout-1-wrapper .fourth-row .fourth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        display: flex;
        justify-content: center;
    }

        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content {
            padding-top: 36px;
            padding-bottom: 30px;
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                max-width: 984px;
                width: 100%;
                margin-inline: auto;
                gap: 30px;
            }

                .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 11px;
                    padding-bottom: 16px;
                    max-width: 298px;
                    width: 100%;
                }

                    .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .title {
                        color: #555;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 23px;
                    }

                    .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .total {
                        font-size: 28px;
                        font-weight: 600;
                        letter-spacing: 0.84px;
                        line-height: 33px;
                    }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .total.color-1 {
                            color: #ff00ab;
                        }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .total.color-2 {
                            color: #64cf82;
                        }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .total.color-3 {
                            color: #27c1e5;
                        }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .list-item-wrapper .item .total.color-4 {
                            color: #1e517c;
                        }

            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds {
                width: 100%;
                margin-left: unset;
                display: none;
            }

                .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: max-content;
                }

                    .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        gap: 11px;
                        padding-bottom: 16px;
                        width: max-content;
                    }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .title {
                            color: #555;
                            font-size: 20px;
                            font-weight: 500;
                            line-height: 23px;
                        }

                        .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .total {
                            font-size: 28px;
                            font-weight: 600;
                            letter-spacing: 0.84px;
                            line-height: 33px;
                        }

                            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .total.color-1 {
                                color: #ff00ab;
                            }

                            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .total.color-2 {
                                color: #64cf82;
                            }

                            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .total.color-3 {
                                color: #27c1e5;
                            }

                            .layout-1-wrapper .fourth-row .fourth-row-wrapper .right-content .mySwiper-funds .swiper-slide .item .total.color-4 {
                                color: #1e517c;
                            }

    .layout-1-wrapper .fifth-row .fifth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        padding-bottom: 68px;
    }

        .layout-1-wrapper .fifth-row .fifth-row-wrapper .title {
            color: #424242;
            font-size: 40px;
            font-weight: 500;
            line-height: 48px;
        }

        .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 47px;
            margin-top: 13px;
        }

            .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content h3 {
                color: #727272;
                text-align: justify;
                font-size: 20px;
                font-weight: 400;
                line-height: 34px;
            }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content h3:not(:first-child) {
                    margin-top: 20px;
                }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content h3 span {
                    color: #ff00ab;
                    font-size: 24px;
                    font-weight: 500;
                }

            .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content .list-swiper-wrapper {
                display: grid;
                grid-template-columns: minmax(0, 1fr) 175px;
                gap: 30px;
                justify-content: space-between;
            }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content .list-swiper-wrapper .item .title-2 {
                    color: #1e517c;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 23px;
                    margin-top: 30px;
                    margin-bottom: 20px;
                }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content .list-swiper-wrapper .item .mySwiper-logos {
                    width: 100%;
                    margin-left: unset;
                }

                    .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content .list-swiper-wrapper .item .mySwiper-logos .swiper-slide {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: max-content;
                    }

                        .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .left-content .list-swiper-wrapper .item .mySwiper-logos .swiper-slide .item img {
                            cursor: pointer;
                            height: 68px;
                        }

            .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content {
                padding: 51px 40px;
                border-radius: 16px;
                background-color: rgba(30, 81, 124, 0.1);
                display: flex;
                flex-direction: column;
                gap: 30px;
            }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-first-row {
                    display: grid;
                    grid-template-columns: 1fr;
                    row-gap: 15px;
                }

                    .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-first-row .item {
                        display: flex;
                        align-items: center;
                        gap: 24px;
                    }

                        .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-first-row .item .text {
                            color: #727272;
                            font-size: 20px;
                            font-weight: 500;
                            line-height: 27px;
                            white-space: nowrap;
                        }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-second-row .title-1 {
                    color: #2e4049;
                    font-size: 25px;
                    font-weight: 500;
                    line-height: 30px;
                }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-second-row .progress-bar {
                    margin-block: 28px;
                    height: 6px;
                    background-color: #c5cecc;
                    width: 100%;
                    position: relative;
                }

                    .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-second-row .progress-bar::before {
                        content: "";
                        height: 6px;
                        width: var(--width);
                        background-color: #ff00ab;
                    }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-second-row .price-content-wrapper {
                    display: flex;
                    justify-content: space-between;
                }

                    .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .inner-second-row .price-content-wrapper .content {
                        color: #2e4049;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 24px;
                    }

                .layout-1-wrapper .fifth-row .fifth-row-wrapper .left-right-wrapper .right-content .button-type-3 {
                    border-radius: 100vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 65px;
                    padding-inline: 45px;
                    cursor: pointer;
                    color: #2e4049;
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: uppercase;
                    background-color: white;
                    width: max-content;
                }

    .layout-1-wrapper .sixth-row {
        background-color: rgba(39, 193, 229, 0.1);
    }

        .layout-1-wrapper .sixth-row .sixth-row-wrapper {
            width: 100%;
            max-width: 1440px;
            margin-inline: auto;
            padding-inline: var(--padding-inline);
            padding-top: 48.49px;
            display: flex;
            flex-direction: column;
            max-height: 594px;
        }

            .layout-1-wrapper .sixth-row .sixth-row-wrapper h1 {
                color: #2e4049;
                text-align: center;
                font-size: 48px;
                font-weight: 500;
                line-height: 57.6px;
                letter-spacing: 0.144px;
            }

            .layout-1-wrapper .sixth-row .sixth-row-wrapper h2 {
                /*color: #727272;*/
                text-align: center;
                font-size: 48px;
                font-weight: 600;
                line-height: 57.6px;
                letter-spacing: 0.12px;
            }

                .layout-1-wrapper .sixth-row .sixth-row-wrapper h2 span {
                    color: #ff00ab;
                    font-weight: 600;
                    letter-spacing: 0.16px;
                }

            .layout-1-wrapper .sixth-row .sixth-row-wrapper h3 {
                color: #727272;
                text-align: center;
                font-size: 28px;
                font-weight: 400;
                line-height: 33px;
                letter-spacing: 0.14px;
                max-width: 749px;
                width: 100%;
                margin-inline: auto;
            }

                .layout-1-wrapper .sixth-row .sixth-row-wrapper h3:first-of-type {
                    margin-top: 10px;
                }

            .layout-1-wrapper .sixth-row .sixth-row-wrapper .image-wrapper {
                max-width: 1024px;
                max-height: 509px;
                margin-inline: auto;
                margin-top: 40px;
                border-radius: 16px;
            }

                .layout-1-wrapper .sixth-row .sixth-row-wrapper .image-wrapper img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

    .layout-1-wrapper .seventh-row .seventh-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        padding-block: 68px;
        margin-top: 141px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .layout-1-wrapper .seventh-row .seventh-row-wrapper h1 {
            color: #2e4049;
            font-size: 40px;
            font-weight: 500;
            line-height: 48px;
        }

        .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders {
            width: 100%;
            margin-left: unset;
        }

            .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide {
                display: flex;
                align-items: center;
                justify-content: center;
                width: max-content;
            }

                .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    cursor: pointer;
                }

                    .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .avatar {
                        width: 150px;
                        height: 150px;
                        border-radius: 100vw;
                        overflow: hidden;
                        margin-bottom: -75px;
                        position: relative;
                        z-index: 1;
                    }

                        .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .avatar img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .description {
                        width: 362px;
                        height: 271px;
                        border-radius: 16px;
                        background-color: #fbd0f0;
                        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
                        padding-top: 127px;
                        display: flex;
                        flex-direction: column;
                    }

                        .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .description h4 {
                            color: #ff00ab;
                            font-size: 20px;
                            font-weight: 500;
                            line-height: 150%;
                            text-align: center;
                        }

                        .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .description h5 {
                            color: #ff00ab;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 150%;
                            text-align: center;
                        }

                        .layout-1-wrapper .seventh-row .seventh-row-wrapper .mySwiper-leaders .swiper-slide .item .description h6 {
                            color: #ff00ab;
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 150%;
                            text-align: center;
                        }

    .layout-1-wrapper .eighth-row .eighth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

        .layout-1-wrapper .eighth-row .eighth-row-wrapper .item {
            min-height: 468px;
        }

            .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-1 {
                display: flex;
                flex-direction: column;
                gap: 15px;
                align-items: center;
                background-color: #27c1e5;
                padding-top: 83px;
                padding-inline: 20px;
            }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-1 .title-1 {
                    color: #fff;
                    font-size: 40px;
                    font-weight: 500;
                    line-height: 48px;
                    max-width: 515px;
                    width: 100%;
                }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-1 .description {
                    text-align: justify;
                    color: #fff;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 26px;
                    max-width: 515px;
                    width: 100%;
                }

            .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-2 {
                overflow: hidden;
            }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-2 img {
                    width: 100%;
                    height: 100%;
                    max-height: 468px;
                    object-fit: cover;
                }

            .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-3 {
                overflow: hidden;
            }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-3 img {
                    width: 100%;
                    height: 100%;
                    max-height: 468px;
                    object-fit: cover;
                }

            .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-4 {
                background-color: #C9F0F9;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding-inline: 20px;
            }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-4 h3 {
                    color: #ff00ab;
                    text-align: center;
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 36px;
                    max-width: 583px;
                    width: 100%;
                }

                    .layout-1-wrapper .eighth-row .eighth-row-wrapper .item.item-4 h3 span {
                        font-size: 32px;
                        font-weight: 600;
                    }

        .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities {
            width: 100%;
            margin-left: unset;
            display: none;
        }

            .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide {
                display: flex;
                align-items: center;
                justify-content: center;
                width: max-content;
            }

                .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide {
                    height: 199px;
                    width: 246px;
                }

                    .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide.item-slide-type-1 {
                        overflow: hidden;
                    }

                        .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide.item-slide-type-1 img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide.item-slide-type-2 {
                        background-color: #fbd0f0;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        gap: 14px;
                        width: 300px;
                        padding-inline: 10px;
                    }

                        .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide.item-slide-type-2 h3 {
                            color: #ff00ab;
                            text-align: center;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 22px;
                            max-width: 400px;
                            width: 100%;
                        }

                            .layout-1-wrapper .eighth-row .eighth-row-wrapper .mySwiper-activities .swiper-slide .item-slide.item-slide-type-2 h3 span {
                                font-size: 18px;
                                font-weight: 600;
                            }

    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        padding-block: 68px;
        --slider-width: 410px;
    }

        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper h2 {
            color: #424242;
            font-size: 40px;
            font-weight: 500;
            line-height: 47px;
        }

        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth {
            width: 100%;
            margin-left: unset;
            margin-top: 40px;
            --height: 450px;
            height: var(--height);
        }

            .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide {
                display: flex;
                align-items: center;
                justify-content: center;
                --padding-item: 20px;
                min-height: max-content !important;
                height: calc((100% - 15px) / 3) !important;
                width: var(--slider-width);
                margin-top: unset !important;
            }

                .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item {
                    padding: var(--padding-item);
                    padding-left: calc(var(--padding-item) + 32px + 15px);
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    border-radius: 8px;
                    border: 1px solid #c7c7c7;
                    gap: 10px;
                    width: inherit;
                }

                    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .avatar {
                        position: absolute;
                        top: var(--padding-item);
                        left: var(--padding-item);
                        width: 32px;
                        height: 32px;
                        border-radius: 100vw;
                    }

                        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .avatar img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-1 {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-1 .name {
                            color: #1e517c;
                            font-size: 24px;
                            font-weight: 500;
                            line-height: 23px;
                            text-transform: capitalize;
                        }

                        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-1 .age {
                            color: rgba(66, 66, 66, 0.6);
                            font-size: 20px;
                            font-weight: 400;
                            line-height: 23px;
                            text-transform: capitalize;
                        }

                    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-2 {
                        color: rgba(66, 66, 66, 0.6);
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 21px;
                        text-align: justify;
                        max-width: calc(var(--slider-width) - 20px - 65px);
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-3 {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        /*color: rgba(66, 66, 66, 0.7);*/
                        color: #EB8349;
                        font-size: 20px;
                        font-weight: 400;
                        line-height: 24px;
                        text-transform: capitalize;
                    }

                        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-3 svg path {
                            stroke: #EB8349;
                        }

@media screen and (max-width: 450px) {
    .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper {
        --slider-width: calc(100dvw - 40px);
    }

        .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth {
            margin-top: 10px;
            --height: 420px;
        }

            .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide {
                --padding-item: 10px;
            }

                .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-1 .name {
                    font-size: 20px;
                }

                .layout-1-wrapper .twenty-first-row .twenty-first-row-wrapper .mySwiper-megaWidth .swiper-slide .item .row-1 .age {
                    font-size: 16px;
                }
}

.layout-1-wrapper .ninth-row .ninth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-block: 68px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .layout-1-wrapper .ninth-row .ninth-row-wrapper .title-1 {
        color: #424242;
        font-size: 40px;
        font-weight: 500;
        line-height: 47px;
    }

    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters {
        width: 100%;
        margin-left: unset;
    }

        .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

            .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item {
                padding: 25px;
                display: flex;
                flex-direction: column;
                border-radius: 8px;
                background-color: rgba(39, 193, 229, 0.1);
            }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .image-wrapper {
                    width: 360px;
                    height: 232px;
                }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .image-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item h3 {
                    color: #1e517c;
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 28px;
                    text-transform: capitalize;
                    padding-top: 20px;
                }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item h4 {
                    color: #424242;
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 21px;
                    padding-block: 10px;
                }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item h5 {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    color: #eb8349;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 24px;
                    text-transform: capitalize;
                }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .progress-bar {
                    height: 6px;
                    background-color: #c5cecc;
                    width: 100%;
                    position: relative;
                    margin-top: 10px;
                    margin-bottom: 30px;
                }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .progress-bar::before {
                        content: "";
                        height: 6px;
                        width: var(--width);
                        background-color: #ff00ab;
                    }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .number-wrapper {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding-top: 30px;
                }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .number-wrapper .number-1 {
                        color: #1d1d1d;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 23px;
                    }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .number-wrapper .number-2 {
                        color: #8a8a8a;
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 23px;
                    }

                .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .button-group-wrapper {
                    display: flex;
                    align-items: center;
                    gap: 41px;
                }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .button-group-wrapper .button-type-1 {
                        border-radius: 100vw;
                        cursor: pointer;
                        opacity: 0.8;
                        height: 51px;
                        width: 151px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 8px;
                        background-color: #ff00ab;
                        color: #fff;
                        font-size: 18px;
                        font-weight: 500;
                    }

                        .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .button-group-wrapper .button-type-1:hover {
                            background-color: rgba(255, 0, 170, 0.6431372549);
                        }

                    .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .button-group-wrapper .button-type-2 {
                        border-radius: 100vw;
                        cursor: pointer;
                        opacity: 0.8;
                        height: 51px;
                        width: 102px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #ff00ab;
                        font-size: 18px;
                        font-weight: 500;
                    }

                        .layout-1-wrapper .ninth-row .ninth-row-wrapper .mySwiper-supporters .swiper-slide .item .button-group-wrapper .button-type-2:hover {
                            opacity: 0.8;
                        }

.layout-1-wrapper .tenth-row .tenth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

    .layout-1-wrapper .tenth-row .tenth-row-wrapper .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .title-wrapper .title {
            color: #27c1e5;
            font-size: 40px;
            font-weight: 500;
            line-height: 48px;
        }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .title-wrapper .button {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            cursor: pointer;
            background-color: #27c1e5;
            border-radius: 100vw;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 141px;
            height: 41px;
        }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .title-wrapper .button:hover {
                background-color: rgba(39, 194, 229, 0.6431372549);
            }

    .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .image-wrapper {
            height: 340px;
            position: relative;
        }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .image-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .image-wrapper .date-badge-wrapper {
                width: 116px;
                height: 124px;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #27c1e5;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .image-wrapper .date-badge-wrapper h4 {
                    color: #fff;
                    font-size: 48px;
                    font-weight: 600;
                    line-height: 120%;
                }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .image-wrapper .date-badge-wrapper h5 {
                    color: #fff;
                    font-size: 25px;
                    font-weight: 500;
                    line-height: 120%;
                }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .row-content-2 {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            color: #727272;
            font-size: 20px;
            font-weight: 400;
            line-height: 26px;
            margin-top: 20px;
            row-gap: 10px;
        }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .row-content-2 .text-1 {
                color: #27c1e5;
                font-weight: 500;
                margin-right: 42px;
            }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .row-content-2 .content .text-2 {
                color: #27c1e5;
                font-size: 18px;
                font-weight: 500;
                text-transform: uppercase;
                margin-left: 13px;
            }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .divided {
            margin-top: 28px;
            height: 1px;
            width: 100%;
            background-color: #c7c7c7;
            margin-bottom: 16px;
        }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .title-2 {
            color: #424242;
            font-size: 25px;
            font-weight: 500;
            line-height: 30px;
        }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .description {
            color: #727272;
            font-size: 20px;
            font-weight: 400;
            line-height: 26px;
            margin-top: 12px;
            margin-bottom: 28px;
        }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .left-content .location-wrapper {
            display: flex;
            align-items: center;
            padding-inline: 20px;
            min-height: 59px;
            gap: 14px;
            color: #27c1e5;
            font-size: 18px;
            font-weight: 500;
            background-color: #f0f0f0;
        }

        .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

            .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item {
                display: flex;
                align-items: flex-start;
                gap: 20px;
                border-bottom: 1px solid #c7c7c7;
                padding-bottom: 34.11px;
            }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .date-badge-wrapper {
                    min-width: 116px;
                    height: 135px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    background-color: #27c1e5;
                }

                    .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .date-badge-wrapper h4 {
                        color: #fff;
                        font-size: 48px;
                        font-weight: 600;
                        line-height: 120%;
                    }

                    .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .date-badge-wrapper h5 {
                        color: #fff;
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 120%;
                    }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .description h4 {
                    color: #727272;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 26px;
                }

                    .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .description h4 span {
                        color: #27c1e5;
                        font-weight: 500;
                    }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .description h5 {
                    margin-top: 12px;
                    margin-bottom: 15px;
                    color: #424242;
                    font-size: 25px;
                    font-weight: 500;
                    line-height: 30px;
                }

                .layout-1-wrapper .tenth-row .tenth-row-wrapper .list-item-wrapper .right-content .item .description h6 {
                    color: #727272;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 26px;
                    max-width: 434px;
                    width: 100%;
                }

.layout-1-wrapper .eleventh-row .eleventh-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .title-wrapper .title {
            color: #1d1d1d;
            font-size: 40px;
            font-weight: 500;
            line-height: 64px;
            letter-spacing: -2px;
        }

        .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .title-wrapper .button {
            cursor: pointer;
            border-radius: 100vw;
            width: 170px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(126, 138, 184, 0.3);
            color: #424242;
            font-size: 16px;
            font-weight: 400;
        }

    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news {
        width: 100%;
        margin-left: unset;
    }

        .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
            height: unset;
        }

            .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item {
                display: flex;
                flex-direction: column;
                width: 400px;
                height: 100%;
                cursor: pointer;
            }

                .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .image-wrapper {
                    width: inherit;
                    height: 240px;
                    overflow: hidden;
                }

                    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .image-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 4px;
                    }

                .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .description {
                    display: flex;
                    flex-direction: column;
                    padding-top: 20px;
                    padding-inline: 10px;
                    flex: 1;
                }

                    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .description h4 {
                        min-height: 64px;
                        color: #424242;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 32px;
                        flex: 1;
                    }

                    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .description .divided {
                        margin-block: 23px;
                        position: relative;
                        max-width: 290px;
                        width: 100%;
                        height: 1px;
                        background-color: #deddcd;
                    }

                        .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .description .divided:after {
                            content: "";
                            height: 3px;
                            top: 50%;
                            left: 0;
                            transform: translateY(-50%);
                            background-color: #333;
                            width: 64px;
                            position: absolute;
                        }

                    .layout-1-wrapper .eleventh-row .eleventh-row-wrapper .mySwiper-news .swiper-slide .item .description h5 {
                        color: #424242;
                        font-size: 20px;
                        font-weight: 400;
                        line-height: 32px;
                    }

.layout-1-wrapper .twelfth-row .twelfth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
}

    .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .title-1 {
        color: #1d1d1d;
        margin-inline: auto;
        font-size: 40px;
        font-weight: 500;
        line-height: 46px;
    }

    .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .divided {
        margin-inline: auto;
        height: 3px;
        width: 60px;
        background-color: #1e517c;
        margin-top: 15px;
    }

    .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper {
        display: flex;
        flex-direction: column;
        padding-inline: 68px;
        margin-top: 71px;
    }

        .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f5f5f5;
            min-height: 68px;
            width: 100%;
            padding-inline: 20px;
        }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:not(:first-child) {
                margin-top: 27px;
            }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item img {
                width: 20px;
            }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item input[name="q&a"] {
                display: none;
            }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item .title-2 {
                color: #424242;
                font-size: 20px;
                font-weight: 500;
                line-height: 26px;
            }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:has(input[name="q&a"]:checked) {
                background-color: #fbd0f0;
            }

                .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:has(input[name="q&a"]:checked) + .content-wrapper {
                    grid-template-rows: 1fr;
                }

                .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:has(input[name="q&a"]:checked) img {
                    content: url(../assets/icons/Vector-2.svg);
                }

        .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .content-wrapper {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid 0.4s;
        }

            .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .content-wrapper .content-item {
                overflow: hidden;
            }

                .layout-1-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .content-wrapper .content-item .content {
                    padding: 10px;
                    padding-top: 25px;
                    color: #6f7775;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 22px;
                    text-align: justify;
                }

.layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-bottom: 68px;
    padding-top: 236px;
    display: flex;
    flex-direction: column;
}

    .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper h3 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        margin-inline: auto;
    }

    .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper h4 {
        color: #4f4f4f;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-inline: auto;
        margin-top: 8px;
        text-align: center;
    }

    .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper .list-item-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        align-items: center;
        column-gap: 50px;
        row-gap: 60px;
        margin-top: 80px;
    }

        .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper .list-item-wrapper .image-wrapper {
            width: 100%;
            max-height: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

    .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper .mySwiper-brands {
        width: 100%;
        margin-left: unset;
        display: none;
        margin-top: 20px;
        padding-block: 10px;
    }

        .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper .mySwiper-brands .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

            .layout-1-wrapper .thirteenth-row .thirteenth-row-wrapper .mySwiper-brands .swiper-slide .image-wrapper {
                width: 100%;
                height: 55px;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }

.layout-1-wrapper .fourteenth-row {
    background-color: #ff00ab;
    backdrop-filter: blur(20.5px);
}

    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        display: grid;
        grid-template-columns: 653px minmax(0, 1fr);
        padding-top: 138px;
        padding-bottom: 64px;
        gap: 40px;
        justify-content: space-between;
    }

        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content h3 {
            color: #fff;
            font-size: 36px;
            font-weight: 400;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content h3 img {
                width: 41px;
            }

        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content h4 {
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            line-height: 36px;
            margin-top: 14px;
            padding-bottom: 68px;
        }

        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content .image-wrapper {
            height: 268px;
            border-radius: 16px;
            overflow: hidden;
        }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content .image-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content {
            padding: 48px 63px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            border: 1px solid #fff;
        }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content h3 {
                color: #fff;
                font-size: 35px;
                font-weight: 500;
                line-height: 42px;
                white-space: nowrap;
            }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper {
                min-height: 65px;
                border: 1px solid var(--white, #fff);
                width: 100%;
                padding: 20px;
                position: relative;
            }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper .title {
                    color: #fff;
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 23.4px;
                    transition: all 0.3s ease-in;
                    position: absolute;
                    top: 22px;
                    left: 22px;
                    background-color: #ff00ab;
                }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper .title span {
                        color: red;
                    }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper .title-move {
                    top: -11px;
                }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper input,
                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea {
                    width: 100%;
                    border: none;
                    background-color: transparent;
                    color: #fff;
                    position: relative;
                    z-index: 1;
                }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper input:focus,
                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea:focus {
                        outline: none;
                    }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea::-webkit-scrollbar {
                        width: 2px;
                    }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                    }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea::-webkit-scrollbar-thumb {
                        background-color: darkgrey;
                        outline: 1px solid slategrey;
                    }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper.input-textarea {
                    padding-right: 1px;
                }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper.input-textarea textarea {
                        padding-right: 21px;
                    }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper-hide {
                display: none;
            }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper {
                display: flex;
                align-items: center;
                gap: 30px;
            }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio label[class=enterprise] {
                        color: #fff;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 24px;
                        white-space: nowrap;
                    }

                    .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio input[type=radio] {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        background-clip: content-box;
                        border: 2px solid #fff;
                        background-color: #ff00ab;
                        border-radius: 100vw;
                        padding: 2px;
                    }

                        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio input[type=radio]:focus {
                            outline: none;
                        }

                        .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio input[type=radio]:checked {
                            background-color: #fff;
                        }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper:has(input[id=entities]:checked) ~ .input-wrapper-hide {
                    display: flex;
                }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper {
                min-height: 80px;
                padding-inline: 20px;
                display: flex;
                align-items: center;
                gap: 8px;
                border: 1px solid var(--white, #fff);
            }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper input[type=file] {
                    display: none;
                }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper .title {
                    color: var(--white, #fff);
                    font-family: Roboto;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 32px;
                }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper label {
                    cursor: pointer;
                    height: 32px;
                    padding-inline: 12px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid var(--grey-grey-20, #e5e7eb);
                    color: var(--black_gray, #6b7280);
                    font-family: Roboto;
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 500;
                    background: var(--grey-grey-0, #fff);
                    margin-left: auto;
                }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper .remove-button {
                    cursor: pointer;
                    min-height: 32px;
                    min-width: 32px;
                    height: 32px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: var(--grey-grey-0, #fff);
                }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-file-wrapper.input-wrapper-hide {
                    display: none;
                }

            .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .button {
                border-radius: 100vw;
                cursor: pointer;
                color: #1e517c;
                font-size: 18px;
                font-weight: 500;
                text-transform: uppercase;
                padding-inline: 41px;
                height: 65px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: max-content;
                background-color: #fff;
            }

                .layout-1-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .button:hover {
                    background-color: #dc73da;
                    color: #fff;
                }

.layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-block: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper h3 {
        color: #424242;
        font-size: 40px;
        font-weight: 500;
        line-height: 64px;
        letter-spacing: -2px;
    }

        .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper h3 span {
            color: #ff00ab;
            font-size: 48px;
        }

    .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .image-wrapper {
        width: 48px;
        height: 36px;
        margin-top: 49px;
        margin-bottom: 40px;
    }

        .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper h5 {
        color: #3a1700;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        max-width: 807px;
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users {
        width: 100%;
        margin-left: unset;
        border-top: 1px solid #deddcd;
        max-width: 674px;
        margin-inline: auto;
        position: relative;
        z-index: 1;
        overflow: unset;
        overflow-x: clip;
        padding-inline: 55px;
    }

        .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

            .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item {
                padding-top: 29px;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
                width: 64px;
            }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item .avatar-wrapper {
                    width: 64px;
                    height: 64px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    margin-bottom: 10px;
                }

                    .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item .avatar-wrapper img {
                        width: 40px;
                        height: 40px;
                        border-radius: 100vw;
                        object-fit: cover;
                        transition: scale 1s;
                    }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item .name-display {
                    color: #3a1700;
                    text-align: center;
                    font-size: 24px;
                    font-weight: 400;
                    white-space: nowrap;
                    line-height: 23px;
                    height: 24px;
                    opacity: 0;
                }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item input[name=users-slide] {
                    display: none;
                }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item:has(input[name=users-slide]:checked)::after {
                    content: "";
                    height: 3px;
                    background-color: #333;
                    top: -1.5px;
                    left: 50%;
                    width: 64px;
                    transform: translateX(-50%);
                    position: absolute;
                    z-index: 2;
                }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item:has(input[name=users-slide]:checked) .avatar-wrapper img {
                    transform: scale(1.6);
                }

                .layout-1-wrapper .fifteenth-row .fifteenth-row-wrapper .mySwiper-users .swiper-slide .item:has(input[name=users-slide]:checked) .name-display {
                    opacity: 1;
                }

.layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}

    .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper {
        display: none;
    }

        .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item {
            min-height: 192px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-1 {
                background-color: #eae9da;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-2 {
                background-color: #e3e1cb;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-3 {
                background-color: #cbc8ad;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .icon-wrapper {
                width: 96px;
                height: 96px;
                border-radius: 100vw;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #ffffff;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-1 {
                color: #f00;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-2 {
                color: rgba(58, 23, 0, 0.5);
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-3 {
                color: #3a1700;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description h3 {
                font-size: 16px;
                font-weight: 400;
                line-height: 32px;
            }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description h4 {
                font-size: 20px;
                font-weight: 400;
                line-height: 32px;
            }

    .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts {
        width: 100%;
        margin-left: unset;
    }

        .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

            .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item {
                min-height: 192px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 30px;
                width: 480px;
            }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-1 {
                    background-color: #eae9da;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-2 {
                    background-color: #e3e1cb;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-3 {
                    background-color: #cbc8ad;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .icon-wrapper {
                    width: 96px;
                    height: 96px;
                    border-radius: 100vw;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #ffffff;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-1 {
                    color: #f00;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-2 {
                    color: rgba(58, 23, 0, 0.5);
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-3 {
                    color: #3a1700;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description h3 {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 32px;
                }

                .layout-1-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description h4 {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 32px;
                }

.layout-1-wrapper .footer {
    background-color: #fbd0f0;
}

    .layout-1-wrapper .footer .footer-wrapper {
        min-height: 64px;
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: 135px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .layout-1-wrapper .footer .footer-wrapper .left-content {
            display: flex;
            align-items: center;
            gap: 24px;
        }

        .layout-1-wrapper .footer .footer-wrapper a {
            text-decoration: unset;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.14px;
            line-height: 21px;
        }

            .layout-1-wrapper .footer .footer-wrapper a.last-item {
                color: #4f4f4f;
            }

.layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--padding-inline);
    padding-block: 68px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper h3 {
        color: #424242;
        font-size: 40px;
        font-weight: 500;
        line-height: 64px;
        letter-spacing: -2px;
    }

        .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper h3 span {
            color: #ff00ab;
            font-size: 48px;
        }

    .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .image-wrapper {
        width: 48px;
        height: 36px;
        margin-top: 49px;
        margin-bottom: 40px;
    }

        .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed {
        width: 100%;
        margin-left: unset;
        max-width: 674px;
        margin-inline: auto;
        z-index: 1;
        overflow: unset;
        overflow-x: clip;
    }

        .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            width: max-content;
        }

            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-slide .item {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
                max-width: 807px;
                width: 100%;
                min-height: 162px;
            }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-slide .item h5 {
                    color: #3a1700;
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 32px;
                    max-width: 807px;
                    width: 100%;
                    text-align: center;
                    padding-bottom: 19px;
                }

        .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination {
            border-top: 1px solid #deddcd;
            top: unset;
            bottom: unset;
            padding-top: 43px;
            width: 100% !important;
        }

            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet {
                min-width: 40px;
                height: 40px;
                border-radius: 100vw;
                opacity: unset;
                position: relative;
                transform: scale(1);
                margin-inline: 20px;
            }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet::after {
                    content: "";
                    position: absolute;
                    width: inherit;
                    min-width: inherit;
                    height: 2px;
                    top: -21px;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet span {
                    display: none;
                    color: #3a1700;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 400;
                    white-space: nowrap;
                    line-height: 23px;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    top: 100%;
                }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination.swiper-pagination-bullets-dynamic {
                overflow: unset;
            }

            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active-next,
            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active-next-next,
            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active-prev,
            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
                transform: scale(1);
            }

            .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active {
                transform: scale(1.6);
            }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active span {
                    display: block;
                }

                .layout-1-wrapper .fifteenth-fixed-row .fifteenth-fixed-row-wrapper .mySwiper-users-fixed .swiper-pagination .swiper-pagination-bullet-active::after {
                    background-color: #333;
                }
/*# sourceMappingURL=layout-1.css.map */
