@charset "UTF-8";
:root {
  /* Colours */
  --primary: #ED4137;
  --white: #FFFFFF;
  --black: #000000;
  --grey: #666666;
  --bg-navbar: #FFFFFF;
  --navtext: #000;
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

:root {
  --font-montserrat: "Montserrat", sans-serif;
  --width-container: 1280px;
}

.hero-section {
  --hero-bg: radial-gradient(circle at center, #150930 0%, #0d0b11 100%);
  --hero-text-primary: #ffffff;
  --hero-text-subtitle: #929bb1;
  --hero-text-gradient-start: #0d6efd;
  --hero-text-gradient-end: #ffffff;
  --hero-btn-primary-bg: #ffffff;
  --hero-btn-primary-text: #000000;
  --hero-btn-primary-hover: #f0f0f0;
  --hero-btn-secondary-bg: #1e1b24;
  --hero-btn-secondary-text: #ffffff;
  --hero-btn-secondary-border: transparent;
  --hero-btn-secondary-hover: #2a2533;
  --hero-divider-bg: rgba(255, 255, 255, 0.9);
}

.specialized-sectors {
  --sectors-bg: #161616;
  --sectors-text-main: #ffffff;
  --sectors-text-sub: #8fa0b5;
  --sectors-card-bg: #1e1e1e;
  --sectors-card-border: #2a2a2a;
  --sectors-card-desc: #a0aabf;
  --sectors-list-text: #d1d5db;
}

.core-products {
  --products-bg: #161616;
  --products-text-main: #ffffff;
  --products-text-sub: #8fa0b5;
  --products-btn-bg: #1e1e1e;
  --products-btn-border: #333333;
  --products-btn-icon: #ffffff;
  --products-btn-bg-hover: #2a2a2a;
  --products-btn-border-hover: #555555;
  --products-card-bg: #1e1e1e;
  --products-card-border: #2a2a2a;
  --products-card-desc: #a0aabf;
  --products-detail-bg: #2a2a2a;
  --products-detail-text: #ffffff;
  --products-detail-bg-hover: #3a3a3a;
}

.proven-results {
  --results-bg: #161616;
  --results-text-main: #ffffff;
  --results-text-sub: #8fa0b5;
  --results-card-bg: #1e1e1e;
  --results-card-border: #2a2a2a;
  --results-card-desc: #a0aabf;
  --results-divider: rgba(255, 255, 255, 0.1);
  --results-btn-border: #444444;
  --results-btn-hover-bg: rgba(255, 255, 255, 0.05);
  --results-btn-hover-border: #666666;
}

.contact-section {
  --contact-bg: #121212;
  --contact-text-main: #ffffff;
  --contact-text-sub: #a0aabf;
  --contact-box-bg: #1a1a1a;
  --contact-box-border: rgba(255, 255, 255, 0.03);
  --contact-box-shadow: rgba(176, 76, 240, 0.03);
  --contact-icon-bg: #262626;
  --contact-input-bg: #121212;
  --contact-input-border: #333333;
  --contact-input-text: #ffffff;
  --contact-input-placeholder: #555555;
  --contact-input-focus: #b084f4;
  --contact-btn-bg-start: #4fa8f6;
  --contact-btn-bg-end: #2d82cc;
  --contact-btn-text: #ffffff;
}

.video-showcase {
  --video-bg: #121212;
  --video-text-main: #ffffff;
  --video-text-sub: #a0aabf;
  --video-list-text: #d1d5db;
  --video-container-bg: #000000;
  --video-container-border: rgba(255, 255, 255, 0.1);
  --video-container-shadow: rgba(0, 0, 0, 0.6);
  --video-btn-bg-start: #4fa8f6;
  --video-btn-bg-end: #2d82cc;
}

.hero {
  --cta-bg: #000000;
  --cta-text: #ffffff;
  --cta-primary: #00acec;
  --cta-shadow-primary: rgba(0, 174, 239, 0.4);
  --cta-shadow-secondary: rgba(255, 255, 255, 0.3);
}

.quote-section {
  --quote-bg: #070a0f;
  --quote-text-main: #ffffff;
  --quote-text-sub: #d1d5db;
  --quote-divider: #2a313c;
  --quote-link: #ffffff;
  --quote-link-hover: #9ca3af;
  --quote-icon-bg: #1e293b;
  --quote-icon-heading: #94a3b8;
  --quote-icon-filter: brightness(0) invert(1);
  /* Mengubah icon menjadi putih */
  --quote-form-bg: #ffffff;
  --quote-form-text: #111827;
  --quote-form-shadow: rgba(0, 0, 0, 0.05);
  --quote-input-bg: #ffffff;
  --quote-input-border: #d1d5db;
  --quote-input-text: #111827;
  --quote-input-placeholder: #9ca3af;
  --quote-input-focus: #4b5563;
  --quote-btn-bg: #111827;
  --quote-btn-text: #ffffff;
}

.banner-gradient {
  --banner-text-main: #ffffff;
  --banner-text-sub: #d1d5db;
  --banner-btn-border: #ffffff;
  --banner-btn-blue: #00AEEF;
  --banner-btn-hover-text: #000000;
  --banner-btn-blue-hover-text: #ffffff;
  --banner-shadow-white: rgba(255, 255, 255, 0.3);
  --banner-shadow-blue: rgba(0, 174, 239, 0.5);
}
.banner-gradient.no-background {
  --banner-text-main: #ffffff;
  --banner-text-sub: #d1d5db;
  --banner-btn-border: #ffffff;
  --banner-btn-blue: #00AEEF;
  --banner-btn-hover-text: #000000;
  --banner-btn-blue-hover-text: #ffffff;
  --banner-shadow-white: rgba(255, 255, 255, 0.3);
  --banner-shadow-blue: rgba(0, 174, 239, 0.5);
}

.product-section {
  --product-bg: #000000;
  --product-card-bg: #030708;
  --product-card-border: #1a1a1a;
  --product-card-hover-border: #333333;
  --product-card-hover-bg: #0a1114;
  --product-text: #ffffff;
  --product-shadow: rgba(0, 0, 0, 0.5);
}

.services-container {
  --services-bg: #000000;
  --services-text-main: #ffffff;
  --services-text-sub: #d1d5db;
  --services-fade-right: linear-gradient(to right, transparent, #000000);
  --services-fade-left: linear-gradient(to left, transparent, #000000);
  --services-btn-border: #ffffff;
  --services-btn-text: #ffffff;
  --services-btn-hover-bg: #ffffff;
  --services-btn-hover-text: #000000;
}

.services-tabs {
  --tabs-bg: #000000;
  --tabs-btn-bg: #151515;
  --tabs-btn-hover-bg: #0d0d0d;
  --tabs-btn-active-bg: #00AEEF;
  --tabs-icon-filter: none;
  --tabs-icon-active-filter: brightness(0) invert(1);
  --tabs-content-bg: #1b1b1b;
  --tabs-text-main: #ffffff;
  --tabs-text-sub: rgba(255, 255, 255, 0.8);
}

body {
  background-color: var(--black);
}

.logo {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.logo-container:hover .logo {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cf-brand.w--current {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 80px;
  padding-left: 0;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cf-brand.w--current {
    height: 70px !important;
  }
}
@media screen and (max-width: 479px) {
  .cf-brand.w--current {
    width: 100% !important;
    height: 50px !important;
  }
}

.w-tab-pane {
  -webkit-transform: none !important;
          transform: none !important;
  transition: opacity 0.15s linear !important;
}
.w-tab-pane.active {
  display: block;
}

.w-tab-link.active {
  background-color: var(--conversion-flow-library--matrix-blue);
  color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

#key-personnel .cf-tabs-content-contain {
  background-color: #1b1b1b;
}
#key-personnel .cf-tabs-content-contain .cf-tabs-left-wrap,
#key-personnel .cf-tabs-content-contain .cf-tabs-right-wrap {
  border-radius: 20px;
}
@media (max-width: 991px) {
  #key-personnel .cf-tabs-content-contain .cf-tabs-left-wrap,
  #key-personnel .cf-tabs-content-contain .cf-tabs-right-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #key-personnel .cf-tabs-content-contain .cf-tabs-left-wrap .cf-tabs-content-heading,
  #key-personnel .cf-tabs-content-contain .cf-tabs-right-wrap .cf-tabs-content-heading {
    margin-top: 15px;
  }
}
#key-personnel .w-tab-link {
  text-align: center;
}
#key-personnel .w-tab-link h6 {
  font-weight: 500;
}

.catalogue-card {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .catalogue-card {
    width: 90%;
  }
}
.catalogue-product {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.catalogue-product-title {
  height: 100px;
}
.catalogue-img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.product {
  border-radius: 10px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-decoration: none;
  transition-duration: 0.3s !important;
}
.product:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01) !important;
          transform: scale3d(0.94, 0.94, 1.01) !important;
}
.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .product-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .product-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .product-container {
    grid-template-columns: 1fr;
  }
}
.product-container .brix---card-link-content-left {
  padding: 10px 5px;
}
@media (max-width: 479px) {
  .product-container .brix---card-link-content-left {
    margin: 0px 20px;
  }
}
.product-img {
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .product-img {
    padding: 10px;
  }
}
.product-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.product .kutup-features-title {
  color: #ffbf00;
  padding-left: 10px;
  padding-right: 10px;
}
.product .kutup-features-title.red {
  color: #ff5757;
}
.product .kutup-features-title.blue {
  color: #004aad;
}
.product .kutup-features-title.green {
  color: #01b24b;
}
.product-slick {
  background: transparent;
}
.product-slick .card {
  color: white;
  background: transparent;
}
.product-slick .over-visible {
  overflow: visible;
}
.product-slick .loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: white;
}
.product-slick .container {
  max-width: 880px;
  padding: 20px 10px;
  margin: 0 auto;
}
.product-slick .synch-carousels {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-slick .synch-carousels > * {
  width: 100%;
}
.product-slick .synch-carousels .right {
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.product-slick .synch-carousels .left {
  overflow: hidden;
}
.product-slick .synch-carousels .slick-slide {
  outline: none;
}
.product-slick .synch-carousels .slick-slide .item-galery {
  height: 560px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-slick .synch-carousels .slick-slide .item-galery {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .product-slick .synch-carousels .slick-slide .item-galery {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .product-slick .synch-carousels .slick-slide .item-galery {
    height: 200px;
  }
}
.product-slick .synch-carousels .slick-slide .item-galery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slick .synch-carousels .slick-vertical .slick-slide {
  border: none;
}
.product-slick .synch-carousels .product_customizer_gallery .slick-list {
  height: auto !important;
  margin: 0 -20px;
}
.product-slick .synch-carousels .product_customizer_gallery .slick-slide {
  cursor: pointer;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .product-slick .synch-carousels .product_customizer_gallery .slick-slide {
    margin: 0px 10px;
  }
}
@media (max-width: 767px) {
  .product-slick .synch-carousels .product_customizer_gallery .slick-slide {
    margin: 0px 10px;
  }
}
@media (max-width: 479px) {
  .product-slick .synch-carousels .product_customizer_gallery .slick-slide {
    margin: 20px 10px;
  }
}
.product-slick .synch-carousels .product_customizer_gallery2 .item img {
  width: 100%;
}
.product-slick .synch-carousels .nav-arrows {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-slick .synch-carousels .nav-arrows svg {
  fill: black;
}
.product-slick .synch-carousels .nav-arrows .arrow-left {
  margin-right: 35px;
}
.product-slick .synch-carousels .photos-counter {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 20px;
  color: white;
  background: #292929;
}
@media screen and (min-width: 480px) {
  .product-slick .synch-carousels .right {
    margin-bottom: 20px;
  }
  .product-slick .synch-carousels .gallery {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .product-slick .synch-carousels .right {
    position: relative;
    width: calc(100% - 230px);
    margin-bottom: 0;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-slick .synch-carousels .left {
    width: 210px;
  }
  .product-slick .synch-carousels .product_customizer_gallery .slick-slide {
    margin: 0 0 20px 0;
    height: 125px;
    overflow: hidden;
  }
  .product-slick .synch-carousels .product_customizer_gallery .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-slick .synch-carousels .product_customizer_gallery .slick-list {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .product-slider .brix---card-link-content-left {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.product-slider .slick-slide {
  margin: 0 15px;
  padding: 10px 20px;
}
.product-slider .slick-list {
  margin: 0 -15px;
}

.slick-arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  padding: 20px;
  z-index: 999;
}
.slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: -30px;
  }
}
.slick-arrow.slick-prev:hover {
  background-color: white;
}
.slick-arrow.slick-prev:hover::before {
  color: black;
}
.slick-arrow.slick-prev::before {
  content: "‹";
  position: absolute;
  top: 20%;
}
.slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}
.slick-arrow.slick-next:hover {
  background-color: white;
}
.slick-arrow.slick-next:hover::before {
  color: black;
}
.slick-arrow.slick-next:before {
  content: "›";
  position: absolute;
  top: 20%;
}

.social-list {
  padding: 0;
  list-style: none;
  padding-top: 10px;
}
.social-list li {
  float: left;
  margin-right: 12px;
}
.social-list li a {
  color: white;
  font-size: 2rem;
}
.social-list li a:hover {
  opacity: 0.7;
}
.social-list li a i {
  font-size: 2rem;
}

table.product-specifications {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
table.product-specifications th,
table.product-specifications td {
  border: 1px solid #ccc;
  padding: 8px;
}
table.product-specifications thead th {
  background-color: #4da3d9;
  color: white;
  font-weight: bold;
}
table.product-specifications thead tr:nth-child(2) th {
  background-color: #66b5e0;
}
table.product-specifications tbody td:first-child {
  font-weight: bold;
}

@media (max-width: 991px) {
  .w-nav-overlay {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .w-nav-overlay .w-nav-menu {
    background-color: #1a1a1b;
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
  }
}
@media (max-width: 767px) {
  .w-nav-overlay .w-nav-menu {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .w-nav-overlay .w-nav-menu .cf-nav-links-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    width: 95%;
  }
}
@media (max-width: 991px) {
  .w-nav-overlay .w-nav-menu .cf-nav-links-wrapper .cf-nav-links {
    margin-left: 15px;
  }
}

.w-nav-menu .cf-nav-links-wrapper {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .w-nav-menu .w-nav-link {
    padding: 20px 10px;
  }
}

.search {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.5s ease-out;
  width: 25px;
}
@media (max-width: 991px) {
  .search {
    background-color: transparent;
    position: relative;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
}
@media (max-width: 767px) {
  .search {
    width: 80%;
  }
}
.search-icon {
  float: left;
  z-index: 999;
}
.search-icon:hover svg {
  fill: #0090cc;
}
.search-icon-svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.search-form {
  width: calc(100% - 25px);
}
.search-input {
  background: transparent;
  border: none;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #00acec;
}
.search-input-wrapper {
  width: calc(100% - 30px);
  transition: all 0.6s ease-out;
  padding: 10px 20px;
  float: left;
}
.search-input::-webkit-input-placeholder {
  color: #00acec;
}
.search-input::-moz-placeholder {
  color: #00acec;
}
.search-input:-ms-input-placeholder {
  color: #00acec;
}
.search-input::-ms-input-placeholder {
  color: #00acec;
}
.search-input::placeholder {
  color: #00acec;
}
.search-close-icon {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  float: right;
  margin-top: 18px;
  outline: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.search-close-icon-svg {
  height: 25px;
  width: 25px;
  fill: #fff;
}

.is-search-open.search {
  width: 100%;
  background: black;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
}
.is-search-open .search-close-icon {
  opacity: 1;
  transition-delay: 0.25s;
}

@media (max-width: 991px) {
  .search-results {
    margin-top: 33px !important;
  }
}
.search-results .btn-default {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.search-results a {
  color: white;
  text-decoration: none;
}
.search-results .well {
  border: 0;
  padding: 20px 0px;
  min-height: 63px;
  box-shadow: none;
  border-radius: 3px;
  position: relative;
  max-height: 100000px;
  border-bottom: 2px solid #ccc;
  transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
}
.search-results .form-control {
  height: 60px;
  border-top-left-radius: 13px !important;
  border-bottom-left-radius: 13px !important;
  padding: 10px 15px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.btn-default {
  color: #fff;
  background-color: #1a1a1b;
  border-radius: 13px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  border: 1px solid white;
}

.cd-breadcrumb {
  padding: 0px;
  margin: 1em auto;
  border-radius: 0.25em;
}
@media (max-width: 767px) {
  .cd-breadcrumb {
    padding: 0.5em 0em;
  }
}
.cd-breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after {
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after {
  display: none;
}
.cd-breadcrumb li > * {
  display: inline-block;
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.cd-breadcrumb li.current > * {
  color: #00acec;
}
.cd-breadcrumb.custom-separator li::after {
  content: "\f054";
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
     -moz-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .rl_section_header44-copy {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .rl_section_header44-copy .rl-heading-style-h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .rl_section_header44-copy .rl-padding-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .services .cf-features-4-tabs-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .services .cf-features-4-tabs-wrapper .w-tab-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .services .cf-features-4-tabs-wrapper .w-tab-menu .cf-home-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .cf-navigation-logo + img {
    margin-left: -5px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    min-height: calc(100vh - 310px);
  }
}

@media (max-width: 1399px) {
  .rl_section_header44-copy {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .cf-82px-heading {
    font-size: 40px !important;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cf-82px-heading {
    font-size: 30px !important;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .brix---button-row-left {
    text-align: center;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .brix---btn-primary-white,
  .brix---btn-primary-white-copy {
    width: 80svw;
  }
}

@media (max-width: 991px) {
  .cf-hero-section-5 {
    margin-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .cf-hero-section-5 .cf-82px-heading {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cf-hero-section-5 .w-layout-grid {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .cf-hero-section-5 .w-layout-grid .brix---btn-primary-white {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .brix---section-4 {
    margin-top: 0px;
    padding-top: 60px;
  }
}

.mobile-break {
  display: none;
}
@media (max-width: 479px) {
  .mobile-break {
    display: block;
  }
}

footer {
  background-image: linear-gradient(#000, #001d26);
}
footer .rl-padding-global-3 {
  margin-top: 0px;
}

@media (max-width: 479px) {
  .cf-footer-info {
    overflow-wrap: anywhere;
  }
}

html.safari .rl_footer4_component .rl-container-large {
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .kutup-large-container .kutup-features-wrapper .kutup-features-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .kutup-large-container .kutup-features-wrapper .kutup-paragraph {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px !important;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  h2.kutup-display-3 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  h2.kutup-display-3 {
    font-size: 28px !important;
  }
}

@media (max-width: 991px) {
  .kutup-section,
  .kutup-section-2 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

@media (max-width: 991px) {
  .rl-padding-global-2-copy-copy22 {
    margin-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .rl-padding-global-2-copy-copy22 .rl-padding-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .brix---btn-primary-white-2-copy,
  .brix---btn-secondary-white-copy,
  .brix---btn-primary-white-2,
  .brix---btn-secondary-white {
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 991px) {
  .kutup-logo-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 991px) {
  .rl_section_header44-copy-copy {
    margin: 30px 30px 30px !important;
  }
}
@media (max-width: 991px) {
  .rl_section_header44-copy-copy .rl-padding-section-large-copy {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .cf-form-section-1 {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper {
    padding: 20px 40px 20px !important;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-left-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-right-wrapper .w-form {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-right-wrapper .w-form h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-right-wrapper .w-form .cf-borders-text-field,
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-right-wrapper .w-form .cf-borders-text-field-dropdown {
    padding: 16px;
    font-size: 14px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-form-right-wrapper .w-form .cf-form-gradient-submit {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain .cf-form-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain .cf-footer-headings-wrap {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain .cf-footer-headings-wrap .cf-info-heading,
  .cf-form-section-1 .cf-form-main-wrapper .cf-footer-info-contain .cf-footer-headings-wrap .cf-footer-info {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer-menu {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px !important;
  }
}

@media (max-width: 991px) {
  .kutup-hero-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .kutup-hero-7 .kutup-hero-title-7 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .kutup-hero-7 .kutup-hero-title-7 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .kutup-hero-7 .kutup-subhead-dark-4 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .brix---section-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
:root {
  /* Colours */
  --primary: #ED4137;
  --white: #FFFFFF;
  --black: #000000;
  --grey: #666666;
  --bg-navbar: #FFFFFF;
  --navtext: #000;
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

.kutup-nav-component-3 {
  background-color: var(--bg-navbar);
}
.kutup-nav-component-3 .kutup-nav-link {
  color: var(--navtext);
}

@media (max-width: 767px) {
  .kutup-mobile-portrait-hide .kutup-button-green {
    max-width: 200px;
  }
}

.select-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

@media (max-width: 991px) {
  .brix---footer-logo-wrapper-2 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center;
  }
}

.breadcrumb-container {
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb-container .breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: black;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: black;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item .separator {
  margin: 0 8px;
  color: black;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #1899f0;
  font-style: italic;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active .separator {
  font-style: normal;
  color: black;
}

.content-detail {
  font-family: Montserrat, sans-serif;
}
.content-detail .efi-ft-08 {
  padding: 60px 2%;
}
.content-detail .efi-ft-08-container {
  max-width: 1200px;
}
.content-detail-paragraph {
  max-width: 700px;
  padding: 20px 0px;
}
.content-detail .catalogue-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0px;
  font-family: Montserrat, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.content-detail .catalogue-container .catalogue-item {
  -webkit-flex: 1 1 calc(25% - 20px);
     -moz-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-detail .catalogue-container .catalogue-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.content-detail .catalogue-container .catalogue-item .image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 15px;
}
.content-detail .catalogue-container .catalogue-item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-detail .catalogue-container .catalogue-item .content {
  padding: 15px;
  text-align: center;
}
.content-detail .catalogue-container .catalogue-item .content .category {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.content-detail .catalogue-container .catalogue-item .content .title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .content-detail .catalogue-container .catalogue-item {
    -webkit-flex: 1 1 calc(50% - 20px);
       -moz-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .content-detail .catalogue-container .catalogue-item {
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.content-detail .product-detail-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  /* Responsive Design */
}
.content-detail .product-detail-container .product-visual {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-detail .product-detail-container .product-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.content-detail .product-detail-container .product-info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-detail .product-detail-container .product-info .product-overview {
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}
.content-detail .product-detail-container .product-info .divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 25px 0;
}
.content-detail .product-detail-container .product-info .action-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .share-label {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 8px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link svg {
  width: 18px;
  height: 18px;
  fill: #555;
  transition: fill 0.3s ease;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.fb:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.fb:hover svg {
  fill: white;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.x:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.x:hover svg {
  fill: white;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.insta:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.insta:hover svg {
  fill: white;
}
@media (max-width: 768px) {
  .content-detail .product-detail-container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .content-detail .product-detail-container .action-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.gallery-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 1200px;
  margin: 30px auto;
  height: 500px;
}
.gallery-container .slider-nav {
  width: 100px;
  height: 100%;
}
.gallery-container .slider-nav .slick-list {
  height: 100% !important;
}
.gallery-container .slider-nav .thumb-item {
  padding: 0 0 10px 0;
  cursor: pointer;
  height: auto;
}
.gallery-container .slider-nav .thumb-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
}
.gallery-container .slick-current .thumb-item img {
  border-color: #007bff;
}
.gallery-container .slider-main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
}
.gallery-container .main-item {
  height: 100%;
}
.gallery-container .main-item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.gallery-container .main-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  /* Background hitam transparan */
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.gallery-container .main-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-container .slick-arrow::before {
  content: "";
  display: none;
}
.gallery-container .slick-prev.main-arrow {
  left: 15px;
}
.gallery-container .slick-next.main-arrow {
  right: 15px;
}
.gallery-container .slider-main .slick-disabled {
  display: none !important;
}
@media (max-width: 991px) {
  .gallery-container .gallery-container {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .gallery-container .slider-nav {
    width: 100%;
    height: auto;
  }
  .gallery-container .main-item img {
    height: 400px;
  }
}

footer, .font-default, .font-default a, .font-default li {
  font-family: Montserrat, sans-serif;
}

/*# sourceMappingURL=matrix.min.css.map*/