/** @format */

@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
/* ADS COLOR */
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body h1,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Poppins', sans-serif;
  color: #000a12;
}

body p {
  font-family: 'Hind', sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.nav-head {
  font-family: 'Exo', sans-serif;
  width: 100%;
  border-top: 4px solid #3949ab;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.nav-head .dropdown-produk {
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  width: 560px !important;
  left: auto !important;
  right: 0 !important;
  top: 55px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.nav-head .dropdown-produk .button-nav {
  width: 100%;
  background: #f6f8fa;
  padding: 30px;
  bottom: 0;
  text-align: center;
  border-bottom-right-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: black;
  border-bottom-left-radius: 4px;
  border: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-head .dropdown-produk .button-nav:hover {
  background: #120d2f;
  color: #fff;
}

.nav-head .dropdown-produk .produk {
  padding: 20px;
}

.nav-head .dropdown-produk h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.nav-head .dropdown-produk a {
  text-decoration: none;
  font-weight: 500;
}

.nav-head .dropdown-produk .card {
  font-family: 'Exo', sans-serif;
  min-height: 100px;
  padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.nav-head .dropdown-produk .card p {
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}

.nav-head .dropdown-produk .card:hover {
  border: 1px solid #120d2f;
}

.nav-head .dropdown-produk img {
  height: auto;
  margin-bottom: 10px;
}

.nav-head .dropdown-produk:after {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.nav-head .left-content {
  float: left;
}

.nav-head .left-content p {
  font-size: 0.9rem;
  color: #828282;
  display: inline-block;
  margin-top: 18px;
  font-weight: bold;
}

.nav-head .left-content p span {
  font-weight: normal;
}

.nav-head .left-content a img {
  height: 40px;
}

.nav-head .navbar {
  float: right;
}

.nav-head .navbar ul li {
  margin-left: 10px;
}

.nav-head .navbar ul li a {
  color: #797b92;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .nav-head .navbar {
    display: none;
  }
}

.navbar-dark .navbar-toggler {
  background: #e31e21;
}

.indexcity {
  z-index: 9999 !important;
  margin-top: -100px !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.right {
  right: 0 !important;
  left: 0 !important;
}

.sticky-header {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-animation: smoothScroll 0.5s forwards;
  animation: smoothScroll 0.5s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.navbar-hide {
  display: none;
  font-weight: bold;
}

#navbar-form {
  background-image: none;
  height: auto;
}

header {
  background-image: url('../img/bg-headernew.png'),
    url('../img/ornamen-atas.png'), url('../img/ornamen-bawah.png');
  background-repeat: no-repeat;
  background-size: 50% auto, 200px, 200px;
  background-position: center right, top right, bottom left;
}

header .navbar .container-fluid {
  max-width: 1300px;
}

header .navbar ul {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 1rem;
}

header .navbar ul li {
  margin: 0 0.5rem;
}

header .navbar .navbar-brand .img-logo {
  height: 50px;
}

header .navbar .btn-sevima {
  border: 1px solid #0d8944;
  background-color: #0d8944;
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .navbar .btn-sevima:hover {
  background-color: #169951;
  color: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(13, 135, 68, 0.2);
  box-shadow: 0px 10px 10px rgba(13, 135, 68, 0.2);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

header .navbar-light .navbar-nav .nav-link {
  color: #3949ab;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #69ace8 !important;
}

.back-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.back-button a .uil {
  color: #3949ab;
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.back-button a h3 {
  color: #3949ab;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.back-button a:hover h3 {
  text-decoration: underline;
}

#hero-image {
  position: relative;
}

#hero-image .kolom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
  height: 95vh;
}

#hero-image .title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif !important;
  color: #120d2f;
}

#hero-image .lead {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #041c32;
  margin: 1rem 0 32px;
}

#hero-image .ornamen {
  position: absolute;
  z-index: -1;
  top: 135px;
  left: 130px;
}

@media (max-width: 991px) {
  #hero-image .ornamen {
    left: 0;
    top: 120px;
  }
}

#hero-image .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hero-image .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#hero-image .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#hero-image .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

#hero-image .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#hero-image .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#hero-image .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

#hero-image .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#hero-image .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#hero-image .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#hero-image .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1e2c85;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#hero-image .button-selengkapnya .btn-secondary {
  margin-left: 1rem;
  border: 1px solid #3949ab;
  background-color: #fff;
  color: #3949ab;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hero-image .button-selengkapnya .btn-secondary:hover {
  background-color: #3949ab;
  color: #fff;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

@media (min-width: 1200px) {
  #hero-image .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#hero-image .badge-siakad {
  position: absolute;
  right: 0;
  top: 0;
}

#hero-image .badge-siakad img {
  height: 175px;
  -webkit-animation: in-out 3s ease-in-out infinite;
  animation: in-out 3s ease-in-out infinite;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes in-out {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
  50% {
    -webkit-transform: translate(0%, 0%) scale(1.15);
    transform: translate(0%, 0%) scale(1.15);
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}

@keyframes in-out {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
  50% {
    -webkit-transform: translate(0%, 0%) scale(1.15);
    transform: translate(0%, 0%) scale(1.15);
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}

#hero-image .card-testimoni {
  position: relative;
}

#hero-image .card-testimoni .card {
  border-radius: 20px;
  padding: 1rem;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 3;
  position: absolute;
  right: -535px;
  float: right;
  top: 15px;
  -webkit-animation: slideshow 21s linear 0s infinite;
  animation: slideshow 21s linear 0s infinite;
}

#hero-image .card-testimoni .card .img-card {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

#hero-image .card-testimoni .card .card-body {
  padding: 0;
  margin-left: 1rem;
}

#hero-image .card-testimoni .card .card-title {
  font-size: 1rem;
  font-weight: bold;
}

#hero-image .card-testimoni .card .card-subtitle {
  font-size: 14px;
}

#hero-image .card-testimoni .card .card-text {
  font-size: 14px;
}

#hero-image .card-testimoni .card:nth-child(2) {
  z-index: 2;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

#hero-image .card-testimoni .card:nth-child(3) {
  z-index: 1;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

@-webkit-keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#hero-image .owl-theme .owl-dots {
  text-align: center;
}

#hero-image .owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

#hero-image .owl-theme .owl-dots button {
  width: 15px !important;
  height: 7px;
  border-radius: 50px;
  background-color: #e7e5f1 !important;
  margin: 0.1rem;
}

#hero-image .owl-theme .owl-dots button.active {
  width: 35px !important;
  background-color: #3949ab !important;
}

#hero-image .owl-theme .owl-dots button:focus {
  outline: none;
}

#hero-image #owl-testi-header .card-konten-testi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 550px;
}

#hero-image #owl-testi-header .card-img {
  width: auto;
}

#hero-image #owl-testi-header .card-img .img-foto {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#hero-image #owl-testi-header .card-body {
  padding: 0 0 0 1rem;
}

#hero-image #owl-testi-header .card-body .card-title {
  font-size: 1rem;
  font-weight: bold;
}

#hero-image #owl-testi-header .card-body .card-subtitle {
  font-size: 14px;
}

#hero-image #owl-testi-header .card-body .card-text {
  font-size: 14px;
}

#logo-kampus {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f6f8ff;
}

#logo-kampus .title {
  margin: 0 0 1.5rem;
}

#logo-kampus .grid-logo {
  display: -ms-grid;
  display: grid;
  --ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  margin: auto;
  --webkit-box-align: center;
  --ms-flex-align: center;
  align-items: center;
}

#logo-kampus .item .card-body {
  padding: 0.5rem;
}

#logo-kampus .item .card-konten-testi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#logo-kampus .item .card-konten-testi .card-body-text span a h5 {
  font-size: 0.875rem;
  text-decoration: underline;
}

#logo-kampus .item .card-konten-testi .card-body-text span a:hover h5 {
  color: #f5861a;
}

#logo-kampus .item .card-img {
  width: auto;
}

#logo-kampus .item .card-img .img-foto {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

#logo-kampus .item .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#logo-kampus .item .card-body h6 {
  margin: 0;
}

#logo-kampus .item .card-body p {
  margin-bottom: 0;
}

#logo-kampus .item .card-body .strong {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #000a12;
}

#logo-kampus .item .card-body .desc {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.25;
  color: rgba(4, 28, 50, 0.7);
}

@media (max-width: 991.98px) {
  #logo-kampus .item .card-body {
    display: none;
  }
}

#logo-kampus a:hover {
  text-decoration: none;
  color: #3949ab !important;
}

#video-siakad {
  padding: 3rem 0 1rem;
  margin-bottom: 5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 247, 255, 0)),
    to(#cad7f1)
  );
  background: linear-gradient(180deg, rgba(243, 247, 255, 0) 0%, #cad7f1 100%);
  position: relative;
}

#video-siakad .title-header {
  text-align: center;
}

#video-siakad .title-header .title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif !important;
  color: #120d2f;
}

#video-siakad .title-header .lead {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(4, 28, 50, 0.7);
  margin: 1rem 0 32px;
}

#video-siakad iframe {
  border-radius: 20px;
}

.custom-shape-divider-bottom-1594356621 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1594356621 svg {
  position: relative;
  display: block;
  width: calc(130%);
  height: 25%;
}

.custom-shape-divider-bottom-1594356621 .shape-fill {
  fill: #ffff;
}

/*HERO*/
#hero-mitra {
  background-image: url('../img/bg-bg-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0327a6;
  text-align: center;
}

