.navbar {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d8ebff;
  width: 100%;
  padding: 16px 64px;
  display: none;
  position: static;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1a1a;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three {
  margin-top: 4rem;
}

.nav-dropdown-list.shadow-three.w--open {
  z-index: 2;
  border: 1px solid #ddd;
  flex-flow: column;
  width: 800px;
  margin-top: 3.5rem;
  display: block;
  position: absolute;
  right: -24rem;
  box-shadow: 0 8px 20px #0000000d;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  width: 100px;
  padding-top: 20px;
  display: block;
}

.nav-dropdown-link {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 1rem clamp(1.5rem, 3.34vw, 3rem);
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button-primary:hover {
  color: #fff;
  background-color: #074672;
}

.button-primary:active {
  background-color: #032741;
}

.okynetwork-brand-image {
  width: 170px;
  height: 40px;
}

.product-text-navbar {
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: Geist, sans-serif;
  line-height: 14px;
}

.hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/Abstract-Technology-Background-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 840px;
  max-height: 817px;
  padding: 120px 64px 64px;
  display: flex;
  overflow: hidden;
}

.hero-content-top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero---left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 679px;
  height: 100%;
  max-height: 459px;
  display: flex;
}

.heading-hero {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.text-span {
  color: #1f52ff;
}

.heading-and-sub-hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sub-hero {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.wrapper-hero-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-hero-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff8e01;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 184px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-hero-left:hover {
  background-color: #ce7505;
}

.button-hero-left:active {
  background-color: #864c02;
}

.text-button-hero-left {
  color: #fff;
  line-height: 14px;
  text-decoration: none;
}

.button-hero-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #094672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-hero-right:hover {
  background-color: #04243b;
}

.button-hero-right:active {
  background-color: #010e18;
}

.hero---right, .hero-right-image {
  width: 100%;
  max-width: 633px;
  height: 100%;
  max-height: 459px;
}

.hero-content-bottom {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  filter: drop-shadow(0 0 32px #0000001a);
  background-color: #fefefe;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 945px;
  height: 100%;
  max-height: none;
  padding: 24px;
  display: flex;
}

.card-hero-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 62px;
  display: flex;
}

.tittle-and-sub-card-hero-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-hero-bottom {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
}

.text-block {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.line-hero-bottom {
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  max-height: 62px;
}

.brand-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: none;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.tags-bwo {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.brand-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.brand-top-image {
  width: 80px;
  height: 80px;
}

.brand-top-image-mid {
  object-fit: contain;
  width: 190px;
  height: 80px;
}

.brand-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.fortinet-image {
  width: 198px;
  height: 24px;
}

.cisco-image {
  width: 76px;
  height: 40px;
}

.belden {
  width: 120px;
  height: 24px;
}

.commscope-image {
  width: 176px;
  height: 24px;
}

.vsol-image {
  width: 138px;
  height: 32px;
}

.huawei-image {
  object-fit: cover;
  width: 129px;
  height: 32px;
}

.tp-link-image {
  width: 105px;
  height: 40px;
}

.cambium-networks-image {
  object-fit: cover;
  width: 220px;
  height: 40px;
}

.hk-vision-image {
  object-fit: cover;
  width: 188px;
  height: 32px;
}

.indorack-image {
  object-fit: fill;
  width: 146px;
  height: 32px;
}

.hsgq-image {
  object-fit: cover;
  width: 113px;
  height: 32px;
}

.data-image {
  object-fit: cover;
  width: 82px;
  height: 40px;
}

.asus-image {
  width: 158px;
  height: 40px;
}

.alhua-image {
  width: 124px;
  height: 40px;
}

.ezviz-image {
  width: 157px;
  height: 40px;
}

.tenda-image {
  width: 148px;
  height: 40px;
}

.d-link-image {
  width: 146px;
  height: 40px;
}

.aruba-image {
  width: 118px;
  height: 40px;
}

.starlink-image {
  width: 158px;
  height: 40px;
}

.product-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  padding: 120px 64px;
  display: flex;
  overflow: hidden;
}

.product-section-top {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tittle-and-sub-product-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 736px;
  display: flex;
}

.all {
  margin-top: 0;
  margin-bottom: 0;
}

.tittle-product-section {
  color: #1f52ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.tittle-product-section-span {
  color: #1a1a1a;
}

.sub-product-section {
  color: #787878;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.product-section-top-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #ddd;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 376px;
  max-height: 54px;
  padding: 4px;
  display: flex;
}

.body {
  background-color: #fff;
}

.button-product-section-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-height: 45px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.button-product-section-top-active {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1f52ff;
  background-color: #e1f2ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-height: 45px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.product-section-ubiquiti-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: none;
  overflow: visible;
}

.card-product-section-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 0 24px 24px;
  display: flex;
}

.image-card-production-section {
  width: 100%;
  max-width: 362px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.tittle-and-desk-wrapper-psc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tittle-text-psc {
  color: #1a1a1a;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Geist, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.list-fitur-psc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-list-psc {
  color: #787878;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.list-all-fitur-psc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-height: none;
  display: flex;
}

.list-fitur-psc {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-list-fitur-psc {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.line-batas-psc {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.button-psc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.button-psc-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #094672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50px;
  max-height: none;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-psc-1:hover {
  background-color: #04243b;
}

.button-psc-1:active {
  background-color: #010e18;
}

.button-psc-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-psc-2:hover {
  border-color: #074672;
}

.button-psc-2:active {
  background-color: #f0f9ff;
  border-width: 1px;
  border-color: #074672;
}

.wrap-slider-card-psc {
  width: 100%;
}

.image {
  width: 168px;
  height: 37px;
  position: relative;
  inset: auto auto 770px 84px;
}

.best-seller-tags {
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  left: 24px;
  right: 0;
}

.best-seller-inactive {
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.brand-hamburger {
  display: none;
}

.image-2, .checklist-card {
  width: 14px;
  height: 14px;
}

.about-founder {
  background-image: linear-gradient(#f9f9f999, #f9f9f999), url('../images/63bb2e2e8682ab82c68eec6f4d9083080d99f691-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.about-founder-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 740px;
  display: grid;
}

.about-founder-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  padding: 80px 64px;
  display: flex;
}

.top-founder-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tittle-and-founder-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heading-founder {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 130%;
}

.sub-founder-text {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-span-2 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.founder-link-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ff8e01;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.founder-link-button:hover {
  background-color: #ce7505;
}

.founder-link-button:active {
  background-color: #864c02;
}

.bottom-founder-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.intro-setifikat-founder {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sertif-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.image-sertif {
  object-fit: fill;
  border-radius: 8px;
  width: auto;
  height: 150px;
}

._8-plus-certif-link {
  background-color: #394f87;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-plus-sertif {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: 40px;
  line-height: 150%;
}

.text-plus-sertif-2 {
  color: #fff;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.statistik-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 80px 40px;
  display: flex;
  overflow: hidden;
}

.statistik-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fafafa;
  border-radius: 16px;
  width: 100%;
  max-width: 316px;
  max-height: none;
  padding: 40px 24px;
  display: flex;
}

.statistik-icon {
  width: 40px;
  max-width: none;
  height: 40px;
}

.text-and-sub-statistik {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-statistik {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.text-span-3 {
  color: #ff8e01;
}

.sub-statistik {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.client-segment-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/8adba1ffc14a5ed368459d4fdfc84ffea2456f17-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  height: auto;
  padding: 80px 64px;
  display: flex;
  overflow: hidden;
}

.cta-product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button-product-mikrotik-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  width: 260px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-button-product-mikrotik-section:hover {
  background-color: #fafafa;
  border-color: #074672;
}

.cta-button-product-mikrotik-section:active {
  background-color: #f0f9ff;
}

.cs-top-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.tittle-cs-top {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.text-span-4 {
  color: #006fff;
}

.sub-cs-top {
  color: #597b94;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.cs-top-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.wrapper-card-cs-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.card-cs-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefefe;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.icon-cs-top-card {
  width: 36px;
  max-width: none;
  height: 36px;
}

.tittle-and-sub-card-cs-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-card-cs-top {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.sub-card-cs-top {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.client-segment-bottom {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.tittle-and-sub-cs-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tittle-cs-bottom {
  color: #1f52ff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.line-cs-bottom {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.text-span-5 {
  color: #1a1a1a;
}

.sub-cs-bottom {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-6 {
  color: #597b94;
}

.wrapper-contetn-cs-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.button-cs-bottom-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.tab-isp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #597b94;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.text-button-cs-bottom {
  font-weight: 500;
}

.tab-all-industries {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1f52ff;
  background-color: #e1f2ff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.logo-image-cs-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.testimoni-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 0;
  display: flex;
  overflow: hidden;
}

.heading-testimoni {
  color: #1a1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.text-span-7 {
  color: #1f52ff;
}

.slide {
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  clear: none;
  opacity: 1;
  width: 720px;
  height: 365px;
  overflow: visible;
}

.slider {
  opacity: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.slider.testimonial-slider {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: visible;
}

.slide-nav {
  position: absolute;
  top: 430px;
}

.slide-testi-1 {
  width: 100%;
  max-width: 720px;
  margin-left: 10px;
  margin-right: 10px;
}

.card-testimoni-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 320px;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 48px #00000026;
}

.image-logo-testimoni {
  width: 196px;
  height: 48px;
  display: none;
}

.text-testiomoni {
  text-align: center;
  background-color: #fafafa;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.footer-testimoni {
  justify-content: space-between;
  width: 100%;
  max-height: 53px;
  display: flex;
}

.namae-and-sub-testimoni {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.name-testimoni {
  color: #000;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.sub-testimoni {
  color: #787878;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.rating-testimoni {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.rating-image-testimoni {
  width: 24px;
  height: 24px;
}

.text-rating-testimoni {
  color: #000;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.left-arrow, .right-arrow {
  background-color: red;
  display: none;
}

.faq-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/Screenshot-2026-04-13-at-12.37.06.png');
  background-position: 50% 20%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 120px 64px;
  display: flex;
  overflow: hidden;
}

.faq-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  max-width: 450px;
  height: 100%;
  display: flex;
}

.faq-heading {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.sub-tittle-faq {
  color: #597b94;
  height: auto;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image-faq-left {
  width: 383px;
  height: auto;
}

.faq-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: drop-shadow(0 8px 24px #0000000d);
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  padding: 24px;
  display: flex;
}

.card-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 108px;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.icon-orange-faq, .icon-blue-faq {
  width: 36px;
  height: 36px;
}

.icon-orange-faq-wrapper {
  width: 36px;
  height: 36px;
  display: block;
}

.icon-blue-faq-wrapper {
  width: 36px;
  height: 36px;
  display: none;
}

.tittle-and-sub-card-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 564px;
  display: flex;
}

.text-tittle-card-faq {
  color: #1a1a1a;
  width: 564px;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.desk-faq-card {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  line-height: 150%;
  display: none;
}

.icon-min-wrapper {
  width: 24px;
  height: 24px;
  display: none;
}

.minus-icon, .icon-plus {
  width: 24px;
  height: 24px;
}

.icon-plus-wrapper {
  width: 24px;
  height: 24px;
  display: block;
}

.card {
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.icon-orange-faq-nonaktif, .icon-plus-inactive {
  display: none;
}

.card-faq-cta {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.cta-faq-tittle-and-sub {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-tittle-cta-faq {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.sub-tittle-cta-faq {
  color: #597b94;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.cta-button-faq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #094672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-button-faq:hover {
  background-color: #04243b;
}

.cta-button-faq:active {
  background-color: #010e18;
}

.banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.faq-heading-and-sub-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.content-banner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/d84776b507839659c7953147bb03f5dfe4a07f86.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 481px;
  padding: 64px 120px;
  display: flex;
}

.banner-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tags-banner {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 100px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.heading-banner {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.text-span-8 {
  color: #ff8e01;
}

.cta-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cta-banner:hover {
  color: #1a1a1a;
  background-color: #ff8e00;
}

.cta-banner:active {
  background-color: #f0b372;
}

.desk-banner {
  color: #b3c7d5;
  text-align: center;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.footer {
  background-color: #fafafa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 64px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tittle-footer-right {
  color: #597b94;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 24px;
}

.footer-copyright-center {
  color: #1a1a1a;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.logo-footer {
  width: 100%;
  max-width: 271px;
  max-height: 64px;
}

.footer-logo-text {
  color: #000;
  font-family: Geist, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.footer-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-left-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.footer-left-bottom-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-flbc {
  color: #597b94;
  width: auto;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
}

.text2-flbc {
  color: #1a1a1a;
  width: 100%;
  font-family: Geist, sans-serif;
  line-height: 18px;
  text-decoration: none;
}

.footer-link-orange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff8e01;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.footer-link-orang {
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-link {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.card-product-blog-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 412px;
  display: flex;
}

.sub-text-card-product-blog-page {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image-4 {
  width: 14px;
  height: 14px;
}

.tittle-card-product-blog-page {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.blog-page {
  background-color: #fff;
}

.image-blog-page---product {
  object-fit: cover;
  border-radius: 24px;
}

.product-blog-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 80px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.image-hero-blog-page {
  width: 100%;
  max-width: 620px;
  height: 100%;
  max-height: 400px;
}

.blog-page-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  padding: 80px 64px;
  display: flex;
}

.blog-page-hero---left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-card-blog-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
}

.sub-text-hero-page-blog {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.tittle-product-blog-page {
  color: #1a1a1a;
  padding-left: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.blog-page-hero-tittle-and-sub {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.link-button-cta-blog-page-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.link-button-cta-blog-page-hero:hover {
  border-color: #074672;
}

.link-button-cta-blog-page-hero:active {
  background-color: #f0f9ff;
}

.heading-blog-page-hero {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.tittle-and-sub-card-product-blog-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.detail-blog-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding: 80px 64px;
  display: flex;
}

.heading-detail-blog-page {
  color: #1a1a1a;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.detail-blog-contet-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.image-detail-blog-page {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 1080px;
  max-height: 480px;
}

.cta-detail-blog-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-detail-blog-page:hover {
  border-color: #074672;
}

.cta-detail-blog-page:active {
  background-color: #f0f9ff;
}

.time-read-detail-blog-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.detail-blog-bottom-text {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.detail-blog-content-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-time-read-detail-blog-page {
  color: #0a0a0a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.footer-navbar-mobile-version {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 130%;
  display: none;
}

.text-intro-card-product-page-hero-right-bottom {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-switch-product-page-active {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1f52ff;
  background-color: #e1f2ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-height: 45px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.product-page-mikrotik {
  width: 100%;
  overflow: hidden;
}

.tittle-list-product-card-page {
  color: #787878;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragrap-product-page-hero-right {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.banner-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.list-fitur-product-card-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-product-list-item {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

.tittle-and-switch-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-product-page-hero-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefefe;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 62px;
  padding: 16px;
  display: flex;
}

.button-ppcl-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-ppcl-2:hover {
  border-color: #074672;
}

.button-ppcl-2:active {
  background-color: #fff;
  border-width: 2px;
  border-color: #022741;
}

.list-fitur-card-product-list-page {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tittle-text-product-list-page {
  color: #1a1a1a;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Geist, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.product-page-hero---left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  display: flex;
}

.product-page-hero-right-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-6 {
  width: 14px;
  height: 14px;
}

.text-list-fitur-card-product-list-page {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.cta-button-product-page-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ff8e01;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-button-product-page-hero:hover {
  background-color: #ce7505;
}

.cta-button-product-page-hero:active {
  background-color: #864c02;
}

.button-switch-product-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: 45px;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.line-batas-card-product-list-page {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.product-page-hero-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.text-card-hero-product-page {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.product-list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 80px 64px;
  display: flex;
  overflow: hidden;
}

.product-section-top-right-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #ddd;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  max-height: 54px;
  padding: 4px;
  display: flex;
}

.product-page-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f0f9ff;
  justify-content: space-between;
  padding: 80px 64px;
  display: flex;
}

.button-ppcl-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #094672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50px;
  max-height: none;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-ppcl-1:hover {
  background-color: #04243b;
}

.button-ppcl-1:active {
  background-color: #010e18;
}

.wrapper-list-product-card---page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-span-9 {
  color: #ff8e01;
}

.image-card-production-list {
  width: 362px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.card-wrapper-product-page-hero-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.card-product-list-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  max-height: none;
  padding: 24px;
  display: flex;
}

.wrapper-image-card-product-list-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.product-page-ubiquiti {
  width: 100%;
}

.cta-detail-product-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-detail-product-page:hover {
  border-color: #074672;
}

.cta-detail-product-page:active {
  background-color: #f0f9ff;
}

.list-fitur-dpp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-and-sub-detail-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tittle---sub---cta---detail-prodct-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.desk-text-detail-product-page {
  color: #787878;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image-dpp {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  max-width: 395px;
  height: 275px;
}

.list-fitur-dpp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tittle-text-detail-product-page {
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.text-list-fitur-dpp {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.list-all-fitur-dpp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-height: none;
  display: flex;
}

.tittle-list-dpp {
  color: #787878;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-quotation-dpp {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #094672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 135px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.button-quotation-dpp:hover {
  background-color: #04243b;
}

.button-quotation-dpp:active {
  background-color: #010e18;
}

.text-span-desk-dpp {
  color: #1a1a1a;
  font-weight: 500;
}

.detail-product-page {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-flow: column;
  padding: 80px 64px;
  display: flex;
}

.wrapper-detail-product-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-image-dpp {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-hto-right-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.desk-sub-hto-left {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.tittle-and-sub-hto-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.how-to-order-page {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  padding: 0 64px;
  display: flex;
}

.how-to-order-left {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  max-width: 624px;
  display: flex;
}

.tittle-hto-left {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.image-hto-left {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  max-width: 364px;
  height: 100%;
  max-height: 400px;
}

.image-card-hto-right {
  max-width: 40px;
  max-height: 40px;
}

.tag-card-hto {
  color: #ff8e01;
  width: 60px;
  font-family: Geist, sans-serif;
  line-height: 14px;
}

.desk-sub-card-hto-right {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.how-to-order-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 624px;
  display: flex;
}

.tittle-text-card-hto-right {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.how-to-order-left-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.line-top-card-hto {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.tittle-and-sub-card-hto-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.wrapper-image-hto-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-hto-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #ddd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.cta-button-hto-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fefefe;
  background-color: #094672;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.cta-button-hto-left:hover {
  background-color: #04243b;
}

.cta-button-hto-left:active {
  background-color: #010e18;
}

.product-section-mikrotik-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-section-ruijie-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: none;
}

.ubiquiti {
  font-weight: 400;
}

.wrapper-image-card-product-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.cta-button-product-ruijie-section {
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  width: 260px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: none;
}

.cta-button-product-ruijie-section:hover {
  border-color: #022142;
}

.cta-button-product-ruijie-section:active {
  background-color: #f0f9ff;
}

.cta-button-product-ubiquiti-section {
  color: #1a1a1a;
  background-color: #fafafa;
  border: 1px solid #d8ebff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  width: 260px;
  max-height: 50px;
  padding: 16px;
  font-family: Geist, sans-serif;
  line-height: 14px;
  text-decoration: none;
  display: none;
}

.cta-button-product-ubiquiti-section:hover {
  border-color: #022142;
}

.cta-button-product-ubiquiti-section:active {
  background-color: #f0f9ff;
}

.text-active-switch-product-section {
  font-weight: 400;
}

.about-us-page {
  width: 100%;
}

.about-us-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#fff9, #fff9), url('../images/63bb2e2e8682ab82c68eec6f4d9083080d99f691-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  align-items: stretch;
  height: 700px;
  padding: 80px 64px;
  display: flex;
}

.about-us-hero-top {
  justify-content: space-between;
  display: flex;
}

.about-us-hero-top---left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.tag-about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: 40px;
  padding: 8px 16px;
  display: flex;
}

.tags-text-tentang-kami {
  color: #597b94;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  line-height: 14px;
}

.tittle-and-desk-about-us-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heading-about-us-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 130%;
}

.hero-about-us-span {
  color: #1f52ff;
}

.desk-sub-hero-about-us {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.about-us-hero-top---right {
  justify-content: center;
  align-items: center;
  max-width: 424px;
  display: flex;
}

.about-us-hero-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-about-us-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.text-card-about-us-hero-top {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-2 {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-10 {
  color: #ff8e01;
}

.we-story {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 128px;
  display: flex;
}

.we-story-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.we-story-content-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tittle-we-story-top {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.span-we-story {
  color: #1f52ff;
}

.desk-we-story-contet-top {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.we-story-content-mid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 8px 24px #0000000d);
  background-color: #f0f9ff;
  border: 1px solid #c8e3f5;
  border-radius: 8px;
  padding: 24px 48px;
  display: flex;
}

.text-we-story-content-mid {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.we-story-content-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.desk-we-story-content-bottom {
  color: #597b94;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.span-we-story-bottom-content {
  color: #597b94;
  font-weight: 700;
}

.why-pick-oky-network {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/8adba1ffc14a5ed368459d4fdfc84ffea2456f17-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.tittle-why-pick-oky-network {
  color: #1a1a1a;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.span-about-us-why-pick-oky-network {
  color: #006fff;
}

.wrapper-card-about-us---why-pick-oky-network {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.wrapper-card-why-pick-oky-network {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-about-us-why-pick-oky-network {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 8px 24px #0000000d);
  background-color: #fefefe;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  height: 300px;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.image-card-why-pick-oky-network {
  width: 40px;
  max-width: none;
  height: 40px;
}

.wrapper-tittle-and-desk-card-why-pick-oky-network {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tittle-card-why-pick-oky-network {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.desk-card-why-pick-oky-network {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.about-us-founder-and-ceo {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.founder-ceo-image-and-desk-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  padding-right: 64px;
  display: flex;
}

.founder-ceo-image {
  width: 560px;
  max-width: none;
  height: 461px;
}

.founder-ceo-tittle-and-desk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.founder-ceo-text-desk-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.founder-ceo-tittle {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.subtittle-founder-ceo {
  color: #1f52ff;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.decription-founder-and-ceo {
  color: #597b94;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.wrapper-tags-certif-about-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.tags-certif-founder-and-ceo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px 16px;
  display: flex;
}

.text-tags-certif-founder-and-ceo {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  line-height: 14px;
}

.sticky_layout-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130vh;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-right: 4rem;
  display: grid;
}

.sticky_colum {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 6rem;
  bottom: 0;
}

.wrapper-slider-blur {
  opacity: 1;
  width: 740px;
  display: block;
  overflow: visible;
}

.dropdown_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_content-wrapper {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  display: flex;
}

.navbar_link-group {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar_link-group.cc-mobile {
  display: none;
}

.navbar_nav-menu {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  position: static;
}

.navbar_nav-menu:hover {
  color: #597b94;
}

.navbar_navlink {
  color: inherit;
  padding: 1.5rem 0;
  font-size: clamp(.875rem, 1.11vw, 1rem);
  line-height: 1.2;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.navbar_navlink:hover {
  color: #333;
  font-weight: 400;
}

.navbar_navlink.w--current {
  color: inherit;
}

.navbar_mega-menu {
  z-index: 1000;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  align-items: center;
  padding: 1.5rem 0;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.navbar_dropdown-toggle:hover {
  color: #333;
}

.navbar_dropdown-icon {
  margin: 0;
  position: static;
}

.navbar_dropdown {
  font-size: clamp(.875rem, 1.11vw, 1rem);
  position: static;
}

.navbar_link-list-item {
  display: inline-block;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.5rem, 3.34vw, 3rem);
  padding-right: clamp(1.5rem, 3.34vw, 3rem);
}

.navbar_inner-menu-wrapper {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar_nav-inner-menu-wrapper {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar_nav-inner-menu-wrapper:hover {
  color: #597b94;
}

.navbar_nav-inner-wrapper {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar_nav-inner-wrapper:hover {
  color: #597b94;
}

.navbar_inner-nav-menu-wrapper {
  grid-column-gap: clamp(1.5rem, 3.34vw, 3rem);
  grid-row-gap: clamp(1.5rem, 3.34vw, 3rem);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar_inner-nav-menu-wrapper:hover {
  color: #597b94;
}

.navbar_dropdown-list {
  background-color: #0000;
  padding-top: .75rem;
}

.navbar_dropdown-list.w--open {
  left: 0;
}

.navbar_dropdown-list-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 1.5rem;
  list-style-type: none;
  display: flex;
  box-shadow: 0 10px 18px #0003, 0 20px 40px #0003;
}

.navbar_dropdown-list-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.5rem, 3.34vw, 3rem);
  padding-right: clamp(1.5rem, 3.34vw, 3rem);
}

.navbar_dropdown-list-colum {
  flex: 1;
}

.navbar_dropdown-inner-list {
  padding-left: 0;
  list-style-type: none;
}

.navbar_dropdown-inner-list-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.navbar_dropdown-list-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: inherit;
  flex-flow: column;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.navbar_dropdown-list-link:hover {
  color: #1f52ff;
}

.navbar_dropdown-list-link-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.dropdown_list-text-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown_list-text-description {
  color: #597b94;
  text-decoration: none;
}

.dropdown_list-image {
  object-fit: scale-down;
  width: 64px;
  height: 48px;
}

.dropdown_list-text-link {
  color: #597b94;
  text-decoration: none;
}

.navbar_dropdown-list-link-to-detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1rem;
  display: flex;
}

.image-7 {
  width: 48px;
  height: 48px;
}

.linkedin-meet-the-owner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  font-family: Geist, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.linkedin-logo {
  width: 16px;
  max-width: none;
  height: 16px;
}

.linkedin-text {
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.other-logo-text {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 40px;
  font-family: Geist, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.image-gepeng-product {
  object-fit: cover;
  width: 362px;
  max-width: none;
  height: 200px;
}

.tittle-other-product {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}

.text-span-other-product {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
}

.text-soan-other-product-2 {
  color: #00f;
  font-size: 24px;
  font-weight: 500;
}

.footer-info {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-testimoni-2, .card-testimoni-3, .card-testimoni-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 320px;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 48px #00000026;
}

.card-testimoni-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 320px;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 48px #00000026;
}

.slide-testi-2, .slide-testi-3, .slide-testi-4, .slide-testi-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.link-tab-all-industries {
  color: #1f52ff;
  background-color: #e1f2ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.link-tab-isp {
  color: #727272;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.link-tab-fnb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #727272;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.link-tab-si, .link-tab-manufaktur, .link-tab-education, .link-tab-cyber-security, .link-tab-logistik, .link-tab-hospital, .link-tab-hotel, .link-tab-other {
  color: #727272;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.isp-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.fnb-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.system-integrator-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.manufaktur-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.education-wrapper, .cyber-security-wrapper, .logistik-wrapper, .hospital-wrapper, .hotel-wrapper, .other-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.image-founder-small {
  object-fit: cover;
  border-radius: 24px;
  width: 294px;
  max-width: none;
  height: 262px;
  min-height: 0;
  max-height: none;
}

.wrapper-text-review {
  background-color: #fafafa;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.wrapper-list-product-lainnya {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.brand-produk-lainnya {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.fortinet-image-pl {
  width: 300px;
}

.cisco-image-pl {
  width: 150px;
}

.belden-image-pl {
  width: 300px;
}

.product-list-pl {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding: 64px 80px;
  display: flex;
}

.commscope-image-pl {
  width: 300px;
}

.vsol-image-pl {
  width: 250px;
}

.huawei-image-pl {
  object-fit: cover;
  width: 250px;
}

.tplink-image-pl {
  width: 250px;
}

.cmn-image-pl {
  object-fit: cover;
  width: 250px;
  position: static;
}

.hk-vision-image-pl {
  object-fit: cover;
  width: 300px;
  height: 100px;
}

.inc-image-pl, .hsgq-pl, .data-img-pl, .asus-pl, .alhua-pl, .enviz-pl, .tenda-pl, .dlink-pl, .aruba-pl, .starlink-pl {
  width: 250px;
}

.designed-by {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.link-cherrypick {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.link-cherrypick:hover {
  color: #c42026;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .okynetwork-brand-image {
    width: 140px;
    height: 32px;
  }

  .hero {
    height: auto;
    max-height: none;
    padding: 100px 40px 40px;
  }

  .hero-content-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero---left {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .heading-hero {
    font-size: 64px;
  }

  .hero---right {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: flex;
  }

  .hero-right-image {
    width: 400px;
    max-width: 400px;
    height: 290px;
    max-height: 290px;
  }

  .hero-content-bottom {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-hero-bottom, .line-hero-bottom {
    max-height: none;
  }

  .product-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-section-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-section-ubiquiti-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .card-product-section-bottom {
    width: 100%;
    max-width: 304px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 24px;
  }

  .list-fitur-psc-wrapper {
    height: 100%;
  }

  .button-psc-wrapper {
    flex-flow: column;
    padding-right: 0;
  }

  .about-founder {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-founder-left {
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    max-width: none;
  }

  .about-founder-right {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .founder-image {
    object-fit: cover;
    width: 100%;
  }

  .statistik-section {
    flex-flow: wrap;
    height: auto;
  }

  .client-segment-top {
    flex-flow: column;
  }

  .client-segment-bottom {
    padding: 80px 40px;
  }

  .button-cs-bottom-wrapper {
    flex-flow: wrap;
  }

  .tab-isp, .tab-all-industries {
    text-align: center;
  }

  .logo-image-cs-bottom-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimoni-section {
    overflow: hidden;
  }

  .faq-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 40px;
  }

  .faq-left {
    flex-flow: row;
    max-width: none;
    display: flex;
  }

  .image-faq-left {
    width: 280px;
    height: 280px;
  }

  .faq-right {
    width: 100%;
  }

  .tittle-and-sub-card-faq {
    width: 500px;
    max-width: none;
  }

  .text-tittle-card-faq, .desk-faq-card {
    width: 500px;
  }

  .content-banner {
    max-height: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-left {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
  }

  .footer-left-bottom {
    justify-content: space-between;
    width: 100%;
  }

  .image-blog-page---product {
    object-fit: cover;
    height: 320px;
    max-height: 320px;
  }

  .product-blog-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-hero-blog-page {
    width: 100%;
    max-width: none;
  }

  .blog-page-hero {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-blog-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-blog-contet-bottom {
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-detail-blog-page {
    object-fit: cover;
    max-width: 800px;
    height: 480px;
  }

  .close-x-button {
    display: none;
  }

  .footer-navbar-mobile-version {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
  }

  .paragrap-product-page-hero-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 150%;
    display: flex;
  }

  .list-fitur-product-card-page {
    height: 100%;
  }

  .tittle-text-product-list-page {
    height: 60px;
    line-height: 100%;
  }

  .product-page-hero---left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .product-list-item {
    flex-flow: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-page-hero {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-list-product-card---page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-card-production-list {
    width: 200px;
  }

  .card-product-list-page {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 340px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 24px;
  }

  .wrapper-image-card-product-list-page {
    max-width: none;
  }

  .list-fitur-dpp-wrapper {
    height: 100%;
  }

  .list-all-fitur-dpp {
    flex-flow: wrap;
  }

  .detail-product-page {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-to-order-page {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tag-card-hto {
    width: 60px;
  }

  .product-section-mikrotik-bottom {
    flex-flow: wrap;
  }

  .product-section-ruijie-bottom {
    flex-flow: wrap;
    display: none;
  }

  .about-us-hero {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    height: auto;
    padding: 100px 40px 60px;
  }

  .about-us-hero-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-about-us-hero {
    font-size: 56px;
  }

  .about-us-hero-top---right {
    justify-content: flex-end;
    align-items: center;
  }

  .image-hero-about-us {
    width: 80%;
    max-width: none;
  }

  .about-us-hero-bottom {
    flex-flow: row;
    align-items: stretch;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .we-story {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-card-why-pick-oky-network {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-about-us-why-pick-oky-network {
    height: 300px;
  }

  .tittle-card-why-pick-oky-network {
    font-size: 20px;
  }

  .founder-ceo-image-and-desk-wrapper {
    flex-flow: column;
    padding-right: 0;
  }

  .founder-ceo-image {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .founder-ceo-tittle-and-desk {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar_content-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .navbar_link-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
  }

  .navbar_link-group.cc-mobile {
    justify-content: center;
    margin-left: auto;
    display: flex;
  }

  .navbar_link-group.cc-2 {
    align-items: center;
    margin-top: auto;
    margin-bottom: 3rem;
    margin-left: 0;
  }

  .navbar_nav-menu {
    background-color: #fff;
    height: calc(100vh - 3.55rem);
    position: absolute;
    top: 100%;
  }

  .navbar_nav-menu:hover {
    color: #333;
  }

  .navbar_navlink {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_mega-menu {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_dropdown-toggle {
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_dropdown {
    display: block;
  }

  .navbar_link-list-item {
    border-bottom: 1px solid #ddd;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .navbar_menu-button {
    padding: 1.25rem;
  }

  .navbar_menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .navbar_inner-menu-wrapper {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: calc(100vh - 3.55rem);
  }

  .navbar_nav-inner-menu-wrapper, .navbar_nav-inner-wrapper {
    background-color: #fff;
    height: calc(100vh - 3.55rem);
  }

  .navbar_inner-nav-menu-wrapper {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: calc(100dvh - 3.55rem);
  }

  .navbar_inner-nav-menu-wrapper:hover {
    color: #333;
  }

  .navbar_dropdown-list {
    position: static;
  }

  .navbar_dropdown-list.w--open {
    padding-bottom: .75rem;
  }

  .navbar_dropdown-list-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    box-shadow: none;
    padding: 1rem;
  }

  .navbar_dropdown-list-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .dropdown_list-image {
    object-fit: contain;
  }

  .text-span-other-product {
    line-height: 20px;
  }

  .image-founder-small {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    overflow: visible;
  }

  .navbar-wrapper {
    overflow: hidden;
  }

  .navbar-brand {
    margin-left: 20px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown-toggle {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    width: auto;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    width: auto;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 100px;
    display: flex;
  }

  .button-primary {
    width: 100%;
    max-width: 392px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 8px;
  }

  .hero {
    padding: 80px 24px;
    overflow: hidden;
  }

  .hero-content-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-content-bottom {
    flex-flow: column;
  }

  .brand-top, .brand-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-section {
    padding: 80px 24px;
  }

  .product-section-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-section-ubiquiti-bottom {
    flex-flow: column;
    display: none;
  }

  .card-product-section-bottom {
    max-width: none;
  }

  .button-psc-wrapper {
    flex-flow: row;
  }

  .brand-hamburger {
    display: block;
  }

  .about-founder {
    padding: 40px 24px;
  }

  ._8-plus-certif-link {
    display: none;
  }

  .wrapper-card-cs-top {
    flex-flow: wrap;
  }

  .client-segment-bottom {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .tittle-and-sub-cs-bottom {
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .tittle-cs-bottom {
    text-align: center;
  }

  .sub-cs-bottom {
    width: 500px;
  }

  .wrapper-contetn-cs-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .button-cs-bottom-wrapper {
    flex-flow: wrap;
    overflow: visible;
  }

  .logo-image-cs-bottom-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .testimoni-section {
    height: 840px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mask {
    width: 100%;
    max-width: 392px;
  }

  .slider {
    justify-content: center;
    align-items: flex-start;
    max-width: 392px;
    height: 600px;
  }

  .slide-nav {
    top: 540px;
  }

  .card-testimoni-1 {
    width: 392px;
    max-width: 392px;
    min-height: 460px;
    box-shadow: 0 8px 48px #00000026;
  }

  .faq-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-tittle-card-faq, .desk-faq-card {
    width: 100%;
  }

  .card-faq-cta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-banner, .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-left-bottom {
    flex-flow: column;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .product-blog-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper-card-blog-page {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .detail-blog-section {
    padding: 64px 24px;
  }

  .detail-blog-contet-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-detail-blog-page {
    max-width: 480px;
  }

  .close-button-navbar {
    background-color: #fafafa;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: none;
  }

  .close-x-button {
    display: none;
  }

  .footer-navbar-mobile-version {
    margin-top: 20px;
    display: block;
  }

  .paragrap-product-page-hero-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .card-product-page-hero-right {
    max-width: none;
  }

  .product-page-hero---left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-list-item {
    width: 100%;
    padding: 64px 24px;
  }

  .product-section-top-right-2 {
    flex-flow: wrap;
    max-height: none;
  }

  .product-page-hero {
    padding: 64px 24px;
  }

  .wrapper-list-product-card---page {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-card-production-list {
    width: 344px;
  }

  .card-wrapper-product-page-hero-right {
    flex-flow: column;
  }

  .card-product-list-page {
    max-width: 410px;
  }

  .list-all-fitur-dpp {
    flex-flow: column;
  }

  .detail-product-page {
    padding: 64px 24px;
  }

  .wrapper-image-dpp {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .how-to-order-page {
    flex-flow: column;
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-section-mikrotik-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: center stretch;
    display: flex;
  }

  .product-section-ruijie-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .about-us-hero-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .we-story {
    padding-left: 64px;
    padding-right: 64px;
  }

  .wrapper-card-why-pick-oky-network {
    flex-flow: column;
  }

  .navbar_link-group.cc-2 {
    justify-content: space-between;
    align-items: center;
  }

  .text-span-other-product {
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .text-soan-other-product-2 {
    font-size: 20px;
    line-height: 40px;
  }

  .card-testimoni-2, .card-testimoni-3, .card-testimoni-4, .card-testimoni-5 {
    min-height: 460px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #fff;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-regular {
    padding-left: 20px;
    padding-right: 10px;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    z-index: 5;
    aspect-ratio: auto;
    flex: none;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 20px;
    overflow: hidden;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .nav-dropdown {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 392px;
    height: 50px;
    display: flex;
  }

  .okynetwork-brand-image {
    width: 140px;
  }

  .hero-content-top {
    flex-flow: column;
  }

  .heading-hero {
    font-size: 48px;
  }

  .wrapper-hero-button {
    flex-flow: column;
  }

  .button-hero-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .button-hero-right {
    max-width: none;
  }

  .hero-content-bottom {
    flex-flow: column;
  }

  .card-hero-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 24px;
  }

  .brand-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-top-image {
    width: 64px;
    height: 64px;
  }

  .brand-top-image-mid {
    width: 150px;
    height: 64px;
  }

  .brand-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-section {
    padding: 80px 24px;
  }

  .product-section-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tittle-product-section {
    font-size: 36px;
  }

  .tittle-product-section-span {
    font-size: 40px;
  }

  .product-section-top-right {
    width: 100%;
    max-width: none;
  }

  .button-product-section-top, .button-product-section-top-active {
    width: 100%;
  }

  .product-section-ubiquiti-bottom {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: none;
  }

  .card-product-section-bottom {
    height: 860px;
    padding-right: 20px;
  }

  .image-card-production-section {
    height: auto;
    max-height: 275px;
  }

  .tittle-text-psc {
    font-size: 24px;
  }

  .button-psc-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .button-psc-1, .button-psc-2 {
    width: 100%;
  }

  .best-seller-tags {
    position: relative;
    top: 0;
    left: auto;
    right: -20px;
  }

  .about-founder {
    overflow: hidden;
  }

  .about-founder-left {
    flex-flow: column;
    display: flex;
  }

  .about-founder-right {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-founder {
    font-size: 40px;
  }

  .sertif-wrapper {
    flex-flow: wrap;
  }

  .image-sertif {
    width: auto;
    height: 150px;
  }

  ._8-plus-certif-link {
    display: block;
  }

  .text-plus-sertif {
    text-align: center;
  }

  .statistik-section {
    padding: 64px 24px;
  }

  .statistik-card {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .client-segment-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tittle-cs-top {
    font-size: 40px;
  }

  .client-segment-bottom {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tittle-and-sub-cs-bottom {
    width: 100%;
  }

  .tittle-cs-bottom, .text-span-5 {
    font-size: 40px;
  }

  .sub-cs-bottom {
    width: auto;
  }

  .wrapper-contetn-cs-bottom {
    width: 100%;
  }

  .button-cs-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .logo-image-cs-bottom-wrapper {
    width: 100%;
  }

  .testimoni-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    height: 880px;
    padding: 64px 24px;
  }

  .heading-testimoni {
    font-size: 40px;
  }

  .mask {
    background-color: #0000;
    flex: 1;
    align-self: auto;
    max-width: none;
    height: 100%;
    min-height: 460px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .slider {
    justify-content: center;
    align-items: flex-start;
  }

  .slider.testimonial-slider {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 540px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-nav {
    top: 578px;
  }

  .slide-testi-1 {
    border: .1px solid #dadada;
    border-radius: 8px;
    max-width: 380px;
    max-height: 464px;
    margin-left: 0;
    margin-right: 10px;
  }

  .card-testimoni-1 {
    width: 100%;
    max-width: 400px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-testiomoni {
    font-size: 18px;
  }

  .faq-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .faq-heading {
    font-size: 40px;
  }

  .image-faq-left {
    object-fit: cover;
  }

  .faq-right {
    background-color: #fafafa;
  }

  .card-faq {
    padding: 16px;
  }

  .card-faq-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-button-faq {
    width: 100%;
  }

  .banner {
    padding: 24px;
  }

  .container {
    max-width: none;
  }

  .footer-content {
    margin-top: 0;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-left-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .image-3 {
    width: 16px;
    height: 16px;
  }

  .blog-page-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-detail-blog-page {
    font-size: 36px;
  }

  .list-item {
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
    padding-bottom: 16px;
    display: flex;
  }

  .footer-navbar-mobile-version {
    margin-top: 0;
    padding-bottom: 0;
  }

  .button-switch-product-page-active {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .paragrap-product-page-hero-right {
    line-height: 130%;
  }

  .banner-2 {
    padding: 24px;
  }

  .button-ppcl-2 {
    width: 100%;
  }

  .tittle-text-product-list-page {
    font-size: 24px;
  }

  .button-switch-product-page {
    width: auto;
  }

  .product-list-item {
    width: 100%;
  }

  .product-section-top-right-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .button-ppcl-1 {
    width: 100%;
  }

  .card-product-list-page {
    max-width: none;
    padding-right: 20px;
  }

  .button-quotation-dpp {
    width: 100%;
  }

  .how-to-order-page {
    padding-top: 0;
  }

  .tittle-hto-left {
    font-size: 40px;
  }

  .tag-card-hto {
    width: 100%;
  }

  .product-section-ruijie-bottom {
    display: none;
  }

  .about-us-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-us-hero-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-us-hero-top---left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-about-us-hero {
    font-size: 40px;
  }

  .image-hero-about-us {
    width: 100%;
  }

  .about-us-hero-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-about-us-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .text-card-about-us-hero-top {
    font-size: 28px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .we-story {
    padding-left: 32px;
    padding-right: 32px;
  }

  .we-story-content-mid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-pick-oky-network {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tittle-why-pick-oky-network {
    font-size: 40px;
  }

  .wrapper-card-why-pick-oky-network {
    flex-flow: column;
  }

  .founder-ceo-image {
    height: auto;
  }

  .founder-ceo-tittle-and-desk {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sticky_layout-wrap {
    flex-flow: column;
    height: auto;
    margin-top: 4rem;
    display: flex;
    overflow: hidden;
  }

  .navbar_content-wrapper {
    justify-content: space-between;
  }

  .navbar_link-group.cc-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_mega-menu {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-2 {
    padding-left: 1.25rem;
  }

  .navbar_inner-nav-menu-wrapper {
    overflow: auto;
  }

  .navbar_dropdown-list.w--open {
    padding-top: 0;
  }

  .navbar_dropdown-list-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_dropdown-list-link {
    flex-flow: column;
  }

  .dropdown_list-image, .image-7 {
    width: 40px;
    height: 40px;
  }

  .text-span-other-product {
    line-height: 20px;
  }

  .card-testimoni-2, .card-testimoni-3, .card-testimoni-4, .card-testimoni-5 {
    width: 100%;
    max-width: 400px;
    box-shadow: none;
  }

  .slide-testi-2, .slide-testi-3, .slide-testi-4, .slide-testi-5 {
    border: .1px solid #dadada;
    border-radius: 8px;
    width: 100%;
    max-width: 720px;
    margin-left: 0;
    margin-right: 10px;
  }
}

#w-node-_6a8c2a37-4a5c-7eab-6bab-0c8d25a92b53-25a92b34, #w-node-_6a8c2a37-4a5c-7eab-6bab-0c8d25a92b5c-25a92b34, #w-node-_6a8c2a37-4a5c-7eab-6bab-0c8d25a92b67-25a92b34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


