.content {
    top: 0;
}

.text-gradient-light {
    background: linear-gradient(to bottom, #F2B500, #D50578);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-content {
    margin-bottom: 100px;
}

.wrap_form_enrollment {
    border-radius: 16px;
    padding: 10px;
    background: linear-gradient(to bottom, #0F4D98, #199F5A);
    position: relative;

    &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 75%;
        transform: translate(-50%, -50%);
        background: linear-gradient(to bottom, #0F4D98, #199F5A);
        z-index: -1;
    }
}

.form_enrollment {
    padding: 32px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;

    .form_enrollment_title {
        font-size: 48px;
        line-height: 140%;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 24px;
        font-family: "Baloo", sans-serif;

        span {
            flex: 1;
            text-align: center;
        }
    }

    .required {
        color: #FD1D1D;
    }

    .text-error {
        font-size: 14px;
        color: #FD1D1D;
        line-height: 160%;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;

        label {
            margin-bottom: 8px;
        }

        input,
        select,
        textarea {
            border: 1px solid #D2D2D2;
            border-radius: 8px;
            padding: 16px;
            color: #969696;

        }
    }

    .style_button {
        width: 100%;
        border-radius: 8px;
        outline: none;
        border: 0;
        margin-top: 26px;
    }

    .list_note {
        margin-top: 32px;

        a {
            text-decoration: underline;
        }
    }
}

.wrap_list_branch {
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(to bottom, #0F4D98, #199F5A);

    .list_branch {
        background: #fff;
        padding: 24px;
        border-radius: 16px;
        text-align: center
    }

    .title_list_branch {
        font-size: 40px;
        line-height: 160%;
        font-weight: 400;
        font-family: "Baloo", sans-serif;
        margin-bottom: 16px;
    }

    .accordion-item {
        border: 0;
    }

    .accordion-header {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 16px;
        border: 0;

        .accordion-button {
            background: #F8F9FA;
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            line-height: 160%;
            font-weight: 500;
            box-shadow: none;
        }
    }

    .accordion-body {
        padding: 0;
        background: #fff;
        border-radius: 8px;

        ul {
            padding-left: 0;
            list-style: none;

            li {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 16px;
                text-align: left;
            }

            .dot {
                width: 8px;
                height: 8px;
                background: linear-gradient(to bottom, #0F4D98, #199F5A);
                border-radius: 50%;
            }
        }
    }
}

.footer {
    margin-top: 0;
}

@media only screen and (max-width: 1000px) {
    .main-content {
        margin-bottom: 24px;
    }

    .form_enrollment {
        padding: 16px;

        .form_enrollment_title {
            font-size: 35px;

            img {
                width: 130px;
            }
        }

        .form-group {
            margin-bottom: 8px;
        }

        .style_button {
            margin-top: 8px;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        }
    }

    .wrap_list_branch {
        .list_branch {
            padding: 16px;
        }

        .title_list_branch {
            font-size: 30px;
        }

        .accordion-body {
            ul li {
                flex-direction: column;
                align-items: flex-start;
            }
        }
    }

    .content_ct {
        padding: 30px 0 0;
    }
}


@media only screen and (max-width: 570px) {
    .form_enrollment {
        .form_enrollment_title {
            flex-direction: column;
            font-size: 32px;
            gap: 30px;

            img {
                width: 233px;
            }
        }
    }

    .wrap_list_branch {
        .title_list_branch {
            font-size: 24px;
        }
    }
}
.wrap_form_enrollment_row,
.wrap_form_ct,
.wrap_form_enrollment_title,
.wrap_form_enrollment_row_img,
.wrap_form_ct_link,
.wrap_form_ct_link a {
	float: left;
	display: block;
	width: 100%;
}
.wrap_form_enrollment_row_col {
	width: 23%;
	max-width: 255px;
	margin-right: 28px;
	float: left;
	display: block;
}
.wrap_form_enrollment_title,
.wrap_form_enrollment_row_img {
	margin-bottom: 16px;
}

.wrap_form_ct_link {
	margin-bottom: 25px;
}

.wrap_form_ct_link a {
	color: #04C;
}

.wrap_form_enrollment_title {
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}