#hero-mitra .header {
  padding: 5rem 0;
  color: #fff;
}

#hero-mitra .header a {
  text-decoration: underline;
}

#hero-mitra .header a:hover {
  font-weight: bold;
}

#navbar-mitra .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*effect-underline*/
}

#navbar-mitra .navbar-nav .nav-link {
  color: #3949ab;
  margin-left: 1rem;
  font-weight: 600;
}

#navbar-mitra .navbar-nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

#navbar-mitra .navbar-nav a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

#navbar-mitra .navbar-nav a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#navbar-mitra .btn-secondary {
  cursor: pointer;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  margin-left: 1rem;
  display: inline-block;
  background: none;
  color: #fff;
  background-color: #ffa000;
  border: 1px solid #ffa000;
  font-weight: bold;
  border-color: none;
}

#navbar-mitra .btn-secondary:hover {
  color: #fff;
  font-weight: bold;
  background-color: #ef6c00;
  border: 1px solid #ef6c00;
}

/*END HERO*/
#problem-section {
  margin-top: -1rem;
}

#problem-section .tittle span {
  font-weight: 600;
  color: #3949ab;
}

#problem-section .tittle h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

#problem-section .tittle p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

#problem-section .roadmap-problem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto 300px;
  grid-template-columns: 300px auto 300px;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
  grid-template-areas:
    'konten1 gambar konten2'
    'konten3 gambar konten4'
    '. konten5 .';
}

#problem-section .konten1-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: konten1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#problem-section .konten1-item img {
  height: 120px;
}

#problem-section .konten1-item .card-text {
  font-size: 1rem;
  font-family: 'Hind', sans-serif;
  color: #000a12;
}

#problem-section .konten2-item {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: konten2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#problem-section .konten2-item img {
  height: 120px;
}

#problem-section .konten2-item .card-text {
  font-size: 1rem;
  font-family: 'Hind', sans-serif;
  color: #000a12;
}

#problem-section .konten3-item {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: konten3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#problem-section .konten3-item img {
  height: 120px;
}

#problem-section .konten3-item .card-text {
  font-size: 1rem;
  font-family: 'Hind', sans-serif;
  color: #000a12;
}

#problem-section .konten4-item {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: konten4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#problem-section .konten4-item img {
  height: 120px;
}

#problem-section .konten4-item .card-text {
  font-size: 1rem;
  font-family: 'Hind', sans-serif;
  color: #000a12;
}

#problem-section .konten5-item {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: konten5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#problem-section .konten5-item .card {
  width: 18rem;
}

#problem-section .konten5-item .card-text {
  font-size: 1rem;
  font-family: 'Hind', sans-serif;
  color: #000a12;
}

#problem-section .gambar-item {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: gambar;
}

.value-siakad {
  margin-bottom: 3rem;
  margin-top: 4rem;
  background-color: #f6f8ff;
  padding: 6rem 0 3rem;
  background-image: url(../img/ornamen-atas.png), url(../img/ornamen-bawah.png);
  background-repeat: no-repeat;
  background-size: 200px, 200px;
  background-position: top right, bottom left;
}

.value-siakad .title {
  text-align: center;
}

.value-siakad .title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

.value-siakad .title p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

.value-siakad .grid-value .inner {
  padding: 1rem 3rem;
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-siakad .grid-value .inner .heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #000a12;
}

.value-siakad .grid-value .inner .desc {
  font-family: 'Hind', sans-serif;
  line-height: 28px;
  color: #041c32;
}

.value-siakad .img-value {
  height: 400px;
}

@media (max-width: 992px) {
  .value-siakad .grid-value .item {
    margin-bottom: 1rem;
  }
  .value-siakad .grid-value .inner {
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
  }
  .value-siakad .grid-value .inner .heading {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .value-siakad .grid-value .item:nth-child(1) .inner,
  .value-siakad .grid-value .item:nth-child(3) .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .value-siakad .img-value {
    height: auto;
  }
}

.value-siakad .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.value-siakad .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  margin: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

.value-siakad .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

.value-siakad .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

.value-siakad .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

.value-siakad .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.value-siakad .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

.value-siakad .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

.value-siakad .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.value-siakad .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

.value-siakad .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1e2c85;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

.value-siakad .button-selengkapnya .btn-secondary {
  border: 1px solid #3949ab;
  background-color: #fff;
  color: #3949ab;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: 'Hind', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.value-siakad .button-selengkapnya .btn-secondary:hover {
  background-color: #3949ab;
  color: #fff;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

.benefit-siakad .title {
  text-align: center;
  margin-bottom: 4rem;
}

.benefit-siakad .title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

.benefit-siakad .title p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

.benefit-siakad .grid-benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-siakad .card {
  padding: 3rem 2rem 0;
  margin-bottom: 1rem;
  border: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* Drop Shadow */
  -webkit-box-shadow: 0px 8px 32px -2px rgba(15, 35, 54, 0.06);
  box-shadow: 0px 8px 32px -2px rgba(15, 35, 54, 0.06);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-siakad .card.--biru1 {
  background-color: #fff8e1;
  background-image: url('../img/bgfitur-4.png');
  border: 1px solid #ffc107;
}

.benefit-siakad .card.--biru2 {
  background-color: #e1f5fe;
  background-image: url('../img/bgfitur-2.png');
  border: 1px solid #03a9f4;
}

.benefit-siakad .card.--biru3 {
  background-color: #ede7f6;
  background-image: url('../img/bgfitur-3.png');
  border: 1px solid #673ab7;
}

.benefit-siakad .img-icon {
  position: absolute;
  top: -30px;
}

.benefit-siakad .card-header {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.benefit-siakad .card-header .title-card {
  font-size: 18px;
}

.benefit-siakad .card-body {
  padding: 0;
}

.benefit-siakad .card-body .desc {
  margin-bottom: 0;
  color: #4f5b62;
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  line-height: 28px;
}

#benefit-section {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  margin: 4rem 0;
}

#benefit-section .tittle span {
  font-weight: 600;
  color: #3949ab;
}

#benefit-section .tittle h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

#benefit-section .tittle p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

#benefit-section .btn-primary {
  cursor: pointer;
  clear: both;
  border-radius: 3px;
  padding: 1.125rem 2.5rem;
  display: inline-block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  cursor: pointer;
  background: #f5861a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

#benefit-section .btn-primary:hover {
  -webkit-box-shadow: 300px 0 0 0 white inset;
  box-shadow: 300px 0 0 0 white inset;
  color: #f5861a;
  font-weight: bold;
  border: 1px solid #f5861a;
}

#benefit-section .stmp_section--text {
  position: relative;
  left: -30px;
  margin-bottom: 4rem;
}

#benefit-section .stmp_section--cards > div:nth-child(3n + 1) {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}

#benefit-section .stmp_section--cards > div:nth-child(3n) {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#benefit-section .card.--pink {
  background-color: #469ff6;
  border-radius: 12px;
  visibility: inherit;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#benefit-section .card.--green {
  background-color: #0d3dc0;
  border-radius: 12px;
  visibility: inherit;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#benefit-section .card.--purple {
  background-color: #353448;
  border-radius: 12px;
  visibility: inherit;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#benefit-section .card.--blue {
  background-color: #353448;
  border-radius: 12px;
  visibility: inherit;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#benefit-section .card.--yellow {
  background-color: #469ff6;
  border-radius: 12px;
  visibility: inherit;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#benefit-section .card {
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

#benefit-section .card .card-body {
  color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

#benefit-section .card .card-body img {
  margin-bottom: 2rem;
  width: 75px;
  height: auto;
}

#benefit-section .card .card-body .text {
  margin-left: 0.5rem;
}

#benefit-section .card h4,
#benefit-section .card p {
  margin-left: auto;
  margin-right: auto;
}

#benefit-section .card a {
  color: #fff;
}

#benefit-section .card h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

#benefit-section .card p {
  line-height: 1.57;
  font-family: 'Hind', sans-serif;
  opacity: 0.8;
  margin-bottom: 0;
}

#fitur-baru {
  margin: 4rem 0;
}

#fitur-baru .tittle span {
  font-weight: 600;
  color: #3949ab;
}

#fitur-baru .tittle h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

#fitur-baru .tittle p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

#fitur-baru .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#fitur-baru .konten-fitur {
  padding: 0 100px;
  /* COMPORTAMENTO + COLORI TAB */
  /*end accordion*/
}

#fitur-baru .konten-fitur .judul-fitur {
  margin-bottom: 1.25rem;
}

#fitur-baru .konten-fitur .judul-fitur h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000a12;
  font-weight: 600;
}

#fitur-baru .konten-fitur .judul-fitur span {
  font-weight: normal;
  font-size: 1.875rem;
  color: #000a12;
  margin-bottom: 1rem;
}

#fitur-baru .konten-fitur .judul-fitur p {
  font-size: 1rem;
  line-height: 1.5;
  color: #4f5b62;
}

#fitur-baru .konten-fitur .noaccordion img {
  height: 50px;
}

#fitur-baru .konten-fitur .noaccordion span {
  font-family: 'Hind', sans-serif;
  min-height: 40px;
  color: #35405a;
  font-size: 1.25rem;
  line-height: 1.5rem;
  cursor: pointer;
  font-weight: 600;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fitur-baru .konten-fitur .radio-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#fitur-baru .konten-fitur .radio-accordion-title {
  margin-right: 1px;
  width: 100%;
  position: relative;
}

