:root {
    --cl-0: #fff;
    --cl-1: #a194fc;
    --cl-2: #0e0d0d;
}
html{
    font-size: 1.112vw;
}
body {
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/*#F0F0F0*/
body{
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-family: "Unbounded", serif;
    line-height: 1.5;
    position: relative;
}
.sc_slide-home {
    padding-top: 4.5rem;
    background-image: url(../images/bg/hero-banner.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 67.6vw;
}
.sc-home-hero2 {
    background-image: url(../images/bg/ai-tools-hero.png);
    background-repeat: no-repeat;
    background-size: 89vw auto;
    background-position: left 8rem;
}
.sc-home-hero3 {
    background-image: url(../images/bg/bg-bloghome.png);
    background-repeat: no-repeat;
    background-position: left -3rem;
    background-size: 89rem;
}
body.home{
    background-color: #000;
}
header.sc_header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
}
.container {
    width: calc(100vw - 6rem);
}
.cl-0{
    color: var(--cl-0);
}
.cl-1{
    color: var(--cl-1);
}
.cl-2{
    color: var(--cl-2);
}
.bg-0{
    background-color: var(--cl-0);
}
.bg-1{
    background-color: var(--cl-1);
}
.bg-2{
    background-color: var(--cl-2);
}
#sc_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.sc_header-right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    gap: 1rem;
}
.logo {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.93rem;
    font-weight: 500;
}
.logo img {
    width: 2.2rem;
}
.searchTrigger img {
    width: 1.1rem;
    height: fit-content;
    margin-right: 0.8rem;
    cursor: pointer;
}
.searchTrigger {
    text-align: center;
    background-color: rgb(255 255 255 / 8%);
    width: 2.8rem;
    line-height: 1.9rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.sc_menu ul.menu {
    display: flex;
    background: rgb(255 255 255 / 15%);
    padding: 0 1.85rem;
    gap: 2rem;
    border-radius: 0.9rem;
}
.sc_menu ul.menu li{
    list-style: none;
}
.sc_menu ul.menu a {
    color: #fff;
    font-size: 0.77rem;
    display: inline-block;
    line-height: 1.9rem;
    position: relative;
}
.sc_menu ul.menu a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.18rem;
    background: linear-gradient(90deg, #8A71F8 4.88%, #934CF7 100%);
    border-radius: 1rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sc_menu ul.menu a:hover:after{
    width: 2rem;
}
.sc_slide-home {
    color: #fff;
}
.sc_slide-home .item {
    margin: auto;
    width: 75.8vw;
    padding-top: 5.9rem;
    padding-bottom: 3.2rem;
}
.container-small{
    width: 75.8vw;
    padding: 0;
}
.sc_slide-home .title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
}
.sc_slide-home .des {
    font-size: 0.75rem;
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 1);
    font-family: "Epilogue", serif;
}
.sc_slide-home .btn {
    font-size: 0.74rem;
    display: inline-block;
    padding: 0.5rem 1.3rem;
    color: #000;
    font-family: "Epilogue", serif;
    margin-top: 1.4rem;
    border-radius: 5rem;
    position: relative;
    padding-right: 3.2rem;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sc_slide-home .btn:after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2491rem;
    background-image: url(../images/aright.png);
    position: absolute;
    right: 1.3rem;
    background-size: 100% auto;
    top: 50%;
    transform: translate(0, -43%);
    background-repeat: no-repeat;
}
.sc_slide-home.sc_slide .owl-dots{
    position: relative;
    left: 0;
    transform: translateX(0);
    text-align: center;
    width: 100%;
    bottom: 0;
}
.sc_slide-commentList .owl-dots {
    margin-top: 3.375rem;
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    text-align: center;
}
.sc_slide-home.sc_slide .owl-dot,.sc_slide-commentList .owl-dot{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #979797;
    border-radius: 50%;
    margin: 0 0.45rem;
    border: 2px solid #979797;
}
.sc_slide-home.sc_slide .owl-dot.active{
    border-color: #fff;
    background-color: var(--cl-1);
}
.sc_slide-commentList .owl-dot{
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    border: 3px solid #fff;
}
.sc_slide-commentList .owl-dot.active{
    border-color: #fff;
    background-color: #8A71F8;
}
.sc_home-tasklist {
    display: flex;
    gap: 1.35rem;
}
.sc_home-tasklist .item {
    position: relative;
    margin-top: 6rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    padding: 0 2rem;
    padding-bottom: 1.5rem;
    background-color: #fff;
    box-shadow: 0px 4.77px 39.37px 0px rgba(204, 188, 164, 0.1);
    overflow: hidden;
}
.sc_home-tasklist .pic {
    width: 2rem;
    margin-top: 1rem;
}
.sc_home-tasklist .picBox {
    height: 3.8rem;
    position: relative;
    z-index: 5;
}
.sc_home-tasklist .title {
    font-weight: 700;
    font-size: 1.54rem;
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.23rem 0;
    display: block;
    border-radius: 3rem;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    color: #333;
}
.sc_home-tasklist .item:hover .title{
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
}
.sc_home-tasklist .des {
    color: rgba(102, 102, 102, 1);
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: 1rem;
    position: relative;
    z-index: 5;
    font-family: "Epilogue", serif;
}
.sc_home-tasklist .item:before {
    content: "";
    display: inline-block;
    width: 12rem;
    height: 12rem;
    background: radial-gradient(50% 50% at 50% 50%, #F2CFE0 0%, #fff 100%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sc_home-tasklist .item:hover:before{
    opacity: 1;
}
.sc_home-tasklist .item:nth-child(2):before{
    background: radial-gradient(50% 50% at 50% 50%, #D0CFF2 0%, #fff 100%);
}
.sc_home-tasklist .item:nth-child(3):before{
    background: radial-gradient(50% 50% at 50% 50%, #C8E6C2 0%, #fff 100%);
}
.sc_home-reviews-title {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-top: 5.5rem;
}
.sc_home-reviews-text {
    text-align: center;
    color: #fff;
    margin: auto;
    width: 36vw;
    font-size: 0.85rem;
    margin-top: 0.1rem;
    color: #F0F0F0;
    font-family: "Epilogue", serif;
}
.sc_home-reviews-choose {
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
    gap: 1rem;
    color: #AFAFAF;
    align-items: center;
    margin-top: 1.65rem;
    margin-bottom: 2rem;
    font-family: "Epilogue", serif;
}
.sc_home-reviews-choose select {
    color: #000;
    font-weight: 500;
    border: 0;
    border-radius: 3rem;
    padding: 0 1rem;
    height: 2rem;
    background-color: #fff;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/downa.png);
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    padding-right: 2.8125rem;
    background-size: 0.46875rem;
    background-position: calc(100% - 1.5rem) center;
}
.sc_review-wrapper-box {
    margin: auto;
    width: 65vw;
    gap: 1.3rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: #000;
}
.sc_review-wrapper-box .item {
    display: flex;
    gap: 1rem;
}
.sc_review-wrapper-box .pic {
    flex: 0 0 5.3rem;
}
.sc_review-wrapper-box .item:nth-child(2n) .pic{
    order: 2;
}
.sc_review-wrapper-box a.piclink img {
    background-color: #fff;
    width: 5.3rem;
    border-radius: 50%;
    height: 5.3rem;
    padding: 0.7rem;
    object-fit: cover;
    box-shadow: 0px 0px 10.58px 0px #0000000D;
}
.sc_review-wrapper-box .wrapper {
    border-radius: 1.5rem;
    box-shadow: 0px 0px 10.58px 0px #0000000D;
    background-color: #F9F9F9;
    padding-bottom: 0.4rem;
}
.sc_review-wrapper-box .wrapper-top {
    padding: 0.8rem 1.3rem;
}
.sc_review-wrapper-box .titlelink {
    font-weight: 700;
    font-size: 0.935rem;
    display: inline-block;
    line-height: 1.37;
    color: #000;
}
.sc_review-wrapper-box .content {
    font-size: 0.75rem;
    margin-top: 0.2rem;
    font-family: "Epilogue";
    line-height: 1.3;
}
.sc_review-item-viewmore {
    position: relative;
    padding-right: 2.73rem;
    color: #000;
}
.sc_review-item-viewmore:after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.2491rem;
    background-image: url(../images/aright.png);
    position: absolute;
    right: 0.5rem;
    background-size: 100% auto;
    top: 50%;
    transform: translate(0, -43%);
    background-repeat: no-repeat;
}
.sc_review-wrapper-box .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3rem;
    padding: 0.75rem 0;
    font-size: 0.85rem;
    font-family: "Epilogue";
    margin: 0 0.6rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.sc_review-wrapper-box .meta:before {
    content: "";
    display: inline-block;
    width: 9.8125rem;
    height: 9.8125rem;
    background: radial-gradient(50% 50% at 50% 50%, #FFC3DD 0%, #FFF 100%);
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: 0;
}
.sc_review-item-star img {
    width: 4.7rem;
    margin-left: 0.78rem;
}
.sc_review-item-cat img {
    width: 1.1rem;
    margin-right: 0.1rem;
}
.sc_home-reviews-viewall {
    background-image: url(../images/adown.png);
    width: 4.6875rem;
    height: 4.6875rem;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin-top: 2.6875rem;
    background-size: 1.2rem auto;
    position: relative;
    overflow: hidden;
}
.sc_home-reviews-viewall.p-marketplace{
    margin-top: 3.75rem;
}
.sc_home-reviews {
    padding-bottom: 7.5rem;
}
.sc_home-news{
    display: flex;
    margin-top: 0.5rem;
    line-height: 1.4;
    gap: 12rem;
    margin-bottom: 5rem;
}
.sc_home-news-title{
    color: #fff;
    font-weight: 700;
    font-size: 2.625rem;
    position: relative;
}
.sc_news-items .item {
    background-color: #fff;
}
.sc_news-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.7rem;
    margin-top: 1rem;
}
.sc_news-items .item {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.7rem;
    box-shadow: 0px 0px 10.58px 0px #0000000D;
    overflow: hidden;
}
.sc_news-items a.pic {
    overflow: hidden;
    border-radius: 1rem;
    display: block;
}
.sc_news-items a.title {
    display: inline-block;
    color: #000;
    font-size: 0.879375rem;
    line-height: 1.31;
    margin-top: 1.3rem;
}
.sc_news-items .des {
    color: #000;
    font-size: 0.879375rem;
    line-height: 1.31;
    font-family: "Epilogue", serif;
    margin-top: 0.4rem;
}
.sc_news-items .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.9rem;
}
.sc_news-item-viewmore{
    position: relative;
    padding-right: 1.83rem;
    font-size: 0.84375rem;
    font-family: "Epilogue", serif;
    color: #000;
}
.sc_news-item-viewmore:after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.2491rem;
    background-image: url(../images/aright.png);
    position: absolute;
    right: -4px;
    background-size: 100% auto;
    top: 50%;
    transform: translate(0, -43%);
    background-repeat: no-repeat;
}
.sc_news-time {
    display: flex;
    align-items: center;
    color: #757575;
    font-size: 0.75rem;
    gap: 0.3rem;
    font-family: "Epilogue", serif;
}
.sc_news-time img {
    width: 0.84375rem;
}
.sc_home-news-title:after {
    content: "";
    width: 100%;
    height: 0.46rem;
    background: linear-gradient(90deg, #8A71F8 4.88%, #934CF7 100%);
    border-radius: 1rem;
    margin-top: 0.4rem;
    display: block;
}
.sc_footer-intro{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3.7rem;

}
.sc_footer-intro-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-grow: 1;
    gap: 5.7rem;
    position: relative;
    padding-top: 3rem;
}
.sc_footer-intro-title{
    color: #fff;
    flex: 0 0 17rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3125;
}
.copyright,.sc_footer-menu-s2{
    font-size: 1.00125rem;
    color: #6C6C6C;
    font-family: "Epilogue", serif;
}
.sc_newletter {
    background-color: #0e0e0e;
    display: flex;
    overflow: hidden;
    border-radius: 4rem;
    flex: 0 0 22.21875rem;
    justify-content: space-between;
}
.sc_newletter input {
    background: transparent;
    border: 0;
    line-height: 2.75625rem;
    padding: 0 1.5rem;
    font-size: 0.984375rem;
    font-family: "Epilogue", serif;
    color: #fff;
}
.sc_newletter button{
    line-height: 2.75625rem;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 0 0;
    border:0;
    padding: 0 1.5rem;
}
.sc_newletter button img {
    width: 1.5rem;
}
.sc_footer-intro-bottom {
    flex-grow: 1;
}
.sc_footer-menu-s2 ul {
    display: flex;
    justify-content: space-between;
}
.sc_footer-menu-s2 ul li{
    list-style: none;
}
.sc_footer-social img {
    height: 1.359375rem;
}
.sc_footer-social {
    display: flex;
    gap: 1.1rem;
    margin-bottom: 1rem;
}
.copyright {
    margin-bottom: 0.2rem;
}
.sc_footer-intro-wrapper:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #1F1F1F;
}
.sc_newletter input::-webkit-input-placeholder,.sc_newletter textarea::-webkit-input-placeholder {color: #414141;}
.sc_newletter input:-moz-placeholder,.sc_newletter textarea:-moz-placeholder {color: #414141;opacity:1;}
.sc_newletter input::-moz-placeholder,.sc_newletter textarea::-moz-placeholder {color: #414141;opacity:1;}
.sc_newletter input:-ms-input-placeholder,.sc_newletter textarea:-ms-input-placeholder {color: #414141;}
.sc_footer {
    display: flex;
}
.boxLogo {
    flex: 0 0 20.7rem;
    text-align: center;
}
.sc_footer-main {
    display: flex;
    color: #fff;
    gap: 2.5rem;
    margin-top: 2rem;
}
.sc_footer-hero {
    flex: 0 0 18.46875rem;
}
.sc_footer-hero-title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.31;
}
.sc_footer-hero-text {
    color: #F0F0F0;
    font-size: 1.00125rem;
    line-height: 1.3;
    font-family: "Epilogue", serif;
    margin-top: 0.9rem;
}
.sc_footer-menus {
    display: flex;
    gap: 4rem;
    margin-top: 4.8rem;
    margin-bottom: 2.9rem;
}
.sc_footer-menus-title {
    font-weight: 700;
    font-size: 1.265625rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.item-menus li{
    list-style: none;
    margin-bottom: 0.3rem;
}
.item-menus li a{
    font-family: "Epilogue", serif;
    color: #fff;
}
.sc_footer-menu-s2 a{
    color:#6C6C6C;
}
.sc_footer-menu-s2 a:hover,.item-menus li a:hover{
    color: #9254F7;
}
footer#sc_footer {
    padding-bottom: 3.3rem;
    background-color: #000;
    padding-top: 5rem;
}
a.logoEffetcBox {
    position: relative;
    display: inline-block;
}
.logoEffetc {
    display: inline-block;
    -webkit-animation-name: spin-around;
    -webkit-animation-duration: 15000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin-around;
    -moz-animation-duration: 15000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin-around;
    -ms-animation-duration: 15000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin-around;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin-around{
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin-around{
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-around{
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin-around{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.logoEffetc .site_logo {
    width: 7.375rem;
}
a.logoEffetcBox .inline {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 4rem;
}
.boxLogo .logoEffetcBox{
    margin-top: 0.9rem;
    margin-right: 1.6rem;
}
.boxLogo .logoEffetc .site_logo {
    width: 10.7rem;
}
.copyright-mobile,.sc_newletter-mobile{
    display: none;
}
.sc_slide-home .btn span,.sc_home-tasklist .title span{
    position: relative;
    z-index: 2;
}
.sc_slide-home .btn:hover{
    background-color: #724cc6;
    color: #fff;
}
.sc_slide-home .btn:hover:after{
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

/*.sc_slide-home .btn:before,.sc_home-tasklist .title:before{
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .7s;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #934CF7 100%);
    width: 150%;
    height: 150%;
    content: "";
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
    border-radius: 50%;
}*/
.sc_slide-home .btn:hover:before,.sc_home-tasklist .title:hover:before{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.sc_page-banner {
    height: 31.40625rem;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sc_page-banner-parallax {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-83%);
    color: #F9F9F9;
    width: 60.3vw;
    line-height: 1.24;
    left: 50%;
}
.sc_page-banner-parallax-title{
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.sc_page-banner-parallax-text{
    font-weight: 700;
    font-size: 2.109375rem;
    max-width: 35rem;
    margin-top: 0.5rem;
}
.sc_page-banner-hero {
    width: 40.781375rem;
    height: 37.479625rem;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
}
.sc_page-wrapper-gray{
    background-color: #F0F0F0;
}
.sc_page-wrapper-marketplace{
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}
.sc_page-wrapper-marketplace:before {
    content: "";
    display: inline-block;
    background-image: url(../images/uon-luon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    bottom: 0;
    line-height: 0;
    width: 73rem;
    height: 24rem;
    z-index: -1;
}
#allToolsEmpty .allToolsEmpty {
    color: #000;
    width: 100%;
    margin-top: 50px;
}
.sc_review-result-count{
    text-align: center;
    color: #aaa;
    font-weight: 500;
    line-height: 1.31;
    font-family: "Epilogue", serif;
    font-size: 0.9375rem;
    margin-bottom: 1.2625rem;
}
form.sc_review-fillter {
    display: flex;
    justify-content: space-between;
    width: 74rem;
    margin: auto;
    border: 1.79px solid #fff;
    background-color: rgba(248, 248, 248, 0.80);
    border-radius: 4.6875rem;
    box-shadow: 0px 3.579px 29.529px 0px rgba(204, 188, 164, 0.10);
    align-items: center;
    padding: 0.75rem 1.75rem;
    gap: 0.3rem;
    margin-bottom: 2.859375rem;
    font-size: 0.75rem;
    line-height: 1.31;
    font-family: "Epilogue", serif;
}
.sc_review-fillter .item-input {
    display: flex;
    align-items: center;
    gap: 0.921875rem;
    font-weight: 500;
    color: #AFAFAF;
}
.sc_review-fillter select {
    color: #000;
    font-weight: 500;
    border: 0;
    border-radius: 3rem;
    padding: 0 0.875rem;
    height: 2rem;
    background-color: #fff;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/downa.png);
    background-repeat: no-repeat;
    padding-left: 0.875rem;
    padding-right: 2rem;
    background-size: 0.46875rem;
    background-position: calc(100% - 0.875rem) center;
}
.ui-slider-tld {
    position: relative;
    border: 0;
    height: 0.6rem;
    width: 7.734375rem;
    border-radius: 1rem;
    background-color: #AFAFAF;
}
.ui-state-default {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    background-color: #8A71F8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: -0.4rem;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    position: absolute;
    height: 100%;
    background-color: #8A71F8;
    border-radius: 1rem;
    
}
.sc_review-fillter-ranger{
    position: relative;
}
.fillter-ranger-label {
    color: #AB63FB;
    font-size: 0.65625rem;
    font-weight: 600;
    font-family: "Epilogue", serif;
    min-width: 1.5rem;
    text-align: right;
    margin-top: 2px;
}
.sc_review-fillter-ranger {
    position: relative;
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.marketplace-item-input-pricing {
    display: flex;
    background-color: #fff;
    border-radius: 3rem;
    padding-right: 0.5625rem;
}
.marketplace-item-input-type{
    width: 10.40625rem;
    border-radius: 1rem;
    box-shadow: 1.5px 1.5px 2.85px 0px rgba(0, 0, 0, 0.05) inset;
    border: 0;
    padding: 0 1.09375rem;
    line-height: 2.109375rem;
    font-size: 0.75rem;
    font-family: "Epilogue", serif;
}
.sc_review-fillter input::-webkit-input-placeholder,.sc_review-fillter textarea::-webkit-input-placeholder {color: #AFAFAF;}
.sc_review-fillter input:-moz-placeholder,.sc_review-fillter textarea:-moz-placeholder {color: #AFAFAF;opacity:1;}
.sc_review-fillter input::-moz-placeholder,.sc_review-fillter textarea::-moz-placeholder {color: #AFAFAF;opacity:1;}
.sc_review-fillter input:-ms-input-placeholder,.sc_review-fillter textarea:-ms-input-placeholder {color: #AFAFAF;}
.ui-slider-tld .ui-state-default:last-child {
    text-align: left;
}
body.single-review,
body.single-post,
body.archive.category,
body.search-results,
body.archive.author,
body.page-template-default{
    background-color: #F0F0F0;
    padding-top: 4.553125rem;
}
body.single-review .logo,
body.single-review .sc_menu ul.menu a,
body.single-post .logo,
body.single-post .sc_menu ul.menu a,
body.archive.category .logo,
body.archive.category .sc_menu ul.menu a,
body.archive.author .logo,
body.archive.author .sc_menu ul.menu a,
body.search-results .logo,
body.search-results .sc_menu ul.menu a,
body.page-template-default .logo,
body.page-template-default .sc_menu ul.menu a{
    color: #000;
}
.breadcrumb {
    font-size: 0.9864375rem;
    line-height: 1.78125;
    font-family: "Epilogue", serif;
    color: #000;
    display: flex;
    align-items: center;
}
.breadcrumb span{
    background-color: #fff;
    transform: translateX(-2.2rem);
}
.breadcrumb > *{
    padding: 0 0.925rem;
    border-radius: 2.4045rem;
}
.breadcrumb a{
    background-color: #DEDEDE;
    padding-right: 1.85rem;
    transform: translateX(-1.1rem);
    color: #878787;
}
.breadcrumb a:first-child{
    background-color: #C7C7C7;
    transform: translateX(0);
}
.sc_reviewPage-item {
    display: flex;
    gap: 1.05rem;
    font-size: 0.75rem;
    line-height: 1.31;
    
}
.sc_reviewPage-item .titlelink{
    font-weight: 700;
    font-size: 0.9375rem;
}
.sc_reviewPage-item .content{
    font-family: "Epilogue", serif;
    margin-top: 0.425rem;
}
.sc_reviewPage-item .wrapper{
    border-radius: 1.741125rem;
    box-shadow: 0px 0px 7.935px 0px rgba(0, 0, 0, 0.05);
    background-color: #F9F9F9;
    padding: 0.9375rem 1.375rem;
}
.sc_reviewPage-item .piclink img{
    background-color: #fff;
    width: 5.3rem;
    border-radius: 50%;
    height: 5.3rem;
    padding: 0.7rem;
    object-fit: cover;
    box-shadow: 0px 0px 10.58px 0px #0000000D;
}
.sc_reviewPage-wrapper-pic,.sc_reviewPage-wrapper-box{
    margin-top: 1.265625rem;
}
.sc_reviewPage-wrapper-pic img {
    width: 100%;
    height: 17.75rem;
    object-fit: cover;
    border-radius: 1.741125rem;
}
.sc_reviewPage-wrapper {
    display: flex;
    gap: 3.28125rem;
}
.sc_reviewPage-intro{
    width: 61.75rem;
    margin-left: 17.5rem;
}
.sc_reviewPage-wrapper-pic {
    flex: 0 0 31.875rem;
}
.sc_reviewPage-item .pic {
    flex: 0 0 5.3rem;
}
.sc_reviewPage-top {
    margin-top: 4rem;
    position: relative;
}
.sc_reviewPage-item-action {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    justify-content: space-between;
}
.btn-visitSite{
    font-family: "Epilogue", serif;
    line-height: 131%;
    font-size: 1rem;
    line-height: 2.8125;
    color: #fff;
    padding-left: 1.8375rem;
    padding-right: 1.5rem;
    border-radius: 3rem;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    box-shadow: 2.25px 3px 3.15px 0px rgba(244, 164, 212, 0.30) inset, 5.25px 5.25px 12.3px 0.75px rgba(213, 118, 251, 0.37);
}
.sc_reviewPage-item-action-star{
    width: 4.7rem;
}
.btn-visitSite img {
    width: 1.171875rem;
    margin-left: 0.5rem;
    margin-top: -0.4rem;
}

.socialBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: rgba(246, 246, 246, 1);
    text-align: center;
    width: 4.6875rem;
    border-radius: 1rem;
    position: relative;
}
.socialBox:before {
    content: "";
    display: inline-block;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: rgba(231, 231, 231, 1);
    position: absolute;
    z-index: 12;
}
.socialBox:after {
    content: "";
    display: inline-block;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: rgba(231, 231, 231, 1);
    position: absolute;
    z-index: 12;
}
.socialBox .item {
    padding: 0.75rem;
    position: relative;
    z-index: 1;
    line-height: 0;
}
.socialBox-wrapper{
    display: inline-block;
    margin-top: 2.203125rem;
}
.sc_reviewPage-tabs {
    background-color: rgba(248, 248, 248, 0.8);
    border: 1.79px solid #fff;
    border-radius: 1.1185rem;
    box-shadow: 0px 3.579px 29.529px 0px rgba(204, 188, 164, 0.10);
    padding: 1.546875rem;
    width: 60.3vw;
    margin: auto;
    margin-top: 3.5rem;
    position: relative;
}
.sc_reviewPage-tabs-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.5px;
    background-color: #E4E4E4;
    border-radius: 0.46875rem 0.46875rem 0 0;
}
.sc_reviewPage-tabs-links .item {
    flex: 1;
    text-align: center;
    line-height: 3.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #B4B4B4;
    position: relative;
    border-radius: 0.46875rem 0.46875rem 0 0;
}
.sc_reviewPage-tabs-links .item.active{
    background-color: #fff;
    color: #9254F7;
}
.sc_reviewPage-tabs-links .active.item:before {
    content: "";
    display: inline-block;
    height: 0.3rem;
    width: 14.625rem;
    position: absolute;
    top: -0.14rem;
    left: 50%;
    background-color: #9254F7;
    transform: translateX(-50%);
    border-radius: 1rem;
}
.content_site{
    font-size: 0.84375rem;
    font-family: "Epilogue", serif;
    line-height: 1.65;
}
.content_site ul,.content_site ol{
    padding-left: 1rem;
}
.content_site h3 {
    font-size: 1.125rem;
    font-family: "Unbounded", serif;
    font-weight: 700;
}
.sc_reviewPage-tabs-content {
    padding: 1.3125rem 4.875rem;
    background-color: #fff;
}
.sc_review-alternatives-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    margin-top: 2.625rem;
    line-height: 1.31;
}
.sc_review-ratingStar-result-title{
    font-weight: 700;
    font-size: 1.875rem;
    color: #000;
    line-height: 1.31;
    text-align: center;
}
.sc_review-ratingStar-result-text{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.31;
    color: #000;
    text-align: center;
}
.sc_review-alternatives .sc_home-reviews{
    padding-bottom: 4.25rem;
}
.sc_review-item-star{
    unicode-bidi: bidi-override;
    position: relative;
    margin-left: 0.75rem;
    display: inline-block;
}
.sc_review-item-star:before {
    content: "★★★★★";
    color: rgba(201, 201, 201, 1);
    display: flex;
    font-size: 0.9rem;
    overflow: hidden;
}
.sc_review-item-star:after{
    content: "★★★★★";
    color: #ffbf35;
    display: flex;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
}
[data-star^="0.1"]::after,[data-star^=".1"]::after{width:2%}
[data-star^="0.2"]::after,[data-star^=".2"]::after{width:4%}
[data-star^="0.3"]::after,[data-star^=".3"]::after{width:6%}
[data-star^="0.4"]::after,[data-star^=".4"]::after{width:8%}
[data-star^="0.5"]::after,[data-star^=".5"]::after{width:10%}
[data-star^="0.6"]::after,[data-star^=".6"]::after{width:12%}
[data-star^="0.7"]::after,[data-star^=".7"]::after{width:14%}
[data-star^="0.8"]::after,[data-star^=".8"]::after{width:16%}
[data-star^="0.9"]::after,[data-star^=".9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}
.sc_review-item-star img {
    display: none;
}
.sc_reviewPage-topbg:before {
    content: "";
    display: inline-block;
    width: 38.125rem;
    height: 38.125rem;
    background: radial-gradient(50% 50% at 50% 50%, #F2CFE0 0%, #f0f0f0 100%);
    position: absolute;
    right: 0;
    top: -11rem;
    z-index: -1;
}
.sc_reviewPage-topbg {
    background-image: url(../images/bg-sinlge-review.png);
    width: 22.5rem;
    height: 18.3125rem;
    background-size: cover;
    top: 10rem;
    position: absolute;
}
.sc_reviewPage-tabs-bg-1 {
    width: 16.25rem;
    position: absolute;
    top: 6rem;
    right: -8.125rem;
    z-index: -1;
}
.sc_reviewPage-tabs-bg-2 {
    width: 16.25rem;
    position: absolute;
    top: 47%;
    left: -12rem;
    z-index: 1;
}

.sc_reviewPage{
    position: relative;
    padding-bottom: 30px;
}
.sc_reviewPage:after {
    content: "";
    display: inline-block;
    width: 38.125rem;
    height: 38.125rem;
    background: radial-gradient(50% 50% at 50% 50%, #F2CFE0 0%, #f0f0f0 100%);
    position: absolute;
    right: -2.8125rem;
    bottom: -5.25rem;
    z-index: -1;
}
.btn-write_a_review{
    font-family: "Epilogue", serif;
    line-height: 131%;
    font-size: 1rem;
    line-height: 2.8125;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    box-shadow: 2.25px 3px 3.15px 0px rgba(244, 164, 212, 0.30) inset, 5.25px 5.25px 12.3px 0.75px rgba(213, 118, 251, 0.37);
    color: #fff;
    padding-left: 1.6rem;
    padding-right: 1.4rem;
    border-radius: 3rem;
    display: inline-block;
}
.btn-write_a_review img {
    width: 1.171875rem;
    margin-left: 0.5rem;
    margin-top: -0.4rem;
}
.sc_comment-rating{
    width: 60.3vw;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    gap: 2.2rem;
    justify-content: space-between;
}
.sc_comment-ratingCount .title {
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.31;
    color: #000;
}
.sc_comment-ratingCount .text {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1.31;
    color: #000;
}
.sc_comment-ratingLines .item {
    display: flex;
    align-items: center;
    gap: 0.84375rem;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.sc_comment-ratingLines .line {
    width: 17.5rem;
    background-color: #E0E0E0;
    height: 1rem;
    border-radius: 1rem;
    margin-left: 0.4rem;
}
.sc_comment-ratingLines .count{
    line-height: 1.31;
    font-size: 0.9375rem;
    color: #848484;
}
.sc_comment-ratingLines {
    flex-grow: 1;
    margin-left: 3.4rem;
}
.sc_comment-ratingCount {
    flex: 0 0 8.53125rem;
}







.sc_comment-lists {
    margin: auto;
    width: 83rem;
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.sc_comment-lists .item {
    border: 1px solid #fff;
    background: rgba(248, 248, 248, 0.80);
    border-radius: 1.1185rem;
    overflow: hidden;
    padding: 1.06rem 1.1875rem;
}
.sc_comment-lists .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc_comment-lists .top .name{
    line-height: 2.34375rem;
    background-color: #fff;
    font-size: 1.03125rem;
    padding: 0 1.03125rem;
    border-radius: 0.46875rem 0.46875rem 0 0;
}
.sc_comment-lists .wrapper {
    background-color: #fff;
    padding: 1.03125rem;
    border-radius: 0 0.46875rem 0.46875rem 0.46875rem;
    font-size: 0.84375rem;
    font-family: "Epilogue", serif;
    line-height: 1.65;
    font-style: italic;
    display: flex;
    gap: 1.125rem;
    color: #000;
}
.sc_comment-lists .wrapper .avatar {
    flex: 0 0 4.125rem;
    overflow: hidden;
    height: 4.125rem;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    position: relative;
    border-radius: 5px;
}
.avatarText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-style: normal;
    font-weight: bold;
}
.sc_comment-lists .wrapper .avatar img{
    width: 4.125rem;
    height: 4.125rem;
    object-fit: cover;
    border-radius: 0.234375rem;
}
.sc_slide-commentList{
    padding-bottom: 7.5rem;
    padding-top: 6.5rem;
}
.sc_home-reviews-choose-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.75rem;
}
.sc_home-reviews-chooseRating {
    width: 8.578125rem;
    padding: 0.325rem 2rem;
    background-color: #fff;
    border-radius: 1.5rem;
}
.sc_home-reviews-choose-box .sc_home-reviews-choose{
    margin-top: 1.0625rem;
}
.sc_comment-lists-link {
    display: inline-block;
    width: 1.1rem;
    margin-top: 1rem;
}
.sc_comment-ratingLines .line{
    position: relative;
}
.sc_comment-ratingLines .line .rate {
    display: inline-block;
    position: absolute;
    line-height: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(143, 97, 248, 1);
    border-radius: 1rem;
    min-width: 7%;
}
.sc_comment-ratingLines .line .rate:after{
    content: "";
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem;
    background-color: rgba(143, 97, 248, 1);
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
body.single-review .searchTrigger img,
body.single-post .searchTrigger img,
body.archive.category .searchTrigger img,
body.archive.author .searchTrigger img,
body.search-results .searchTrigger img,
body.page-template-default .searchTrigger img{
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}
.sc_singlePostWrapper{
    width: 65.5rem;
    margin-left: 17.5rem;
}

.sc_singlePost-cat {
    font-size: 1.125rem;
    color: #585858;
    font-weight: 400;
    line-height: 1.65;
}
.sc_singlePost-title {
    font-size: 2.109375rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2436;
    margin-top: 0.1875rem;
}
.sc_singlePostWrapperTop{
    margin-left: 17.5rem;
    width: 40.5rem;
    margin-top: 4.03625rem;
}
.sc_singlePost-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}
.sc_singlePost-meta .sc_news-time {
    font-size: 1rem;
    gap: 0.75rem;
}
.sc_news-time img{
    width: 1.125rem;
}
.sc_singlePost-meta-right {
    color: #757575;
    font-family: "Epilogue", serif;
}
.sc_singlePost-meta-right a{
    color: #242424;
    font-weight: 500;
}
.sc_singlePostThumbnail {
    height: 22.5rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.sc_singlePostWrapper {
    width: 65.5rem;
    margin-left: 17.5rem;
    display: flex;
    gap: 8.53125rem;
}
.sc_singlePostWrapper-right {
    flex: 0 0 16.265625rem;
}
.sc_singlePostWrapper-left {
    flex-grow: 1;
}
.most_popular-list .item {
    background-color: #fff;
    border-radius: 0.9248125rem;
    padding-top: 0.515625rem;
    padding-left: 1.131875rem;
    padding-right: 1.131875rem;
    padding-bottom: 1.546875rem;
    margin-bottom: 0.75rem;
}
.most_popular-list .top {
    display: flex;
    align-items: center;
    gap: 0.680625rem;
}
a.most_popular-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 1.4843125rem;
    flex: 0 0 1.4843125rem;
}
.most_popular-avatar img{
    object-fit: cover;
    width: 1.4843125rem;
    height: 1.4843125rem;
}

.most_popular-name {
    font-size: 0.9864375rem;
    color: #4E4E4E;
    font-family: "Epilogue", serif;
}
.most_popular-heading{
    margin-top: 1.24125rem;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.31;
    color: #000;
    display: inline-block;
}
.most_popular-title {
    font-size: 1.03125rem;
    font-weight: 500;
    line-height: 1.31;
    margin-bottom: 1.125rem;
    color: #000;
}
.sc_singlePostWrapperMain {
    display: flex;
    gap: 2.25rem;
}
.sc_singlePostWrapperMain .sc_right{
    color: #181818;
    line-height: 1.65;
    font-size: 0.84375rem;
    font-weight: 400;
    font-family: "Epilogue", serif;
    margin-top: 1rem;
    width: 33.75rem;
}
.sc_singlePostWrapperMain .socialBox-wrapper{
    margin-top: 1rem;
}
.sc_singlePost-content ul,.sc_singlePost-content ol,.content_site ul,.content_site ol{
    padding-left: 1.5rem;
}
.sc_singlePost-content h2,.content_site h2 {
    font-size: 1.5rem;
    font-weight: 700;
}
span.ez-toc-title-toggle {
    display: none !important;
}
div#ez-toc-container .ez-toc-title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Epilogue", serif;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    overflow: hidden; 
}
div#ez-toc-container.toc_close .ez-toc-title{
    text-indent: -1000px;
}
#ez-toc-container {
    background: rgba(248, 248, 248, 0.8) !important;
    margin-bottom: 1.734375rem !important;
    padding: 1.125rem 1.359375rem !important;
    border: 0.111875rem solid #fff;
    border-radius: 0.9375rem;
}
div#ez-toc-container .ez-toc-title:before {
    width: 2.15625rem;
    height: 2.15625rem;
    content: "";
    display: inline-block;
    background-image: url(../images/toc-2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
div#ez-toc-container.toc_close .ez-toc-title:before{
    background-image: url(../images/toc-1.png);
}
div#ez-toc-container .ez-toc-title:after {
    height: 1.59375rem;
    width: 0.1875rem;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    left: 3.1rem;
    top: 50%;
    transform: translateY(-50%);
}
.sc_singlePost-content * {
    max-width: 100%;
}
.sc_singlePost-content{
    color: #181818;
}
.sc_singlePost-content h3 {
    border-radius: 0.9375rem;
    font-size: 1.125rem;
    padding: 0.796875rem 1.25rem;
    background: rgba(248, 248, 248, 0.80);
    box-shadow: 0px 3.579px 29.529px 0px rgba(204, 188, 164, 0.10);
    border: 0.111875rem solid #fff;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    font-family: "Epilogue", serif;
    display: flex;
    align-items: center;
}
.sc_singlePost-content h3:before {
    content: attr(title);
    font-size: 1.59375rem;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-right: 0.1875rem solid #fff;
    line-height: 1;
    font-weight: 700;
    padding-right: 0.586875rem;
    margin-right: 0.686875rem;
    font-family: "Unbounded", serif;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 0.65625rem;
    color: #818181;
    margin-top: 0.609375rem;
}
.btnSiteContent{
    display: flex;
    border-radius: 4.6875rem;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    box-shadow: 2.25px 3px 3.15px 0px rgba(244, 164, 212, 0.30) inset, 5.25px 5.25px 12.3px 0.75px rgba(213, 118, 251, 0.37);
    color: #fff !important;
    font-size: 1.3125rem;
    font-family: "Unbounded", serif;
    line-height: 1.31;
    font-weight: 700;
    padding: 1.5rem;
    padding-left: 2.25rem;
    align-items: center;
    gap: 1rem;
    width: max-content;
    padding-right: 2.4375rem;
    position: relative;
    margin: auto;
	margin-bottom: 15px;
}
.btnSiteContent:before{
    content: "";
    display: inline-block;
    border-radius: 75px;
    background: linear-gradient(90deg, #8A71F8 50.54%, #934CF6 100%);
    position: absolute;
    height: calc(100% - 1.7rem);
    width: calc(100% - 2.7rem);
    left: 1.35rem;
    top: 0.85rem;
    border-radius: 4.6875rem;
}
.btnSiteContent img {
    width: 2.4rem;
}
.btnSiteContentBox {
    display: block;
    margin: auto;
}
.btnSiteContent * {
    position: relative;
    z-index: 1;
}


.btnSiteStyleContent{
    display: flex;
    border-radius: 0.703125rem;
    background: linear-gradient(90deg, #7AD7A1 0%, #6095FA 100%);
    color: #fff !important;
    font-size: 0.9375rem;
    font-family: "Unbounded", serif;
    line-height: 1.31;
    padding: 1.5rem;
    padding-left: 2.25rem;
    align-items: center;
    gap: 1rem;
    width: max-content;
    padding-right: 2.4375rem;
    position: relative;
    margin: auto;
}
.btnSiteStyleContent:before{
    content: "";
    display: inline-block;
    border-radius: 0.703125rem;
    background: linear-gradient(89deg, #7AD7A1 9.56%, #75A4FF 100%);
    position: absolute;
    height: calc(100% - 1.6rem);
    width: calc(100% - 2rem);
    left: 1rem;
    top: 0.8rem;
}
.btnSiteStyleContent img {
    width: 2.4rem;
}
.btnSiteStyleContentBox {
    display: block;
    margin: auto;
}
.btnSiteStyleContent * {
    position: relative;
    z-index: 1;
}
#ez-toc-container.toc_close{
    width: 100%;
}
#ez-toc-container .ez-toc-heading-level-2 > a{
    font-size: 0.9375rem;
    font-weight: 700;
    color: #181818;
}
#ez-toc-container .ez-toc-heading-level-3 > a{
    font-size: 0.75rem;
    color: #181818;
}
#ez-toc-container.toc_close > nav {
    padding-left: 4.1rem;
    margin-top: -1.8rem;
}
.single_customer-review .box {
    background-color: #fff;
    display: flex;
    width: max-content;
    align-items: center;
    padding: 0.65625rem 1.359375rem;
    border-radius: 2.5rem;
    gap: 1.921875rem;
    color: #000;
    font-size: 0.84375rem;
    font-family: "Epilogue", serif;
}
.single_customer-review .box .text {
    padding-right: 2.375rem;
    background-image: url(../images/aright.png);
    background-size: 1.3125rem auto;
    background-repeat: no-repeat;
    background-position: center right;
}
.single_customer-review {
    display: flex;
    align-items: center;
    gap: 4.6rem;
    margin-top: 8.625rem;
    margin-bottom: 7.875rem;
}
.single_customer-review .time{
    color: #353535;
    font-size: 1rem;
}
.sc_single-author {
    display: flex;
    gap: 2.484375rem;
    position: relative;
}
.sc_single-author:before{
    width: 50rem;
    height: 50rem;
    content: "";
    display: inline-block;
    background: radial-gradient(50% 50% at 50% 50%, #D6CFF2 0%, #F0F0F0 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.sc_single-author .avatar{
    flex: 0 0 7rem;
}
.sc_single-author .avatar img{
    width: 7rem;
    height: 7rem;
    border-radius: 5px;
    object-fit: cover;
}
.sc_single-author-name {
    font-size: 1.21875rem;
    font-weight: 700;
    color: #000;
    font-family: "Unbounded", serif;
}
.sc_single-author-des {
    font-size: 0.84375rem;
    font-style: italic;
    color: #000;
    margin-top: 0.21875rem;
}
.sc_single-form-question-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.31;
    color: #000;
    font-family: "Unbounded", serif;
    margin-bottom: 1.265625rem;
    margin-top: 4.6rem;
}
.inputForm {
    box-shadow: 1.5px 1.5px 2.85px 0px rgba(0, 0, 0, 0.05) inset;
    background-color: #F6F6F6;
    width: 100%;
    padding: 0 1.3rem;
    border-radius: 0.46875rem;
    backdrop-filter: blur(5.5057291984558105px);
    border: 0;
    font-size: 0.84375rem;
    color: #000;
}
textarea.inputForm{
    padding: 0.46875rem 1.3rem;
    height: 8.4375rem;
}
input.inputForm{
    line-height: 2.8125rem;
}
input.inputForm::-webkit-input-placeholder,textarea.inputForm::-webkit-input-placeholder {color: #ccc;}
input.inputForm:-moz-placeholder,textarea.inputForm:-moz-placeholder {color: #ccc;opacity:1;}
input.inputForm::-moz-placeholder,textarea.inputForm::-moz-placeholder {color: #ccc;opacity:1;}
input.inputForm:-ms-input-placeholder,textarea.inputForm:-ms-input-placeholder {color: #ccc;}
.sc_single-form-re {
    display: flex;
    gap: 0.609375rem;
}
.btnStyleSite{
    display: flex;
    border-radius: 100px;
    width: max-content;
    color: #fff;
    font-family: "Unbounded", serif;
    position: relative;
    line-height: 1.31;
    background: var(--Diddy, linear-gradient(90deg, #8A71F8 4.88%, #934CF6 100%));
    box-shadow: 2.25px 3px 3.15px 0px rgba(244, 164, 212, 0.30) inset, 5.25px 5.25px 12.3px 0.75px rgba(213, 118, 251, 0.37);
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border: 0;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}
.btnStyleSite *{
    z-index: 1;
    position: relative;
}
.btnStyleSite.epi{
    font-family: "Epilogue", serif;
}
.btnStyleSite:before {
    content: "";
    display: inline-block;
    border-radius: 100px;
    background: linear-gradient(90deg, #8A71F8 50.54%, #934CF6 100%);
    position: absolute;
    height: 70%;
    width: 80%;
    left: 10%;
    top: 15%;
}
.btnStyleSite img{
    width: 1.3125rem;
}
.sc_single-form button{
    margin-top: 1.5rem;
}
form.sc_single-form {
    padding-left: 7rem;
}
.sc_singlePostMain{
    position: relative;
    padding-bottom: 23.125rem;
}
.sc_singlePostMain:before{
    content: "";
    display: inline-block;
    background-image: url(../images/uon-luon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    bottom: 0;
    line-height: 0;
    width: 73rem;
    height: 24rem;
}
.sc_singlePostMain-bg-0{
    width: 16.25rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.sc_singlePostMain-bg-1{
    width: 16.25rem;
    position: absolute;
    top: 11rem;
    right: -2.125rem;
    z-index: -1;
}
.sc_singlePostMain-bg-2 {
    width: 16.25rem;
    position: absolute;
    top: 66rem;
    left: -6.125rem;
    z-index: -1;
}
body.single-post{
    background-image: url(../images/cr0.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 88rem auto;
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0;
}
.searchMenu{
    display: none;
}
.sc_reviewPage-tabs-heading {
    border-bottom: 0.09375rem solid #eee;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.boxAuthor-review {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    font-weight: 600;
    font-size: 0.9375rem;
    font-family: "Epilogue", serif;
}
.boxAuthor-review .pic{
    flex: 0 0 2.15625rem;
}
.boxAuthor-review .pic img{
    border-radius: 50%;
    height: 2.15625rem;
    width: 2.15625rem;
    object-fit: cover;
}
.boxAuthor-review-time {
    font-size: 0.84375rem;
    color: #4E4E4E;
    font-family: "Epilogue", serif;
    margin-top: 2rem;
}
.sc_review-item-cat {
    position: relative;
}
.sc_review-item-cat2 {
    margin-right: 1rem;
}
.archive-item-top{
    position: relative;
    display: block;
}
.archive-item-top img.thumbnail {
    object-fit: cover;
    width: 100%;
    height: 25rem;
}
.archive-item-top .box {
    position: absolute;
    color: #fff;
    padding: 20px;
    font-size: 0.7rem;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
    font-family: "Epilogue", serif;
    width: 100%;
}
.archive-item-top .name {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-top: 0.5rem;
}
.archive-item-top .nameCat,.archive-item-top2 .nameCat,.archive-item-loop .nameCat{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.archive-item-top2 .thumbnail {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}
.archive-item-loop .thumbnail {
    width: 25rem;
    height: 15rem;
    object-fit: cover;
    flex: 0 0 25rem;
}
.archive-item-top2 .box,.archive-item-loop .box{
    font-size: 0.7rem;
    color: #777;
    font-family: "Epilogue", serif;
    margin-top: 10px;
}
.archive-item-top2 .name,.archive-item-loop .name{
    color: #000;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 800;
    margin-top: 8px;
}
.archive-item-top2 {
    display: block;
    margin-top: 20px;
}
.archive-item-loop {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.archive-item-loop .des {
    font-family: "Unbounded", serif;
    font-size: 0.85rem;
    font-weight: 300;
    margin-top: 10px;
}
h2.mvp-widget-home-title {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
h2.mvp-widget-home-title:before {
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    height: 1px;
    z-index: 0;
}
span.mvp-widget-home-title {
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    transform: skewX(-15deg);
    z-index: 1;
    background: #ff005b;
}
.rowArchive{
    margin-left: -10px;
    margin-right: -10px;
}
.rowArchive > *{
    padding-left: 10px;
    padding-right: 10px;
}
.rowArchiveDes {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
}
.allToolsEmpty {
    color: #fff;
    text-align: center;
    width: 200%;
}
.searchTrigger.showCase {
    width: auto;
    box-shadow: 0 0 2px;
}
.searchTrigger input {
    background: transparent;
    border: 0;
    font-size: 0.75rem;
    padding: 0 10px;
    box-shadow: 0 0 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 0;
    opacity: 0;
    color: #fff;
}
.searchTrigger.showCase input{
    width: 200px;
    opacity: 1;
}
body.single-review .searchTrigger input,
body.single-post .searchTrigger input,
body.archive.category .searchTrigger input,
body.archive.author .searchTrigger input,
body.search-results .searchTrigger input,
body.page-template-default input{
    color: #000;
}

body.single-review .searchTrigger input::-webkit-input-placeholder,
body.single-post .searchTrigger input::-webkit-input-placeholder,
body.archive.category .searchTrigger input::-webkit-input-placeholder,
body.archive.author .searchTrigger input::-webkit-input-placeholder,
body.search-results .searchTrigger input::-webkit-input-placeholder,
body.page-template-default .searchTrigger input::-webkit-input-placeholder{
    color: #000;
}
body.single-review .searchTrigger input:-moz-placeholder,
body.single-post .searchTrigger input:-moz-placeholder,
body.archive.category .searchTrigger input:-moz-placeholder,
body.archive.author .searchTrigger input:-moz-placeholder,
body.search-results .searchTrigger input:-moz-placeholder,
body.page-template-default .searchTrigger input:-moz-placeholder{
    color: #000;opacity:1;
}
body.single-review .searchTrigger input::-moz-placeholder,
body.single-post .searchTrigger input::-moz-placeholder,
body.archive.category .searchTrigger input::-moz-placeholder,
body.archive.author .searchTrigger input::-moz-placeholder,
body.search-results .searchTrigger input::-moz-placeholder,
body.page-template-default .searchTrigger input::-moz-placeholder{
    color: #000;opacity:1;
}
body.single-review .searchTrigger input:-ms-input-placeholder,
body.single-post .searchTrigger input:-ms-input-placeholder,
body.archive.category .searchTrigger input:-ms-input-placeholder,
body.archive.author .searchTrigger input:-ms-input-placeholder,
body.search-results .searchTrigger input:-ms-input-placeholder,
body.page-template-default .searchTrigger input:-ms-input-placeholder{
    color: #000;
}
.searchTrigger input::-webkit-input-placeholder{color: #fff;}
.searchTrigger input:-moz-placeholder{color: #fff;opacity:1;}
.searchTrigger input::-moz-placeholder{color: #fff;opacity:1;}
.searchTrigger input:-ms-input-placeholder{color: #fff;}
.wp-pagenavi {
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 30px;
}
.sc_reviewPage-tabs-content{
    display: none;
}
.sc_reviewPage-tabs-content.active{
    display: block;
}
.sc_news-items a.pic img {
    width: 100%;
    object-fit: cover;
    height: 10rem;
}
.sc_singlePostMain .sc_slide-commentList {
    padding-bottom: 0!important;
}
.sc_single-form-rating {
    display: inline-block;
    background-color: #F6F6F6;
    box-shadow: 1.5px 1.5px 2.85px 0px rgba(0, 0, 0, 0.05) inset;
    padding: 5px 30px;
    border-radius: 30px;
    margin-bottom: 0.609375rem;
}
.sc_single-form-rating .sc_review-item-star:before,.sc_single-form-rating .sc_review-item-star:after{
    font-size: 20px;
}
.sc_review-rating-star {
    font-size: 20px;
    color: #c9c9c9;
}
.sc_review-rating-star i{
    cursor: pointer;
}
.sc_review-rating-star:hover i,.sc_review-rating-star.selected i{
    color: #ffbf35;
}
.sc_review-rating-star i:hover ~ i,.sc_review-rating-star.selected i.select ~ i{
    color: #c9c9c9;
}
#sc_single-form-review {
    width: 60.3vw;
    margin: auto;
    max-width: calc(100% - 30px);
    display: none;
}
#sc_single-form-review.active{
    display: block;
}
.sc_review-item-cat{
    color: #000;
}
.sc_review-item-viewmore:hover,.sc_review-item-cat:hover{
    color: #9778d1;
}
.sc_review-item-viewmore:hover:after,.sc_review-item-cat:hover img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(16%) saturate(1532%) hue-rotate(217deg) brightness(86%) contrast(90%);
}
.sc_singlePost-content table,.content_site table {
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.sc_singlePost-content td:first-child,.sc_singlePost-content th:first-child,.content_site td:first-child,.content_site th:first-child {
    padding-left: 0;
}
.sc_singlePost-content td, .sc_singlePost-content th,.content_site td, .content_site th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
    color: #666;
    border: 1px solid #ddd;
    padding: 5px !important;
}
.sc_singlePost-content td .label,.sc_singlePost-content td dl,.sc_singlePost-content td form,.sc_singlePost-content td input,.sc_singlePost-content td label,.sc_singlePost-content td p,.sc_singlePost-content td select {
    margin: .5em 0;
}
.accordion-inner{
    display: none;
    padding: 1em 2.3em;
}
.accordion-title {
    border-top: 1px solid #ddd;
    display: block;
    font-size: 110%;
    padding: .6em 0.3em;
    position: relative;
    transition: border .2sease -out, background-color .3s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.accordion-title.active{
    background-color: rgba(0, 0, 0, .03);
    border-color: #446084;
    color: #446084;
    font-weight: 700;
    border-color: #008cb2;
    color: #008cb2;
}
a.plain {
    color: currentColor;
    transition: color .3s, opacity .3s, transform .3s;
}
.sc_singlePost-content a,.content_site a {
    color: #9254F7;
    font-family: "Epilogue", sans-serif !important;
}
.sc_singlePost-content .accordion p:empty,.sc_singlePost-content .accordion br{
   display: none;
}
.accordion-inner {
    padding: 10px;
}
.sc_singlePost-content p,.content_site p {
    margin-bottom: 10px;
}
.content_site * {
    max-width: 100%;
}
.sc_review-item-cat:nth-child(2) {
    padding-right: 1rem;
}
.sc_singlePost-content table, .content_site table{
    table-layout: fixed;
}