@import url("https://fonts.googleapis.com/css2?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-7-wrapper {
    --padding-inline: 86px;
}

    .layout-7-wrapper .contact-top-bar {
        background-color: #1e517c;
        border-bottom: 5px solid #ff00ab;
    }

        .layout-7-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-7-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column {
                margin-left: auto;
                display: flex;
                align-items: center;
                gap: 45px;
            }

                .layout-7-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-7-wrapper .contact-top-bar .contact-top-bar-wrapper .second-column h1 .group-phone {
                        display: flex;
                        flex-direction: column;
                        gap: 0;
                        align-items: center;
                    }

                        .layout-7-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-7-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-7-wrapper .second-row .second-row-wrapper .logo-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .layout-7-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper {
                display: flex;
                flex-direction: column;
                padding-block: 4px;
            }

                .layout-7-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper h1 {
                    color: #ff00ab;
                    font-size: 20px;
                    font-weight: 500;
                    white-space: nowrap;
                }

                .layout-7-wrapper .second-row .second-row-wrapper .logo-wrapper .logo-text-wrapper h2 {
                    color: #ff00ab;
                    font-size: 32px;
                    font-weight: 500;
                    white-space: nowrap;
                }

        .layout-7-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-7-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-7-wrapper .second-row .second-row-wrapper .menu-bar-wrapper a.active {
                    color: #ff00ab;
                }

            .layout-7-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-7-wrapper .second-row .second-row-wrapper .menu-bar-wrapper .button-type-1:hover {
                    opacity: 0.8;
                }

        .layout-7-wrapper .second-row .second-row-wrapper .toggle-menu-mobile {
            display: none;
            cursor: pointer;
        }

            .layout-7-wrapper .second-row .second-row-wrapper .toggle-menu-mobile:has(input[type=checkbox]:checked) img {
                content: url(../assets/icons/close.svg);
            }

            .layout-7-wrapper .second-row .second-row-wrapper .toggle-menu-mobile input[type=checkbox] {
                display: none;
            }

    .layout-7-wrapper .second-row .menu-bar-mobile-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid 0.4s;
        border-top: 1px solid #d9d9d9;
    }

    .layout-7-wrapper .second-row .menu-bar-mobile-wrapper-content {
        overflow: hidden;
    }

        .layout-7-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper {
            margin-block: 10px;
            display: flex;
            flex-direction: column;
        }

            .layout-7-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-7-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper a.active {
                    color: #ff00ab;
                }

                .layout-7-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper a:hover {
                    background-color: rgba(128, 128, 128, 0.199);
                }

            .layout-7-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-7-wrapper .second-row .menu-bar-mobile-wrapper-content .list-item-wrapper .button-type-2:hover {
                    background-color: rgba(255, 0, 171, 0.7803921569);
                }

    .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        padding-bottom: 168px;
    }

        .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper {
            background-color: rgba(251, 208, 240, 0.2);
            border-radius: 10px;
            max-height: 478px;
            display: flex;
            flex-direction: column;
            padding-top: 75px;
        }

            .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper h2 {
                color: #ff00ab;
                font-size: 32px;
                font-weight: 500;
                line-height: 44px;
                max-width: 744px;
                width: 100%;
                margin-inline: auto;
                text-align: justify;
            }

            .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper .first-content {
                display: flex;
                gap: 34px;
                margin-inline: auto;
            }

                .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper .first-content h3 {
                    margin-top: 36px;
                    color: #424242;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 30px;
                    max-width: 367px;
                    width: 100%;
                }

                .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper .first-content .image-wrapper {
                    margin-top: 10px;
                    width: 343px;
                    height: 310px;
                    position: relative;
                }

                    .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper .first-content .image-wrapper::after {
                        content: "";
                        position: absolute;
                        width: inherit;
                        height: inherit;
                        top: 17px;
                        left: -13px;
                        border-radius: 8px;
                        border: 1.5px solid #ff00ab;
                        z-index: -1;
                    }

                    .layout-7-wrapper .twenty-ninth-row .twenty-ninth-row-wrapper .twenty-ninth-row-wrapper-wrapper .first-content .image-wrapper img {
                        border-radius: 8px;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

    .layout-7-wrapper .twelfth-row .twelfth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
        padding-block: 68px;
        display: flex;
        flex-direction: column;
    }

        .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .title-1 {
            color: #1d1d1d;
            margin-inline: auto;
            font-size: 40px;
            font-weight: 500;
            line-height: 46px;
        }

        .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .divided {
            margin-inline: auto;
            height: 3px;
            width: 60px;
            background-color: #1e517c;
            margin-top: 15px;
        }

        .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper {
            display: flex;
            flex-direction: column;
            padding-inline: 68px;
            margin-top: 71px;
        }

            .layout-7-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-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:not(:first-child) {
                    margin-top: 27px;
                }

                .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item img {
                    width: 20px;
                }

                .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item input[name="q&a"] {
                    display: none;
                }

                .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item .title-2 {
                    color: #424242;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 26px;
                }

                .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:has(input[name="q&a"]:checked) {
                    background-color: #fbd0f0;
                }

                    .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .item:has(input[name="q&a"]:checked) + .content-wrapper {
                        grid-template-rows: 1fr;
                    }

                    .layout-7-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-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .content-wrapper {
                display: grid;
                grid-template-rows: 0fr;
                transition: grid 0.4s;
            }

                .layout-7-wrapper .twelfth-row .twelfth-row-wrapper .list-item-wrapper .content-wrapper .content-item {
                    overflow: hidden;
                }

                    .layout-7-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-7-wrapper .thirty-second-row .thirty-second-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: var(--padding-inline);
    }

        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper h2 {
            color: #000;
            text-align: center;
            font-size: 32px;
            font-weight: 500;
            line-height: 60px;
        }

        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper h3 {
            color: #4f4f4f;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            justify-content: space-between;
            margin-top: 10px;
        }

            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content {
                padding-top: 68px;
            }

                .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content h4 {
                    color: #727272;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 30px;
                }

                .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper {
                    display: flex;
                    flex-direction: column;
                    padding-top: 40px;
                }

                    .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item {
                        min-height: 131px;
                        display: flex;
                        align-items: center;
                        gap: 15px;
                    }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item:not(:last-child) {
                            border-bottom: 1px solid #c5c5c5;
                        }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item .number {
                            border-radius: 100vw;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background-color: #ff00ab;
                            color: #fff;
                            font-size: 24px;
                            font-weight: 600;
                            min-width: 64px;
                            height: 64px;
                        }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item .description-wrapper {
                            display: flex;
                            flex-direction: column;
                            gap: 7px;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item .description-wrapper h5 {
                                color: #2e4049;
                                font-size: 24px;
                                font-weight: 500;
                                line-height: 28px;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .left-content .list-item-wrapper .item .description-wrapper h6 {
                                color: #727272;
                                font-size: 18px;
                                font-weight: 400;
                                line-height: 25px;
                                letter-spacing: -0.408px;
                            }

            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content {
                padding-top: 48px;
                padding-bottom: 10px;
                padding-inline: 56px;
            }

                .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content h4 {
                    color: #ff00ab;
                    font-size: 32px;
                    font-weight: 500;
                    line-height: 38px;
                }

                .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper {
                    display: flex;
                    flex-direction: column;
                    gap: 23px;
                    margin-top: 20px;
                }

                    .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper {
                        min-height: 65px;
                        border: 1px solid var(--white, #fff);
                        width: 100%;
                        padding: 20px;
                        position: relative;
                        background-color: #f5f5f5;
                    }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper.invalid-error {
                            border-color: red;
                        }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title {
                            color: #909090;
                            font-size: 18px;
                            font-weight: 400;
                            line-height: 23.4px;
                            transition: all 0.3s ease-in;
                            position: absolute;
                            top: 22px;
                            left: 22px;
                            background-color: transparent;
                            z-index: 1;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title span {
                                color: #909090;
                            }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title-move {
                            top: -12px;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title-move::after, .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title-move::before {
                                content: "";
                                width: 100%;
                                height: 11.7px;
                                left: 0;
                                position: absolute;
                                z-index: -1;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title-move::after {
                                background-color: white;
                                top: 0;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper .title-move::before {
                                background-color: #f5f5f5;
                                top: 0;
                            }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper input,
                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper textarea {
                            width: 100%;
                            border: none;
                            background-color: transparent;
                            color: #909090;
                            position: relative;
                            z-index: 1;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper input:focus,
                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper textarea:focus {
                                outline: none;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper textarea::-webkit-scrollbar {
                                width: 2px;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper textarea::-webkit-scrollbar-track {
                                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper textarea::-webkit-scrollbar-thumb {
                                background-color: darkgrey;
                                outline: 1px solid slategrey;
                            }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper label {
                            position: absolute;
                            right: 8px;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 24px;
                            height: 24px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper.input-textarea {
                            padding-right: 1px;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .input-wrapper.input-textarea textarea {
                                padding-right: 21px;
                            }

                    .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select {
                        width: max-content;
                        min-height: 30px;
                        background-color: #f5f5f5;
                        min-height: 65px;
                        display: flex;
                        align-items: center;
                        width: 100%;
                        position: relative;
                        border: 1px solid var(--white, #fff);
                    }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select.invalid-error {
                            border-color: red;
                        }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title {
                            color: #909090;
                            font-size: 18px;
                            font-weight: 400;
                            line-height: 23.4px;
                            transition: all 0.3s ease-in;
                            position: absolute;
                            top: -12px;
                            left: 22px;
                            z-index: 1;
                            background-color: transparent;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title span {
                                color: #909090;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title::after, .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title::before {
                                content: "";
                                width: 100%;
                                height: 11.7px;
                                left: 0;
                                position: absolute;
                                z-index: -1;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title::after {
                                background-color: white;
                                top: 0;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select .title::before {
                                background-color: #f5f5f5;
                                top: 0;
                            }

                        .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select select {
                            width: inherit;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            background: transparent;
                            background-image: url(../assets/icons/Select-arrow.svg);
                            background-repeat: no-repeat;
                            background-position-x: calc(100% - 8px);
                            background-position-y: 50%;
                            border: unset;
                            padding-block: 4px;
                            padding-right: 32px;
                            padding-left: 20px;
                            color: #909090;
                            font-size: 18px;
                        }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select select:focus {
                                outline: none;
                            }

                            .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .list-input-wrapper .custom-select select.select-active {
                                background-image: url(../assets/icons/filter/icon.svg);
                            }

                .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .button-register {
                    background-color: #ff00ab;
                    border-radius: 100vw;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #f5f5f5;
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: uppercase;
                    width: 212px;
                    height: 65px;
                    margin-top: 23px;
                }

                    .layout-7-wrapper .thirty-second-row .thirty-second-row-wrapper .light-form-wrapper .right-content .button-register:hover {
                        background-color: rgba(255, 0, 170, 0.7254901961);
                    }

    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper {
        width: 100%;
        max-width: 1440px;
        margin-inline: auto;
    }

        .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper {
            display: none;
        }

            .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item {
                min-height: 192px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 30px;
            }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-1 {
                    background-color: #eae9da;
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-2 {
                    background-color: #e3e1cb;
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item.background-3 {
                    background-color: #cbc8ad;
                }

                .layout-7-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-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-1 {
                    color: #f00;
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-2 {
                    color: rgba(58, 23, 0, 0.5);
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description .color-3 {
                    color: #3a1700;
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description h3 {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 32px;
                }

                .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .list-item-wrapper .item .description h4 {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 32px;
                }

        .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts {
            width: 100%;
            margin-left: unset;
        }

            .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide {
                display: flex;
                align-items: center;
                justify-content: center;
                width: max-content;
            }

                .layout-7-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-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-1 {
                        background-color: #eae9da;
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-2 {
                        background-color: #e3e1cb;
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item.background-3 {
                        background-color: #cbc8ad;
                    }

                    .layout-7-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-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-1 {
                        color: #f00;
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-2 {
                        color: rgba(58, 23, 0, 0.5);
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description .color-3 {
                        color: #3a1700;
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description h3 {
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 32px;
                    }

                    .layout-7-wrapper .sixteenth-row .sixteenth-row-wrapper .mySwiper-contacts .swiper-slide .item .description h4 {
                        font-size: 20px;
                        font-weight: 400;
                        line-height: 32px;
                    }

    .layout-7-wrapper .footer {
        background-color: #fbd0f0;
    }

        .layout-7-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-7-wrapper .footer .footer-wrapper .left-content {
                display: flex;
                align-items: center;
                gap: 24px;
            }

            .layout-7-wrapper .footer .footer-wrapper a {
                text-decoration: unset;
                color: #000;
                font-size: 14px;
                font-weight: 400;
                letter-spacing: 0.14px;
                line-height: 21px;
            }

                .layout-7-wrapper .footer .footer-wrapper a.last-item {
                    color: #4f4f4f;
                }

/*# sourceMappingURL=layout-7.css.map */




.layout-7-wrapper .fourteenth-row {
    background-color: #ff00ab;
    backdrop-filter: blur(20.5px);
}

    .layout-7-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-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content h3 img {
                width: 41px;
            }

        .layout-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content .image-wrapper {
            height: 268px;
            border-radius: 16px;
            overflow: hidden;
        }

            .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .left-content .image-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content {
            padding: 48px 63px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            border: 1px solid #fff;
        }

            .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content h3 {
                color: #fff;
                font-size: 35px;
                font-weight: 500;
                line-height: 42px;
                white-space: nowrap;
            }

            .layout-7-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-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper .title span {
                        color: red;
                    }

                .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper .title-move {
                    top: -11px;
                }

                .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper input,
                .layout-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper input:focus,
                    .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea:focus {
                        outline: none;
                    }

                    .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea::-webkit-scrollbar {
                        width: 2px;
                    }

                    .layout-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper textarea::-webkit-scrollbar-thumb {
                        background-color: darkgrey;
                        outline: 1px solid slategrey;
                    }

                .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper.input-textarea {
                    padding-right: 1px;
                }

                    .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper.input-textarea textarea {
                        padding-right: 21px;
                    }

            .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .input-wrapper-hide {
                display: none;
            }

            .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper {
                display: flex;
                align-items: center;
                gap: 30px;
            }

                .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .layout-7-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-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio input[type=radio]:focus {
                            outline: none;
                        }

                        .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper .item-radio input[type=radio]:checked {
                            background-color: #fff;
                        }

                .layout-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .radio-wrapper:has(input[id=entities]:checked) ~ .input-wrapper-hide {
                    display: block;
                }

            .layout-7-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-7-wrapper .fourteenth-row .fourteenth-row-wrapper .right-content .button:hover {
                    background-color: #dc73da;
                    color: #fff;
                }