#fitur-baru .konten-fitur .radio-accordion-title > label {
  font-family: 'Hind', sans-serif;
  min-height: 40px;
  color: #000a12;
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  display: block;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(53, 64, 90, 0.2);
  padding: 1rem 0;
  margin-right: 3rem;
}

#fitur-baru .konten-fitur .radio-accordion-title > label span.tanda-new {
  background: #d2322d;
  border-radius: 20px;
  padding: 0.25rem;
}

#fitur-baru .konten-fitur .radio-accordion-title > label img {
  height: 40px;
  margin-right: 1.25rem;
}

#fitur-baru .konten-fitur .radio-accordion-title > label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid white;
  border-right: 5px solid white;
}

#fitur-baru .konten-fitur .radio-accordion-title .new-info {
  background: #27ae60;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  color: #fff;
}

#fitur-baru .konten-fitur .radio-accordion-body {
  width: 100%;
  background: white;
  font-size: 1rem;
  color: #4f5b62;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#fitur-baru .konten-fitur .radio-accordion input[type='radio'],
#fitur-baru .konten-fitur .radio-accordion input[type='checkbox'] {
  display: none;
}

#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='radio']:checked
  + .radio-accordion-title
  + .radio-accordion-body,
#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='checkbox']:checked
  + .radio-accordion-title
  + .radio-accordion-body {
  height: auto;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='radio']
  + .radio-accordion-title
  > label:after,
#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='checkbox']
  + .radio-accordion-title
  > label:after {
  content: url('../img/angle-down.png');
  position: absolute;
  top: 30%;
  right: 3.5rem;
  border: 0;
  width: 20px;
  height: 20px;
}

#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='radio']:checked
  + .radio-accordion-title
  > label:after,
#fitur-baru
  .konten-fitur
  .radio-accordion
  input[type='checkbox']:checked
  + .radio-accordion-title
  > label:after {
  content: url('../img/angle-up.png');
  position: absolute;
  top: 30%;
  right: 3.5rem;
  border: 0;
  width: 20px;
  height: 20px;
}

#fitur-baru .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

#fitur-baru .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(57, 87, 161, 0.2);
  box-shadow: 6px 6px 0 0 rgba(57, 87, 161, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#fitur-baru .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#fitur-baru .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

#fitur-baru .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#fitur-baru .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#fitur-baru .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#fitur-baru .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#fitur-baru .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#fitur-baru .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#fitur-baru .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1a237e;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #fitur-baru .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#aturan-layanan {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#aturan-layanan table {
  margin: 1rem auto;
  border: 1px solid #a9a9a9;
}

#aturan-layanan table td,
#aturan-layanan table th {
  padding: 0.75rem 1rem;
  border: 1px solid #a9a9a9;
}

#aturan-layanan table ol {
  padding-left: 1.25rem;
}

#aturan-layanan h2 {
  font-size: 1.5rem;
}

#aturan-layanan h3 {
  font-size: 1.25rem;
}

#pricing-new {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

#pricing-new h6.item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3949ab;
  text-transform: uppercase;
}

#pricing-new .text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#pricing-new .harga {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#pricing-new article {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#pricing-new button {
  width: auto;
  border: 1px solid #e2f4eb;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pricing-new a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

#pricing-new a.btn-kontak:hover {
  background: #ef6c00;
  -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  color: #fff;
}

#pricing-new table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#pricing-new th {
  background: #f9fffc;
  border: 1px solid #e2f4eb;
  display: none;
  padding: 2rem 1rem;
}

#pricing-new td,
#pricing-new th {
  height: 53px;
}

#pricing-new td {
  border: 1px solid #e2f4eb;
  empty-cells: show;
  vertical-align: middle;
  background: #f9fffc;
}

#pricing-new td i.uil-check-circle {
  color: #3949ab;
  font-size: 1.5rem;
}

#pricing-new td i.uil-times-circle {
  color: rgba(79, 79, 79, 0.2);
  font-size: 1.5rem;
}

#pricing-new td,
#pricing-new th {
  text-align: center;
}

#pricing-new td.default i.uil-check-circle {
  color: #ffa000;
  font-weight: bold;
}

#pricing-new td.default i.uil-times-circle {
  color: rgba(255, 160, 0, 0.25);
  font-weight: bold;
}

#pricing-new .sep {
  background: rgba(170, 187, 231, 0.25);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}

#pricing-new .fitur {
  background: #3949ab;
  color: #fff;
  font-size: 1rem;
  text-align: left !important;
}

#pricing-new .txt-l {
  font-size: 28px;
  font-weight: bold;
}

#pricing-new .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

#pricing-new .tick {
  font-size: 18px;
  color: #2ca01c;
}

#pricing-new .hide {
  border: 0;
  background: none;
}

#pricing-new .col-11 {
  padding: 0;
  margin: 0;
}

#pricing-new .price-mobile {
  position: relative;
}

#pricing-new .price-mobile .card {
  border: none;
  background: linear-gradient(212.16deg, #aabbe7 13.32%, #3949ab 90.99%);
}

#pricing-new .price-mobile .card a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

#pricing-new .price-mobile .card .item-mobile {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  text-align: center;
}

#pricing-new .price-mobile .card .box-harga {
  background-color: white;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 97px;
}

#pricing-new .price-mobile .card .box-harga p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#pricing-new .price-mobile .card .box-harga .harga-mobile {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
}

#pricing-new .price-mobile .card .box-harga .bulan {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3949ab;
  font-weight: bold;
}

#pricing-new .price-mobile .card .box-harga .diskon {
  font-size: 0.875rem;
  padding-top: 1rem;
}

#pricing-new .price-mobile .card .card-konten {
  color: #fff;
  padding: 0 1rem 1rem 1rem;
}

#pricing-new .price-mobile .card .card-konten ul li {
  list-style: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  line-height: 2;
  font-family: 'Hind', sans-serif;
}

#pricing-new .price-mobile .card .card-konten li.none {
  color: rgba(255, 255, 255, 0.25);
}

#pricing-new .price-mobile .card .card-konten li.akreditasi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#pricing-new .price-mobile .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev,
#pricing-new .price-mobile .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev i,
#pricing-new .price-mobile .owl-theme .custom-nav .owl-next i {
  font-size: 4rem;
  color: #555;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-prev {
  left: -25px;
  top: 50px;
}

#pricing-new .price-mobile .owl-theme .custom-nav .owl-next {
  right: -25px;
  top: 50px;
}

#pricing-with-accordion {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

#pricing-with-accordion article {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#pricing-with-accordion article h6.item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3949ab;
  text-transform: uppercase;
}

#pricing-with-accordion article .text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#pricing-with-accordion article .harga {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#pricing-with-accordion article ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 0.5rem;
  padding-left: 0;
  overflow-x: auto;
}

#pricing-with-accordion article ul li {
  list-style: none !important;
  flex: 1;
}

#pricing-with-accordion article ul li:last-child {
  border-right: 1px solid #ddd;
}

#pricing-with-accordion article ul li h6.item {
  font-size: 1rem;
  text-transform: capitalize;
  margin: 0;
}

#pricing-with-accordion article ul li.active button {
  background: #fdf3e2;
}

#pricing-with-accordion article ul li.active button h6.item {
  color: #000;
}

#pricing-with-accordion article ul button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 0 0.75rem;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pricing-with-accordion article table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#pricing-with-accordion article table th {
  position: relative;
  background: #fff;
  border: 1px solid #e2f4eb;
  display: none;
  empty-cells: show;
  padding: 2rem 1rem;
  text-align: center;
}

#pricing-with-accordion article table th:first-child {
  width: 20%;
}

#pricing-with-accordion article table td {
  border: 1px solid #e2f4eb;
  empty-cells: show;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion article table td {
    font-size: 0.875rem;
  }
}

#pricing-with-accordion article table td i.uil-check-circle {
  color: #3949ab;
  font-size: 1.5rem;
}

#pricing-with-accordion article table td i.uil-times-circle {
  color: rgba(79, 79, 79, 0.2);
  font-size: 1.5rem;
}

#pricing-with-accordion article table td .alert-success {
  font-size: 0.8rem;
  line-height: 1.125rem;
  position: relative;
  padding: 0.25rem 1.75rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}

#pricing-with-accordion article table td .alert-success i {
  position: absolute;
  font-size: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

#pricing-with-accordion article table td.default {
  display: table-cell;
}

#pricing-with-accordion article table td.default i.uil-check-circle {
  color: #ffa000;
  font-weight: bold;
}

#pricing-with-accordion article table td.default i.uil-times-circle {
  color: rgba(255, 160, 0, 0.25);
  font-weight: bold;
}

#pricing-with-accordion article table td + td,
#pricing-with-accordion article table th + th {
  text-align: center;
  display: none;
}

#pricing-with-accordion article table .tick {
  font-size: 18px;
  color: #2ca01c;
}

#pricing-with-accordion article table .hide {
  border: 0;
  background: none;
}

@media (min-width: 992px) {
  #pricing-with-accordion article ul {
    display: none;
  }
  #pricing-with-accordion article th {
    display: table-cell !important;
    width: 25%;
    padding-left: 0.75rem;
  }
  #pricing-with-accordion article th.header {
    padding: 2.5rem 1rem;
  }
  #pricing-with-accordion article td {
    display: table-cell !important;
    width: 25%;
    padding-left: 0.75rem;
  }
  #pricing-with-accordion article td.fitur {
    font-size: 1.125rem !important;
    padding-left: 1rem;
  }
  #pricing-with-accordion article td.fitur-child {
    font-size: 0.875rem;
  }
  #pricing-with-accordion article td + td,
  #pricing-with-accordion article th + th {
    width: auto;
  }
  #pricing-with-accordion article .sep {
    font-size: 1.25rem;
  }
}

