.section-why-choose {
  background-size: inherit;
  background-position: bottom;
  padding: 0 0;
    padding-bottom: 0px;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  
}

.section-why-choose .box-why-choose .box-content .title, .section-product-excellence .box-content .title {
  font-size: 35px;
  text-transform: uppercase;
  color: var(--dark);
  font-weight: 800;
  letter-spacing: 1px;
}

.section-why-choose .box-why-choose .box-desc .desc {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.section-why-choose .box-why-choose .box-content .small-title {
  text-transform: uppercase;
  color: var(--dark);
  font-size: var(--fontsize);
}



.tjp-head-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 20px;
  border-top: 1.5px solid #000000;
  border-bottom: 0.5px solid #CED2D5;
}

.tjp-head-section_judul {
  color: #000000;
  font-family: "arial black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.1px;
}

.lazy {
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.4s;
}

.img-thumb-5 {
  width: 100%;
  height: 160px !important;
  border-radius: .8rem;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.img-thumb-6 {
  width: 100%;
  height: 180px !important;
  border-radius: .8rem;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  object-fit: cover;
}

.img-thumb-1 {
  width: 100%;
  height: 400px !important;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

a.black:link {
  color: #000 !important;
  text-decoration: none;
}

h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13pt;
  line-height: 1.3 !important;
}

 .home-report {
   width: 100%;
  min-height: 10vh;
  position: relative;
  padding: 8px 0 6px 0;
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
    background-size: auto;
  background-size: cover;
}


.cardz{
  width: 100%;
  border: none;
  border-radius: 10px;
}


.stats{

      background: #f2f5f8 !important;

    color: #000 !important;
}
.articles{
  font-size:10px;
  color: #a1aab9;
}
.number1{
  font-weight:500;
}
.followers{
    font-size:10px;
  color: #a1aab9;

}
.number2{
  font-weight:500;
}
.rating{
    font-size:10px;
  color: #a1aab9;
}
.number3{
  font-weight:500;
}

.fo12 {
     font-size:12px;
 }
 .rounded {
  border-radius: .25rem !important;
}
   

ul.row-list {
  list-style: none;
    list-style-position: outside;
  list-style-position: inside;
  margin: 0 -8px;
    margin-bottom: 0px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
}




ul.list-unstyled li {margin-bottom:1.3rem;}
ol.list-featured {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left:0;
}
ol.list-featured li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 0.8rem;
}
ol.list-featured li:before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
}

.quote-left h1 {
  font-size: 30px;
  text-align: right;
  font-weight: 100;
}

.quote-left h1 span {
  font-weight: 600;
}

/*======================================
    Shipping Info CSS
========================================*/
.shipping-info {
   padding: 10px 0;
}

.shipping-info ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.shipping-info li {
  list-style: none;
  float: left;
  width: 33%;
  padding: 30px 40px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-info li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shipping-info li {
    width: 100%;
  }
}

.shipping-info li:hover {
  background-color: #ddd;
}

.shipping-info .media-icon {
  margin-bottom: 15px;
}

.shipping-info .media-icon i {
  color: #0167F3;
  font-size: 35px;
}

.shipping-info .media-body {
  padding-bottom: 0px;
}

.shipping-info .media-body h5 {
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  color: #081828;
}

.shipping-info .media-body span {
  font-size: 13px;
  margin-top: 2px;
  color: #777;
}




/*======================================
    Product CSS
========================================*/
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
 
.wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: auto;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 5px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card .img {
  background: #8B53FF;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.card .img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1rem;
  margin: 10px 0 5px;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}


