.slider-wrapper .banner .text-box {
    padding: 0 15px;
}
.slider-wrapper .banner :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(10px, 0.625vw, 0.625vw);
    margin-top: 0;
}
.slider-wrapper .banner p {
    margin-top: 0;
    margin-bottom: clamp(20px, 1.66666667vw, 1.66666667vw);
    font-size: clamp(1rem, 1.5vw, 1.25vw);
}
.slider-wrapper .button.button-main {
    margin-top: 0;
}
.slider-wrapper .flickity-button {
    background: rgba(255, 255, 255, 0.1);
    width: clamp(40px, 2.5vw, 2.5vw);
    aspect-ratio: 1;
    height: auto;
    min-height: unset;
    bottom: unset;
    border-radius: 99px;
    display: grid;
    place-content: center;
}
.slider-wrapper .flickity-button.next:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"/></svg>')
        no-repeat center/contain;
}
.slider-wrapper .flickity-button.previous:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0;
    background-color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M7.4 273.4C2.7 268.8 0 262.6 0 256s2.7-12.8 7.4-17.4l176-168c9.6-9.2 24.8-8.8 33.9 .8s8.8 24.8-.8 33.9L83.9 232 424 232c13.3 0 24 10.7 24 24s-10.7 24-24 24L83.9 280 216.6 406.6c9.6 9.2 9.9 24.3 .8 33.9s-24.3 9.9-33.9 .8l-176-168z"/></svg>')
        no-repeat center/contain;
}
.slider-wrapper .flickity-button svg {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .slider-wrapper .banner .text-box {
        max-width: 600px;
    }
}
/* home-service */
.home-service .box-text-content,
.home-service .box .box-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    padding-top: 20px;
    padding-bottom: 0;
}
.home-service .box-text-content p,
.home-service .box .box-text p {
    margin: 0;
}
.home-service .box-text-content h4,
.home-service .box .box-text h4 {
    font-size: clamp(16px, 1.66666667vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 12px;
}
.home-service .button.is-link {
    margin: 0;
    padding: 0;
}
.home-service .button.is-link i:before {
    display: none;
}
.home-service .button.is-link i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: var(--fs-color-secondary);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"/></svg>')
        no-repeat center/contain;
}
/* home-count-up */
.home-count-up .icon-box h3 {
    margin-bottom: 0;
    color: #1f1f1f;
    line-height: 120%;
}
.home-count-up .icon-box .icon-box-img {
    margin-bottom: clamp(12px, 2.5vw, 30px);
}
.home-count-up .icon-box .icon-box-img img {
    padding-top: 0;
}
/* home-count-up */
/* home-reason */
.home-review .box-text-content p {
    margin-bottom: 12px;
}
/* home-reason */
/* home-blogs */
.home-blogs .box .box-text {
    padding-bottom: 0;
    padding-top: 20px;
}
.home-blogs .box .box-text .post-title {
    font-size: clamp(18px, 1.66666667vw, 20px);
    margin: 0 0 12px;
    line-height: inherit;
}
.home-blogs .box .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
}
.home-blogs .box .box-text .post-meta {
    order: -1;
    font-size: 14px;
}
.home-blogs .box .box-text .from_the_blog_excerpt {
    margin: 0;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    --webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-blogs .box .box-text .post-title a {
    line-height: 140%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    --webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}
/* home-blogs */
/* home-form */
.home-form .group-contact .group-item label {
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 157.143%;
    font-size: 1em;
}
.home-form .group-contact .wpcf7-form-control-wrap input,
.home-form .group-contact .wpcf7-form-control-wrap select {
    height: 46px;
    border-radius: 99px;
    margin-bottom: clamp(12px, 1.66666667vw, 20px);
}
.home-form .group-contact .button {
    background-color: var(--fs-color-secondary);
    margin: 0;
    border-radius: 99px;
    height: 46px;
    font-weight: normal;
}
/* home-form */