#pricing-with-accordion article p {
  padding: 0;
  margin: 0;
}

#pricing-with-accordion article .accordion-row .accordion-header td {
  height: 70px;
  padding: 1rem;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion article .accordion-row .accordion-header td {
    font-size: 0.875rem;
  }
}

#pricing-with-accordion
  article
  .accordion-row
  .accordion-header.active
  td.fitur {
  position: relative;
  padding-right: 3rem;
}

#pricing-with-accordion
  article
  .accordion-row
  .accordion-header.active
  td.fitur
  i {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffa000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pricing-with-accordion
  article
  .accordion-row
  .accordion-header.active
  td.fitur
  i:hover {
  background: #ef6c00;
  -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  color: #fff;
}

#pricing-with-accordion
  article
  .accordion-row
  .accordion-header.active
  td.bonus {
  background: #ffa000;
}

#pricing-with-accordion article .accordion-row .accordion-child td {
  padding: 0.5rem 1rem;
  background: #fafafa;
  border-top: none;
  border-bottom: none;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion article .accordion-row .accordion-child td {
    font-size: 0.825rem;
  }
}

#pricing-with-accordion article .accordion-row .accordion-child td.fitur-child {
  padding-left: 2rem;
  text-align: left;
}

#pricing-with-accordion
  article
  .accordion-row
  .accordion-child
  td
  .uil-info-circle {
  font-size: 1rem;
  color: #3949ab;
}

#pricing-with-accordion article .accordion-row .accordion-child:last-child {
  border-bottom: 1px solid rgba(4, 28, 50, 0.15);
}

#pricing-with-accordion article .accordion-row.expanded .accordion-header td {
  border-bottom: none;
}

#pricing-with-accordion
  article
  .accordion-row.expanded
  .accordion-header
  td:not(.fitur) {
  background: #fafafa;
}

#pricing-with-accordion
  article
  .accordion-row.expanded
  .accordion-header
  td:not(.fitur)
  i {
  display: none;
}

#pricing-with-accordion article .accordion-row.expanded .accordion-child {
  display: table-row;
}

#pricing-with-accordion button {
  width: auto;
  border: 1px solid #e2f4eb;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pricing-with-accordion a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion a.btn-kontak {
    font-size: 0.875rem;
    margin: 0;
  }
}

#pricing-with-accordion a.btn-kontak:hover {
  background: #ef6c00;
  -webkit-box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  box-shadow: 4px 4px 10px rgba(244, 208, 63, 0.5);
  color: #fff;
}

#pricing-with-accordion tfoot a.btn-kontak {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion tfoot a.btn-kontak {
    font-size: 0.875rem;
    margin: 0;
  }
}

#pricing-with-accordion .sep {
  background: rgba(170, 187, 231, 0.25);
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

#pricing-with-accordion .fitur {
  background: #3949ab;
  color: #fff;
  font-size: 1rem;
  text-align: left !important;
}

#pricing-with-accordion .txt-l {
  font-size: 28px;
  font-weight: bold;
}

#pricing-with-accordion .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

#pricing-with-accordion .col-11 {
  padding: 0;
  margin: 0;
}

#pricing-with-accordion .price-mobile {
  position: relative;
}

#pricing-with-accordion .price-mobile .card {
  border: none;
  background: linear-gradient(212.16deg, #aabbe7 13.32%, #3949ab 90.99%);
}

#pricing-with-accordion .price-mobile .card a.btn-kontak {
  background: #ffa000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

#pricing-with-accordion .price-mobile .card .item-mobile {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  text-align: center;
}

#pricing-with-accordion .price-mobile .card .box-harga {
  background-color: white;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 97px;
}

#pricing-with-accordion .price-mobile .card .box-harga p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#pricing-with-accordion .price-mobile .card .box-harga .harga-mobile {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
}

#pricing-with-accordion .price-mobile .card .box-harga .bulan {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3949ab;
  font-weight: bold;
}

#pricing-with-accordion .price-mobile .card .box-harga .diskon {
  font-size: 0.875rem;
  padding-top: 1rem;
}

#pricing-with-accordion .price-mobile .card .card-konten {
  color: #fff;
  padding: 0 1rem 1rem 1rem;
}

#pricing-with-accordion .price-mobile .card .card-konten ul li {
  list-style: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  line-height: 2;
  font-family: 'Hind', sans-serif;
}

#pricing-with-accordion .price-mobile .card .card-konten li.none {
  color: rgba(255, 255, 255, 0.25);
}

#pricing-with-accordion .price-mobile .card .card-konten li.akreditasi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#pricing-with-accordion .price-mobile .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev,
#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev i,
#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next i {
  font-size: 4rem;
  color: #555;
}

#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-prev {
  left: -25px;
  top: 50px;
}

#pricing-with-accordion .price-mobile .owl-theme .custom-nav .owl-next {
  right: -25px;
  top: 50px;
}

#pricing-with-accordion .pricing-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pricing-with-accordion .pricing-footer .note {
  max-width: 80vw;
  padding: 1rem;
}

#pricing-with-accordion .pricing-footer .note p {
  padding: 0;
  margin: 0;
  font-size: 0.825rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
  #pricing-with-accordion .pricing-footer .note p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

#pricing-with-accordion .pricing-footer a {
  background: transparent;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pricing-with-accordion .pricing-footer a i {
  padding: 0.25rem;
  border-radius: 6px;
  background: #f40f02;
  color: #fff;
}

#pricing-with-accordion .pricing-footer a p {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  color: #707070;
}

#pricing-with-accordion .pricing-footer a:hover {
  border: 1px solid #9d9d9d;
  -webkit-box-shadow: 4px 4px 10px #dedede;
  box-shadow: 4px 4px 10px #dedede;
}

#pricing-with-accordion .pricing-footer a:hover i {
  background: #f40f02;
}

#pricing-with-accordion .pricing-footer a:hover p {
  color: #545454;
}

@media (max-width: 575.98px) {
  #pricing-with-accordion .pricing-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #pricing-with-accordion .pricing-footer .note {
    max-width: unset;
    margin-bottom: 1rem;
  }
}

#sebaran-klien {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

#sebaran-klien .title {
  text-align: center;
}

#sebaran-klien .title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #000a12;
}

#sebaran-klien .title p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#sebaran-klien .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

#sebaran-klien .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(57, 87, 161, 0.2);
  box-shadow: 6px 6px 0 0 rgba(57, 87, 161, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#sebaran-klien .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#sebaran-klien .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

#sebaran-klien .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#sebaran-klien .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#sebaran-klien .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sebaran-klien .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#sebaran-klien .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#sebaran-klien .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#sebaran-klien .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1a237e;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (min-width: 1200px) {
  #sebaran-klien .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#testimonial-section {
  padding-top: 6rem;
  background-image: url('../img/bg-testimoni.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  /* Styling Pagination*/
}

#testimonial-section .tittle {
  margin-top: 3rem;
}

#testimonial-section .tittle span {
  font-weight: 600;
  color: #3949ab;
}

#testimonial-section .tittle h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
}

#testimonial-section .tittle p {
  font-family: 'Hind', sans-serif;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

#testimonial-section #main-content {
  position: relative;
}

#testimonial-section .owl-theme .custom-nav {
  position: absolute;
  left: 0;
  right: 0;
}

#testimonial-section .owl-theme .custom-nav .owl-prev,
#testimonial-section .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#testimonial-section .owl-theme .custom-nav .owl-prev i,
#testimonial-section .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #000a12;
}

#testimonial-section .owl-theme .custom-nav .owl-prev {
  top: -350px;
  left: 0;
}

#testimonial-section .owl-theme .custom-nav .owl-next {
  top: -350px;
  right: 0;
}

#testimonial-section .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: #e7eeff;
  border: none;
}

#testimonial-section .owl-theme .owl-dots .owl-dot.active span,
#testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #3957a1;
}

#testimonial-section figure.snip1192 {
  font-family: 'Hind', sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  width: 100%;
  color: #333;
  text-align: left;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#testimonial-section figure.snip1192 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#testimonial-section figure.snip1192 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

#testimonial-section figure.snip1192 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 30px 50px 65px 50px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 -50px;
  line-height: 1.6em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #4f5b62;
}

#testimonial-section figure.snip1192 blockquote p.identitas-kampus {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(53, 64, 90, 0.2);
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Hind', sans-serif;
  text-align: center;
}

#testimonial-section
  figure.snip1192
  blockquote
  p.identitas-kampus
  span.asal-kampus {
  color: rgba(53, 64, 90, 0.5);
}

#testimonial-section figure.snip1192 blockquote:before,
#testimonial-section figure.snip1192 blockquote:after {
  font-family: 'FontAwesome';
  content: '\201C';
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

#testimonial-section figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
}

#testimonial-section figure.snip1192 blockquote:after {
  content: '\201D';
  right: 20px;
  bottom: 35px;
}

#testimonial-section figure.snip1192 .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

#testimonial-section figure.snip1192 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

#testimonial-section figure.snip1192 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}

