/*--- reset css----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    cursor: default;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
    cursor: pointer;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p {
    word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--- common ---- */
body {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #FFF;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
}
.container {
    width: 1630px; 
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}
.ttl-48 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px; 
    text-transform: uppercase;
}
.ttl-34 {
    color: #5C18DD;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}
.ttl-60 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}
.ttl-16 {
    color: #5C18DD;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.ttl-44 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}
.ttl-44.txt-pink {
    color:#FF2EDF;
}
.ttl-44 small {
    color:#5C18DD;
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-transform: initial;
}
.ttl-26 {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
}
.ttl-40 {
    color: #5C18DD;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}
.ttl-40 .color-pink {
    color: #FF2EDF;
}
.px-142 {
    padding: 0 142px;
}
.px-128 {
    padding: 0 128px;
}
.px-60 {
    padding: 0 60px;
}
.px-40 {
    padding: 0 40px;
}
.pink {
    color: #FF2EDF;
}
.txt-yellow_light {
    color: #FFE900;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.min-w-110 {
    min-width: 110px;
}
.btn-small {
    min-width: 324px;
}
.purpule-color {
    color: #5C18DD;
}
.txt-yellow {
    color: #FFE204;
}
.mb-64 {
    margin-bottom: 64px;
}
.ml-58 {
    margin-left: 58px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-32 {
    margin-left: 32px;
}
.mb-46px {
    margin-bottom: 46px !important;
}
.ml-44 {
    margin-left: 44px;
}
.ml-58 {
    margin-left: 58px;
}
.text-right {
    text-align: right;
}
.show-pc {
    display: block !important;
}
.show-mobile {
    display: none !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.pointer {
    cursor: pointer;
}
.btn {
    border-radius: 52px;
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    height: 60px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-detail {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 68px;
    background: #FFB400;
    height: 36px;
    padding: 0 18px 0;
}
.btn-fz14 {
    font-size: 14px;
    padding: 0 20px;
    height: 29px;
    white-space: nowrap;
    text-transform: capitalize;
}
.form-control {
    margin-bottom: 20px;
}
.form-control input, .form-control select {
    border-radius: 8px;
    border: 1px solid #CCC;
    padding: 0 20px;
    height: 52px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.6px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Montserrat';
}
.form-control input:focus, .form-control select:focus {
    border: 1px solid #222;
    outline: none;
}
.form-control select:focus {
    border: 1px solid #ccc;
    outline: none;
}
.error-message span {
    color: #FF2361;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
    display: block;
}
.error-message {
    text-align: left;
    margin-top: 8px;
    margin-left: 15px;
}
.btn-submit {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 68px;
    background: #000;
    padding: 15px 62px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}
.pd-0 {
    padding: 0;
}
.btn-pink {
    background: #FF2EDF;
}
.text-center {
    text-align: center;
}
/*---- header----*/
.header {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 4px 30px 6px;
    box-sizing: border-box;
}
.header-nav  {
    display: flex !important;
    margin-top: 5px;
}
.header-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: -10px;
}
.header-nav li a {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    display: inline-block;
}
.header-nav li a {
    margin-left: 70px;
}
.header-nav li:first-child a{
    margin-left: 0;
}
/*---- end header----*/
/*---- home success----*/
.home-success {
    background-image: linear-gradient(134deg, #000 0.55%, #5B18DC 23.15%, #FFF 102.92%);
    position: relative;
    padding: 340px 0 190px;
}
.home-success::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/wave_success.svg") no-repeat;
    background-size: cover;
}
.home-success h1 {
    display: inline-block;
    margin-bottom: 33px;
    position: relative;
}
.success-ct {
    position: relative;
}
.success-ct .txt {
    font-size: 36px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    cursor: default;
}
.success-ct .img {
    margin-bottom: 6px;
    display: block;
}
.success-ct .pointer {
    text-decoration: none;
    display: inline-block;
}
.success-ct p {
    font-size: 24px;
    font-weight: 400; 
    margin-bottom: 150px;
    letter-spacing: 0.2px;
    cursor: default;
}
.success-ct .txt-small {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
}
.home-success .ttl-48 {
    color: #FCFF18;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    position: relative;
     cursor: default;
}
/*---- end home success----*/
.kamu {
    background-image: linear-gradient(134deg, #000 0.55%, #5B18DC 23.15%, #FFF 102.92%);
    position: relative;
    padding: 164px 0 80px;
    overflow: hidden;
    margin-top: 99px;
}
.kamu .ttl-48 {
    margin-top: -10px;
    margin-bottom: 7px;
}
.kamu .wrap-col {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 82px;
   padding: 0 124px 0 126px;
}
.kamu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/wave_pattern.svg") no-repeat;
    background-size: cover;
}
.gunakan .small-text {
    color: #5C18DD;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 80px;
    letter-spacing: 0.26px;
}
.gunakan {
    padding: 80px 0;
}
.gunakan .ttl-34 {
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}
.gunakan .txt {
    color: #5C18DD;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    letter-spacing: 0.26px;
}
.sec-slide-influencer {
    position: relative;
    background-image: linear-gradient(135deg, #000 -17.24%, #5B18DC 21.14%, #FFF 156.59%);
    padding: 80px 0 120px;
    overflow: hidden;
}
.list-category .list-category-item .show-pc {
    display: flex !important;
  }
.sec-slide-influencer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    background: url("../images/wave_slide_influencer.png") no-repeat;
    background-size: cover;
    height: 592px;
}
.sec-slide-influencer .ttl-60 {
    margin-bottom: 53px;
}
.sec-slide-influencer .list-category.show-pc {
    display: grid !important;
    grid-template-columns:  1fr 1fr 1fr;
    row-gap: 30px;
    text-align: center;
    column-gap: 46px;
    max-width: 850px;
    margin: 0 auto 30px;
}
.solusi-revu-body .item-card img.show-pc {
    display: inline-block !important;
    margin-left: 28px;
    margin-bottom: 4px;
}
.solusi-revu-body .item-card.item-card-last img.show-pc {
    margin-bottom: 10px;
}
.solusi-revu-body .item-card.item-card-last .btn-detail img.show-pc {
    margin-bottom: 0;
}
.solusi-revu-body .item-card.item-card-last p {
    margin-bottom: 8px;
}

.wrap-list-cate {
    margin-left: -46px;
}
.sec-slide-influencer .list-category .list-category-item:last-child .list-category-item-link img {
    margin-bottom: 20px;
}
.sec-slide-influencer .list-category .list-category-item:first-child {
    margin-left: 8px;
}
.sec-slide-influencer .list-category .list-category-item:nth-of-type(2) {
    margin-left: 20px;
}
.sec-slide-influencer .list-category .list-category-item:last-child{
    margin-top: 8px;
    padding-left: 23px;
}
.sec-slide-influencer .list-category .list-category-item:last-child img {
    margin-bottom: 14px;
}
.sec-slide-influencer .list-category .list-category-item a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.sec-slide-influencer .list-category img {
    display: block;
    margin-bottom: 14px;
    cursor: pointer;
}
.sec-slide-influencer .container {
    max-width: 1128px;
    margin: 0 auto;
}
.sec-slide-influencer .slick-prev {
    background: url("../images/arrow_pre.svg") no-repeat;
    left: -66px;
    top: 50%;
    transform: translateY(-45%);
}
.sec-slide-influencer .slick-next {
    background: url("../images/arrow_next.svg") no-repeat;
    right: -66px;
    top: 50%;
    transform: translateY(-45%);
}
.sec-slide-influencer .slick-arrow {
    height: 40px;
    width: 21px;
}
.sec-slide-influencer .slick-arrow::before {
    display: none;
}
.sec-slide-influencer img {
    border-radius: 4px;
    display: block;
}
.slider-influencer {
    max-width: 1100px;
}
.sec-revu-akan {
    background-image: linear-gradient(138deg, #000 -25.95%, #5B18DC 7.6%, #FFF 126.02%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.sec-revu-akan .container {
    padding: 0 120px;
    width: 1380px;
}
.sec-revu-akan .ttl-60 {
    margin-bottom: 100px;
}
.sec-revu-akan .wrap-info {
    display: flex;
    margin-bottom: 100px;
}
.sec-revu-akan .wrap-info .card:nth-of-type(2) .wrap-icon {
    margin-bottom: 42px;
}
.sec-revu-akan .wrap-info .card {
    background-color: rgba(255, 255, 255, 0.82);
    border-radius: 50px;
    padding: 22px 35px 63px 34px;
    width: 427px;
    margin-left: 48px;
    letter-spacing: 0.3px;
}
.sec-revu-akan::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/wave-revu-akan.png") no-repeat;
    background-size: cover;
}
.sec-revu-akan .wrap-info .card:first-child {
    margin-left: 0;
}
.sec-revu-akan .wrap-info .card p {
    color: #5C18DD;
    text-align: center;
    font-size: 22.453px;
    font-weight: 600;
    line-height: 29px
}
.sec-revu-akan .txt-card {
    font-weight: 800;
    color: #5C18DD;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 29px; 
    text-align: center;
    display: block;
    margin: 20px 0;
    letter-spacing: 0.6px;
}
.sec-revu-akan .wrap-icon {
    display: flex;
    margin-bottom: 27px;
}
.wrap-icon span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: 8px;
}
.wrap-icon span:first-child {
    margin-left: 0;
}
.wrap-icon .red {
    background: red;
}
.wrap-icon .yellow {
    background: #FFF600;
}
.wrap-icon .green {
    background: #0CFF00;
}
.sec-sebelum-slide {
    padding: 120px 100px 114px;
    position: relative;
    overflow: hidden;
}
.sec-sebelum-slide .slider-sebelum-second .wrap-header {
    margin-left: 0;
}
.sec-sebelum-slide .container {
    max-width: 1424px;
}
.sec-sebelum-slide::before {
    content: "";
    position: absolute;
    top: 226px;
    right: 0;
    background: url("../images/wave_sebelum_slide.png") no-repeat;
    height: 310px;
    background-size: contain;
    width: 870px;
}
.sec-sebelum-slide::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    background: url("../images/wave-solusi.png") center 0 no-repeat;
    height: 862px;
    background-size: cover;
}
.wrap-sebelum-slide .wrap-header {
    display: flex;
    align-items: center;
    margin-bottom: 41px;
    margin-left: 20px;
}
.wrap-sebelum-slide {
    margin-bottom: 142px;
    max-width: 1300px;
    padding-left: 62px;
}
.wrap-sebelum-slide .text {
    font-size: 26px;
    font-weight: 600;
    color: #5C18DD;
    line-height: 39px;
    margin-left: 60px;
    letter-spacing: -0.5px;
}
.wrap-sebelum-slide  .slider-content {
    color: #5C18DD;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
}
.wrap-sebelum-slide  .slider-content p {
    margin-bottom: 35px;
    font-size: 25px;
}
.wrap-sebelum-slide .slider-sebelum-second .text{
    letter-spacing: -1px;
}
.wrap-sebelum-slide .slider-sebelum-second .text {
    margin-left: 40px;
} 
.wrap-sebelum-slide .slider-sebelum  .wrap-header img {
    border-radius: 4px;
}
.wrap-sebelum-slide .slider-sebelum-second p {
    letter-spacing: -0.4px;
    margin-bottom: 40px;
}
.wrap-sebelum-slide .slider-sebelum-third .wrap-header {
    margin-left: 0;
}
.wrap-sebelum-slide  .slider-content .txt-bold {
    font-size: 26px;
    letter-spacing: 0.3px;
}
.wrap-sebelum-slide .txt-bold {
    font-weight: 600;
}
.wrap-sebelum-slide .slick-prev {
    background: url("../images/arrow_pre_black.svg") no-repeat;
    top: 45.3%;
    left: -18px;
}
.wrap-sebelum-slide .slick-next {
    background: url("../images/arrow_pre_black.svg") no-repeat;
    transform: rotate(180deg);
    top: 43%;
    right: -142px;
}
.wrap-sebelum-slide .slick-arrow::before {
    display: none;
}
.wrap-sebelum-slide .slick-arrow {
    width: 21px;
    height: 40px;
}
.solusi-revu {
    border: 12px solid #5C18DD;
    padding: 35px 88px 58px;
    position: relative;
    z-index: 1;
}
.solusi-revu .ttl-60 {
    margin-bottom: 18px;
}
.solusi-revu .btn {
    height: 54px;
    font-size: 20px;
    cursor: default;
}
.solusi-revu-body .item.img {
    margin-top: 20px;
    margin-left: 0;
}
.solusi-revu-body .item {
    margin-left: 101px;
}
.solusi-revu .solusi-revu-body .btn-detail {
    height: 36px;
    font-size: 16px;
    margin-left: 0;
    cursor: pointer;
    margin-top: -2px;
}

.solusi-revu .solusi-revu-body .btn-detail img {
    margin-left: 7px;
    margin-top: 4px;
    cursor: pointer;
}
.solusi-revu-body .item-card:last-child .ttl-16 {
    margin-bottom: 29px;
}
.solusi-revu-body .item-card:last-child .img-flatform {
    margin-bottom: 11px;
}
.solusi-revu-body .item-card:last-child .list-info {
    margin-left: 28px;
    margin-bottom: 5px;
}
.solusi-revu-body .item-card:last-child .btn-detail {
    margin-left: -6px;
    padding-right: 18px;
}
.solusi-revu-body .item-card:last-child img {
    margin-left: 8px;
}
.solusi-revu-body .item-card {
    border-radius: 46px;
    background: #fff;   
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 23px 0 29px;
    min-width: 257px;
}
.solusi-revu-body {
    display: flex;
    align-items: start;
}
.solusi-revu-body .item-card p {
    color: #5C18DD;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.solusi-revu-body .item-card .ttl-16 {
    margin-bottom: 14px;
}
.solusi-revu-body .item-card:nth-of-type(3) .ttl-16 {
    margin-bottom: 30px;
}
.solusi-revu-body .item-card:nth-of-type(3) .img-flatform {
    margin-bottom: 10px;
}
.solusi-revu-body .item-card:nth-of-type(3) .list-info {
    margin-left: 28px;
    margin-bottom: 5px;
}
.solusi-revu-body .item-card .img-flatform {
    margin-bottom: 6px;
    margin-left: 22px;
}
.solusi-revu-body .item-card .list-info li {
    color: #5C18DD;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    position:relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.solusi-revu-body .item-card .list-info li::before {
    width: 6px;
    height: 6px;
    background: #FF2EDF;
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 50%;
}
.solusi-revu-body .item-card .list-info {
    text-align: left;
    margin-bottom: 33px;
    margin-left: 43px;
}
.sec-platform {
    background-image: linear-gradient(138deg, #000 -16.38%, #5B18DC 33.96%, #FFF 160.83%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.sec-platform .btn {
    letter-spacing: 0.2px;
}
.sec-platform .container {
    padding-left: 263px;
}
.sec-platform::before {
    content: "";
    position: absolute;
    top: 16%;
    right: 0;
    background: url(../images/wave-platform.png) no-repeat;
    height: 614px;
    background-size: cover;
    width: 100%;
}
.sec-platform .ttl-44 {
    margin-bottom: 140px;
}
.sec-platform .list-partner-first {
    margin-bottom: 80px;
    margin-left: 12px;
}
.sec-platform .list-partner-first img {
    vertical-align: middle;
}
.sec-platform .list-partner-first .pt-10 {
    display: inline-block;
    padding-top: 10px;
}
.sec-platform .list-partner {
    margin-bottom: 144px;
}
.sec-kalau {
    background-image: linear-gradient(138deg, #000 -16.38%, #5B18DC 33.96%, #FFF 160.83%);
    padding: 80px 0 15px;
    overflow: hidden;
}
.sec-kalau .ttl-44 {
    margin-bottom: 10px;
    line-height: 61px;
    letter-spacing: 0.3px;
}
.wrap-sebelum-slide_m {
    display: none;
}
.sec-kalau .container {
    padding-right: 124px;
    box-sizing: border-box;
}
.sec-kalau p {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 66px;
    letter-spacing: 0.13px;
}
.sec-kalau .btn {
    margin-bottom: 20px;
}
.sec-kalau .text-small {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.sec-bantu-saya {
    background: #FF2EDF;
    padding: 80px 0 93px;
}
.sec-bantu-saya .ttl-26 {
    margin-bottom: 34px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.list-media-social {
    display: flex;
    justify-content: center;
}
.list-media-social li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 68px;
    background: #5C18DD;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.list-media-social li:first-child {
    margin-left: 0;
}
.list-media-social li {
    margin-left: 20px;
}
.sec-hasilnya {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.sec-hasilnya .btn.show-pc {
    display: inline-flex !important;
}
.sec-hasilnya .container {
    padding: 0 110px 0 90px;
    box-sizing: border-box;
}
.sec-hasilnya .wrap-banner {
    display: flex;
    border-radius: 35px;
    border: 2px solid #5C18DD;
}
.sec-hasilnya .col-right p {
    color: #5C18DD;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
}
.sec-hasilnya .col-left img {
    display: block;
}
.sec-hasilnya .col-right {
    padding: 50px 55px 46px 40px;
}
.sec-hasilnya .col-right .ttl-40 {
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}
.sec-hasilnya .btn {
    letter-spacing: 0.36px;
}
.sec-hasilnya::before {
    content: "";
    position: absolute;
    bottom: 90px;
    right: 0;
    background: url("../images/wave_hasilnya.png") no-repeat;
    height: 277px;
    background-size: cover;
    width: 850px;
}
.sec-apa-ekspektasi {
    background: #5C18DD;
    padding: 80px 0;
}
.sec-apa-ekspektasi .ttl-26 {
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}
.list-expectations {
    display: flex;
    justify-content: center;
}
.list-expectations li a {
    height: 54px;
    font-size: 20px;
}
.list-expectations li:first-child {
    margin-left: 0;
}
.list-expectations li {
    margin-left: 20px;
}
.sec-mau-kenal .ttl-44{
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 80px;
    letter-spacing: 0.3px;
}
.sec-mau-kenal {
    padding: 63px 0 120px;
}
.form-contact {
    max-width: 440px;
    margin: 0 auto;
}
.form-contact .btn-submit {
    margin-top: 21px;
}
.form-contact .form-select select {
 /*for firefox*/
 -moz-appearance: none;
 /*for chrome*/
 -webkit-appearance:none;
 appearance: none;
 background: url("../images/arrow-down.svg") right 20px center no-repeat;
 color: #222;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 100%;
 cursor: pointer;
 padding-right: 40px;
}
.form-contact .form-select select option {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #000;
}
.error-message {
    display: none;
}
footer {
    background: #000;
    padding: 64px 145px 80px 142px;
    position: relative;
    overflow: hidden;
}
.footer-ct {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-ct .col-left {
    margin-top: 7px;
}
.footer-ct .col-center {
    margin-top: 90px;
    margin-left: -107px;
}
.footer-ct .col-left .logo {
    margin-bottom: 22px;
}
.col-center {
    display: flex;
}
.col-center .item {
    display: flex;
}
.col-right .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
    text-decoration: none;
}
.col-right .item img {
    cursor: pointer;
}
.footer-ct .col-left .txt-copyright {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1px;
}
.wrap-sebelum-slide_m .slick-arrow{
    display: none !important;
}
.col-center .item {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
    padding-right: 20px;
    position: relative;
}
.col-center .item::before {
    width: 1px;
    height: 20px;
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    background: #fff;
}
.col-center .item:first-child:before {
    display: none;
}
.col-center .item:first-child {
    margin-left: 0;
}
.col-center .item:last-child {
    border-right: none;
    padding-right: 0;
}
.col-center .txt-purpule {
    color: #9A72FD;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 12px;
}
.footer-ct .col-right {
    margin-top: 24px;
}

.col-right .txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
}
footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(../images/wave_footer.png) no-repeat;
    height: 277px;
    background-size: cover;
    width: 1174px;
}
.icon-what-app {
    position: fixed;
    bottom: 80px;
    right: 75px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s;
}
.icon-what-app.show {
    bottom: 349px;
    transition: all 0.3s;
}
.icon-what-app a {
    display: block;
}


/*---------- Responsive ----------*/
@media only screen and (max-width: 1679px) {
    .container {
        width: 1410px;
        box-sizing: border-box;
    }
    .header-nav li a {
        margin-left: 50px;
    }
    .ttl-48 {
        font-size: 34px;
        line-height: 40px;
    }
    .kamu .wrap-col p {
        font-size: 22px;
    }
    .ttl-34 {
        font-size: 22px;
        line-height: 34px;
    }
    .gunakan .small-text {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .px-142 {
        padding: 0 90px;
    }
    .ttl-60 {
        font-size: 44px;
    }
    .sec-revu-akan .container {
        width: 1180px;
    }
    .sec-revu-akan .wrap-info .card p {
        font-size: 16px;
    }
    .sec-revu-akan .txt-card {
        font-size: 20px;
    }
    .wrap-sebelum-slide .text {
        font-size: 20px;
        margin-left: 40px;
    }
    .wrap-sebelum-slide .slider-content p {
        font-size: 18px;
        letter-spacing: 0.1px;
        margin-bottom: 20px;
    }
    .wrap-sebelum-slide .slider-content {
        font-size: 18px;
    }
    .wrap-sebelum-slide .slider-content .txt-bold {
        font-size: 20px;
    }
    .wrap-sebelum-slide {
        margin-bottom: 100px;
    }
    .sec-sebelum-slide .container {
        width: 1200px;
    }
    .solusi-revu-body .item {
        margin-left: 30px;
    }
    .solusi-revu-body .item-card {
        min-width: 220px;
    }
    .ttl-16, .solusi-revu-body .item-card p,
    .solusi-revu-body .item-card .list-info li,
    .solusi-revu .solusi-revu-body .btn-detail {
        font-size: 13px;
    }
    .sec-platform .container {
        padding-left: 130px;
    }
    .ttl-44 {
        font-size: 36px;
    }
    .sec-platform .ttl-44 {
        margin-bottom: 90px;
    }
    .sec-platform .list-partner-first {
        margin-bottom: 50px;
    }
    .sec-platform .list-partner {
        margin-bottom: 90px;
    }
    .sec-kalau .container {
        padding-right: 170px;
    }
    footer {
        padding: 64px 80px 80px;
    }
    .col-center .item {
        font-size: 14px;
    }
    .col-center .item::before {
        height: 15px;
    }
    .col-center .txt-purpule {
        font-size: 14px;
    }
    .col-right .txt {
        font-size: 14px;
    }
    .wrap-sebelum-slide .slick-next {
        right: 0;
    }
    .ttl-40 {
        font-size: 26px;
    }
    .sec-hasilnya .col-right p {
        font-size: 14px;
    }
  }
@media only screen and (max-width: 1400px) and (min-width: 991px) {
    .container {
        width: 960px;
    }
    .header-nav li a {
        font-size: 17px;
        margin-left: 35px;
    }
    .kamu {
        padding: 100px 0 80px;
    }
    .kamu .wrap-col {
        padding: 0 0 0 10px;
    }
    .ttl-48 {
        font-size: 24px;
        line-height: 36px;
    }
    .kamu .wrap-col p {
        font-size: 18px;
        word-wrap: break-word;
    }
    .btn {
        font-size: 20px;
    }
    .btn-small {
        min-width: 280px;
    }
    .ttl-34 {
        font-size: 20px;
    }
    .gunakan .small-text {
        font-size: 16px;
    }
    .gunakan .txt {
        font-size: 24px;
    }
    .px-142 {
        padding: 0 60px;
    }
    .ttl-60 {
        font-size: 36px;
    }
    .wrap-list-cate .btn {
        font-size: 14px;
    }
    .sec-slide-influencer .container {
        max-width: 960px;
        padding: 0;
    }
    .sec-slide-influencer .slick-next {
        right: 30px;
    }
    .sec-slide-influencer .slick-prev {
        z-index: 9;
        left: 30px;
    }
    .sec-revu-akan .container {
        width: auto;
        padding: 0 30px;
    }
    .sec-revu-akan .wrap-info .card {
        padding: 22px 22px 63px 20px;
        margin-left: 30px;
    }
    .sec-revu-akan .wrap-info .card p {
        font-size: 14px;
    }
    .sec-revu-akan .txt-card {
        font-size: 18px;
    }
    .sec-revu-akan {
        padding: 100px 0;
    }
    .sec-sebelum-slide {
        padding: 100px 40px 100px;
    }
    .wrap-sebelum-slide {
        padding-left: 0;
        max-width: none;
        margin-bottom: 60px;
    }
    .wrap-sebelum-slide .text {
        font-size: 16px;
        margin-left: 20px;
    }
    .sec-sebelum-slide::before {
        top: 290px;
    }
    .wrap-sebelum-slide .slider-content{
        font-size: 16px;
    }
    .wrap-sebelum-slide .slider-content p {
        font-size: 16px;
    }
    .mb-46px {
        margin-bottom: 30px !important;
    }
    .solusi-revu {
        padding: 35px 40px 58px;
    }
    .sec-sebelum-slide .container {
        width: auto;
        max-width: none;
    }
    .solusi-revu-body {
        display: block;
        text-align: center;
    }
    .solusi-revu-body .item {
        margin-bottom: 30px;
    }
    .sec-platform .container {
        padding-left: 60px;
    }
    .sec-kalau .container {
        padding-right: 60px;
    }
    .ttl-44 {
        font-size: 30px;
    }
    .sec-kalau p {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .sec-bantu-saya .ttl-26 {
        font-size: 25px;
    }
    .list-media-social li a {
        font-size: 17px;
    }
    .sec-hasilnya .container {
        padding: 0;
    }
    .sec-hasilnya .col-right {
        padding: 20px 30px 30px 30px;
    }
    .list-expectations li a {
        font-size: 17px;
    }
    footer {
        padding: 64px 20px 80px;
    }
    .footer-ct .col-left .txt-copyright {
        font-size: 13px;
    }
    .footer-ct .col-center {
        margin-left: -50px;
    }
    .col-center .item {
        font-size: 12px;
        padding-right: 12px;
        margin-left: 12px;
    }
    .col-center .item::before {
        left: -12px;
        top: 1px;
    }
    .col-center .txt-purpule {
        font-size: 12px;
    }
}
  @media only screen and (max-width: 768px) {
    .show-mobile {
        display: block !important;
    }
    .show-pc {
        display: none !important;
    }
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .ttl-48 {
        font-size: 30px;
        line-height: 40px;
    }
    .kamu .col-right {
        display: none;
    }
    .kamu .text-center {
        margin-left: -18px;
    }
    .kamu .ttl-48 {
        margin-bottom: 18px;
    }
    .kamu {
        padding: 91px 0 79px;
        margin-top: 80px;
    }
    .kamu .container {
        padding-right: 14px;
    }
    .kamu .wrap-col {
        padding: 0;
        margin-bottom: 50px;
    }
    .kamu .wrap-col p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        margin-left: 2px;
    }
    .btn {
        height: 47px;
        width: 100%;
        font-size: 14px;
    }
    .kamu::before {
        background: url("../images/wave_pattern_m.svg") no-repeat;
        background-size: cover;
        height:620px;
    }
    .ttl-34 {
        font-size: 26px;
        line-height: 38px;
    }
    .gunakan .txt {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .gunakan .ttl-34 {
        margin-bottom: 15px;
    }
    .gunakan .small-text {
        line-height: 24px;
        margin-bottom: 60px;
    }
    .gunakan {
        padding: 60px 0;
    }
    .px-142 {
        padding: 0 20px;
        box-sizing: border-box;
        letter-spacing: -0.8px;
        line-height: 17px;
    }
    .ttl-60 {
        font-size: 32px;
    }
    .sec-slide-influencer {
        padding: 60px 0 80px;
    }
    .sec-slide-influencer::before {
        background: url("../images/wave_slide_influencer_m.svg") no-repeat;
        background-size: cover;
        height: 900px;
        left: 18px;
        width: 339px;
        top: -6px;
    }
    .sec-slide-influencer .list-category.show-mobile {
        display: flex !important;
        overflow-x: auto;
        column-gap: initial;
        margin-left: -23px;
        margin-bottom: 28px;
    }
    .sec-slide-influencer .list-category-item  a {
        display: flex;
        margin-left: 24px;
        flex-direction: initial !important;
    }
    .sec-slide-influencer .list-category-item  {
        display: flex;
    }
    .wrap-list-cate {
        margin-left: 0;
    }
    .sec-slide-influencer .list-category-item:first-child {
        margin-left: -20px;
    }
    .sec-slide-influencer .list-category::-webkit-scrollbar {
        display: none;
    }
    .wrap-list-cate {
        overflow: hidden;
        margin-left: 30px;
    }
    .sec-slide-influencer .list-category .list-category-item:nth-of-type(2) {
        margin-left: 0;
    }
    .sec-slide-influencer .list-category .list-category-item:last-child {
        padding-left: 0;
        margin-top: 0;
    }
    .sec-slide-influencer .slick-next {
        right: 10px;
    }
    .sec-slide-influencer .slick-prev {
        left: 12px;
        z-index: 4;
        transform: translateY(-50%);
        left: 12px;
    }
    .sec-slide-influencer .slick-next{ 
        right: 12px;
        transform: translateY(-50%);
    }
    .sec-slide-influencer .container {
        max-width: 100%;
        padding: 0;
    }
    .btn-fz14 {
        font-size: 10px;
        height: 24px;
    }
    .wrap-slide-influencer {
        padding-left: 32px;
        padding-right: 32px;
    }
    .sec-revu-akan .container {
        width: 100%;
        padding: 0 32px;
    }
    .sec-revu-akan .ttl-60 {
        font-size: 32px;
        margin-bottom: 39px;
    }
    .sec-revu-akan .wrap-info {
        display: block;
        margin-bottom: 30px;
    }
    .sec-revu-akan .wrap-icon {
        margin-bottom: 26px;
    }
    .sec-revu-akan .wrap-info .card {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 40px;
        padding: 24px 22px 50px 30px;
    }
    .sec-revu-akan .wrap-info .card p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.4px;
        margin-bottom: 10px;
    }
    .sec-revu-akan .txt-card {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 11px;
    }
    .sec-revu-akan .wrap-info .card:nth-of-type(2) .wrap-icon {
        margin-bottom: 36px;
    }
    .sec-revu-akan .wrap-info .card:nth-of-type(2) .txt-card {
        margin-bottom: 10px;
    }
    .sec-revu-akan .wrap-info .card:nth-of-type(2) {
        padding: 24px 22px 58px 30px;
    }
    .wrap-icon span {
        width: 10px;
        height: 10px;
    }
    .sec-revu-akan::before {
        background: url("../images/wave-revu-akan_m.png") no-repeat;
        background-size: cover;
        height: 970px;
        width: 360px;
    }
    .sec-sebelum-slide .container {
        max-width: 100%;
        width: 100%;
    }
    .wrap-sebelum-slide {
        padding-left: 0;
        max-width: 100%;
    }
    .sec-sebelum-slide {
        padding: 63px 0 107px;
    }
    .wrap-sebelum-slide {
        display: none;
    }
    .wrap-sebelum-slide_m {
        display: block;
        margin-bottom: 160px !important;
    }
    .wrap-sebelum-slide_m .des {
        color: #5C18DD;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px; 
        letter-spacing: -0.3px;
        margin-bottom: 38px;
    }
    .wrap-sebelum-slide_m .wrap-bottom {
        display: flex;
    }
    .wrap-sebelum-slide_m .wrap-bottom img {
        margin-top: 6px;
        border-radius: 4px;
    }
    .wrap-sebelum-slide_m .wrap-bottom .text .ttl-14 {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #5C18DD;
        margin-bottom: 7px;
    }
    .wrap-sebelum-slide_m .wrap-bottom .text p {
        color: #5C18DD;
        font-size: 10px;
        font-weight: 300;
        line-height: 16px; 
    }
    .wrap-sebelum-slide_m .wrap-bottom .text {
        margin-left: 20px;
    }
    .sec-sebelum-slide::before {
        background: url("../images/wave_tipis.svg") no-repeat;
        background-size: cover;
        height: 320px;
        top: auto;
        bottom: 384px;
        width: 100%;
    }
    .sec-sebelum-slide::after {
        background: url("../images/wave-solusi_m.svg") center 0 no-repeat;
        background-size: cover;
        height: 260px;
        top: auto;
        bottom: 34px;
        width: 100%;
    }
    .solusi-revu {
        padding: 37px 20px 87px;
        border: 7px solid #5C18DD;
        margin: 0 -3px;
    }
    .solusi-revu .ttl-60 {
        font-weight: 700;
        margin-bottom: 12px;
    }
    .solusi-revu-body .item-card .ttl-16 {
        margin-bottom: 16px;
    }
    .solusi-revu .btn {
        height: 50px;
        min-width: 187px;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        width: auto;
        cursor: default;
    }
    .solusi-revu .mb-64 {
        margin-bottom: 40px;
    }
    .solusi-revu-body {
        display: block;
        padding: 0 6px;
    }
    .solusi-revu-body .item-card {
        min-width: auto;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 30px 0 29px;
    }
    .solusi-revu-body .item-card .show-mobile {
        display: flex !important;
        margin: 0 auto 25px;
    }
    .ttl-16{
        color: #5C18DD;
        font-size: 16px;
        font-weight: 700;
    }
    .solusi-revu-body .item-card .list-info {
        margin-left: 53px;
        margin-bottom: 7px;
    }
    .solusi-revu-body .item-card:nth-of-type(3) .list-info {
        margin-left: 42px;
        margin-bottom: 5px;
    }
    .solusi-revu .solusi-revu-body .btn-detail img.show-mobile {
        display: block !important;
        margin: 0 !important;
        margin-left: 6px !important;
    }
    .solusi-revu-body .item-card:nth-of-type(3) .show-mobile{
        margin-bottom: 23px !important;
    }
    .solusi-revu-body .item-card:nth-of-type(3) {
        padding-top: 32px;
    }
    .solusi-revu-body .item-card:nth-of-type(3) .ttl-16 {
        margin-bottom: 16px;
    }
    .solusi-revu-body .item-card .list-info li {
        color: #5C18DD;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .solusi-revu-body .item-card p {
        font-size: 14px;
        font-weight: 600;
        color: #5C18DD;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .solusi-revu .solusi-revu-body .btn-detail  {
        font-size: 12px;
        font-weight: 600;
        min-width: 141px;
        width: auto;
        height: 31px;
    }
    .solusi-revu-body .item.img {
        margin-left: 0;
        position: absolute;
        bottom: -85px;
        left: 50px;
    }
    .sec-platform .container {
        padding-left: 30px;
    }
    .sec-platform .ttl-44 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px; 
    }
    .sec-platform .ttl-44 {
        margin-bottom: 40px;
    }
    .sec-platform {
        padding: 60px 0;
    }
    .list-partner_m img {
        margin-bottom: 33px;
        vertical-align: middle;    
    }
    .list-partner_m {
        margin-bottom: 20px;
    }
    .list-partner_m .img_2 {
        margin-left: 18px;
    }
    .list-partner_m .img_3, .list-partner_m .img_5 {
        margin-left: 16px;
    }
    .list-partner_m .img_6 {
        margin-left: 10px;
    }
    .sec-platform .btn {
        font-size: 12px;
    }
    .sec-platform::before {
        background: url("../images/wave-platform_m.svg") top right no-repeat;
        height: 507px;
        background-size: contain;
        width: 100%;
        top: 0;
    }
    .sec-kalau .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .sec-kalau .ttl-44 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .sec-kalau p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .sec-kalau .btn {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        min-width: 200px;
        width: auto;
        margin-bottom: 15px;
    }
    .sec-kalau {
        padding: 62px 0 27px;
    }
    .txt-yellow_light, .sec-kalau .text-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .sec-bantu-saya .ttl-26 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px; 
        margin-bottom: 38px;
    }
    .sec-bantu-saya .list-media-social {
        display: block;
    }
    .sec-bantu-saya .list-media-social li {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sec-bantu-saya {
        padding: 62px 0 45px;
    }
    .list-media-social li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0 60px;
        height: 47px;
        line-height: 47px;
    }
    .sec-hasilnya .container {
        padding: 0 30px;
    }
    .sec-hasilnya .wrap-banner {
        display: block;
        border: none;
        border-radius: 0;
    }
    .sec-hasilnya .ttl-40 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        margin-bottom: 40px;
        letter-spacing: 0.3px;
    }
    .sec-hasilnya .col-right {
        padding: 41px 0 0 0;
    }
    .sec-hasilnya .col-right p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: -0.3px;
    }
    .sec-hasilnya::before {
        background: url("../images/wave_hasilnya_m.png") no-repeat;
        height: 509px;
        width: 121px;
        background-size: contain;
        bottom: -166px;
        right: 10px;
    }
    .sec-apa-ekspektasi {
        padding: 62px 0 44px;
    }
    .sec-hasilnya .btn {
        padding: 0px 8px;
    }
    .sec-hasilnya {
        padding: 60px 0 80px;
    }
    .sec-apa-ekspektasi .ttl-26 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 38px;
    }
    .list-expectations {
        display: block;
    }
    .list-expectations li {
        margin-left: 0;
        margin-bottom: 16px;
    }
    .list-expectations li a {
        font-size: 14px;
        font-weight: 600;
        height: 47px;
        width: auto;
        min-width: 216px;
        padding: 0;
    }
    .sec-mau-kenal .ttl-44  {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-bottom: 41px;
    }
    .sec-mau-kenal .ttl-44 small {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 8px;
        letter-spacing: 0.1px;
    }
    .form-control input, .form-control select {
        height: 49px;
        padding: 0 12px;
    }
    .form-control input:focus {
        border: 1px solid #222;
    }
    .form-control {
        margin-bottom: 12px;
    }
    .form-control input::placeholder {
        color: #BDBDBD;
        font-size: 14px;
        font-weight: 400;
  
    }
    .form-contact .form-select select {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.8px;
        color: #222;
        padding-right: 28px;
    }
    .form-contact .form-select select{
        padding-right: 38px;
        background: url("../images/arrow-down.svg") right 10px center no-repeat;
    }
    .form-contact .btn-submit {
        font-size: 14px;
        font-weight: 600;
        width: 178px;
        height: 47px;
        padding: 0;
        margin-top: 28px;
    }
    .sec-mau-kenal {
        padding: 60px 0;
    }
    footer {
        padding: 34px 30px 40px;
    }
    .footer-ct {
        display: block;
    }
    .footer-ct .col-left {
        margin-bottom: 30px;
    }
    .col-center .item {
        padding-left: 0;
        font-size: 16px;
        font-weight: 400;
        margin-left: 0;
        margin-bottom: 21px;
    }
    .col-center .item:last-child .txt-purpule {
        margin-left: 47px;
    }
    .footer-ct .col-right {
        margin-top: 29px;
    }
    .col-center .txt-purpule {
        margin-left: 33px;
        letter-spacing: 1.4px;
    }
    .col-center .item::before {
        display: none;
    }
    .footer-ct .col-center {
        margin-left: 0;
        margin-top: 0;
        display: block;
    }
    .footer-ct .txt-copyright {
        color: #8E8E8E;
        font-size: 12px;
        font-weight: 300;
        margin-top: 30px;
    }
    .icon-what-app {
        bottom: 30px;
        right: 10px;
    }
    footer::before {
        background: url("../images/wave_footer_m.svg") no-repeat;
        background-size: contain;
        height: 95px;
        width: 318px;
        bottom: 42px;
        right: 0;
    }
    .px-60 {
        box-sizing: border-box;
        padding: 0 30px;
    }
    .kamu .btn {
        width: 300px;
        padding: 0;
        min-width: auto;
    }
    .header .header-nav {
        display: flex !important;
    }
    .header-nav  .header-nav_m-ct{
        display: block !important;
        margin-top: 0;
        margin-right: 0;
        position: absolute;
        left: 0;
        z-index: 9;
        background-image: linear-gradient(152deg, #000 -0.98%, #5C18DD 52.82%, #CCB7F4 100%);
        width: 100%;
        padding: 30px;
        top: 100%;
        box-sizing: border-box;
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    .header-nav li a {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        line-height: 40px; 
        margin-left: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .header-nav li:last-child a {
        border-bottom: none;
        margin-bottom: 20px;
    }
    .header-nav .btn-pink {
        width: 300px;
        padding: 0;
        min-width: auto;
    }

    .toggle-menu {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 46px;
      }
      .toggle-menu span {
        display: flex;
        width: 24px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
      }
      
      .toggle-menu span:first-child
      {
        transform-origin: 0% 0%;
      }
      
      .toggle-menu span:nth-of-type(2)
      {
        transform-origin: 0% 100%;
      }
      
      .toggle-menu.toggle span
      {
        opacity: 1;
        transform: rotate(45deg) translate(-1px, -1px);
        background: #36383F;
      }
      .toggle-menu.toggle span:nth-of-type(3)
      {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
      }
      
      .toggle-menu.toggle span:nth-of-type(2)
      {
        transform: rotate(-45deg) translate(-6px, 5px);
      }
      .header-nav_m-ct.expand {
        height: calc(100vh - 80px);
        visibility: visible;
        opacity: 1;
        transition: 0.3s all;
      }
      .header-nav ul {
        display: block;
      }
      .wrap-sebelum-slide_m  .slick-dots li button:before {
        font-size: 10px;
        color: #5C18DD;
        opacity: 1;
      }
      .wrap-sebelum-slide_m  .slick-dots li {
        margin: 0;
      }
      .wrap-sebelum-slide_m .slick-dots {
        bottom: -51px;

      }
      .wrap-sebelum-slide_m  .slick-dots li.slick-active button:before  {
        color: #fff;
        border: 1px solid #5C18DD;
        width: 6px;
        height: 6px;
        line-height: 30px;
        border-radius: 50%;
        top: 5px;
        left: 6px;
        font-size: 0;
      }
      .wrap-sebelum-slide_m::before {
        background: url("../images/wave_testimoni_m.svg") no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        right: -30px;
        bottom: -125px;
        height: 121px;
        width: 328px;
      }
      .header .container {
        padding: 24px 18px 24px 30px;
      }
      .list-category .list-category-item .show-mobile {
        display: flex !important;
      }
      .list-category .list-category-item .show-pc {
        display: none !important;
      }
      .sec-slide-influencer .ttl-60 {
        margin-bottom: 40px;
      }
      .sec-slide-influencer .list-category .list-category-item:first-child {
        margin-left: 0;
      }
      .wrap-slide-influencer .container {
        padding-left: 0;
        padding-right: 0;
      }
      .sec-slide-influencer .slick-arrow {
        height: 24px;
        width: 13px;
        background-size: contain;
      }
      .sec-revu-akan {
        padding: 60px 0 58px;
      }
      .sec-hasilnya .btn.show-mobile {
        display: flex !important;
      }
      .min-w-110 {
        min-width: 105px;
      }
      .sec-hasilnya .btn.show-pc {
        display: none !important;
      }
      .home-success h1 a{
        display: inline-block;
      }
      .home-success .ttl-48 {
        font-size: 30px;
        font-weight: 600;
        line-height: 37px;
        letter-spacing: 0.1px;
        margin-bottom: 20px;
        cursor: default;
      }
      .success-ct p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 84px;
        cursor: default;
      }
      .success-ct .img {
        margin-bottom: 0;
      }
      .success-ct {
        padding: 0 40px;
        box-sizing: border-box;
      }
      .error-message {
        margin-left: 12px;
      }
      .success-ct .txt {
        font-size: 20px;
        font-weight: 400;
        cursor: default;
      }
      .success-ct .txt-small {
        font-size: 18px;
        font-weight: 500;
      }
      .home-success::before {
        background: url("../images/wave_success_m.svg") no-repeat;
        background-size: cover;
      }
      .home-success {
        padding: 200px 0 157px;
      }
      .home-success h1 a {
        margin-bottom: 32px;
      }
      .solusi-revu-body .item-card img.show-pc {
        display: none !important;
      }
      .sec-slide-influencer .list-category .list-category-last-item-link {
        margin-right: 30px;
      }
      .sec-slide-influencer .wrap-slide-influencer img {
        width: 100%;
        border-radius: 4px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-second .des {
        margin-bottom: 14px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-second {
        margin-top: -2px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-third .des {
        margin-bottom: 46px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-four .des {
        margin-bottom: 76px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-second .wrap-bottom .text {
        margin-top: 8px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-third .wrap-bottom .text, 
      .wrap-sebelum-slide_m .slider-sebelum-four .wrap-bottom .text {
        margin-top: 6px;
      }
      .wrap-sebelum-slide_m .slider-sebelum-third .wrap-bottom .text .ttl-14 {
        margin-bottom: 6px;
      }
      .sec-slide-influencer .list-category.show-pc {
        display: none !important;
      }
      .icon-what-app.show {
        bottom: 30px;
      }
      .overflow {
        overflow: hidden;
      }
      .sec-hasilnya .col-left img {
        width: 100%;
      }
  }
  @media screen and (max-width: 360px) {
    .sec-slide-influencer::before {
        height: 790px;
    }
    .sec-sebelum-slide::after {
        height: 215px;
    }
    .sec-sebelum-slide::before {
        height: 262px;
    }
  }