:root {
  --blue: #053daa;
  --dark-blue: #0d2557;
  --dark-grey: #212121;
  --purple-blue: #061d60;
  --grey: #434343;
  --grey-light: #f7f9fc;
  --green-light: #becd30;
  --btn-padding-x-start: 40px;
  --btn-padding-x-end: 40px;
  --img-banner-floating-width: 37.2%;
  --img-banner-left: 60px;
  --border-radius-testimony: 12px 50px 50px 50px;
  --border-overflow-testimony: 4px;
  --grid-box-top-size: 300px;
  --grid-box-bottom-size: 900px;
}

@media (min-width: 768px) {
  #wdgt_wrapper {
    bottom: 0 !important;
    right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/*region color palette*/
.color-dark-grey {
  color: var(--dark-grey);
}

.color-dark-blue {
  color: var(--dark-blue);
}

.color-blue {
  color: var(--blue);
}

.color-grey {
  color: var(--grey);
}

.color-green-light {
  color: var(--green-light);
}

.color-linear-blue {
  background: linear-gradient(90deg, #05103f 0%, #395dca 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grey-light {
  background: var(--grey-light);
}

/*endregion color palette*/

/*region start typography*/
a {
  text-decoration: none;
}

.text-upper {
  text-transform: uppercase;
}

.text-main-headline {
  font-size: 48px;
  font-weight: 800;
  line-height: 58.09px;
}

.text-heading-section {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.57px;
}

.text-sub-heading-section {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.text-heading-section-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.73px;
}

.text-heading-section-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
}

.text-label {
  font-size: 16px;
  font-weight: 700;
}

.text-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.text-small {
  font-size: 15px;
  font-weight: 400;
}

.text-list-point {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.text-hero-title {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.8px;
  word-wrap: break-word;
}

.text-content-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 21.78px;
}

.enter {
  display: block;
}

.text-link-author-rel-product {
  font-size: 14px;
  color: var(--blue);
  font-weight: 400;
}

/*endregion typography*/

/*region spacing*/
.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pe-6 {
  padding-right: 6rem;
}

.pe-7 {
  padding-right: 7rem;
}

.pe-8 {
  padding-right: 8rem;
}

.pe-9 {
  padding-right: 9rem;
}

.pe-10 {
  padding-right: 10rem;
}

.pe-11 {
  padding-right: 11rem;
}

.pe-12 {
  padding-right: 12rem;
}

.pe-13 {
  padding-right: 13rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.ps-6 {
  padding-left: 6rem;
}

.ps-7 {
  padding-left: 7rem;
}

.ps-8 {
  padding-left: 8rem;
}

.ps-9 {
  padding-left: 9rem;
}

.ps-10 {
  padding-left: 10rem;
}

.ps-11 {
  padding-left: 11rem;
}

.ps-12 {
  padding-left: 12rem;
}

.ps-13 {
  padding-left: 13rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mt-11 {
  margin-top: 11rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mt-13 {
  margin-top: 13rem;
}

.me-1{
  margin-right: 1rem;
}

.me-2{
  margin-right: 2rem;
}

.me-3{
  margin-right: 3rem;
}

.me-4{
  margin-right: 4rem;
}

.me-5{
  margin-right: 5rem;
}

.me-6 {
  margin-right: 6rem;
}

.me-7 {
  margin-right: 7rem;
}

.me-8 {
  margin-right: 8rem;
}

.me-9 {
  margin-right: 9rem;
}

.me-10 {
  margin-right: 10rem;
}

.me-11 {
  margin-right: 11rem;
}

.me-12 {
  margin-right: 12rem;
}

.me-13 {
  margin-right: 13rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.mb-13 {
  margin-bottom: 13rem;
}

.ms-6 {
  margin-left: 6rem;
}

.ms-7 {
  margin-left: 7rem;
}

.ms-8 {
  margin-left: 8rem;
}

.ms-9 {
  margin-left: 9rem;
}

.ms-10 {
  margin-left: 10rem;
}

.ms-11 {
  margin-left: 11rem;
}

.ms-12 {
  margin-left: 12rem;
}

.ms-13 {
  margin-left: 13rem;
}

/*endregion spacing*/

/*region button*/
.btn {
  font-weight: 700;
  padding: 12px var(--btn-padding-x-end) 12px var(--btn-padding-x-start);
  border-radius: 25px;
}

.btn.with-icon-chevron {
  position: relative;
  padding-right: calc(var(--btn-padding-x-end) + 10px);
}

.btn.with-icon-chevron::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain !important;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}

.btn-white {
  background: white;
  color: var(--blue);
}

.btn-white:hover {
  background: white;
  opacity: 0.8;
  color: var(--blue);
}

.btn-white.with-icon-chevron::after {
  background: url(../images/ic-chevron-right-blue.svg) no-repeat;
}

.btn-white-square-with-shadow {
  background: white;
  color: var(--blue);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.btn-outline-blue {
  background: white;
  border-color: var(--blue);
  color: var(--blue);
}
.btn-outline-blue:hover {
  background: white;
  border-color: var(--blue);
  color: var(--blue);
  opacity: 0.8;
}
.btn-outline-blue.with-icon-chevron::after {
  background: url(../images/ic-chevron-right-blue.svg) no-repeat;
}

.btn-blue {
  background: var(--blue);
  color: white;
}

.btn-blue:hover {
  background: var(--blue);
  color: white;
  opacity: 0.8;
}
.btn-with-animation.only-hover:hover .btn-blue {
  background: var(--blue);
  color: var(--green-light);
  opacity: 1;
}
.btn-with-animation.only-hover:hover .btn-blue.with-icon-chevron::after {
  background: url(../images/ic-chevron-right-green.svg) no-repeat;
}

.btn-blue.btn-with-animation:hover {
  background: var(--blue);
  color: var(--green-light);
  opacity: 1;
}
.btn-blue.btn-with-line-animation:hover {
  background: var(--blue);
  color: var(--green-light);
  opacity: 1;
}

.btn-blue.with-icon-chevron::after {
  background: url(../images/ic-chevron-right-white.svg) no-repeat;
}

.btn-purple-blue {
  background: var(--purple-blue);
  color: white;
}

.btn-purple-blue:hover {
  background: var(--purple-blue);
  opacity: 0.8;
  color: white;
}

.purple-blue-line-animation {
  background: var(--purple-blue);
  --offset: 3px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.purple-blue-line-animation .text-content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  color: white;
  margin: auto;
  right: 0;
  transform: translateY(-50%);
  font-weight: 700;
}

.purple-blue-line-animation .btn {
  border: 3px solid #1a11bc;
}

.purple-blue-line-animation::before {
  content: "";
  background: conic-gradient(transparent 270deg, #ffffffb8, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 2s linear infinite;
}

.purple-blue-line-animation::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset);
  height: calc(100% - 2 * var(--offset));
  width: calc(100% - 2 * var(--offset));
}

.frame-white-animation {
  background: transparent;
  --offset-frame: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  /*border: 1px solid var(--purple-blue);*/
  padding: 0.5rem;
  z-index: 1;
}

.frame-white-animation::before {
  content: "";
  background: conic-gradient(transparent 90deg, #0000ff38, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 187%;
  animation: rotate 2s linear infinite;
  scale: 1;
}

.frame-white-animation::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset-frame);
  height: calc(100% - 2 * var(--offset-frame));
  width: calc(100% - 2 * var(--offset-frame));
}

.container-frame-button-animation {
  display: inline-block;
  /*background: var(--purple-blue);*/

  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.clear-fix-border-frame::before {
  content: "";
  background: conic-gradient(transparent 95deg, white, #ffffff61);
  /*background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 2s linear infinite;
}

a:hover .clear-fix-border-frame::before {
  background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%);
}

.clear-fix-border-frame::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset-cont-animation);
  height: calc(100% - 2 * var(--offset-cont-animation));
  width: calc(100% - 2 * var(--offset-cont-animation));
}

.clear-fix-border-frame {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 0;
  border: 1px solid var(--purple-blue);
  border-radius: 50px;
  --offset-cont-animation: 3px;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }

  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}

/*endregion button*/

body {
  font-family: "Inter", sans-serif !important;
}

/*region navbar*/
.navbar {
  /*padding-top: 1.25rem;*/
  /*padding-bottom: 1.25rem;*/
  padding: 0;
}

.navbar.shadow-navbar {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.03);
}

.navbar-brand {
}

.navbar-brand img {
  width: 110px;
  height: auto;
}

.navbar-expand-lg .navbar-nav {
  justify-content: start;
  align-items: center;
  flex: 1;
}

.nav-item {
  padding: 0;
  /*position: relative;*/
}

.menu-left {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 3rem;
}

.menu-right {
  display: flex;
  gap: 2rem;
}

.nav-link {
  color: var(--dark-blue);
  font-weight: 600;
  padding: 2rem 1rem !important;
  position: relative;
}

.nav-link.btn-menu {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  border-radius: 24px;
  padding: 0.5rem 1.5rem !important;
}

.nav-link.menu-try::after {
  width: 7px;
  height: 12px;
  content: "";
  background-image: url(../images/ic-chevron-right-blue.svg);
  background-repeat: no-repeat;
  display: inline-block;
  /* vertical-align: middle; */
  margin-left: 12px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--blue);
}

.nav-item:hover .nav-link:not(.btn-menu)::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  height: 2px;
  background: var(--blue);
  border-radius: 16px;
  top: calc(100% - 4px);
}

.nav-item:hover .nav-link {
  color: var(--blue);
}

.nav-link.menu-lang::after {
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/ic-chevron-down-dark-blue.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
  margin-left: 12px;
}

.nav-link.has-sub-menu::after {
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/ic-chevron-down-dark-blue.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
  margin-left: 12px;
  transition: transform 0.2s ease-in-out;
}

.nav-item:hover .nav-link.has-sub-menu::after {
  background-image: url(../images/ic-chevron-down-blue.svg);
  transform: rotate(-180deg);
  vertical-align: 3px;
}

.sub-menu-container {
  /* padding: 7px; */
  width: 100%;
  /* height: 100px; */
  position: absolute;
  top: 100%;
  z-index: 199;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  background: white;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  border-top: 1px #e9e9e9 solid;
  border-radius: 0 0 25px 25px;
}

.nav-item:hover .sub-menu-container {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.sub-menu-container-wrapper {
  background: white;
  border-radius: 15px;
  padding: 2.5rem 20px;
}

.sub-menu-wrapper {
  display: flex;
  gap: 2rem;
}

.sub-menu-item-wrapper {
  flex: 1;
}

.item-sub-menu {
  display: flex;
  gap: 15px;
  margin-bottom: 0.3rem;
  width: 100%;
  align-items: flex-start;
  padding: 1rem;
  background: white;
  position: relative;
  overflow: hidden;
}

.item-sub-menu:hover {
  background: #f7f9fc;
  border-radius: 16px;
}

.item-sub-menu:last-child {
  margin-bottom: 0;
}

.item-sub-menu .item-img {
  width: 35px;
}

.item-sub-menu .item-img img {
  width: 100%;
}

.item-sub-menu .item-img img.active {
  display: none;
}

.item-sub-menu:hover .item-img img {
  display: none;
}

.item-sub-menu:hover .item-img img.active {
  display: block;
}

.item-sub-menu .link-wrapper {
  flex: 1;
}

.sub-menu-text-title-container {
  display: flex;
  gap: 15px;
}

.sub-menu-text-title-container .text-title {
  color: #0a2540;
  line-height: 1.5rem;
}

.item-sub-menu:hover .sub-menu-text-title-container .text-title {
  color: var(--blue);
}

.item-sub-menu:hover .sub-menu-text-title-container .ic-arrow {
  display: block;
}

.sub-menu-text-title-container .ic-arrow {
  display: none;
  width: 15px;
}

.sub-menu-text-title-container .ic-arrow img {
  width: 100%;
}

.sub-menu-item-content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.item-sub-menu .link-wrapper:hover {
  color: var(--blue);
}

.item-sub-menu .link-wrapper a {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: var(--dark-blue);
}

.item-sub-menu .link-wrapper:hover a {
  color: var(--blue);
}

.item-sub-menu .link-wrapper .sub-menu-desc {
  font-size: 14px;
  font-weight: 400;
  color: #7f8e9a;
}

.item-sub-menu:hover .link-wrapper .sub-menu-desc {
  color: #1a72c0;
}

.item-sub-menu .link-wrapper:hover .sub-menu-desc {
  color: var(--blue);
}

.sub-menu-post {
}

.sub-menu-post .label {
  font-weight: 700;
  font-size: 18px;
  color: var(--dark-blue);
  margin-bottom: 14px;
}

.menu-item-post {
  display: flex;
  gap: 2rem;
}

.menu-item-post .img {
  width: 112px;
  height: 112px;
}

.menu-item-post .img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.menu-item-post .content-post {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.menu-item-post .content-post .title-container {
}

.menu-item-post .content-post .title-container .title {
  font-size: 16px;
  color: var(--dark-blue);
  font-weight: 700;
  line-height: 1.2rem;
}

.menu-item-post .content-post .link-read-more a.link-with-icon {
  color: var(--blue);
}

.sub-menu-pos-wrapper {
  border-left: 1px solid #e9e9e9;
  padding-left: 25px;
}

.sub-menu-wrapper.product-sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolom dengan lebar sama */
  grid-template-rows: repeat(3, 1fr); /* 3 baris dengan tinggi sama */
  gap: 10px; /* Jarak antar item grid */
  width: 100%; /* Lebar total grid (opsional) */
  height: auto; /* Tinggi total grid (opsional) */
}

.sub-menu-wrapper.product-sub-menu .line-animation-2 .clearfix {
  height: 100%;
}

.sub-menu-lang {
  position: relative;
}
.sub-menu-lang-choice {
  position: absolute;
  border-radius: 15px;
  background: #e7eff9;
  padding: 7px;
  z-index: 1;
  width: 175px;
  left: -31px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.sub-menu-lang:hover .sub-menu-lang-choice {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.sub-menu-lang-group {
  background: white;
  border-radius: 15px;
  padding: 20px;
}
.sub-menu-lang-group a {
  color: var(--dark-blue);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.sub-menu-lang-group a:last-child {
  margin-bottom: 0;
}

/*endregion navbar*/

/*region global*/
.absolute-center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.link-with-icon {
  position: relative;
  padding-right: 30px;
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.link-with-icon:hover {
  opacity: 0.8;
}

.link-with-icon::after {
  content: "";
  background-image: url(../images/ic-chevron-right-blue.svg);
  position: absolute;
  right: 0;
  background-size: 8px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 50%;
  margin: auto;
  transform: translateY(-46%);
}

.list-ic-check {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  list-style: none;
  padding-left: 0;
  --iconSize: 1.2em;
  --iconGap: 1em;
}

.list-ic-check li {
  background-image: url("../images/ic-check-square-blue.svg");
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: var(--iconSize);
  padding-left: calc(var(--iconSize) + var(--iconGap));
  margin-bottom: 1rem;
}

.list-ic-check-sky li {
  background-image: url("../images/blue_cheklist.svg") !important;
  margin-bottom: 0 !important;
}

.list-ic-check-red li {
  background-image: url("../images/red_cheklist.svg") !important;
  margin-bottom: 0 !important;
}

.list-ic-check-takaful li {
  background-image: url("../images/takaful_cheklist.svg") !important;
  margin-bottom: 0 !important;
}

.list-ic-check li::marker {
}

.list-ic-check-2 {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  list-style: none;
  padding-left: 0;
  --iconSize: 1.2em;
  --iconGap: 1em;
  background-image: url("../images/ic-check-square-blue.svg");
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: var(--iconSize);
  padding-left: calc(var(--iconSize) + var(--iconGap));
  margin-bottom: 1rem;
}

.list-ic-check-3 {
  display: flex;
  flex-direction: column;
  gap: 0em;
  list-style: none;
  padding-left: 0;
  --iconSize: 1em;
  --iconGap: 0.5em;
}
.list-ic-check-3 li {
  background-image: url("../images/ic-check-square-blue.svg");
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: var(--iconSize);
  padding-left: calc(var(--iconSize) + var(--iconGap));
  margin-bottom: 0.4rem;
  font-size: 14px;
}

.sticky-scroll .item-container {
  position: relative;
}

.sticky-scroll .item-container .item {
  display: flex;
  position: relative;
}

.sticky-scroll .item-container .item.row-reverse {
  flex-direction: row-reverse;
}

.sticky-scroll .item-container .item .label {
  width: 50%;
  position: relative;
}

.semi-large-img-sticky .sticky-scroll .item-container .item .label {
  width: 60%;
  position: relative;
}

.sticky-scroll .item-container .item .label img {
  width: 85%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  /*transition: 0.7s ease;*/
  opacity: 0;
  /*width: 0;*/
  /*visibility: hidden;*/
  transition: 500ms ease-out;
  /*transition: opacity 350ms linear;*/
  /*transition: opacity 500ms linear;*/
}

.sticky-scroll .item-container .item .label img.active {
  /*transition: 0.5s ease;*/
  opacity: 1;
  /*width: 85%;*/
  /*visibility: visible;*/
}

.sticky-scroll {
  display: none;
}

.sticky-scroll .item-container .item .content {
  width: 50%;
}

.semi-large-img-sticky .sticky-scroll .item-container .item .content {
  width: 40%;
}

.sticky-scroll .item-container .item .content .item-content {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.sticky-scroll .item-container .item.row-reverse .content .item-content {
  padding-left: 4rem;
}

.semi-large-img-sticky .sticky-scroll .item-container .item.row-reverse .content .item-content {
  padding-left: 1rem;
}

.sticky-scroll .item-container .item .content .item-content .detail {
  width: 86%;
}

.sticky-scroll .item-container .item.row-reverse .content .item-content .detail {
  width: 100%;
}

.chatbot-section-2 .sticky-scroll .item-container .item.row-reverse .content .item-content .detail {
  width: 90%;
}

.livechat-section-2 .sticky-scroll .item-container .item.row-reverse .content .item-content .detail {
  width: 90%;
}

.why-sprint-floating .sticky-scroll .item-container .item.row-reverse .content .item-content .detail {
  width: 90%;
}

.sticky-scroll .item-container .item .content .item-content .detail .heading {
  margin-top: 10px;
}

.sticky-scroll .item-container .item .content .item-content .detail .desc {
  margin-top: 15px;
}

.sticky-scroll .item-container .item .content .item-content .detail .list-detail {
  margin-top: 3rem;
}

.sticky-scroll .item-container .item .content .item-content .detail .list-detail .item-list-detail .desc {
  margin: 0;
}

.sticky-scroll .item-container .item .content .item-content .detail .link {
  margin-top: 5rem;
}

.sticky-scroll .item-container .item .content .item-content .detail .link a {
  text-decoration: none;
  /*color: var(--dark-blue);*/
  /*font-size: 18px;*/
  font-weight: 600;
}

.sticky-scroll .item-container .item .content .item-content .detail .link a img {
  width: 8px;
  margin-left: 10px;
  margin-top: -2px;
}

.sticky-scroll-sticky-h {
  position: sticky !important;
  top: 0;
  right: 0;
}

.flex-row-center {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.container-banner-floating {
  position: relative;
}

.container-banner-floating .banner-image {
  position: relative;
  z-index: 1;
  width: var(--img-banner-floating-width);
  margin-left: var(--img-banner-left);
}

.container-banner-floating .banner-container {
  position: absolute;
  aspect-ratio: 100 / 41.8;
  bottom: 0;
  z-index: 0;
}

.container-banner-floating .banner-container .basic-bg {
  /*width: 1080px;*/
  /*height: 451px;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container-banner-floating .banner-container .basic-bg::after {
  content: "";
  border-radius: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /*transform: rotate(180deg);*/
  background: url("../images/bg-left-banner-floating.png") no-repeat left bottom / calc(var(--img-banner-floating-width) + var(--img-banner-left)) auto, url("../images/bg-right-banner-floating.png") right bottom no-repeat,
    radial-gradient(39.37% 52.17% at 22.59% 52.17%, #09395d 0%, #0b273d 100%);
}

.container-banner-floating .banner-container .bg-right {
}

.container-banner-floating .banner-container .bg-right::after {
  content: "";
  position: absolute;
  background-image: url("../images/bg-right-banner-floating.png");
}

.container-banner-floating .banner-container .content-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.container-banner-floating .banner-container .content-banner .right-content {
  margin-left: calc(var(--img-banner-floating-width) + var(--img-banner-left) + 2.5rem);
  flex: 1;
  padding: 0 5rem 0 0;
}

.full-width {
  width: 100%;
}

.tri-banner {
  display: flex;
  gap: 3.2rem;
}

.tri-banner .item {
  flex: 1;
}

.tri-banner .item img {
}

.tri-banner .item .title {
  font-size: 22px;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
}

.btn-with-line-animation {
  overflow: hidden;
  position: relative;
}
.btn-with-line-animation.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-with-line-animation .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.btn-with-line-animation.only-hover::before {
  background: none;
}
.btn-with-line-animation.only-hover:hover::before {
  background: conic-gradient(transparent 270deg, var(--green-light), var(--green-light));
}
.btn-with-line-animation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 120%;
  animation: rotate 2s linear infinite;
  background: conic-gradient(transparent 270deg, var(--green-light), var(--green-light));
}
.btn-with-line-animation::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: 2px;
  height: calc(100% - 2 * 2px);
  width: calc(100% - 2 * 2px);
  z-index: 0;
}
.btn-with-line-animation .clearfix {
  position: relative;
  z-index: 100;
  width: 100%;
}

.line-animation-2 {
  overflow: hidden;
}

.line-animation-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 120%;
  animation: rotate 3s linear infinite;
}

.line-animation-2.active::before {
  background: conic-gradient(transparent 270deg, #0d6efd, transparent) !important;
  /*background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%);*/
  /*background: conic-gradient(transparent 270deg, #BAC930FF, transparent);*/
}

.line-animation-2.line-gradient-1.active::before {
  background: conic-gradient(transparent 270deg, var(--green-light), var(--blue)) !important;
  /*background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%);*/
  /*background: conic-gradient(transparent 270deg, #BAC930FF, transparent);*/
}

.line-animation-2 .clearfix {
  position: relative;
  z-index: 100;
  width: 100%;
}

.line-animation-2::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: 2px;
  height: calc(100% - 2 * 2px);
  width: calc(100% - 2 * 2px);
  z-index: 0;
}

.line-animation {
  overflow: hidden;
}

.line-animation:hover::before {
  background: conic-gradient(transparent 270deg, #0d6efd, transparent) !important;
  /*background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%);*/
  /*background: conic-gradient(transparent 270deg, #BAC930FF, transparent);*/
}

.line-animation.line-green:hover::before {
  /*background: conic-gradient(transparent 270deg, #0d6efd, transparent) !important;*/
  /* background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%) !important;*/
  /* background: conic-gradient(transparent 270deg, #BAC930FF, transparent); */
  background: conic-gradient(transparent 270deg, var(--green-light), transparent) !important;
}

.line-animation.line-gradient-1:hover::before {
  /*background: conic-gradient(transparent 270deg, #0d6efd, transparent) !important;*/
  /* background: linear-gradient(95deg, hsl(207.98deg 100% 31.96%) 0%, hsl(65.88deg 61.45% 48.82%) 100%) !important;*/
  /* background: conic-gradient(transparent 270deg, #BAC930FF, transparent); */
  background: conic-gradient(transparent 270deg, var(--green-light), var(--blue)) !important;
  width: 120%;
}

.line-animation::before {
  content: "";
  background: conic-gradient(transparent 270deg, #0d6efd, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 3s linear infinite;
}

.line-animation.only-hover::before {
  background: none;
}

.line-animation::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: 2px;
  height: calc(100% - 2 * 2px);
  width: calc(100% - 2 * 2px);
  z-index: 0;
}

.line-animation .clearfix {
  position: relative;
  z-index: 100;
}

.cta-banner {
  display: flex;
  background: #0b273d;
  padding: 5rem 4rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
}

.cta-gradient {
  position: relative;
}

.cta-gradient .cta-banner {
  position: relative;
  background: transparent;
  /*background: radial-gradient(95.83% 127.01% at 95.83% 227.19%, #09395D 0%, #0B273D 100%);*/
}

.cta-gradient .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /*transform: rotate(180deg);*/
  /*background: radial-gradient(95.83% 127.01% at 95.83% 227.19%, #09395D 0%, #0B273D 100%);*/
  border-radius: 30px;
  background: url("../images/bg-cta-gradient.png") no-repeat;
  background-size: 100% 100%;
}

.cta-gradient .bg-blue {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /*transform: rotate(180deg);*/
  background: #053daa;
  border-radius: 32px;
}
.cta-gradient .bg-blue-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-gradient .bg-blue-img:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-banner-blue-1.webp") no-repeat left bottom / auto 100%;
}

.cta-gradient .bg-blue-img:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-banner-blue-2.svg) no-repeat right top / auto 68%;
  opacity: 0.4;
}

.cta-banner .ctn-1 {
}

.cta-banner .ctn-2 {
}

.cta-banner .title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.accordion .accordion-button {
  background: transparent;
  padding: 20px 10px 20px 0;
  box-shadow: none;
  gap: 1rem;
  align-items: flex-start;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-button::after {
  background-image: url(../images/ic-chevron-down-dark-blue.svg);
  width: 15px;
  height: 15px;
  background-size: 100%;
  margin-top: 10px;
}

.accordion-button:not(.collapsed)::after {
  margin-top: 5px !important;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
  border-radius: 0 !important;
}

.accordion-body {
  padding: 3px 17px 6px 17px;
}

.list-faq {
  padding: 6rem 0 8rem 0;
}

.accordion-question {
  color: #0a2540;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.top-banner {
  background: url(../images/bg-top-banner.webp);
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  background-size: cover;
  background-position: center;
  padding: 10px 0;
  color: white;
  /*font-size: 14px;*/
  /*font-weight: 700;*/
}

.top-banner .link {
  color: #41a5ff;
}

footer {
  background-color: #001447;
  color: white;
}

.footer-top {
  padding: 7rem 0;
}

footer .custom-logo-link {
}

footer .custom-logo-link img {
}

.content-footer-bottom p {
  color: #f6f6f6de !important;
}

footer .content-footer-top {
  display: flex;
  gap: 20px;
  margin-top: 2rem;
}

footer .content-footer-top .col-footer:first-child {
  width: 41%;
  padding-right: 9rem;
  flex: unset;
}

footer .content-footer-top .col-footer {
  flex: 1;
}

footer .content-footer-top .col-footer .title-desc {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

/*footer .content-footer-top .grid-content:first-child {*/
/*    width: 34%;*/
/*}*/

footer .content-footer-top .grid-content {
  width: 33.33%;
}

.wrap-footer-menu {
  display: flex;
  gap: 40px;
}

footer .grid-content .title-desc {
  font-style: normal;
  font-weight: 700;
}

footer .grid-content .desc {
  width: 70%;
  margin-top: 1rem;
}

footer .title-link {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .grid-content .content-link {
}

footer .grid-content .content-link a {
  color: #f6f6f6de;
  display: block;
  margin-top: 11px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

footer .footer-top .medium-text {
  color: #f6f6f6de !important;
  font-size: 14px;
}

footer .footer-top a {
  color: #f6f6f6de !important;
}

footer .grid-content .content-link a:hover {
  opacity: 0.6;
}

footer .content-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 136px;
  padding-top: 7rem;
  border-top: 1px solid #3076b7;
  margin-top: 7rem;
}

footer .footer-content-socmed {
  display: flex;
  width: 100%;
  gap: 15px;
}

footer .footer-content-socmed .item-socmed {
  width: 27px;
}

footer .footer-content-socmed .item-socmed a {
}

footer .footer-content-socmed .item-socmed a:hover {
  opacity: 0.7;
}

footer .footer-content-socmed .item-socmed a img {
  width: 100%;
}

footer .content-footer-bottom .footer-line {
  width: 20%;
  height: 1px;
  background: #0063bf;
}

footer .content-footer-bottom .footer-content-label {
  width: 30%;
}

footer .content-footer-bottom .footer-content-certificate {
  width: 70%;
}

footer .content-footer-bottom .footer-content-certificate .item-certificate {
}

footer .content-footer-bottom .footer-content-certificate .item-certificate img {
  width: 100%;
}

footer .content-footer-bottom .footer-content-certificate-v2 .item-certificate img {
  width: 50px;
}

footer .footer-bottom {
  background: #00113d;
  padding: 20px 0;
}

footer .footer-bottom .footer-copyright {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.footer-logo {
  width: 12%;
}

.footer-logo img {
  width: 100%;
}

.text-sprint-footer {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 23px;
}

.text-sprint-footer strong {
  font-weight: 700;
}

.hero-container {
  background: #f7f9fc;
  padding: 10rem 0;
}

.easy-invoice-section-1 .hero-container {
  padding: 11rem 0 13rem 0;
}

.lba-sms-section-1 .hero-container {
  padding: 11rem 0 13rem 0;
}

.bg-hero-product {
  background-color: #f7f9fc !important;
}

.hero-banner {
  display: flex;
}

.hero-banner .hero-content {
  flex: 1;
}

.hero-banner .hero-image {
  flex: 1;
  text-align: center;
}

.hero-banner .hero-image img {
  width: 85%;
}

.grid-box {
  background: #0a2540;
  padding: 10rem 0;
  position: relative;
}

.grid-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  /*transform: rotate(180deg);*/
  background: url("../images/bg-grid-box-top.svg") no-repeat left top / var(--grid-box-top-size) auto, url("../images/bg-grid-box-bottom.svg") no-repeat bottom right / var(--grid-box-bottom-size) auto;
  top: 0;
}

.grid-box .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 53.25px;
}

.grid-box-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolom dengan ukuran sama */
  grid-template-rows: repeat(2, 1fr); /* 2 baris dengan ukuran sama */
  gap: 1.5rem; /* Jarak antar grid item */
  width: 100%;
}

.grid-box-item-wrapper {
}

.grid-box-item {
  height: 100%;
  border: 1px solid #ffffff8f;
  border-radius: 15px;
  padding: 4rem 2.5rem;
  cursor: default;
  background: #0a2540;
  position: relative;
}

.grid-box-item:hover {
  border: 1px solid #ffffff8f;
}

.grid-box-item .grid-icon {
  width: 60px;
}

.grid-box-item .grid-icon img {
  height: 65px;
}

.grid-box-item .grid-title {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 26.63px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.grid-box-item .grid-desc {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.grid-box-item.line-animation::after {
  inset: 3px;
  height: calc(100% - 2 * 3px);
  width: calc(100% - 2 * 3px);
}

.grid-box-item-container {
}

.floating-hero-banner {
  display: flex;
  gap: 3rem;
  padding: 0 3rem;
}

.floating-hero-item-wrapper {
  flex: 1;
}

.floating-hero-item:hover {
  scale: 1.1;
}

.floating-hero-item .img {
  width: 100%;
}

.floating-hero-item .img img {
  width: 100%;
}

.floating-hero-item .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  color: #0a2540;
}

.banner-blue {
  position: relative;
}

.banner-blue .basic-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  /*transform: rotate(180deg);*/
  background: linear-gradient(270deg, #1277d2 0%, #2d4dd7 100%);
  border-radius: 32px;
  z-index: 4;
}

.banner-blue .image-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-blue .image-bg:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-banner-blue-1.webp") no-repeat left bottom / auto 100%;
  z-index: 5;
}

.banner-blue .image-bg:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-banner-blue-2.svg) no-repeat right top / auto 68%;
  z-index: 5;
  opacity: 0.4;
}

.banner-blue .content-banner {
  position: relative;
  z-index: 7;
  padding: 5rem 1rem;
}

.counting-container {
  display: flex;
}

.counting-container .counting-item {
  text-align: center;
  flex: 1;
  position: relative;
  padding: 1rem 0;
}

.counting-container .counting-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  border: 1px dashed #d3d3d3;
}

.counting-container .counting-item:first-child:after {
  border: none;
}

.counting-container .counting-item .value {
  font-size: 30px;
  color: var(--blue);
  font-weight: 700;
  line-height: 58.09px;
}
.counting-container .counting-item h2 {
  font-size: 12px;
  color: #053daa;
}

.counting-container .counting-item .desc {
  margin-top: 1rem;
  color: #0a2540;
  font-size: 20px;
  font-weight: 400;
  word-wrap: break-word;
}

.pricing-table {
}

.pricing-table .icon {
  width: 20px;
}

.pricing-table .d-flex {
  gap: 10px;
}

.table > :not(caption) > * > * {
  background-color: #f7f9fc;
}

.pricing-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #f7f9fc;
  box-shadow: none;
  background-color: #f7f9fc5e;
}

.pricing-table td,
.pricing-table th {
  border: none;
  border-left: 1px dashed #d3d3d3;
  color: #4e4e50;
  font-size: 16px;
  padding: 1rem 2rem;
}

.pricing-table th {
  font-size: 18px;
  color: #0a2540;
}

.pricing-table tbody tr:hover {
  box-shadow: 0px 7px 12px rgb(0 0 0 / 17%);
  position: relative;
}

.pricing-table tbody tr:hover td {
  border-top: 1px solid var(--green-light);
  border-bottom: 1px solid var(--green-light);
}

.pricing-table td:first-child,
.pricing-table th:first-child {
  border: none;
}

.box-partner {
  /*--width-item: 20%;*/
  --per-row: 5;
  display: flex;
  flex-wrap: wrap;
}

.box-partner .item-partner {
  width: calc(100% / var(--per-row));
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px dashed;
  border-top: 1px dashed;
  border-color: #d3d3d3;
}

.box-partner .item-partner:first-child {
  border-left: none;
}

.box-partner .item-partner:nth-child(6n) {
  border-left: none;
}

.box-partner .item-partner:nth-child(-n + 5) {
  border-top: none;
}

.box-partner .item-partner img {
  width: 70%;
}

.box-partner .item-partner:hover img {
  width: 85%;
}

.no-border-radius {
  border-radius: 0;
}

.loading-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: auto;
}
.loading-modal .loading-wrapper {
  width: 200px;
  margin: auto;
}

.modal-alert .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: auto;
}
.top-banner p {
  margin-bottom: 0 !important;
}