#banner-kontak .banner-box {
  background-color: #01154b;
  background-image: url('../img/bottom-banner1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 3rem;
  margin: 3rem 0;
}

#banner-kontak .container {
  position: relative;
  color: white;
}

#banner-kontak .text {
  margin: auto;
}

#banner-kontak .text h3 {
  font-size: 2.75rem;
  color: #fff;
}

#banner-kontak .text p {
  font-size: 1.25rem;
}

#banner-kontak .button {
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#banner-kontak .button .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#banner-kontak .button .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#banner-kontak .button .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#banner-kontak .button .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #ffb300;
  border: 1px solid transparent;
}

#banner-kontak .button .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

#banner-kontak .button .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#banner-kontak .button .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#banner-kontak .button .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

#banner-kontak .button .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#banner-kontak .button .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#banner-kontak .button .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #ef6c00;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

#banner-kontak .button .button-selengkapnya .link-wa {
  color: #fff;
  margin: 0 20px;
  font-weight: bold;
}

#banner-kontak .button .button-selengkapnya .link-wa i {
  font-size: 1.5rem;
}

#banner-kontak .button .button-selengkapnya .link-wa:hover {
  color: #f5861a;
  font-weight: bold;
}

@media (min-width: 1200px) {
  #banner-kontak .button .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#box {
  padding-bottom: 2rem;
}

#box .box-gofeeder {
  background-image: url('../img/harga-gofeeder1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 3rem;
  border-radius: 25px;
  background-color: #01154b;
}

#box .box-gofeeder .text-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  width: 65%;
}

#box .box-gofeeder .text-header h3 {
  color: #fff;
  font-weight: 600;
}

#box .box-gofeeder .text-header p {
  opacity: 0.6;
  font-size: 1rem;
}

#box .box-gofeeder .button-gofedeer {
  padding-top: 1rem;
}

#box .box-gofeeder .button-gofedeer h6 {
  color: #fff;
  font-size: 1rem;
}

#box .box-gofeeder .button-gofedeer .btn-gofedeer {
  background-color: #f2f2f2;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 3px 3px 0 0 #bdbdbd;
  box-shadow: 3px 3px 0 0 #bdbdbd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#box .box-gofeeder .button-gofedeer .btn-gofedeer:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#box .box-gofeeder .button-gofedeer .img-button {
  height: 30px;
}

#video-testimoni {
  background: #f7f9fb;
  padding: 6rem 0;
}

#video-testimoni #second-video {
  margin-top: 1rem;
}

#video-testimoni #second-video li {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#video-testimoni #second-video li .thumbnail {
  position: relative;
}

#video-testimoni #second-video li .thumbnail img {
  width: 100%;
}

#video-testimoni #second-video li .thumbnail .playbtn {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  text-align: center;
}

#video-testimoni #second-video li .thumbnail .playbtn img {
  width: 90px;
  height: 90px;
}

#video-testimoni .card-body {
  width: 100%;
  background: #fff;
}

#video-testimoni .card {
  overflow: hidden;
  width: 100%;
  height: auto;
}

#video-testimoni .card img {
  width: 100%;
}

#video-testimoni .card:hover {
  border: 1px solid #3949ab;
}

#video-testimoni h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 26px;
  color: #35405a;
}

#logo-mitra {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background: url('../img/bg-footer.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#logo-mitra .box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #ffffff;
  border: 1px solid #e7e5f1;
  border-bottom: 5px solid #e7e5f1;
  border-radius: 4px;
  min-height: 175px;
}

#logo-mitra .box:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  box-shadow: 0px 12px 40px rgba(53, 64, 90, 0.15);
  border: 1px solid rgba(53, 64, 90, 0.5);
  border-bottom: 5px solid rgba(53, 64, 90, 0.5);
}

#logo-mitra h3 {
  font-weight: 600;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 26px;
  color: #35405a;
}

#logo-mitra .tittle-bar .search-container {
  display: inline-block;
  border: none;
}

#logo-mitra .tittle-bar .search-container input {
  margin-right: -2px !important;
  width: 300px;
  height: 50px;
}

#logo-mitra .load-more-container {
  background: #fff;
  min-height: 500px;
  margin: 20px auto;
  position: relative;
}

#logo-mitra .load-more-container ul {
  list-style-type: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2rem;
}

#logo-mitra .load-more-container ul:after {
  content: '';
  display: table;
  clear: both;
}

#logo-mitra .load-more-container ul li {
  color: #000a12;
  float: left;
  border-radius: 2px;
}

#logo-mitra .load-more-container .load-more-btn {
  padding: 1rem 2rem;
  width: 30%;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #3949ab;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#logo-mitra .load-more-container .load-more-btn:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  -webkit-box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
  box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
  color: #fff;
}

#logo-mitra .tittle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-select2 {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
  border-radius: 0.25rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  color: #495057;
  line-height: 2.25rem;
}

.select2-container--disabled .select2-selection__rendered {
  background: #f5f5f5;
}

.select2-container--default .select2-selection--single {
  color: #495057;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

#form-section {
  padding: 2rem 0;
  margin: 0 auto;
  background-image: url(../img/bg-footer.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60%;
}

#form-section h3 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#form-section .alert .konten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form-section .alert .konten a {
  color: #856404;
  text-decoration: underline;
}

#form-section .alert .konten .img-alert {
  height: 100px;
}

#form-section .alert .konten .btn-alert {
  color: #fff;
  background-color: #3949ab;
  border-radius: 50px;
  margin-top: 1rem;
}

#form-section form {
  background-color: #e7eeff;
  border-radius: 6px;
  padding: 3rem 2rem;
}

#form-section form .subheading {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  color: #000a12;
  width: 100%;
  text-align: left;
}

#form-section form .lead {
  font-size: 1.15rem;
  color: rgba(0, 10, 18, 0.75);
}

#form-section form .biru {
  font-size: 1rem;
  color: #3949ab;
  font-weight: bold;
}

#form-section form span.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}

#form-section form span.wpcf7-list-item-label {
  margin-left: 1rem;
}

#form-section form .form-group {
  margin-bottom: 1.75rem;
}

#form-section form .form-group input[type='text'],
#form-section form .form-group input[type='tel'],
#form-section form .form-group input[type='password'],
#form-section form .form-group input[type='email'] {
  border: 1px solid #bdbdbd;
}

#form-section form .form-group input[type='text']:focus,
#form-section form .form-group input[type='tel']:focus,
#form-section form .form-group input[type='password']:focus,
#form-section form .form-group input[type='email']:focus {
  border: 1px solid #272530;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form-section form .form-group textarea:focus {
  border: 1px solid #272530;
}

#form-section form .form-control {
  height: 3rem;
}

#form-section
  form
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: white;
  background-color: red;
  color: #fff;
  border-color: red;
}

#form-section form .btn-kirim {
  background: #3957a1;
  border: 1px solid #3957a1;
  border-radius: 50px;
  color: #fff;
  height: 60px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#form-section form .btn-kirim:hover {
  background: #4a6fce;
}

#form-section .tittle span {
  font-weight: 500;
  font-size: 16px;
  color: #5979c1;
  background: #e7eeff;
}

#form-section .tittle h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  color: #000a12;
  margin-top: 1rem;
  font-weight: 600;
}

#form-section .tittle p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000a12;
  opacity: 0.8;
}

#form-section hr.dash {
  margin-top: 40px;
  margin-bottom: 25px;
  max-width: 160px;
  border-top: 1px dashed #000a12;
  opacity: 0.3;
}

#form-section #testimonial-slider {
  text-align: left;
}

#form-section .testimonial .description {
  font-size: 1rem;
  color: #000a12;
  font-weight: normal;
  font-family: 'Hind', sans-serif;
  line-height: 1.5;
  position: relative;
  padding: 1.5rem 0 0;
}

#form-section .testimonial .description:before,
#form-section .testimonial .description:after {
  font-family: 'FontAwesome';
  content: '\201C';
  font-weight: 900;
  position: absolute;
  font-size: 3rem;
  opacity: 0.4;
}

#form-section .testimonial .description:before {
  top: -20px;
  left: 0;
}

#form-section .testimonial .description:after {
  content: '\201D';
  right: 20px;
  bottom: -13rem;
}

#form-section .testimonial .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000a12;
  font-family: 'Hind', sans-serif;
  text-transform: capitalize;
  margin: 0;
}

#form-section .testimonial .post {
  display: block;
  font-size: 1rem;
  color: #000a12;
  opacity: 0.5;
}

#form-section .owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}

#form-section .owl-prev,
#form-section .owl-next {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#form-section .owl-next {
  left: auto;
  right: 0;
}

#form-section .owl-buttons .owl-prev:before,
#form-section .owl-buttons .owl-next:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}

#form-section .owl-buttons .owl-next:before {
  content: '\f105';
}

#form-section .owl-buttons .owl-prev:hover:before,
#form-section .owl-buttons .owl-next:hover:before {
  opacity: 1;
}

#form-section .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}

#form-section .owl-theme .owl-controls {
  margin-top: 40px;
}

#form-section .owl-theme .owl-dots {
  text-align: left;
}

#form-section .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #181e2e;
  opacity: 0.4;
  background: url('../img/Abu Bakar.png') no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
}

#form-section .owl-theme .owl-dots .owl-dot:nth-child(2) span {
  background: url('../img/Larisiang.png') no-repeat;
  background-size: cover;
}

#form-section .owl-theme .owl-dots .owl-dot:nth-child(3) span {
  background: url('../img/Holillah.png') no-repeat;
  background-size: cover;
}

