.bg-yellow {
    background: rgb(254,252,143);
}
section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#m-menu {
    display: none;
    height: calc(100vh - 2.5rem);
}
#m-menu.active {
    display: block;
}
.subnavs .subnav {
    display: none;
}
.subnavs:hover .subnav {
    display: block;
}
@media screen and (max-width: 768px) {
    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.section5, section.section7, section.section14 {
        padding-left: 0;
        padding-right: 0;
    }
}
.content ul {
    padding-left: 1rem;
    list-style-position: inside;
}
.content ul li p {
    display: inline;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section10 .swiper-pagination {
    position: relative;
    bottom: 0;
}
input::-webkit-input-placeholder{
    color: #333;
}
textarea::-webkit-input-placeholder{
    color: #333;
}
.section10 .swiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-color: #fff;
    border: 2px solid #000;
    opacity: 1;
}
.form input, .form textarea, .form select {
    border-bottom: 1px solid #333;
    color: #333;
}
.form input:hover, .form input:focus, .form textarea:hover, .form textarea:focus, .form select:hover {
    border: 1px solid #333;
}