:root {
  --primary-blue: #1738dc;
  --primary-green: #01ea47;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fefefe;
  background-image: linear-gradient(180deg, #fefefe 67%, var(--primary-blue) 67%);
  flex-flow: column;
  min-height: 0;
  padding: 80px 0;
  display: flex;
  overflow: hidden;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 80px;
  position: relative;
}

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

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

.nav-menu-wrapper {
  width: 100%;
  display: flex;
}

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

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

.nav-link:hover {
  color: var(--primary-green);
}

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

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

.button-konsultasi {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-konsultasi:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-konsultasi:active {
  background-color: #01ea47b3;
}

.ikonik-vm0o {
  color: #1a1a1a;
  width: 18px;
}

.main-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Hero.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

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

.main-title {
  color: #1a1a1a;
  max-width: 667px;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.hero-desc {
  color: #666;
  max-width: 421px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.hero-bottom-area {
  z-index: 20;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.card-hero-wrapper {
  background-color: #f2f2f2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 215px;
  min-height: 431px;
  padding: 24px;
  display: flex;
}

.hero-image {
  background-image: url('../images/f7e6086f7dde8ebd02f289aae69103aa7ff9d628.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  min-height: 431px;
  display: block;
}

.card-hero {
  padding: 24px;
}

.success-count-number {
  text-align: center;
  min-height: 47px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}

.success-count-label {
  color: #666;
  text-align: center;
  min-height: 21px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.why-us-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f2f3f6;
  flex-flow: column;
  padding: 100px 80px;
  display: flex;
  overflow: hidden;
}

.why-us-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.why-us-main-title {
  text-align: center;
  align-self: center;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.why-us-subtitle {
  color: #666;
  text-align: center;
  align-self: center;
  max-width: 698px;
  min-height: 44px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.why-us-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.why-us-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fefefe;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.icon-card-why-us {
  width: 200%;
  max-width: 56px;
}

.title-card-why-us {
  color: #1a1a1a;
  align-self: center;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
}

.detail-card-why-us {
  color: #666;
  text-align: center;
  max-width: 304px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.services-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 80px;
  display: flex;
  overflow: hidden;
}

.services-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services-main-title {
  text-align: center;
  align-self: center;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.services-subtitle {
  color: #666;
  text-align: center;
  align-self: center;
  max-width: 864px;
  min-height: 44px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.services-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  overflow: visible;
}

.services-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.service-card {
  background-color: #f2f3f6;
  border-radius: 15px;
  width: 100%;
  max-width: 624px;
  height: 280px;
  display: flex;
}

.service-desc-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
}

.services-desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.services-desc-title {
  color: #1a1a1a;
  max-width: 180px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.services-desc-body {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.link {
  color: #1a1a1a;
  min-height: 22px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
}

.image-card-services1 {
  background-image: url('../images/c5a58e4acdf97df911f58b9a5ee207bf68dcb45c.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: 312px;
  overflow: visible;
}

.button-konsultasi-services-area {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  transition: all .2s;
  display: flex;
}

.button-konsultasi-services-area:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-konsultasi-services-area:active {
  background-color: #01ea47b3;
}

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

.portofolio-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0 80px;
  display: flex;
}

.portofolio-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.portofolio-title {
  color: #1a1a1a;
  align-self: flex-start;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.portofolio-subtitle {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 20px;
  line-height: 135%;
}

.button-portofolio {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 170.188px;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  transition: all .2s;
  display: flex;
}

.button-portofolio:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-portofolio:active {
  background-color: #01ea47b3;
}

.portofolio-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonial-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #f2f3f6;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.testimonial-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.testimonial-main-title {
  text-align: center;
  align-self: center;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.testimonial-subtitle {
  color: #666;
  text-align: center;
  align-self: center;
  max-width: 832px;
  min-height: 44px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.about-us-section {
  justify-content: center;
  align-items: flex-start;
  padding: 100px 80px;
  display: flex;
  overflow: hidden;
}

.about-us-area {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 441px;
  display: flex;
}

.about-us-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.about-us-title {
  align-self: auto;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.about-us-desc-area {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.about-us-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-about-us {
  width: 100%;
  max-width: 540px;
}

.about-us-desc {
  color: #666;
  width: 100%;
  max-width: 613px;
  min-height: 80px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.detail-about-us-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  display: flex;
}

.detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 41px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.detail-desc {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.button-pelajari {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  transition: all .2s;
  display: flex;
}

.button-pelajari:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-pelajari:active {
  background-color: #01ea47b3;
}

.faq-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #f2f3f6;
  flex-flow: column;
  padding: 100px 80px;
  display: flex;
  overflow: hidden;
}

.ikon-checklist {
  color: #1738dc;
}

.body {
  overflow: visible;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.faq-main-title {
  text-align: center;
  align-self: center;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.faq-subtitle {
  color: #666;
  text-align: center;
  align-self: center;
  max-width: 832px;
  min-height: 44px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.faq-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.cta-section {
  background-image: linear-gradient(#1a1a1ab3, #1a1a1ab3), url('../images/013f8327c53a7ad4cba4d0df8f87671568dd7df2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 408px;
  min-height: auto;
  padding: 100px 80px;
  overflow: hidden;
}

.cta-area {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.cta-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta-main-title {
  color: #fefefe;
  text-align: center;
  align-self: center;
  width: auto;
  min-height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
}

.cta-subtitle {
  color: #fefefe;
  text-align: center;
  align-self: center;
  max-width: 455px;
  min-height: 44px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  transition: all .2s;
  display: flex;
}

.button-cta:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-cta:active {
  background-color: #01ea47b3;
}

.ikonik-9h2u8 {
  color: #1a1a1a;
}

.footer-section {
  background-color: #f9f9f9;
  max-width: none;
  min-height: auto;
  overflow: hidden;
}

.footer-top {
  justify-content: space-between;
  padding: 80px;
  display: flex;
}

.footer-left-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-name {
  text-decoration: none;
}

.address {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.vector-footer {
  border-left: 1px solid #ddd;
  min-height: 155px;
}

.footer-right-top {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.menu-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.title-menu {
  color: #1a1a1a;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

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

.list-menu {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.footer-bottom {
  background-color: var(--primary-blue);
  min-height: auto;
  padding: 16px 80px;
}

.footer-bottom-area {
  justify-content: space-between;
  display: flex;
}

.sosmed-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.link-sosmed {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-2 {
  color: #fafafa;
  align-self: center;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 32.1px;
}

.list-question-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.card-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fefefe;
  border-radius: 15px;
  flex-flow: column;
  padding: 24px;
  display: block;
}

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

.question-title {
  letter-spacing: .52px;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.path-uwvleg {
  color: #1a1a1a;
}

.ikon-faq {
  color: #fefefe;
  -webkit-text-stroke-color: #1a1a1a;
}

.answer {
  width: 90%;
  margin-top: 16px;
  padding: 0;
  display: none;
}

.answer-question {
  color: #666;
  width: 100%;
  max-width: none;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.ikon-min-faq {
  color: #bbb;
  display: none;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  height: 320px;
  display: flex;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.container {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.flex-center.overflow-none {
  overflow: hidden;
}

.slider-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-avatar {
  width: 48px;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.left-arrow-hidden {
  display: none;
  overflow: hidden;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.slide-nav-hidden {
  display: none;
}

.slider-image {
  height: 100%;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagraph {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.right-arrow-hidden {
  display: block;
  position: static;
}

.slide {
  height: auto;
}

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

.detail-testimoni-area {
  background-color: #fefefe;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 465px;
  max-width: none;
  padding: 24px;
  display: flex;
}

.testmonial-name {
  color: #1a1a1a;
  letter-spacing: .52px;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
}

.testimonial-detail {
  color: #666;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.mask {
  width: 100%;
  overflow: hidden;
}

.card-slider-wrapper {
  border-radius: 16px;
  flex-flow: row;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow-hidden-2, .right-arrow-hidden-2 {
  display: none;
}

.slider-wrapper-2 {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.portofolio-area {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.image-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.image-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-flow: column;
  width: 300px;
  max-width: none;
  height: 300px;
  min-height: 0;
  display: flex;
}

.image-galery {
  object-fit: cover;
  border-radius: 16px;
  width: 300px;
  max-width: none;
  height: 300px;
}

.card-wrapper-testimonial {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.user-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.user {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.card-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fbfbfb;
  border-radius: 24px;
  flex-flow: column;
  width: 434px;
  max-width: 434px;
  height: auto;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 4px -1px #0003;
}

.nama {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.slider01_mask {
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: -730px;
  overflow: visible;
}

._5-stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.slider_arrow {
  background-color: #01ea47;
  border: 2px #585858;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .3s ease-out;
  display: flex;
  position: absolute;
  inset: auto 0 14px 100px;
}

.slider_arrow:hover {
  background-color: #1bff60;
}

.slider_arrow.is-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #01ea47;
  border-style: none;
  align-self: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.33px;
  bottom: 14px;
  left: 50px;
  right: 80px;
}

.slider_arrow.is-left:hover {
  background-color: #1bff60;
}

.image-user {
  border-radius: 100px;
}

.textmedium16-24 {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.slider01_comp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 96px;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.textnormal16-24 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider01_slide {
  vertical-align: baseline;
  background-color: #0000;
  width: 100%;
  max-width: 700px;
  margin-right: 32px;
}

.swiper-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #f2f0ea;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  transition: all .2s;
  display: inline-block;
}

.swiper-arrow:hover {
  background-color: #3732350f;
}

.swiper-arrow.button-prev {
  transform: rotate(-180deg);
}

.swiper-wrapper-2.is-slider-review {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper.is-slider-review {
  width: 100%;
  max-width: 96vw;
  height: 100%;
  overflow: visible;
}

.swiper-slide-2.is-slider-review {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
}

.swiper-component {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.ikonik-dpxck {
  color: #bbb;
}

.ikonik-nu66vf {
  color: #1a1a1a;
  align-self: auto;
}

.ikonik-tmabli {
  color: #1a1a1a;
}

.card-testi-image1 {
  background-image: url('../images/20b88955d6e91b0f9cbf6e8b1d6959045013c348.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  max-width: 235px;
  min-height: 260px;
}

.service-content-area {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.image-card-services2 {
  background-image: url('../images/cb8282b6f4e50b40f46ff2c8344c781a8c9559ad.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: 312px;
  overflow: visible;
}

.image-card-services3 {
  background-image: url('../images/aa51a47f3b6f3d4dc58e2a0027e9cc6f1423b2ba.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: 312px;
  overflow: visible;
}

.image-card-services4 {
  background-image: url('../images/ff762ba0173bfa20ffedaa623af5acda9d1bae13.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: 312px;
  overflow: visible;
}

.more-info-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.more-info-title {
  color: #666;
  align-self: center;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

.button-more-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-green);
  color: #1a1a1a;
  letter-spacing: .52px;
  text-transform: capitalize;
  border-radius: 8px;
  flex-flow: row-reverse;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.2px;
  transition: all .2s;
  display: flex;
}

.button-more-info:hover {
  color: #1a1a1a;
  background-color: #1bff60;
}

.button-more-info:active {
  background-color: #01ea47b3;
}

.card-testi-image2 {
  background-image: url('../images/df808745d4eeae509bbfb902288411fb819999c2.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  max-width: 235px;
  min-height: 260px;
}

.card-testi-image3 {
  background-image: url('../images/fd3d4c48a8b689cbbfb343fe22651fcb4dc1c2e0.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  max-width: 235px;
  min-height: 260px;
}

.card-testi-image1-copy {
  background-image: url('../images/20b88955d6e91b0f9cbf6e8b1d6959045013c348.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  max-width: 235px;
  min-height: 260px;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 16px 80px;
  position: fixed;
  top: 0;
  bottom: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

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

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-button-konsultasi {
  text-decoration: none;
}

.wrapper-button-nav {
  display: none;
}

.logo-and-deks-wrapper-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-decoration: none;
}

.designed-by-cp {
  color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.linked-cp {
  color: #fafafa;
  padding-left: 4px;
  font-family: Geist, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-image: linear-gradient(180deg, #fefefe 67%, var(--primary-blue) 67%);
    height: 100%;
    min-height: 0;
    overflow: visible;
  }

  .navbar-no-shadow-container {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

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

  .nav-menu-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: static;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .button-konsultasi {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 25%;
  }

  .main-hero {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    overflow: visible;
  }

  .hero-top-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-title {
    font-size: 56px;
  }

  .hero-desc {
    width: 100%;
    max-width: 75%;
    font-size: 16px;
  }

  .hero-bottom-area {
    position: relative;
  }

  .hero-image {
    max-width: 697px;
  }

  .why-us-section {
    padding: 64px 40px;
  }

  .why-us-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .services-section {
    padding: 64px 40px;
  }

  .services-content-wrapper {
    flex-flow: column;
  }

  .portofolio-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .portofolio-header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testimonial-title-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-section, .faq-section, .cta-section {
    padding: 64px 40px;
  }

  .footer-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    padding: 64px 40px;
  }

  .footer-left-top {
    width: 100%;
    max-width: 284px;
  }

  .footer-right-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ikon-faq, .ikon-min-faq {
    width: 100%;
    max-width: 24px;
    min-height: 24px;
  }

  .slider-button-left:hover, .slider-button-right:hover {
    background-position: 50%;
  }

  .card-testimonial {
    width: 100%;
    max-width: 100%;
  }

  .slider01_mask {
    width: 100%;
  }

  .slider_arrow {
    left: 52.5%;
    right: auto;
  }

  .slider_arrow.is-left {
    left: 47.5%;
    right: auto;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    height: 400px;
    margin-top: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .wrapper-button-nav {
    width: 100%;
    display: flex;
  }

  .wrapper-button-nav-dekstop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .nav-menu-wrapper {
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .button-konsultasi {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 25%;
  }

  .main-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-bottom-area {
    position: static;
  }

  .service-card {
    flex-flow: row;
  }

  .image-card-services1 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .footer-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vector-footer {
    display: none;
  }

  .footer-right-top {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .footer-bottom-area {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .detail-testimoni-area {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    height: 240px;
  }

  .card-slider-wrapper {
    flex-flow: wrap-reverse;
    max-width: none;
  }

  .image-wrapper {
    overflow: visible;
  }

  .image-card {
    width: 2560px;
    max-width: 2560px;
  }

  .card-testimonial {
    height: 100%;
  }

  .slider_pagination {
    display: none;
  }

  .slider01_mask {
    width: 60%;
    max-width: none;
  }

  .slider_arrow {
    left: auto;
    right: 40%;
  }

  .slider_arrow.is-left {
    left: auto;
    right: 50%;
  }

  .slider01_slide {
    max-width: none;
  }

  .card-testi-image1 {
    border-radius: 16px 16px 0 0;
    max-width: none;
  }

  .image-card-services2, .image-card-services3, .image-card-services4 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .card-testi-image2, .card-testi-image3 {
    border-radius: 16px 16px 0 0;
    max-width: none;
  }

  .navbar-logo-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: 806px;
  }

  .navbar-no-shadow-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-wrapper {
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

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

  .button-konsultasi {
    display: flex;
  }

  .main-hero {
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

  .hero-top-area {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-title {
    max-width: none;
    font-size: 44px;
    display: block;
  }

  .hero-desc {
    max-width: none;
  }

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

  .card-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    max-width: none;
    min-height: auto;
  }

  .hero-image {
    background-image: url('../images/f7e6086f7dde8ebd02f289aae69103aa7ff9d628.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 392px;
    min-height: 273px;
  }

  .card-hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    display: block;
  }

  .success-count-number {
    min-height: 42px;
    font-size: 32px;
  }

  .success-count-label {
    font-size: 14px;
  }

  .why-us-section {
    padding: 56px 24px;
  }

  .why-us-main-title {
    font-size: 40px;
  }

  .why-us-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-section {
    padding: 56px 24px;
  }

  .services-main-title {
    font-size: 40px;
  }

  .services-content-wrapper {
    flex-flow: column;
  }

  .service-card {
    flex-flow: column;
    height: auto;
  }

  .service-desc-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services-desc-title {
    max-width: none;
  }

  .image-card-services1 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    flex-flow: row;
    max-width: none;
    min-height: 240px;
    display: flex;
  }

  .portofolio-section {
    padding: 56px 12px;
  }

  .portofolio-header-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .portofolio-title {
    font-size: 40px;
  }

  .testimonial-section {
    padding: 56px 24px;
  }

  .testimonial-title-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-main-title {
    font-size: 40px;
  }

  .about-us-section {
    padding: 56px 24px;
  }

  .about-us-area {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .about-us-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .detail-about-us-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .faq-section {
    padding: 56px 24px;
  }

  .faq-main-title {
    font-size: 40px;
  }

  .cta-section {
    padding: 56px 24px;
  }

  .cta-main-title {
    font-size: 40px;
  }

  .cta-subtitle {
    max-width: none;
  }

  .footer-top {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 64px 24px;
  }

  .vector-footer {
    display: none;
  }

  .footer-right-top {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .footer-bottom-area {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-2 {
    text-align: center;
  }

  .question-title {
    font-size: 16px;
  }

  .ikon-faq {
    width: 100%;
    max-width: 24px;
    min-height: 24px;
  }

  .answer {
    width: 95%;
    display: none;
  }

  .answer-question {
    display: block;
  }

  .ikon-min-faq {
    width: 100%;
    max-width: 24px;
    min-height: 24px;
  }

  .detail-testimoni-area {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    width: auto;
    height: 220px;
  }

  .card-slider-wrapper {
    flex-flow: column-reverse;
    max-width: none;
  }

  .portofolio-area {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .image-card {
    flex-flow: row;
    width: 100%;
    max-width: none;
  }

  .image-card-wrapper {
    width: 100%;
    height: auto;
  }

  .image-galery {
    width: 300px;
    height: 300px;
  }

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

  .card-testimonial {
    max-width: 420%;
    height: 100%;
    max-height: none;
    padding: 20px;
  }

  .slider_pagination {
    display: none;
  }

  .slider01_mask {
    width: 95%;
    max-width: none;
  }

  .slider_arrow {
    width: 100%;
    max-width: 32px;
    min-height: 32px;
    bottom: 38px;
    left: auto;
    right: 38%;
  }

  .slider_arrow.is-left {
    bottom: 38px;
    left: 42%;
    right: auto;
  }

  .textmedium16-24 {
    width: auto;
    max-width: none;
  }

  .slider01_comp {
    max-width: none;
    position: relative;
  }

  .testimonial20_arrow-icon {
    width: 20px;
    height: 20px;
    overflow: visible;
  }

  .slider01_slide {
    max-width: none;
    margin-right: 1rem;
  }

  .card-testi-image1 {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    max-width: none;
    min-height: 240px;
  }

  .image-card-services2, .image-card-services3, .image-card-services4 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    max-width: none;
    min-height: 240px;
  }

  .card-testi-image2 {
    background-image: url('../images/df808745d4eeae509bbfb902288411fb819999c2.jpg');
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    max-width: none;
    min-height: 240px;
  }

  .card-testi-image3 {
    background-image: url('../images/fd3d4c48a8b689cbbfb343fe22651fcb4dc1c2e0.jpg');
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    max-width: none;
    min-height: 240px;
  }

  .card-testi-image1-copy {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
    max-width: 400px;
    min-height: 186px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}