#form-section .owl-theme .owl-dots.clickable .owl-dot:hover span {
  opacity: 0.5;
}

#form-section .owl-theme .owl-dots .owl-dot.active span,
#form-section .owl-theme .owl-dots .owl-dot.active:hover span {
  border-color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  #form-section .owl-buttons {
    bottom: 30%;
  }
}

#faq-section {
  padding-top: 2rem;
  padding-bottom: 12rem;
}

#faq-section .tittle {
  margin-top: 3rem;
}

#faq-section .tittle span {
  font-weight: 500;
  font-size: 16px;
  color: #5979c1;
  background: #e7eeff;
}

#faq-section .tittle h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  color: #000a12;
  margin-top: 1rem;
  font-weight: 600;
  color: #000a12;
}

#faq-section .tittle p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #4f5b62;
}

#faq-section .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#faq-section a.btn-konsultasi {
  width: auto;
  background: #ad193c;
  padding: 1rem;
  border: none;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

#faq-section a.btn-konsultasi:hover {
  color: #fff;
  background: #9c1736;
}

#faq-section #accordion .card {
  margin-bottom: 1.5rem;
}

#faq-section #accordion .card .card-body {
  background: #ebe8e9;
  color: rgba(32, 6, 12, 0.7);
}

#faq-section #accordion .card .card-header {
  border-bottom: 0;
  cursor: pointer;
  background: #ebe8e9;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

#faq-section #accordion .card .card-header:after {
  font-family: 'FontAwesome';
  content: url(../img/angle-up.png);
  float: right;
  margin-bottom: -10px;
  margin-top: -4px;
}

#faq-section #accordion .card .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url(../img/angle-down.png);
  margin-bottom: -10px;
  margin-top: -4px;
}

/* FOOTER */
.top-footer {
  background: #040b32;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: 'Maven Pro', sans-serif;
}

.top-footer p {
  font-size: 16px;
  color: #828282;
  line-height: 26px;
}

.top-footer .menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top-footer ul.footer-menu {
  list-style-type: none;
  margin-top: 24px;
  padding-left: 0;
}

.top-footer ul.footer-menu li {
  margin-bottom: 15px;
}

.top-footer ul.footer-menu li a {
  color: #828282;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-footer ul.footer-menu li a:hover {
  color: #fff;
}

.bottom-footer {
  background: #272530;
}

.bottom-footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #4f4f4f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.list-kontak {
  margin-top: 4px;
}

.list-kontak .icon-contact {
  padding: 0;
}

.list-kontak .icon-contact img {
  width: 100%;
  height: auto;
  padding: 12px;
}

.list-kontak .item-kontak {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  margin-top: 16px;
}

.list-kontak .info-cs {
  margin-top: -14px;
  color: rgba(255, 255, 255, 0.6);
}

.list-sosmed {
  margin-top: 4px;
}

.list-sosmed .icon-contact {
  padding: 0;
}

.list-sosmed .icon-contact img {
  width: 100%;
  height: auto;
  padding: 4px;
}

.list-sosmed .item-kontak {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #828282;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-sosmed .item-kontak:hover {
  color: #fff;
}

.copyright-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 36px;
}

/* Play button with pulse */
.yyn-btn-play {
  padding: 16px 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #080c18;
  text-decoration: none;
  letter-spacing: -0.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.yyn-btn-play:hover {
  color: #f5861a;
}

.yyn-btn-play:hover span {
  background-color: #f5861a;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-yellow 2s infinite;
  animation: pulse-yellow 2s infinite;
}

.yyn-btn-play span {
  margin-right: 12px;
  padding: 12px 16px;
  padding-bottom: 12px;
  border-radius: 50%;
  background-color: #080c18;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-black 2s infinite;
  animation: pulse-black 2s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.yyn-btn-play svg {
  margin-top: -3px;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulse-yellow {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

@keyframes pulse-yellow {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.yyn-btn-play path {
  fill: white;
}

.yyn-btn-primary {
  background-color: #3949ab;
  padding: 14px 28px;
}

.hero-article {
  background: #3949ab;
}

.hero-article .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*effect-underline*/
}

.hero-article .navbar-nav .btn-secondary {
  cursor: pointer;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  margin-left: 1rem;
  background: none;
  color: #ffa000;
  border: 1px solid #ffa000;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  border-color: none;
}

.hero-article .navbar-nav .btn-secondary:hover {
  color: #fff;
  font-weight: bold;
  background-color: #ffa000;
  border: 1px solid #ffa000;
}

.hero-article .navbar-nav .nav-link {
  color: #fff;
  margin-left: 1rem;
  font-weight: 600;
}

.hero-article .navbar-nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero-article .navbar-nav a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.hero-article .navbar-nav a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jumbotron {
  background: #3949ab;
  background-size: cover;
  height: 400px;
  margin-top: -80px;
  border-radius: 0px !important;
}

.jumbotron .title-hero-article {
  padding-top: 60px;
  padding-bottom: 42px;
  text-align: center;
  margin: 0 auto;
}

.jumbotron .title-hero-article h1 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 48px;
  color: white;
}

.jumbotron .title-hero-article p {
  margin-top: 24px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron .title-hero-article .search {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.jumbotron .title-hero-article .searchTerm {
  width: 100%;
  border: 1px solid #fff;
  border-right: none;
  padding: 0.75rem;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.jumbotron .title-hero-article .searchTerm:focus {
  color: #000a12;
}

.jumbotron .title-hero-article .searchButton {
  width: 20%;
  border: 1px solid #ffa000;
  background: #ffa000;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

#card-article {
  margin-top: -150px;
}

#card-article .card {
  margin-bottom: 1rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#card-article .card:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
  box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
}

#card-article a {
  text-decoration: none;
}

#card-article a.kategori {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  color: red;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#card-article a.kategori:hover {
  text-decoration: underline;
}

#card-article .card-title {
  color: #000a12;
  font-family: 'Poppins', sans-serif;
}

#card-article .card-title:hover {
  color: #3949ab;
}

#card-article .post-meta {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #aabbe7;
}

#card-article .post-meta i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

#card-article .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#card-article .post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#card-article p {
  margin-top: 1rem;
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#card-article .card-footer {
  background: none;
  border: none;
}

#card-article .card-footer a {
  color: #000a12;
  font-weight: bold;
  font-size: 14px;
}

#card-article .card-footer a:hover {
  text-decoration: underline;
}

#content-detail {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#content-detail a {
  font-weight: bold;
}

#content-detail .title-header {
  margin-bottom: 1rem;
}

#content-detail .title-header a.kategori {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  color: red;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#content-detail .title-header a.kategori:hover {
  text-decoration: underline;
}

#content-detail .title-header .post-meta {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #aabbe7;
}

#content-detail .title-header .post-meta i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

#content-detail .title-header .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content-detail .title-header .post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: '\b7';
  margin-left: 0.5rem;
}

#content-detail .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.125;
}

#content-detail img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

#content-detail .tag {
  font-size: 1rem;
  margin: 2rem 0;
}

#content-detail .tag a {
  background: #e0e0e0;
  border-radius: 20px;
  color: #828282;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin-left: 0.5rem;
}

#content-detail .nav-berita .nav-prev {
  display: inline-block;
}

#content-detail .nav-berita .nav-next {
  display: inline-block;
  float: right;
}

#content-detail .nav-next {
  right: 0 !important;
  left: 0 !important;
}

#content-detail .nav-berita {
  margin-top: 2rem;
}

#content-detail .nav-berita .nav-next,
#content-detail .nav-berita .nav-prev {
  width: 50%;
}

#content-detail .nav-berita span {
  color: #828282;
  font-size: 0.75rem;
}

#content-detail .nav-berita span:hover {
  text-decoration: none;
  color: #3949ab;
}

#content-detail .nav-berita .title-berita {
  margin-top: 0.75rem;
}

#content-detail .nav-berita .title-berita a {
  color: #000a12;
}

#content-detail .nav-berita .title-berita a:hover {
  text-decoration: none;
  color: #000a12;
  font-weight: bold;
}

#content-detail .nav-berita .title-berita h6 {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .jumbotron {
    margin-top: auto;
    padding: 0 1rem;
  }
  .jumbotron .title-hero-article .search {
    width: auto;
  }
  .custom-shape-divider-bottom-1594356621 {
    display: none;
  }
  #card-article {
    margin-top: auto;
  }
  .navbar-dark .navbar-brand img {
    height: 40px;
  }
}

/* HALAMAN ADS */
body.ads h1,
body.ads h2,
body.ads h3,
body.ads h4,
body.ads h5,
body.ads h6,
body.ads p,
body.ads a {
  font-family: 'Poppins', sans-serif;
}

.header-ads {
  background: #3b4ba5;
  height: auto;
  -webkit-box-shadow: 0px 4px 25px 11px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 25px 11px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-ads .logo img {
  height: 40px;
}

.header-ads .kontak {
  font-size: 0.75rem;
}

.header-ads .kontak .text {
  display: inline-block;
  color: #fff;
}

@media (max-width: 340px) {
  .header-ads .kontak .text {
    display: none;
  }
}

.header-ads .kontak img {
  width: 47px;
  height: 47px;
}

#heroAds {
  background-image: url(../img/ornamen-atas.png), url(../img/ornamen-bawah.png);
  background-repeat: no-repeat;
  background-size: 200px, 200px;
  background-position: top right, bottom left;
  padding-top: 3rem;
}