.slider-dot-square {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
}
.slider-dot-square li button {
  color: transparent;
  background: #dbe1e8;
  width: 35px;
  padding: 0;
  border-radius: 10px;
  height: 6px;
  overflow: hidden;
  border: none;
  outline: none;
}
.slider-dot-square li.slick-active button {
  background: #0052cc;
}
.show-mobile {
  display: none;
}
/*endregion global*/

/*region home*/
.desc-home-section-1 {
  line-height: 30px;
}

.container-banner-partner {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}

.container-banner-partner .item-banner {
  display: flex;
  /* justify-content: space-between; */
  /* width: 100%; */
  animation-name: marquee;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
}

.lba-sms-section-4 .container-banner-partner .item-banner {
  justify-content: space-around;
  width: 100%;
}

.container-banner-partner .item-banner .item-partner {
  margin: 0 50px;
}

.container-banner-partner .item-banner .item-partner img {
  height: 60px;
}

.lba-sms-section-4 .container-banner-partner .item-banner .item-partner img {
  height: 100px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.container-partner-home {
  position: relative;
  padding: 20px 0;
}

.clear-fix-bb-partner-home {
  background: rgba(255, 255, 255, 0.45);
  filter: blur(3.5px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-section-1 {
  position: relative;
}

.home-section-1::before {
  content: "";
  background-image: url(../images/bg-home-1.png);
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: 100% 100%;
}

.slider-container {
  height: 650px;
  width: 100%;
  display: flex;
  gap: 25px;
}

.slider-container .item-container {
  width: 170px;
  display: flex;
  position: relative;
  transition: 0.7s ease;

  border-radius: 20px;
  overflow: hidden;
}

.slider-container .item-container .item-active {
  /*transition: 0.7s ease;*/
  display: none;
  padding: 0 2rem;
}

.slider-container .item-container.active .item-active {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: end;
}

.slider-container .item-container.active .item-active .info {
  width: 75%;
  color: white;
}

.slider-container .item-container.active .item-active .info .heading-detail {
  /*font-weight: 600;*/
  /*font-size: 3.5vw;*/
  margin: 0;
  font-weight: 700;
}

.slider-container .item-container.active .item-active .info .desc {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.slider-container .item-container.active .item-active .banner {
  width: 50%;
}

.slider-container .item-container.active .item-active .banner img {
  width: 100%;
}

.slider-container .item-container.active {
  width: 100%;
  background: #104186;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-container .item-container .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #eef8ff;
  width: 100px;
  border-radius: 20px;
  justify-content: end;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.slider-container .item-container.active .item {
  background: transparent;
  cursor: default;
  justify-content: center;
}

.slider-container .item-container .item .number {
  width: 40px;
  height: 40px;
  background: var(--dark-blue);
  color: #fff;
  border-radius: 50%;
  position: relative;
}

.slider-container .item-container .item .number span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.slider-container .item-container.active .item .number {
  color: var(--blue);
  background: white;
}

.slider-container .item-container .item .item-desc {
  text-align: center;
  position: relative;
}

.slider-container .item-container .item .item-title {
  transform: rotate(270deg);
  position: absolute;
  bottom: 70px;
  margin: auto;
  left: 0;
  right: 0;
  display: inline;
  white-space: nowrap;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 16px;
}

.slider-container .item-container.active .item .item-title {
  display: none;
  color: white;
}

.testimony {
  display: flex;
  gap: 2.2rem;
}

.testimony .item {
  flex: 1;
  position: relative;
}

.testimony .item .item-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 15px;
  height: 100%;
}

.testimony .item .item-wrapper .item-content {
  background: var(--grey-light);
  padding: 1.5rem;
  border-radius: var(--border-radius-testimony);
  margin-right: var(--border-overflow-testimony);
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimony .item .item-wrapper .item-content .img-partner {
  height: 30px;
}

.testimony .item:nth-child(2) .item-wrapper .item-content .img-partner {
  height: auto;
  width: 95px;
}

.testimony .item:nth-child(4) .item-wrapper .item-content .img-partner {
  height: auto;
  width: 95px;
}

.testimony .item .item-wrapper .item-content .testimony-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-style: italic;
  color: #0a2540;
  padding: 0 10px 4px 10px;
  margin-top: 1.3rem;
  margin-bottom: 0;
}

.testimony .item .item-wrapper .item-content .testimony-name {
  border-top: 1px solid #dcdcdc;
  color: #0a2540;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px 5px 10px;
  margin: 0;
}

.testimony .item .item-wrapper .item-content .partner-name {
  color: #4b5056;
  font-size: 11px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
}

.testimony .item .item-wrapper .bg-border {
  position: absolute;
  left: var(--border-overflow-testimony);
  width: calc(100% - var(--border-overflow-testimony));
  height: 100%;
  top: var(--border-overflow-testimony);
  border: 1px solid #e8e8e8;
  border-radius: var(--border-radius-testimony);
  z-index: 0;
}

.quotes-testimony {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  width: 90px;
}

.quotes-testimony img {
  width: 100%;
}

.clear-fix-testimony {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.first-list-blog-home {
}

.first-list-blog-home img {
  width: 100%;
  border-radius: 20px;
}

.first-list-blog-home .title {
  font-size: 32px;
  font-weight: 700;
  color: #0a2540;
  line-height: 44px;
  margin-top: 1rem;
}

.list-item-blog {
  margin-bottom: 2.3rem;
}

.list-item-blog .title {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  line-height: 26px;
}

.list-item-blog .link {
}

.related-product {
  display: flex;
  gap: 2rem;
}

.related-product.product-4 {
  gap: 1.3rem;
}

.related-product .item-container {
}

.related-product .item-product {
  position: relative;
  flex: 1;
}

.related-product .item-product .bg {
  /*box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.10);*/
  border-radius: 32px;
  background: linear-gradient(180deg, #0880eb 0%, #f3f9fe 100%);
  width: 100%;
  position: absolute;
  top: 35px;
  bottom: 15px;
  left: 0;
  right: 0;
}

.related-product .item-product .item-wrap-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.related-product .item-product .item-wrap-content .img {
  text-align: center;
  position: relative;
  flex: 1;
}

.related-product .item-product .item-wrap-content .img img {
  height: 280px;
}

.related-product .item-product .item-wrap-content .img-2 {
  text-align: center;
  position: relative;
  flex: 1;
}

.related-product .item-product .item-wrap-content .img-2 img {
  height: 180px;
}

.related-product .item-product .item-wrap-content .img-3 {
  text-align: center;
  position: relative;
  flex: 1;
}
.related-product .item-product .item-wrap-content .img-3 img {
  height: 90px;
}

.lba-sms-section-2 .related-product .item-product:nth-child(3) .item-wrap-content .img img {
}

.related-product.product-4 .item-product .item-wrap-content .img img {
  height: 230px;
}

.related-product .item-product .item-content {
  position: relative;
  background: #fff;
  border-radius: 0 35px 35px 35px;
  margin-top: -5px;
  padding: 1.5rem 1.8rem;
  flex: 1;
}

.related-product.product-4 .item-product .item-content {
  margin-top: -25px;
  padding: 1.2rem 1rem;
}

.related-product .item-product .item-content:hover {
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}

.related-product .item-product .item-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  color: var(--dark-blue);
}

.related-product .item-product .item-content .title-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.63px;
  color: var(--dark-blue);
}

.related-product.product-4 .item-product .item-content .title {
  font-size: 20px;
}

.related-product.product-4 .item-product .item-content .text-content {
  font-size: 14px;
}

.related-product .item-product:nth-child(2) .bg {
  background: linear-gradient(50deg, #8ad3ff 0%, #a2bcf4 100%);
}

.related-product.product-4 .item-product:nth-child(2) .bg {
  background: linear-gradient(80deg, #fadd89 0%, #f8b587 48%, #f58e83 100%);
}

.related-product.product-4 .item-product:nth-child(4) .bg {
  background: linear-gradient(228deg, #a2bdf5 0%, #96c9fa 100%);
}

.career-section-2 .related-product.product-4 .item-product:nth-child(4) .bg {
  background: linear-gradient(228deg, #b873f0 0%, #f86bdf 100%);
}

.easy-invoice-section-3 .related-product.product-4 .item-product:nth-child(4) .bg {
  background: linear-gradient(228deg, #b873f0 0%, #f86bdf 100%);
}

.related-product .item-product:nth-child(3) .bg {
  background: linear-gradient(180deg, #42c5c1 0%, #96ffce 100%);
}

.related-product .item-product .bg-gradient-orange {
  border-radius: 32px;
  background: linear-gradient(11.08deg, #fadd89 8.19%, #f7a685 91.81%);
  width: 100%;
  position: absolute;
  top: 35px;
  bottom: 15px;
  left: 0;
  right: 0;
}

.container-faq {
}

.faq-wrapper {
  display: flex;
  gap: 5rem;
}

.faq-wrapper .first-faq {
  margin-top: -30px;
}

.faq-wrapper .ctn {
  flex: 1;
}

.faq-wrapper .img-network {
  text-align: right;
  margin-top: -55px;
}

.faq-wrapper .img-network img {
  width: 40%;
}

/*endregion home*/

/*region digital voucher*/
.why-prezent-container {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}

.why-prezent-container .img {
  width: 40%;
}

.why-prezent-container .img img {
  width: 95%;
}

.why-prezent-container .content-text {
  flex: 1;
}

.why-prezent-container .content-text .container-point {
  display: flex;
}

.grid-sandeza-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolom dengan lebar yang sama */
  gap: 10px; /* Jarak antar item */
  width: 100%; /* Lebar parent penuh */
  gap: 2rem;
}

.grid-sandeza-category .grid-item {
  aspect-ratio: 1; /* Membuat height sama dengan width */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px #dadee4 solid;
  border-radius: 35px;
  gap: 10%;
}

.grid-sandeza-category .grid-item img {
  height: 40%;
}

.grid-sandeza-category .grid-item .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-blue);
}

/*endregion digital voucher*/

/*region blog*/
.best-article-wrapper {
  display: flex;
  width: 100%;
  padding: 7rem 0 11rem 0;
}

.best-article-wrapper .content-image {
  flex: 1;
  padding-right: 3.5rem;
}

.best-article-wrapper .content-post {
  flex: 1;
}

.best-article-wrapper .content-image .thumbnail img {
  width: 100%;
  border-radius: 20px;
}

.best-article-wrapper .content-post .title-post {
  font-size: 33px;
  color: #212124;
  line-height: 45px;
  font-weight: 700;
}

.best-article-wrapper .content-post .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #212124;
}

.author-desc {
  font-size: 13px;
  color: #121212;
}

.article-item {
  /*border-radius: 14px;*/
  /*border: 1px solid #E6E6E6;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*background: white;*/
  /* width: 33.33%; */
}

.article-item .thumbnail {
  width: 100%;
  height: 225px;
}

.article-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  /*border-bottom-left-radius: 0;*/
  /*border-bottom-right-radius: 0;*/
}

.article-item .article-info {
  /*padding: 0 20px;*/
}

.article-item .date {
  font-size: 12px;
}

.article-item .category {
  font-size: 12px;
}

.grid-scroll-content {
  display: inline-flex;
}

.article-info .title {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
  margin-top: 1.5rem;
}

.article-info .date {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}

.article-info .author {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
}

.col-article {
  height: 100%;
}

.over-hidden {
  overflow: hidden;
}

.page-post-info {
  align-items: center;
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.page-post-info .custom-scroll-track {
  background: #9cb0c9;
  width: 100%;
  height: 4px;
  position: relative;
  border-radius: 4px;
}

.page-post-info .custom-scroll-track .thumb {
  position: absolute;
  left: 0;
  background: var(--dark-blue);
  width: 50%;
  height: 6px;
  top: -1px;
  border-radius: 4px;
}

.page-post-info .container-control {
  display: flex;
  gap: 10px;
}

.page-post-info .container-control .icon {
  width: 40px;
  cursor: default;
}

.page-post-info .container-control .icon.active {
  cursor: pointer;
}

.page-post-info .container-control .icon img {
  width: 100%;
  display: block;
}

.page-post-info .container-control .icon img.icon-active {
  display: none;
}

.page-post-info .container-control .icon.active img {
  display: none;
}

.page-post-info .container-control .icon.active img.icon-active {
  display: block;
}

.title-recent-article {
  font-size: 33px;
  color: #212124;
  line-height: 45px;
  font-weight: 700;
}

.sub-title-recent-article {
  color: #546679;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.article-video-container {
  display: flex;
  gap: 1rem;
}

.article-video-container .content-group {
  flex: 1;
}

.article-video-container .video-group {
  width: 60%;
}

.video-iframe-container {
  width: 100%; /* Lebar penuh untuk responsivitas */
  padding-top: 56.25%;
  position: relative;
}

.video-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Lebar penuh */
  height: 100%;
  border-radius: 20px;
}

.video-iframe-container iframe .ytp-title-text {
  display: none;
}

.single-post .breadcrumb {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.post-info {
  display: flex;
  justify-content: space-between;
}

.post-info .share {
  display: flex;
  gap: 13px;
  justify-content: center;
}

.post-info .share span {
  line-height: 2rem;
}

.post-info .share a {
}

.post-info .share a img {
  display: unset;
}

.post-info .share a img.active {
  display: none;
}

.post-info .share a:hover img {
  display: none;
}

.post-info .share a:hover img.active {
  display: unset;
}

.single-post .thumbnail img {
  width: 100%;
  border-radius: 14px;
}

.blog-container {
  display: flex;
  padding-bottom: 7rem;
}

.blog-sidebar {
  width: 32%;
  padding: 0 4rem 0 0;
}

.blog-content {
  flex: 1;
}

.sticky-sidebar {
  position: sticky;
  top: 0;
}

.toc-wrapper .title {
  font-style: normal;
  font-weight: 800;
}

.list-toc {
  position: relative;
  margin-top: 1.6rem;
  border-radius: 13px;
  border: 1px solid #eaeaea;
  padding: 1.5rem 0;
}

.item-toc .item.active {
  border-left: 3px solid #1078ca;
  background: #ddeffc;
}

.item-toc .item {
  width: 100%;
  padding: 15px 15px;
}

.item-toc .indicator {
  width: 5px;
  min-height: 100%;
  background-color: transparent;
  border-radius: 10px;
  display: none;
}

.item-toc:nth-child(2) .item a {
  padding-top: 0;
}

.item-toc .item a {
  text-decoration: none;
  padding: 0;
  display: block;
  font-size: 15px;
  color: var(--dark-grey);
}

.item-toc .item.active a {
  color: #1078ca !important;
}

.blog-content h2 {
  padding-top: 82px;
  margin-top: -54px;
  margin-bottom: 27px;
  color: var(--dark-grey);
  font-weight: 700;
  font-size: 30px;
  line-height: 38.73px;
}

.blog-content h3 {
  padding-top: 82px;
  margin-top: -54px;
  margin-bottom: 27px;
  color: var(--dark-grey);
  font-size: 28px;
  line-height: 38.73px;
}

.author-wrapper {
  display: flex;
  gap: 18px;
  justify-content: center;
  background-color: #f0f7ff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 3.5rem;
}

.author-wrapper .image {
  width: 80px;
}

.author-wrapper .image img {
  width: 100%;
  border-radius: 50%;
}

.author-wrapper .label {
  width: 100%;
  margin: auto;
}

.field-border {
  border-radius: 10px;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 49.5%;
}

.comment-notes {
  display: none;
}

.comment-item {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

.comment-item .avatar-comment-person img {
  border-radius: 50%;
}

.comment-item .content-comment {
  flex: 1;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe3e6;
}

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

.comment-author {
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 0;
}

.comment-date {
  color: #7f8e9a;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 0;
}
.comment-content {
  color: #434343;
  font-size: 17px;
  font-weight: 400;
  word-wrap: break-word;
  margin-top: 1.5rem;
}
.blog-content .comment-container .comment-count-label {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  word-wrap: break-word;
  border-bottom: 1px solid #aabccf;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.comment-list {
  padding-left: 0;
  padding-right: 0;
}
.comment-container {
  margin-top: 4rem;
}
.comment-form-cookies-consent {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.thumbnail-related img {
  width: 100%;
  border-radius: 10px;
  height: 190px;
  object-fit: cover;
}
.post-related {
  border-top: 1px solid #d9d9d9;
}
.list-activity {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Membuat 3 kolom dengan ukuran sama */
  gap: 3rem;
}
.item-activity {
}
.post-pagination {
  display: flex;
  justify-content: center;
}

.page-item .prev {
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-item .next {
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-control {
  width: 25px;
}
.active > .page-link,
.page-link.active {
  background-color: transparent;
  color: #0a2540;
}
.page-link {
  border: none;
  color: #546679;
}
/*endregion*/

/*region why sprint*/
.img-hero-why-sprint {
  display: flex;
  gap: 1.5rem;
}
.img-hero-why-sprint .img-1 {
}
.img-hero-why-sprint .img-2 {
}
.img-hero-why-sprint img {
  width: 100%;
}
.img-hero-why-sprint .img-1 img {
}
.img-hero-why-sprint .img-2 img {
}
/*endregion why sprint*/

/*region book demo*/
.book-demo-container {
  display: flex;
  gap: 2.5rem;
}
.book-demo-container .img {
  width: 35%;
  display: flex;
  align-items: center;
}
.book-demo-container .img img {
  width: 100%;
}
.book-demo-container .content-demo {
  flex: 1;
}
.field-phonenumber {
  position: relative;
}
.field-phonenumber .country-code {
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 25px;
  padding-right: 15px;
}
.field-phonenumber .country-code:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #dbe3e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.error-field .error-message {
  display: block;
}
.error-message {
  display: none;
  color: #d9534f;
  font-size: small;
  padding: 5px;
}
.error-field .form-label {
  color: #d9534f;
}
.error-field input {
  border-color: #d9534f;
}
.success-demo-container {
  display: flex;
  gap: 3rem;
}
.success-demo-container .img {
  width: 44%;
}

.success-demo-container .content {
  flex: 1;
  display: flex;
  align-items: center;
}
/*endregion book demo*/

/*region career*/
.group-g-career {
  --gap-g-career: 2rem;
  display: flex;
  gap: var(--gap-g-career);
}
.group-g-career .g-1 {
  width: 36.5%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
}
.group-g-career .g-1 .text-heading-section {
  font-size: 46px;
  line-height: 3rem;
}
.group-g-career .g-1 .text-sub-heading-section {
  width: 80%;
}
.group-g-career .g-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-g-career);
}
.group-g-career .g-2 .g-2-1 {
  display: flex;
  align-items: self-end;
  gap: var(--gap-g-career);
}

.group-g-career .g-2 .g-2-2 {
  display: flex;
  gap: var(--gap-g-career);
}

.group-g-career .g-2 .g-2-2 .g-2-2-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.group-g-career .g-2 .g-2-2 .g-2-2-2 .btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.group-filter-form {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
.group-filter-form .group-field {
  width: 40%;
}
.group-filter-form .group-btn {
  flex: 1;
}
.group-filter-form .group-btn .btn {
  width: 100%;
  padding: 0.4rem;
}
.item-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.item-job .left {
}
.item-job .right {
}
.item-job .job-title {
  color: var(--dark-blue);
  font-size: 25px;
  font-weight: 700;
}
.item-job .job-desc {
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.item-job .btn {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
/*endregion career*/

.header-menu-mobile {
  display: none;
}

/* 
for 5 related product
*/
.related-product.product-5 {
  gap: 1rem;
}

.related-product.product-5 .item-product .item-wrap-content .img img {
  height: 200px;
}

.related-product.product-5 .item-product .item-content {
  margin-top: -25px;
  padding: 1rem 1rem;
}

.related-product.product-5 .item-product .item-content .title {
  font-size: 16px;
}

.related-product.product-5 .item-product .item-content .text-content {
  font-size: 14px;
  line-height: 22px;
}

.related-product.product-5 .item-product .item-content .text-link-author-rel-product {
  font-size: 13px;
  color: var(--blue);
  font-weight: 400;
}

.related-product.product-5 .item-product:nth-child(2) .bg {
  background: linear-gradient(11.08deg, #8AD3FF 8.19%, #A2BCF4 91.81%);
}

.related-product.product-5 .item-product:nth-child(3) .bg {
  background: linear-gradient(180deg, #42C5C1 0%, #96FFCE 100%);
}

.related-product.product-5 .item-product:nth-child(4) .bg {
  background: linear-gradient(11.08deg, #FFC68A 8.19%, #F4A2A3 91.81%);
}
.related-product.product-5 .item-product:nth-child(5) .bg {
  background: linear-gradient(180deg, #C5A242 0%, #FF9696 100%);
}

/* custom popover */
.mypopover {
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  max-width: 350px;
}
.icon-close-popover {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  filter: grayscale();
  outline: 0;
}
.mypopover::backdrop {
  background-color: #0005;
}
.mypopover h3 {
  margin-top: 0;
}
.mypopover p {
  color: #666;
}
.mypopover button.primary {
  width: 100%;
}
.read-more{
  background: none!important;
  border: none;
  padding: 0!important;
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: var(--blue);
  cursor: pointer;
}

.gradient-takaful {
  background: linear-gradient(220.94deg, #A6D609 -22.98%, #064CAD 78.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
