*,:before,
:after {
    box-sizing: border-box;
    background-repeat: no-repeat
}

:before,
:after {
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    cursor: default;
    overflow-wrap: break-word;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
}

:where(body) {
    margin: 0
}

:where(p) {
    margin: 0;
    padding: 0;
}

:where(h1,h2,h3,h4,h5) {
    margin: 0;
    padding: 0;
    font-size: 2em
}

:where(ul, li) {
    list-style: none;
    padding: 0;
    margin: 0;
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(pre) {
    font-family: monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

:where(code, kbd, samp) {
    font-family: monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    resize: vertical;
    margin: 0
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    color: #000;
    background-color: #fff;
    border: solid;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 1em;
    position: absolute;
    left: 0;
    right: 0
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

:where(button, input, select, textarea) {
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    background-color: #0000;
    padding: .25em .375em
}

:where(select) {
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") 100%/1em no-repeat;
    border-radius: 0;
    padding-right: 1em
}

:where(select[multiple]) {
    background-image: none
}

:where([type=color i], [type=range i]) {
    border-width: 0;
    padding: 0
}

:where(iframe, img, input, video, select, textarea) {
    max-width: 100%;
    height: auto
}

	.kt-row-column-wrap{padding-left: 0!important; padding-right: 0!important;}


.home-down{
    text-align: center;
    margin: 5rem 0 0 0;
}
.home-down-list{
    margin: auto;
    margin-top: 2rem;
    position: relative;
    width: 12rem;
    height: 2.4rem;
}
.home-down-btn a{
    font-size: .9rem;
    margin: auto;
    display: block;
    width: 12rem;
    height: 2.4rem;
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    text-decoration: none;
    color: #FFF;
    line-height: 2.4rem;
    border-radius: 1.2rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}

.home-down-btn a img {
    width: 1.4rem;
    height: 1.4rem;
    transition: transform 0.3s ease;display: inline-block;
}

.home-down-btn a:hover img {
    transform: rotate(180deg);
}
.download-menu-list{
    min-width: 12rem;
    text-align: left;
    padding: .8rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
.download-menu {
    display: none;
    position: absolute;
    padding-top: .8rem;
    top: 2rem;
    left: 0;
    z-index: 1000;
}
.download-menu a{
    display: block;
    padding: .5rem;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    font-size: .8rem;
}
.download-menu a span{
    display: flex;
    gap: .5rem;
}
.download-menu a p{
    margin-top: .2rem;
    font-size: .7rem;
    text-indent: 1.6rem;
    color: #666;
}
.download-menu a:hover{
    background-color: #F1F1F1;
}

.download-menu.show {
    display: block;
}
.product-view{
    margin: auto;
    margin-top: 3rem;
    max-width: 1080px;
    padding: 1rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
.product-1{
    padding-top: 5rem;
    background: url(../images/floor2_bg-b2df259c.svg) no-repeat rgb(53, 53, 65);
    background-size: 100% 100%;
    text-align: center;
    color: #FFF;
}

.product-1-view{
    margin: auto;
    max-width: 1194px;
}

.product-1 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem; color: #fff;
}
.product-1 p{
    font-size: .8rem;margin-bottom: 0;
}

.product-2{
    padding: 5rem 0;
    background-image: url(../images/floor3_bg-9e30ef67.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
}

.product-2-view{
    margin: auto;
    max-width: 1194px;
}

.product-2 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-2 h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(174.82deg, #ec3699 0%, #eb3834 100%);
    background: linear-gradient(275.18deg, #ec3699 0%, #eb3834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-2 p{
    font-size: .8rem;margin-bottom: 0;
}

.product-3{
    padding: 5rem 0;
    background: url(../images/floor4_bg-aaadd84e.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.product-3 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;color: #fff;
}
.product-3 p{
    font-size: .8rem;margin-bottom: 0;
}
.product-3-view{
    margin-top: 1rem;
}
.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
}

.carousel:active {
    cursor: grabbing;
}

.slide {
    flex: 0 0 660px;
    width: 660px;
    height: 400px; /* Adjust as needed */
    margin: 0 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    user-select: none;
    transition: all 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.slide:not(.active) {
    transform: scale(0.8);
    opacity: 0.8;
}

.carousel-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #CCC;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #FFF;
    width: 30px;
}
.indexnews p{margin-bottom: 0;}
.indexnews ul{margin-top: 2rem;}
.indexblog li {
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.indexblog li:hover{
    transform: scale(1.1);
}
.indexblog li .wp-block-latest-posts__post-title{padding: 1rem 1rem 0;}
.indexblog.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li > a{font-size: 1rem; font-weight: bold; margin-top:0;}
.indexblog li .wp-block-latest-posts__post-excerpt{padding: 0 1rem 0; font-size: .8rem;}

.product-5{
    padding: 5rem 0 0 0;
    text-align: center;
    color: #000;
}

.product-5-view{
    margin: auto;
    margin-top: 2rem;
    max-width: 1194px;
    transition: transform 0.3s ease;
}
.product-5-view:hover{
    transform: scale(1.1);
}
.product-5 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-5 h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(174.82deg, #ec3699 0%, #eb3834 100%);
    background: linear-gradient(275.18deg, #ec3699 0%, #eb3834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-5 p{
    font-size: .8rem;
}

.product-6{
    padding-top: 5rem;
    text-align: center;
    color: #000;
}

.product-6-view{
    margin: auto;
    margin-top: 2rem;
    max-width: 1194px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.product-6-view div{
    padding: .8rem;
    border-radius: .5rem;
}
.product-6-view div a{
    display: block;
    text-align: center;
    width: 8rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border: solid 1px #0d0d0d7a;
    text-decoration: none;
    color: #000;
    font-size: .9rem;
    border-radius: 1.2rem;
}
.product-6-view div span{
    font-size: .7rem;
    color: #666;
}
.product-6-view div:hover{
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
.product-6-view img{display: initial;}
.product-6 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-6 p{
    font-size: .8rem;margin-bottom: 0;
}
.post-archive-title h1.archive-title{font-size: 2rem;}
.post-archive .category-blog {
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.post-archive .category-blog:hover{
    transform: scale(1.1);
}
.post-archive .loop-entry .entry-content-wrap{padding: 1rem;}
.post-archive .loop-entry .entry-header{margin-bottom: .5em;}
.post-archive .loop-entry .entry-summary {margin-top: 0;}
.post-archive .loop-entry .entry-summary p{margin-top: 0; font-size: 0.8rem;}

.down-app{
    text-align: center;
    line-height: 1.8;
    margin-top: 2rem;
}
.down-app h1{
    margin: 1rem 0; font-size: 2em; font-weight: bold;
}
.down-app p{margin-bottom: 0;}
.down-app img{
    max-width: 450px;display: initial;
}
.app-down-btn a{
    font-size: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 15rem;
    height: 3rem;
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    text-decoration: none;
    color: #FFF;
    line-height: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
@media screen and (max-width: 750px) {
    .slide{
        flex: 0 0 16.6rem;
        width: 16.6rem;
        height: 10.4rem;
    }
    .product-1,.product-2,.product-3,.product-4,.product-5,.product-6{
        padding: 2rem .8rem;
    }
    #wps-menu-btn{
        display: block;
    }
    #wps-menu {
        width: 200px;
        position: fixed;
        top: 0;
        left: -210px;
        height: 100%;
        background-color: #FFF;
        border-right: solid 1px #F1F1F1;
        color: #000;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        transition: left 0.3s ease;
        z-index: 99999;
    }
    #wps-menu ul{
        display: block;
    }
    #wps-menu ul li{
        padding: .5rem 1rem;
    }
    #wps-menu ul li a{
        color: #000;
        text-decoration: none;
        font-size: 1.2rem;
    }
    #wps-closeMenu{
        display: block;
        text-align: right;
        padding: 1rem;
    }
    .product-1 p, .product-2 p, .product-3 p, .product-4 p, .product-5 p, .product-6 p{
        font-size: 1rem;
    }
    article{
        width: 100%;
        padding: .5rem .8rem;
    }
    .news-list {
        grid-template-columns: 1fr;
    }
    .content{
        width: 100%;
    }
    .content h2, .content h3, .content h4{
        font-size: 1.2rem !important;
    }
    .content iframe{
        display: block;
        margin: auto;
        margin-top: .8rem;
        margin-bottom: .8rem;
        min-width: 100% !important;
        max-width: 100%;
        min-height: 15rem;
        max-height: 15rem;
    }
    .down-app img{
        max-width: 100%;
    }
    .content img{
        max-width: 100%;
    }
    .product-4-view{
        grid-template-columns: 1fr;
    }
}