.hero-text {
  padding: 3rem 0;
}

.hero-text h1 {
  font-weight: 400;
  line-height: 1.6;
  color: #3b4ba5;
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  .hero-text h1 {
    font-size: 1.75rem;
  }
}

.hero-text h1 b {
  color: #c64a4f;
}

.hero-image-ads {
  margin-right: -0.95rem;
}

@media (min-width: 800px) {
  .hero-image-ads {
    width: 85rem;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

.hero-image-permasalahan {
  margin-left: -1rem;
}

ul.menu-list li {
  display: block;
  margin-right: 2.5rem;
}

ul.menu-list li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}

ul.menu-list li a:hover {
  text-decoration: underline;
}

.btn-ads-form {
  color: #fff;
  padding: 0 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  min-height: 3.25rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f49423;
  border-color: #f49423;
  -webkit-box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
  box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
}

.btn-ads-form:hover {
  background-color: #d17c17;
  color: white;
}

.btn-ads {
  color: #fff;
  padding: 0 1.5rem;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.btn-ads.btn-blue {
  background-color: #3949ab;
  border-color: #3140a3;
  -webkit-box-shadow: 6px 6px 0px rgba(59, 75, 165, 0.2);
  box-shadow: 6px 6px 0px rgba(59, 75, 165, 0.2);
}

.btn-ads.btn-orange {
  background-color: #f49423;
  border-color: #f49423;
  -webkit-box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
  box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
}

.btn-ads.btn-orange:after {
  background-color: #d17c17;
}

.btn-ads.btn-orange:hover {
  background-color: #d17c17;
  border: #f49423;
  -webkit-box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
  box-shadow: 6px 6px 0px rgba(225, 160, 0, 0.2);
}

.btn-ads.btn-orange:hover:after {
  background-color: #f49423;
}

.btn-ads:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

.btn-ads:focus:after {
  background-position: 18px;
}

.btn-ads:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.btn-ads:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

.btn-ads:hover:after {
  background-position: 18px;
}

.btn-ads:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.btn-ads:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

.btn-ads:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1e2c85;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

.section-title {
  padding: 2rem 0;
}

.section-title .title-ads {
  font-weight: 400;
  font-size: 2.25rem;
  color: #3b4ba5;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section-title .title-ads {
    font-size: 1.75rem;
  }
}

.section-title .title-ads b {
  color: #c64a4f;
}

.section-title .title-ads underline {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #ffd600),
    color-stop(60%, #ffd600)
  );
  background-image: linear-gradient(#ffd600 60%, #ffd600 60%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 80%;
  font-weight: 700;
}

.section-title .title-ads.invert {
  color: white;
}

.section-title .subtitle-ads {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #707c9c;
  text-align: center;
}

.section-title .subtitle-ads.invert {
  color: white;
}

.poin-masalah {
  background: #fde2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.75rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.poin-masalah .nomor {
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  background: #c41425;
  border-radius: 5px;
  margin-right: 0.75rem;
}

.poin-masalah .teks {
  color: #2f2223;
}

.image-fitur {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 767.98px) {
  .image-fitur {
    width: 40rem;
    overflow: auto;
    margin: 0 auto;
  }
}

.image-fitur img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 35rem;
}

@media (min-width: 767.98px) {
  .image-fitur img {
    width: 100%;
  }
}

.fitur-section {
  background-color: #eff3fa;
  padding-top: 6rem;
  margin-top: -6rem;
  padding-bottom: 3rem;
}

.poin-fitur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.poin-fitur img {
  width: 60px;
  height: 60px;
}

.poin-fitur p {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #3b4ba5;
}

.bottom-text {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #3b4ba5;
}

.background-perbandingan {
  position: relative;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3b4ba5),
      to(#4a5fd6)
    ),
    url(../img/ornamen-atas.png), url(../img/ornamen-bawah.png);
  background: linear-gradient(180deg, #3b4ba5 0%, #4a5fd6 100%),
    url(../img/ornamen-atas.png), url(../img/ornamen-bawah.png);
  background-repeat: no-repeat;
  background-size: auto, 200px, 200px;
  background-position: center, top right, bottom left;
}

.perbandingan-wrapper {
  width: 100%;
}

@media (min-width: 767.98px) {
  .perbandingan-wrapper {
    width: 40rem;
    margin: 0 auto;
  }
}

.perbandingan-wrapper::after {
  font-size: 0.75rem;
  color: white;
  content: 'Klik Gambar untuk Lihat Rincian Biaya';
  display: block;
  text-align: center;
}

#imgViewer::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}

#imgViewer::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.img-perbandingan {
  padding: 0.25rem;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.biaya-wrapper {
  position: absolute;
  right: 0;
  top: 40%;
  width: 100%;
  text-align: right;
}

@media (min-width: 600px) {
  .biaya-wrapper {
    width: auto;
    top: 30%;
  }
}

@media (min-width: 767.98px) {
  .biaya-wrapper {
    right: 10rem;
  }
}

.biaya-wrapper .img-biaya {
  width: 50%;
}

@media (min-width: 600px) {
  .biaya-wrapper .img-biaya {
    width: 20rem;
  }
}

@media (min-width: 767.98px) {
  .mitra {
    padding: 0 13rem;
  }
}

.mitra-list img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

.mitra-list p {
  color: #3b4ba5;
  font-weight: 500;
  text-align: center;
}

.image-map {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 767.98px) {
  .image-map {
    width: 50rem;
    overflow: auto;
    margin: 0 auto;
  }
}

.image-map img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 27rem;
}

@media (min-width: 767.98px) {
  .image-map img {
    width: 100%;
  }
}

.bg-soft-blue {
  background-color: #eff3fa;
}

.form-demo label {
  font-weight: 600;
  color: #3b4ba5;
}

.tahapan-siakad {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.tahapan-siakad p {
  font-family: 'Hind', sans-serif;
}

.tahapan-siakad .title h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #000a12;
  font-family: 'Nunito Sans', sans-serif;
}

.tahapan-siakad .grid-tahapan {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 100px auto 100px auto;
  grid-template-columns: auto 100px auto 100px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 992px) {
  .tahapan-siakad .grid-tahapan {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tahapan-siakad img.panah {
    display: none;
  }
  .tahapan-siakad .card {
    padding: 2rem 2rem 0 !important;
  }
}

.tahapan-siakad .card {
  border: none;
  padding: 2rem;
}

.tahapan-siakad .card-body {
  text-align: center;
}

.tahapan-siakad .card-body h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000a12;
}

.tahapan-siakad .card-body p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4f5b62;
}

.tahapan-siakad .logo-produk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tahapan-siakad .logo-produk .img-produk {
  width: 150px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0.5rem;
}

.tahapan-siakad .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tahapan-siakad .button-selengkapnya .btn {
  cursor: pointer;
  position: relative;
  margin: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 18.75rem;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

.tahapan-siakad .button-selengkapnya .btn-primary {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

.tahapan-siakad .button-selengkapnya .btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border: 1px solid transparent;
}

.tahapan-siakad .button-selengkapnya .btn-primary:focus:after {
  background-position: 18px;
}

.tahapan-siakad .button-selengkapnya .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.tahapan-siakad .button-selengkapnya .btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3140a3;
  -webkit-box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
  box-shadow: 6px 6px 0 0 rgba(49, 64, 163, 0.2);
}

.tahapan-siakad .button-selengkapnya .btn-primary:hover:after {
  background-position: 18px;
}

.tahapan-siakad .button-selengkapnya .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

.tahapan-siakad .button-selengkapnya .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

.tahapan-siakad .button-selengkapnya .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #1e2c85;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

.about-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #1e2c85;
}

.about-content p {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  color: #041c32;
  line-height: 1.8;
}

.text-white {
  color: white;
}

#cta-edlink .container {
  background-color: #5fb85d;
  border-radius: 50px;
  margin: 2rem auto 5rem;
  width: 75vw;
}

@media (max-width: 991.98px) {
  #cta-edlink .container {
    margin-top: 4rem;
  }
}

#cta-edlink .container .row {
  border-radius: 50px;
  background-image: url('../img/edlink-hero-background.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

#cta-edlink .container .row .left {
  padding: 4rem 6rem;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  #cta-edlink .container .row .left {
    padding: 2rem 4rem 2rem 3rem !important;
  }
}

#cta-edlink .container .row .left h2 {
  font-size: 2.4rem;
  line-height: 52px;
  color: #fff;
  margin-bottom: 16px;
}

#cta-edlink .container .row .left p {
  font-size: 1rem;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}

#cta-edlink .container .row .left .cta-button .btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0.8125rem 1.875rem;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  box-shadow: 6px 6px 0 0 rgba(255, 160, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100vh;
}

#cta-edlink .container .row .left .cta-button .btn-primary {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  padding-right: 5.0625rem;
  min-height: 3.25rem;
}

#cta-edlink .container .row .left .cta-button .btn-primary:focus {
  color: #fff;
  background-color: #ffb300;
  border: 1px solid transparent;
}

#cta-edlink .container .row .left .cta-button .btn-primary:focus:after {
  background-position: 18px;
}

#cta-edlink .container .row .left .cta-button .btn-primary:focus:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#cta-edlink .container .row .left .cta-button .btn-primary:hover {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cta-edlink .container .row .left .cta-button .btn-primary:hover:after {
  background-position: 18px;
}