/* Card Styles */

    .card-sl {
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .card-image img {
        max-height: 100%;
        max-width: 100%;
        border-radius: 8px 8px 0px 0;
    }

    .card-action {
        position: relative;
        float: right;
        margin-top: -25px;
        margin-right: 20px;
        z-index: 2;
        color: #E26D5C;
        background: #fff;
        border-radius: 100%;
        padding: 15px;
        font-size: 15px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    }

    .card-action:hover {
        color: #fff;
        background: #E26D5C;
        -webkit-animation: pulse 1.5s infinite;
    }

    .card-heading {
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        padding: 10px 15px;
    }

    .card-text {
        padding: 10px 15px;
        background: #fff;
        font-size: 14px;
        color: #636262;
    }

    .card-button {
        display: flex;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        background-color: #1F487E;
        color: #fff;
        border-radius: 0 0 8px 8px;
    }

    .card-button:hover {
        text-decoration: none;
        background-color: #1D3461;
        color: #fff;

    }


    @-webkit-keyframes pulse {
        0% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        70% {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
        }

        100% {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        }
    }
	
	
	
<style>

    .search{
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: #fff;
    border-radius: 40px;
    padding: 1px;
    border: 1px solid #ddd;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top:5px;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .search .search_input{
    padding: 0 10px;
    width: 750px;
    caret-color:red;
    transition: width 0.4s linear;
    }
    
    .search:hover > .search_icon{
    background: red;
    color: #fff;
    }

    .search_icon{
    height: 45px;
    width: 45px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    background-color:black;
    }
    
a:link{
    text-decoration:none;
}    



/* line 3 teks */
.card-box .text-card .line3 {
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-box .text-card p {
  font-weight: 400;
  margin: 0px 0 0 0;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 20px;
  color: #424242;
}

.article-list-title p {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar {
    padding: 0px 10px 0px 10px;
}

.navbar-brand {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px;
}

.navbar-brand-wrp {
    display: flex;
    flex-direction: row;
    line-height: 50px;
}

.bg-transparant {
    background: transparent !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.based-div-1 {
    /* min-height: 100vh; */
    width: 100%;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 0;
    background: url('../img/img.jpg') no-repeat center center fixed;
    background-attachment: fixed;
    /* background: linear-gradient(10deg, #03b5d463 5%, #ffffff, #ebfcff63); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* filter: blur(12px); */
    /* -webkit-filter: blur(12px); */
}

.based-div-2-old {
    background: linear-gradient(#1ce3aed2, transparent), linear-gradient(to top left, rgba(160, 122, 17, 0.9), transparent), linear-gradient(to top right, rgba(112, 7, 150, 0.9), rgba(207, 130, 235, 0.1));
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
}

.based-div-2 {
    /* background: linear-gradient(#ffffff1c, #ffffff31, #ffffff00, #fffdfd00, #dddddd00), linear-gradient(to top left, rgba(160, 116, 5, 0.4), transparent), linear-gradient(to top right, rgba(16, 5, 173, 0.4), rgba(255, 255, 255, 0.1)); */
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    /* padding-top: 55px; */
}


.title-teks-sub-a {
    margin-top: -0.5rem;
    font-size: 24px;
    background: -webkit-linear-gradient(180deg, #099c75, #2f0ad4, #c21ce3, #E3AF1C, );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
    /* font-family: Montserrat-Medium; */
}

.title-teks-sub-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}


.title-teks-sub-opd-a{
    margin-top: -0.5rem;
    font-size: 1rem;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
}

.title-teks-sub-opd-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}

.title-detail-berita {
    font-size: 1.8rem;
}

.img-detail-berita {
    height: 200px;
    width: 300px;
}

.img-detail-berita-wrp {
    margin-right: 1rem;
    margin-bottom: 1rem;
    align-items: left;
    text-align: left;
    float: left;
}

.coloring-text-logo {
    background: -webkit-linear-gradient(180deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: contain;
    -webkit-animation: displace 10s linear infinite;
    animation: displace 10s linear infinite;
    transition: .5s ease-out;
}

@-webkit-keyframes displace {
    from {
        background-position: 0 center;
    }
    to {
        background-position: 1000px center;
    }
}

@keyframes displace {
    from {
        background-position: 0 center;
    }
    to {
        background-position: 1000px center;
    }
}

.coloring-text-logo-x {
    background: -webkit-linear-gradient(185deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s ease-out;
    background-size: 200%;
    background-position: left;
}

.title-text-single {
    padding: 10px;
    margin: auto;
    font-weight: 600 !important;
    align-self: center;
    width: max-content;
    /* background: -webkit-linear-gradient(180deg,  #E3AF1C, #c21ce3, #03b5d4, #07cf9a); */
    text-align: center;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
    font-size: 5rem;
    letter-spacing: -1px;
}

.title-text-single .b {
    font-size: 6rem;
}

.tag-line-single {
    text-align: center;
    margin-top: -2rem !important;
    align-self: center;
    width: max-content;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2ee8;
    position: relative;
}

.tag-line-desc {
    padding: 1rem;
    width: 50%;
    text-align: center;
    margin: auto;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2e8f !important;
}




.toolbar-nav {
    display: flex;
    flex-direction: row;
    color: #252525 !important;
}

.toolbar-nav>button>i,
.toolbar-nav>button>a>i {
    margin-left: 2rem;
    color: #252525 !important;
}


.title-teks {
    font-weight: 400;
    margin-top: 2px;
    font-size: 1.2rem;
    color: #252525;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
}

.bottom-15 {
    bottom: 15px;
}

.for-md {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.bottom-based-tools-wrp {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 25px !important;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.tools-wrp-bottom-container {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 100px 100px 100px 100px 100px;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
    transition: ease-in-out all 1s, ease-in all 1s !important;
}

.tools-wrp-bottom {
    text-align: center;

}

.tool-bottom-wrp-icon {
    margin: auto;
    align-self: center;
    align-items: center;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(10deg, #87e2e9, #c9c9c9, #fafafa, #fafafa, #fafafa);
}

.tool-bottom-icon {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.tool-bottom-text {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    color: #000;
}

.tool-bottom-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.tools-sc-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto auto auto;
    /* background-color: #afefff33; */
    padding: 10px;
}

.tools-sc-container-grid-3 {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem;
}


.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.


.shape-bottom-center {
  background-size: cover;
  background-position: center bottom;
  height: 100% !important;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
}



/*
Name: Custom Stylesheet
Author: Amrin Zulkarnain
URL: https://lombokmedia.web.id
*/

:root {
/* Customs */
 --blue: #080087;
 --darkblue: #191056;
 --dark: #181118;
 --lightdark: #3d3d3d;
 --milddark: #1c1c1c;
 --brown: #a28f52;
 --gray: #dcdcdc;
 --lightgray: #929497;
 --darkgray: #404041;
 --link: var(--blue);
 --linkhover: #d28106;
 --bodybg: var(--bs-white);
 --border: #e7e7e7;

  --font: "Raleway", sans-serif;
 /* Sebenarnya pake Gotham-Book tapi komersial, alternativenya > https://fontsplugin.com/google-fonts-gotham/ */

 --fontcolor: var(--bs-black);
 --fontsize: 14px;
}

body {
  background: var(--bodybg);
  font-family: var(--font);
  color: var(--fontcolor);
  font-size: var(--fontsize);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: #242424;
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--linkhover);
  text-decoration: none;
}

/* match height */
.match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.match-height .col-match-height {
  display: flex;
  flex-direction: column;
}

/* Header */
.lmd-navbar-main.navbar .navbar-nav .nav-item, .lmd-navbar-top.navbar-light .navbar-item {
  transition: all 0.2s linear;
}

.lmd-navbar-top.navbar-light .navbar-nav .nav-link, .lmd-navbar-main.navbar-light .navbar-nav .nav-link, .btn-login {
  font-family: var(--font);
  font-size: var(--fontsize);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--bs-white);
}


/* navbar top */
.lmd-navbar-top .nav-item {
  margin-right: 30px;
}
.lmd-navbar-top.navbar .nav-item:last-child {
  margin-right: 0px;
}
.lmd-navbar-top.navbar-light .navbar-nav .nav-link {
  text-transform: none;
  font-weight: 400;
}
.lmd-navbar-top.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.lmd-navbar-top.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
  text-decoration: none;
}

/* navbar-main */
.lmd-navbar-main {
  background-color: transparent;
  padding: 0;
}

.lmd-navbar-main .navbar-brand {
  text-align: center;
}
.lmd-navbar-main .navbar-brand img {
  width: 200px;
  margin: 0 auto;
}
.lmd-navbar-main .navbar-brand .sitename {
  color: var(--bs-white);
  font-size: var(--fontsize);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo-dark {
  display: none;
}

.lmd-navbar-main.navbar-light .navbar-nav .nav-link {
  padding: 15px;
  transition: none;
}

.lmd-navbar-main.navbar-light .navbar-nav .nav-link:hover, .lmd-navbar-main.navbar-light .navbar-nav .nav-link:focus {
    border-bottom: 3px solid var(--blue);
}


/* navbar-login */
.btn-login {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: var(--bs-white);
  color: var(--darkblue);
  font-weight: 600;
  border: none;
  padding: 10px 22px;
}
.btn-login:focus, .btn-login:hover {
  background-color: var(--blue);
  color: var(--bs-white);
}

.navbar-nav-login .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: initial;
}
.navbar-nav-login .dropdown-item {
  background: var(--bs-white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar-nav-login .dropdown-item img {
  margin-right: 10px;
  width: 30px;
}
.navbar-nav-login .dropdown-item.login-personal {
  color: #f59f23;
}
.navbar-nav-login .dropdown-item.login-bisnis {
  color: #f57823;
}
.navbar-nav-login .dropdown-item.login-retail {
  color: #95ad4a;
}

/* Mobile Menu */
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.navbar-collapse .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}


 

/* section promo */
.section-latest-promotion, .section-promotions-search {
  padding: 4rem 0;
}
.section-latest-promotion {
  padding-top: 0;
  position: relative;
  z-index: 2;
  margin-top: -5rem;
  padding-bottom: 1rem;
}

.box-head {
  text-align: center;
  margin-bottom: 80px;
}
.box-head .title {
  font-size: 28px;
  color: var(--brown);
  font-weight: normal;
  font-family: var(--font);
  position: relative;
  text-transform: uppercase;
}
.section-latest-promotion .box-head .title, .section-promotions-search .box-head .title {
  color: var(--lightdark);
}
.box-head.with-subtitle .subtitle {
  width: 500px;
  margin: 0 auto;
}

.section-latest-promotion .carousel-promo .slider-item, .section-latest-promotion .carousel-promo .promo-item, .section-latest-promotion .box-promo .slider-item, .section-latest-promotion .box-promo .promo-item, .section-latest-promotion .boxPromo .slider-item, .section-latest-promotion .boxPromo .promo-item, .section-promotions-search .carousel-promo .slider-item, .section-promotions-search .carousel-promo .promo-item, .section-promotions-search .box-promo .slider-item, .section-promotions-search .box-promo .promo-item, .section-promotions-search .boxPromo .slider-item, .section-promotions-search .boxPromo .promo-item {
  margin: 0 1rem;
  height: 257px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-latest-promotion .carousel-promo .slider-item::before, .section-latest-promotion .carousel-promo .promo-item::before, .section-latest-promotion .box-promo .slider-item::before, .section-latest-promotion .box-promo .promo-item::before, .section-latest-promotion .boxPromo .slider-item::before, .section-latest-promotion .boxPromo .promo-item::before, .section-promotions-search .carousel-promo .slider-item::before, .section-promotions-search .carousel-promo .promo-item::before, .section-promotions-search .box-promo .slider-item::before, .section-promotions-search .box-promo .promo-item::before, .section-promotions-search .boxPromo .slider-item::before, .section-promotions-search .boxPromo .promo-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(64, 64, 65, 0.3), var(--bs-black));
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: .6;
}
.section-latest-promotion .carousel-promo .slider-item.hot-offer .box-hot-offer, .section-latest-promotion .carousel-promo .promo-item.hot-offer .box-hot-offer, .section-latest-promotion .box-promo .slider-item.hot-offer .box-hot-offer, .section-latest-promotion .box-promo .promo-item.hot-offer .box-hot-offer, .section-latest-promotion .boxPromo .slider-item.hot-offer .box-hot-offer, .section-latest-promotion .boxPromo .promo-item.hot-offer .box-hot-offer, .section-promotions-search .carousel-promo .slider-item.hot-offer .box-hot-offer, .section-promotions-search .carousel-promo .promo-item.hot-offer .box-hot-offer, .section-promotions-search .box-promo .slider-item.hot-offer .box-hot-offer, .section-promotions-search .box-promo .promo-item.hot-offer .box-hot-offer, .section-promotions-search .boxPromo .slider-item.hot-offer .box-hot-offer, .section-promotions-search .boxPromo .promo-item.hot-offer .box-hot-offer {
  width: max-content;
  padding: .8rem 1rem;
  padding-right: 2rem;
  position: relative;
  top: 1.5rem;
  border-radius: 0 20px 20px 0;
  background:  #c6b10a4f;
}
.section-latest-promotion .carousel-promo .slider-item.hot-offer .box-hot-offer::before, .section-latest-promotion .carousel-promo .promo-item.hot-offer .box-hot-offer::before, .section-latest-promotion .box-promo .slider-item.hot-offer .box-hot-offer::before, .section-latest-promotion .box-promo .promo-item.hot-offer .box-hot-offer::before, .section-latest-promotion .boxPromo .slider-item.hot-offer .box-hot-offer::before, .section-latest-promotion .boxPromo .promo-item.hot-offer .box-hot-offer::before, .section-promotions-search .carousel-promo .slider-item.hot-offer .box-hot-offer::before, .section-promotions-search .carousel-promo .promo-item.hot-offer .box-hot-offer::before, .section-promotions-search .box-promo .slider-item.hot-offer .box-hot-offer::before, .section-promotions-search .box-promo .promo-item.hot-offer .box-hot-offer::before, .section-promotions-search .boxPromo .slider-item.hot-offer .box-hot-offer::before, .section-promotions-search .boxPromo .promo-item.hot-offer .box-hot-offer::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 125%;
  background-image: url(img/bg-hot-offer-private.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -.6rem;
  left: -0.3rem;
  z-index: 2;
}
.section-latest-promotion .carousel-promo .slider-item.hot-offer .box-hot-offer::before, .section-latest-promotion .carousel-promo .promo-item.hot-offer .box-hot-offer::before, .section-latest-promotion .box-promo .slider-item.hot-offer .box-hot-offer::before, .section-latest-promotion .box-promo .promo-item.hot-offer .box-hot-offer::before {
  background-image: url(img/bg-hot-offer-wmg.png);
}
.section-latest-promotion .carousel-promo .slider-item.hot-offer .box-hot-offer p, .section-latest-promotion .carousel-promo .promo-item.hot-offer .box-hot-offer p, .section-latest-promotion .box-promo .slider-item.hot-offer .box-hot-offer p, .section-latest-promotion .box-promo .promo-item.hot-offer .box-hot-offer p, .section-latest-promotion .boxPromo .slider-item.hot-offer .box-hot-offer p, .section-latest-promotion .boxPromo .promo-item.hot-offer .box-hot-offer p, .section-promotions-search .carousel-promo .slider-item.hot-offer .box-hot-offer p, .section-promotions-search .carousel-promo .promo-item.hot-offer .box-hot-offer p, .section-promotions-search .box-promo .slider-item.hot-offer .box-hot-offer p, .section-promotions-search .box-promo .promo-item.hot-offer .box-hot-offer p, .section-promotions-search .boxPromo .slider-item.hot-offer .box-hot-offer p, .section-promotions-search .boxPromo .promo-item.hot-offer .box-hot-offer p {
  margin: 0;
  color: var(--bs-white);
  text-transform: uppercase;
  font-size: .8rem;
}

.section-latest-promotion .carousel-promo .slider-item .box-content, .section-latest-promotion .carousel-promo .promo-item .box-content, .section-latest-promotion .box-promo .slider-item .box-content, .section-latest-promotion .box-promo .promo-item .box-content, .section-latest-promotion .boxPromo .slider-item .box-content, .section-latest-promotion .boxPromo .promo-item .box-content, .section-promotions-search .carousel-promo .slider-item .box-content, .section-promotions-search .carousel-promo .promo-item .box-content, .section-promotions-search .box-promo .slider-item .box-content, .section-promotions-search .box-promo .promo-item .box-content, .section-promotions-search .boxPromo .slider-item .box-content, .section-promotions-search .boxPromo .promo-item .box-content {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: var(--bs-white);
}
.section-latest-promotion .carousel-promo .slider-item .box-content p, .section-latest-promotion .carousel-promo .promo-item .box-content p, .section-latest-promotion .box-promo .slider-item .box-content p, .section-latest-promotion .box-promo .promo-item .box-content p, .section-latest-promotion .boxPromo .slider-item .box-content p, .section-latest-promotion .boxPromo .promo-item .box-content p, .section-promotions-search .carousel-promo .slider-item .box-content p, .section-promotions-search .carousel-promo .promo-item .box-content p, .section-promotions-search .box-promo .slider-item .box-content p, .section-promotions-search .box-promo .promo-item .box-content p, .section-promotions-search .boxPromo .slider-item .box-content p, .section-promotions-search .boxPromo .promo-item .box-content p {
  font-size: .8rem;
  margin-bottom: 0.4rem;
}
.section-latest-promotion .carousel-promo .slider-item .box-content .title-promo, .section-latest-promotion .carousel-promo .promo-item .box-content .title-promo, .section-latest-promotion .box-promo .slider-item .box-content .title-promo, .section-latest-promotion .box-promo .promo-item .box-content .title-promo, .section-latest-promotion .boxPromo .slider-item .box-content .title-promo, .section-latest-promotion .boxPromo .promo-item .box-content .title-promo, .section-promotions-search .carousel-promo .slider-item .box-content .title-promo, .section-promotions-search .carousel-promo .promo-item .box-content .title-promo, .section-promotions-search .box-promo .slider-item .box-content .title-promo, .section-promotions-search .box-promo .promo-item .box-content .title-promo, .section-promotions-search .boxPromo .slider-item .box-content .title-promo, .section-promotions-search .boxPromo .promo-item .box-content .title-promo {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.link-more {
  text-transform: uppercase;
}
.link-more i {
  font-size: 1.2rem;
  left: 0.2rem;
  top: 0.1rem;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.section-latest-promotion .carousel-promo .slider-item .box-content .link-more, .section-latest-promotion .carousel-promo .promo-item .box-content .link-more, .section-latest-promotion .box-promo .slider-item .box-content .link-more, .section-latest-promotion .box-promo .promo-item .box-content .link-more, .section-latest-promotion .boxPromo .slider-item .box-content .link-more, .section-latest-promotion .boxPromo .promo-item .box-content .link-more, .section-promotions-search .carousel-promo .slider-item .box-content .link-more, .section-promotions-search .carousel-promo .promo-item .box-content .link-more, .section-promotions-search .box-promo .slider-item .box-content .link-more, .section-promotions-search .box-promo .promo-item .box-content .link-more, .section-promotions-search .boxPromo .slider-item .box-content .link-more, .section-promotions-search .boxPromo .promo-item .box-content .link-more {
  color: var(--bs-white);
  font-size: .8rem;
}
.section-latest-promotion .carousel-promo .slider-item .box-content .link-more i, .section-latest-promotion .carousel-promo .promo-item .box-content .link-more i, .section-latest-promotion .box-promo .slider-item .box-content .link-more i, .section-latest-promotion .box-promo .promo-item .box-content .link-more i, .section-latest-promotion .boxPromo .slider-item .box-content .link-more i, .section-latest-promotion .boxPromo .promo-item .box-content .link-more i, .section-promotions-search .carousel-promo .slider-item .box-content .link-more i, .section-promotions-search .carousel-promo .promo-item .box-content .link-more i, .section-promotions-search .box-promo .slider-item .box-content .link-more i, .section-promotions-search .box-promo .promo-item .box-content .link-more i, .section-promotions-search .boxPromo .slider-item .box-content .link-more i, .section-promotions-search .boxPromo .promo-item .box-content .link-more i {
  margin-left: 1rem;
  font-size: .8rem;
}
 
 .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}


.tjp-homepage__section {
  margin-bottom: 40px;
}
.tjp-grid--1-3 {
  grid-template-columns: 33.33% 1fr;
}
.tjp-grid {
  display: grid;
}

.tjp-homepage__section .tjp-grid__item:first-child {
  padding-left: 0;
  padding-right: 10px;
}

.lazy {
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.4s;
}
  

.img-thumb-6 {
  background-size: auto 100%;
  background-position: top center;
  width: 100%;
  height: 450px;
  border-radius: .1rem;
  margin-bottom: 10px;
}

.line2 {
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line4 {
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.widget-box {
  border: 1px solid #eee;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

 <style>
 
 .fo12 {
     font-size:12px;
 }
 .rounded {
  border-radius: .25rem !important;
}
   

ul.row-list {
  list-style: none;
    list-style-position: outside;
  list-style-position: inside;
  margin: 0 -8px;
    margin-bottom: 0px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
}




ul.list-unstyled li {margin-bottom:1.3rem;}
ol.list-featured {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left:0;
}
ol.list-featured li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 0.8rem;
}
ol.list-featured li:before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
}

 
    <!-- End Popular -->
.fokus {
  background-color: #389602;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  padding: 8px 10px 10px 7px;
}

.fokus-img {
  height: auto;
  background-size: 100% auto;
}

.headline-grad {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  width: 100%;
}

.white {
  color: #fff;
  text-decoration: none;
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important;
}
 
.card-img-top{
    height:300px;
}

.card-no-border .card {
    border-color: #d7dfe3;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.pro-img {
    margin-top: -80px;
    margin-bottom: 20px
}

.little-profile .pro-img img {
    width: 128px;
    height: 128px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%
}
 

.btn-primary,
.btn-primary.disabled {
    background: #7460ee;
    border: 1px solid #7460ee;
    -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px
}

.m-t-20 {
    margin-top: 20px
}

.text-center {
    text-align: center !important
}
 
 ul.sosmedart {
  padding: 0;
  margin: 0 auto;
    margin-bottom: 0px;
  list-style: none;
    list-style-position: outside;
  list-style-position: inside;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

ul.sosmedart li {
  display: inline-flex;
  margin: 0 3px;
  width: 32px;
  height: 32px;
}

ul:not(#section-article ul), ol:not(#section-article ol) {
  list-style: none;
  padding: 0;
}


.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card .img {
  background: #8B53FF;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}


.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}

.users-list > li > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
img {
  vertical-align: middle;
  border-style: none;
}

.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 

  ul:not(#section-article ul), ol:not(#section-article ol) {
  list-style: none;
  padding: 0;
}

.users-list-date {
  color: #999;
  font-size: 12px;
}
.users-list-name, .users-list-date {
  display: block;
}.


.tjp-grid {
  display: grid; }
  .tjp-grid--2 {
    grid-template-columns: repeat(2, 1fr); }
  .tjp-grid--1-2 {
    grid-template-columns: 33% 67%; margin-bottom:20px;}
  .tjp-grid--1-2-1 {
    grid-template-columns: 25% 50% 25%; }
  .tjp-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .tjp-grid--3-1 {
    grid-template-columns: 1fr 33.33%; }
  .tjp-grid--1-3 {
    grid-template-columns: 33.33% 1fr; }
  .tjp-grid--4 {
    grid-template-columns: repeat(4, 1fr); }
  .tjp-grid--4-1 {
    grid-template-columns: 1fr 25%; }
  .tjp-grid--1-4 {
    grid-template-columns: 25% 1fr; }

.tjp-article {
  padding: 6px 0; }
  .tjp-article--outlined {
    border-bottom: 1px solid #E5E5E5; }
    .tjp-article--outlined:last-child {
      border-bottom: none; }

.tjp-divider {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E5E5E5; }

.tjp-headers {
  padding: 16px 0;
  border-bottom: 1px solid #F2F2F2; }
  .tjp-headers--with-back .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .tjp-headers__back {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%); }
    .tjp-headers__back-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25px;
      height: 25px;
      border: 1.5px solid #000;
      border-radius: 50px; }
  .tjp-headers__logo img {
    max-width: 180px; }

.tjp-breadcrumb {
  display: flex;
  align-items: center; }
  .tjp-breadcrumb__text {
    color: #6b6b6a;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .tjp-breadcrumb__text {
        font-size: 14px; } }
    .tjp-breadcrumb__text span {
      display: block; }
      .tjp-breadcrumb__text span:first-child {
        margin-bottom: 5px; }
  .tjp-breadcrumb__list {
    padding-left: 0;
    list-style: none; }
    .tjp-breadcrumb__list-item {
      position: relative;
      padding-left: 15px;
      padding-right: 10px;
      display: inline-block;
      color: #6B6B6A;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .tjp-breadcrumb__list-item {
          font-size: 12px; } }
      .tjp-breadcrumb__list-item::before {
        content: "";
        position: absolute;
        background: #000000;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .tjp-breadcrumb__list-item:first-child {
        padding-left: 0; }
        .tjp-breadcrumb__list-item:first-child::before {
          content: none; }
      .tjp-breadcrumb__list-item:last-child {
        padding-right: 0; }
      .tjp-breadcrumb__list-item.active {
        color: #DA2228; }

.tjp-channel {
  color: #DA2228;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  .tjp-channel--medium {
    margin-bottom: 10px; }
  .tjp-channel--compact {
    margin-bottom: 5px; }
  .tjp-channel--custom {
    color: #17650B; }

.tjp-subtitle {
  font-family: "Acta-Book", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .tjp-subtitle span {
    display: block; }
  .tjp-subtitle--custom {
    font-size: 16px; }

.tjp-title {
  color: #000000;
  font-family: "Acta-Book", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
  .tjp-title--small {
    font-size: 14px;
    line-height:18px;
    font-family: "Acta-Book", sans-serif;
    }
  .tjp-title--medium {
    font-size: 18px; }
  .tjp-title--large {
    font-size: 26px; }
  .tjp-title--single {
    font-family: "Acta-Bold", sans-serif;
    font-size: 48px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .tjp-title--single {
        font-size: 26px;
        font-weight: 500; } }
  .tjp-title--headline {
    font-size: 21px;
    font-weight: 700; 
    font-family: "Acta-Book", sans-serif;}
.tjp-title--tag {
    font-size: 14px;
    font-family: "Acta-Book", sans-serif;}
    @media screen and (max-width: 768px) {
      .tjp-title--headline {
        font-size: 19px; } }
  .tjp-title--uppercase {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .tjp-title--custom {
    font-family: "Acta-Bold", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }

.tjp-url {
  color: #DA2228; }
  .tjp-url:hover {
    color: #DA2228; }
  .tjp-url--underline {
    text-decoration: underline; }
    .tjp-url--underline:hover {
      text-decoration: underline; }

.tjp-summary {
  color: #6B6B6A;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  margin-top: 10px; }
  .tjp-summary--headline {
    font-size: 16px; }
  .tjp-summary--single {
    color: #000000;
    font-family: "Acta-Book", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */ }

.tjp-more {
  margin-top: 16px;
  color: #A30A0F;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-decoration-line: underline; }
  .tjp-more:hover {
    color: #DA2228; }

.tjp-image {
  width: 100%;
  height: auto; }
  .tjp-image__caption {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #6B6B6A;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .tjp-image--headline {
    height: 320px; }
    @media screen and (max-width: 900px) {
      .tjp-image--headline {
        height: 240px; } }
  .tjp-image--single {
    margin: 40px 0;
    width: calc(100% + 170px);
    height: auto;
    transform: translateX(-85px); }
    @media screen and (max-width: 900px) {
      .tjp-image--single {
        width: 100%;
        transform: translateX(0); } }
    .tjp-image--single .tjp-image__caption {
      color: #6B6B6A;
      font-family: "Lato", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .tjp-image--thumbnail {
    height: 130px;
    margin-bottom: 20px; }
  .tjp-image--small {
    height: 90px;
    margin-bottom: 10px; }
  .tjp-image--medium {
    height: 180px;
    margin-bottom: 10px; }
  .tjp-image--large {
    height: 330px;
    margin-bottom: 10px; }
  .tjp-image--square {
    height: 230px;
    margin-bottom: 10px; }
  .tjp-image--rectangle {
    height: 250px;
    margin-bottom: 10px; }
  .tjp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.tjp-live {
  position: relative;
  display: flex;
  align-items: center; }
  .tjp-live__circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: 10px;
    height: 10px; }
    .tjp-live__circle:before {
      content: "";
      position: relative;
      display: block;
      width: 200%;
      height: 200%;
      box-sizing: border-box;
      margin-left: -51%;
      margin-top: -51%;
      border-radius: 50px;
      background-color: #DA2228;
      animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
    .tjp-live__circle:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #DA2228;
      border-radius: 50px;
      animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }
@keyframes pulse {
  0% {
    transform: scale(0.33); }
  80%,
            100% {
    opacity: 0; } }
@keyframes circle {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
  .tjp-live__label {
    margin-left: 20px;
    color: #DA2228;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase; }

.tjp-time {
  color: #595959;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px; }

.tjp-premium {
  padding: 4px 8px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #FFFFFF;
  background: #DA2228; }

.tjp-meta {
  margin-top: 20px; }
  .tjp-meta__label {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px; }
  .tjp-meta__content {
    display: flex;
    align-items: center; }
    .tjp-meta__content-premium {
      margin-top: 8px;
      margin-bottom: 8px;
      margin-right: 8px; }
    .tjp-meta__content-item {
      position: relative;
      padding-left: 13px;
      padding-right: 8px;
      display: inline-block;
      color: #ADADAD;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      .tjp-meta__content-item::before {
        content: "";
        position: absolute;
        background: #ADADAD;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .tjp-meta__content-item:first-child {
        padding-left: 0; }
        .tjp-meta__content-item:first-child::before {
          content: none; }
      .tjp-meta__content-item:last-child {
        padding-right: 0; }

.tjp-head-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 20px;
  border-top: 1.5px solid #000000;
  border-bottom: 0.5px solid #CED2D5; }
  .tjp-head-section__title {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.1px; }
  .tjp-head-section__action {
    color: #000000;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px; }
    .tjp-head-section__action:hover {
      color: #DA2228; }

.image2 {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}