#cta-edlink .container .row .left .cta-button .btn-primary:hover:before {
  right: 30px;
  width: 10px;
  opacity: 1;
}

#cta-edlink .container .row .left .cta-button .btn-primary:before {
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  transition: opacity 0.3s ease-in-out,
    width right 0.3s ease-in-out ease-in 0.3s;
  content: '';
}

#cta-edlink .container .row .left .cta-button .btn-primary:after {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background-color: #ef6c00;
  background-image: url('../img/ico_arrow-right.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  content: '';
  border-radius: 100vh;
}

@media (max-width: 767.98 0.98px) {
  #cta-edlink .container .row .left h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }
  #cta-edlink .container .row .left p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 2rem;
  }
  #cta-edlink .container .row .left .btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  #cta-edlink .container .row .right {
    background-image: url('../img/mockup-edlink.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

#cta-edlink .container .row .right .mockup {
  display: none;
}

@media (max-width: 991.98px) {
  #cta-edlink .container .row .right .mockup {
    display: block;
    width: 100%;
    height: 100%;
  }
  #cta-edlink .container .row .right .mockup img {
    position: absolute;
    top: -100px;
    right: -5.75rem;
    width: 200px;
    height: auto;
    max-width: 40vh;
  }
}

@media (max-width: 991.98px) {
  .indexcity {
    margin-top: 0 !important;
  }
  #problem-section .tittle span,
  #benefit-section .tittle span,
  #fitur-baru .tittle span,
  #price-section .tittle span,
  #list-client-section .tittle span,
  #testimonial-section .tittle span,
  #form-section .tittle span {
    display: block !important;
    text-align: center;
  }
  #problem-section .tittle h3,
  #benefit-section .tittle h3,
  #fitur-baru .tittle h3,
  #price-section .tittle h3,
  #list-client-section .tittle h3,
  #testimonial-section .tittle h3,
  #form-section .tittle h3 {
    font-size: 1.75rem;
  }
  #problem-section .tittle p,
  #benefit-section .tittle p,
  #fitur-baru .tittle p,
  #price-section .tittle p,
  #list-client-section .tittle p,
  #testimonial-section .tittle p,
  #form-section .tittle p {
    font-size: 1rem;
  }
  .navbar-hide {
    display: block;
    height: 100%;
    background-color: #fff;
  }
  header {
    background-image: none;
    height: auto;
  }
  #hero-image {
    background-image: none;
    height: auto;
    margin: 2.5rem 0 3.5rem;
  }
  #hero-image .title {
    font-size: 2rem;
  }
  #hero-image .lead {
    width: 100%;
  }
  #hero-image .kolom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
    height: auto;
  }
  #hero-image .row {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #hero-image .title-header {
    text-align: center;
  }
  #hero-image .button-selengkapnya {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #hero-image .card-testimoni {
    display: none;
  }
  #hero-image #owl-testi-header .card-konten-testi {
    width: auto;
  }
  #hero-image .badge-siakad {
    display: none;
  }
  #video-siakad .title {
    font-size: 2rem;
  }
  .siakad-covid-response {
    padding-bottom: 0;
  }
  .siakad-covid-response .grid-listcovid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
  #hero-mitra h1 {
    font-size: 2rem;
  }
  #problem-section {
    padding-top: 0rem;
  }
  #problem-section .roadmap-problem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas:
      'gambar'
      'konten1'
      'konten2'
      'konten3'
      'konten4'
      'konten5';
  }
  #problem-section .konten1-item,
  #problem-section .konten2-item,
  #problem-section .konten3-item,
  #problem-section .konten4-item,
  #problem-section .konten5-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #problem-section .konten1-item img,
  #problem-section .konten2-item img,
  #problem-section .konten3-item img,
  #problem-section .konten4-item img,
  #problem-section .konten5-item img {
    display: none;
  }
  #problem-section .konten1-item .card,
  #problem-section .konten2-item .card,
  #problem-section .konten3-item .card,
  #problem-section .konten4-item .card,
  #problem-section .konten5-item .card {
    width: 100%;
    margin-bottom: 1rem;
  }
  #problem-section .konten1-item .card-text,
  #problem-section .konten2-item .card-text,
  #problem-section .konten3-item .card-text,
  #problem-section .konten4-item .card-text,
  #problem-section .konten5-item .card-text {
    font-size: 1rem;
    font-family: 'Hind', sans-serif;
  }
  #benefit-section .card h4 {
    font-size: 1.5rem;
  }
  #benefit-section .stmp_section--text {
    margin-bottom: 3rem;
    left: 0;
  }
  #benefit-section .stmp_section--cards > div:nth-child(3n + 1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #benefit-section .stmp_section--cards > div:nth-child(3n) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #fitur-baru {
    margin: 0rem;
    padding: 0rem;
  }
  #fitur-baru .konten-fitur {
    padding: 15px;
  }
  #fitur-baru .konten-fitur .judul-fitur h3 {
    font-size: 1.25rem;
  }
  #fitur-baru .konten-fitur .judul-fitur p {
    font-size: 1rem;
  }
  #fitur-baru .konten-fitur .radio-accordion-title > label {
    padding: 1rem 1rem;
    margin-right: 0;
    font-size: 1rem;
  }
  #fitur-baru .konten-fitur .radio-accordion-title > label img {
    height: 30px;
  }
  #fitur-baru
    .konten-fitur
    .radio-accordion
    input[type='radio']
    + .radio-accordion-title
    > label:after,
  #fitur-baru
    .konten-fitur
    .radio-accordion
    input[type='checkbox']
    + .radio-accordion-title
    > label:after {
    content: url('../img/angle-down.png');
    right: 2rem;
  }
  #fitur-baru
    .konten-fitur
    .radio-accordion
    input[type='radio']:checked
    + .radio-accordion-title
    > label:after,
  #fitur-baru
    .konten-fitur
    .radio-accordion
    input[type='checkbox']:checked
    + .radio-accordion-title
    > label:after {
    content: url('../img/angle-up.png');
    right: 2rem;
  }
  #list-client-section p {
    font-size: 1rem;
  }
  #banner-kontak .text {
    width: 100%;
  }
  #banner-kontak .text h3 {
    font-size: 1.75rem;
  }
  #banner-kontak .text p {
    font-size: 1rem;
  }
  #banner-kontak .btn-primary,
  #banner-kontak .btn-secondary {
    display: block !important;
    margin-top: 1rem !important;
  }
  #box .box-gofeeder {
    display: block;
  }
  #box .box-gofeeder .text-header {
    width: 100%;
    padding-bottom: 0rem;
    padding-top: 2rem;
  }
  #box .box-gofeeder .text-header h3 {
    font-size: 1.75rem;
  }
  #box .box-gofeeder .button-gofedeer {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  #logo-mitra .tittle-bar {
    display: block;
  }
  #pricing-new .harga {
    padding-left: 0rem;
  }
  #pricing-new article {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-image .gambar-mobile {
    position: relative;
    margin-bottom: 2rem;
  }
  #hero-image .gambar-mobile .logo-mobile .img-logo {
    width: 160px;
    height: 160px;
  }
  #hero-image .gambar-mobile .logo-mobile img {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 5;
    -webkit-animation: slideshow 22s linear 0s infinite;
    animation: slideshow 22s linear 0s infinite;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(2) {
    z-index: 4;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(3) {
    z-index: 3;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(4) {
    z-index: 2;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(5) {
    z-index: 1;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
  }
  @-webkit-keyframes slideshow {
    25% {
      opacity: 1;
    }
    33.33% {
      opacity: 0;
    }
    91.66% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes slideshow {
    25% {
      opacity: 1;
    }
    33.33% {
      opacity: 0;
    }
    91.66% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #benefit-section .stmp_section--cards > div:nth-child(2n + 1) {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  #benefit-section .stmp_section--cards > div:nth-child(2n) {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  #fitur-baru .konten-fitur {
    padding: 0 4rem;
  }
  .siakad-covid-response .grid-listcovid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  #pricing-new td,
  #pricing-new th {
    display: table-cell !important;
  }
  #pricing-new td,
  #pricing-new th {
    width: 20%;
  }
  #pricing-new td + td,
  #pricing-new th + th {
    width: auto;
  }
}

@media (min-width: 992px) {
  #pricing-new .price-mobile {
    display: none;
  }
  .gambar-mobile {
    display: none;
  }
  #pricing-with-accordion article td.kontrak-sm {
    width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;

    @media (min-width: 768px) {
      display: none !important;
    }
  }
}

@media (max-width: 767.98px) {
  #hero-image .button-selengkapnya .btn-primary {
    margin-bottom: 1rem;
  }
  #hero-image .button-selengkapnya .btn-secondary {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  #hero-image .gambar-mobile {
    position: relative;
    margin-bottom: 2rem;
  }
  #hero-image .gambar-mobile .logo-mobile .img-logo {
    width: 100px;
    height: 100px;
  }
  #hero-image .gambar-mobile .logo-mobile img {
    position: absolute;
    top: 0px;
    right: 35px;
    z-index: 5;
    -webkit-animation: slideshow 22s linear 0s infinite;
    animation: slideshow 22s linear 0s infinite;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(2) {
    z-index: 4;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(3) {
    z-index: 3;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(4) {
    z-index: 2;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }
  #hero-image .gambar-mobile .logo-mobile img:nth-child(5) {
    z-index: 1;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
  }
}
/*# sourceMappingURL=main.css.map */
