:root {
  --neutral--900: #030407;
  --neutral--600: #3e404c;
  --violet--base: #443fde;
  --violet--background: #f3f3fc;
  --violet--darker: #28257e;
  --neutral--200: #ebebef;
  --neutral--white: white;
  --green--darker: #246b49;
  --neutral--500: #606476;
  --green--background: #f1f8f4;
  --neutral--700: #24262d;
  --neutral--100: #f9f9fb;
  --neutral--400: #84889a;
  --green--dark: #339968;
  --neutral--300: #d6d7e0;
  --violet--dark: #3935b6;
  --green--base: #3ebb7f;
  --orange--background: #fef7f1;
  --orange--dark: #c98b40;
  --red--background: #fdf2f2;
  --red--darker: #872522;
  --orange--lighter: #fce5d4;
  --violet--lighter: #d3d2f4;
  --orange--darker: #8c612b;
  --green--lighter: #d2e9dc;
  --neutral--800: #111418;
  --green--light: #9cd3b4;
  --orange--light: #f9c99f;
  --orange--base: #f6a94c;
  --red--lighter: #f8d4d3;
  --red--light: #f19e9d;
  --red--base: #e9423a;
  --red--dark: #bc362f;
  --violet--light: #9d9aea;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--neutral--900);
  font-family: Inter;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--violet--base);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-regular {
  padding: 100px 5%;
  position: relative;
}

.section-regular.grey {
  background-color: #f7f7fa;
}

.container-regular {
  z-index: 1;
  width: 75%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--neutral--200);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.navigation-left {
  flex: 1;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.logo-perushaan {
  width: 150px;
}

.container-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--neutral--500);
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  transition: color .2s;
}

.nav-link:hover {
  color: #2a5528;
  background-color: #0000;
  border-radius: 12px;
}

.nav-link.w--current {
  background-color: var(--green--background);
  color: #2a5528;
  border-radius: 12px;
}

.nav-link.dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.navigation-button-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.icon-wrap-regular {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.job-company-wrap {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.job-card-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  color: var(--neutral--500);
  letter-spacing: -.03em;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.rich-text {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.rich-text h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 32px;
}

.rich-text h3, .rich-text h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.rich-text img {
  margin-bottom: 40px;
}

.rich-text blockquote {
  border-left-color: var(--violet--base);
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
}

.rich-text li {
  color: var(--neutral--700);
  margin-bottom: 14px;
  font-size: 16px;
}

.cta-block {
  background-color: var(--neutral--100);
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.about-content-image-top-right {
  width: 100%;
  margin-top: 32px;
}

.about-content-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr .85fr;
}

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: var(--violet--base);
}

.large-form-field {
  border: 1px solid var(--neutral--200);
  min-height: 180px;
  margin-bottom: 32px;
  padding: 12px;
}

.large-form-field:focus {
  border-color: var(--violet--base);
}

.job-post-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.detail-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.job-detail-wrap {
  grid-column-gap: 24px;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
}

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.job-post-side-menu-card {
  border: 1px solid var(--neutral--100);
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: sticky;
  top: 32px;
}

.job-post-content {
  border: 1px solid var(--neutral--100);
  padding: 40px 5%;
}

.job-post-divider {
  background-color: var(--neutral--100);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.application-form-title-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.content-wrapper {
  margin-bottom: 40px;
}

.job-post-header-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-details-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.about-content-background-color {
  background-color: var(--green--background);
  width: 60%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.template-header {
  background-color: var(--violet--base);
  color: #fff;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--neutral--600);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.blog-card-thumbnail {
  height: 220px;
}

.job-post-title-wrap {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.business-name {
  color: var(--violet--base);
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-image-wrapper {
  height: 440px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--violet--base);
}

.detail.text-color-gray-400 {
  color: var(--neutral--400);
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--green--dark);
  color: var(--neutral--white);
  text-align: center;
  letter-spacing: .02em;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: var(--neutral--900);
}

.button-primary:active {
  background-color: var(--violet--darker);
}

.button-primary.jaminan-btn {
  padding: 12px 16px;
  font-size: 18px;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small.text-color-gray-500 {
  color: var(--neutral--500);
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h6-heading {
  font-size: 18px;
  font-weight: 700;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-color-white {
  color: #fff;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.text-color-primary {
  color: var(--violet--base);
}

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

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-social-link {
  flex: none;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--200);
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  border-top: 1px solid var(--neutral--200);
  padding: 72px 3% 40px;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--200) #eaebf0 #eaebf0;
  background-color: #fff;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.foooter-right-column {
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-social {
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: var(--violet--base);
}

.footer-link {
  color: var(--neutral--900);
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--violet--base);
}

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.cabagcard {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.cabagcard:hover {
  border-color: var(--neutral--300);
}

.cabagcard.cabang-add {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-color: var(--green--base);
  border-radius: 12px;
  justify-content: space-around;
  transition: border-color .3s;
  display: flex;
  box-shadow: 0 4px 8px 2px #3ebb7f38;
}

.header-badge {
  grid-column-gap: 12px;
  background-color: var(--neutral--100);
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.header-badge-light {
  color: var(--violet--base);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.account-page-wrapper {
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  color: #fff;
  background-image: url('../images/Signup-Background.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

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

.text-color-gray-500 {
  color: var(--neutral--500);
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.job-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  padding: 6px 12px;
  display: inline-block;
}

.icon-wrap-large {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.job-tags {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.job-hours {
  background-color: var(--orange--background);
  color: var(--orange--dark);
  padding: 6px 12px;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.company-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-wrap-large-copy {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.about-content-image-bottom-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
}

.jobs-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--violet--base);
  background-image: url('../images/White-Check.svg');
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.search-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.application-form {
  flex-direction: column;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

.blog-mask {
  width: 390px;
  overflow: visible;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -104px 70px auto auto;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

.form-header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.redirect-block {
  margin-top: 24px;
}

.success-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--violet--base);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: #f9f9fb1a;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-header-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  margin-bottom: 60px;
  display: flex;
}

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.hero-banner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
}

.container.header, .container.header-copy {
  justify-content: space-between;
  display: flex;
}

.hero-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-hero {
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
}

.right-hero {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.hero-teks {
  color: var(--neutral--500);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 135%;
}

.hero-teks.mb-16 {
  font-size: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.jaminan-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jaminan-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pic-place {
  background-color: #f6f6f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 12px;
  display: flex;
}

.pic-place:hover {
  background-color: var(--green--dark);
}

.jaminan-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.jaminan-teks {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
}

.tag {
  align-self: flex-start;
  padding: 4px 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
}

.tag.device-tag {
  color: #2f96e9;
  background-color: #dbf2fe;
}

.tag.emas-tag {
  background-color: var(--orange--lighter);
}

.tag.kendaraan-tag {
  background-color: var(--violet--lighter);
}

.body {
  font-family: "Source Sans 3", sans-serif;
}

.devie-teks {
  color: #2f96e9;
  font-size: 12px;
  line-height: 135%;
}

.devie-teks.emas-teks {
  color: var(--orange--darker);
}

.devie-teks.kendaraan-teks {
  color: var(--violet--darker);
}

.content-set {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

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

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

.keunggulan-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.keunggulan-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-keunggulan {
  height: 120px;
  margin-bottom: 10px;
}

.keungguln-title {
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 26px;
  line-height: 135%;
}

.keungguln-title.mb-8 {
  margin-top: 8px;
  margin-bottom: 12px;
}

.keunggulan-teks {
  color: var(--neutral--500);
  text-align: center;
  font-size: 18px;
  line-height: 135%;
}

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

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

.cabang-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.cabanng-name {
  color: var(--neutral--700);
  letter-spacing: .01em;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 135%;
}

.cabang-desc {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.cabang-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cabang-teks {
  color: var(--neutral--500);
  line-height: 135%;
}

.call-to-action-inner {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: center;
  background-image: linear-gradient(#2b2a2ab3, #2b2a2ab3), url('../images/Runing.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 40px;
  padding-top: 83px;
  padding-bottom: 112px;
}

.testimoni-bannner.call-to-action-inner {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/smile-people1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-wrapper-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.swiper-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 426px;
  min-height: 663px;
  padding: 1.75rem 1.5rem 3rem;
  display: flex;
}

.swiper-slide.is-testimonial {
  background-color: var(--neutral--white);
  color: var(--neutral--white);
  height: auto;
  min-height: 0;
  padding: 28px 20px;
}

.testimonial-associate {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 135%;
}

.testimonial-text {
  color: var(--neutral--600);
  letter-spacing: .01px;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.slide-center {
  padding-top: 1rem;
}

.text-white {
  color: var(--neutral--white);
  line-height: 135%;
}

.slider {
  background-color: #0000;
}

.slider-place {
  width: 29%;
}

.slider-place.mr-12 {
  width: 32%;
}

.mr-12 {
  margin-right: 12px;
}

.left-arrow-slider {
  background-color: var(--green--lighter);
  color: var(--green--darker);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 40px;
  display: flex;
  inset: auto auto -8% 40%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.righ-arrow.left-arrow-slider.left-slider {
  top: auto;
  left: auto;
  right: 40%;
}

.slide-nav {
  display: none;
}

.faq_layout_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.max-width-large {
  width: 100%;
}

.faq_layout_list {
  width: 80%;
}

.text-size-regular {
  color: var(--neutral--500);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.accordion-content {
  padding: 0 30px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--200);
  color: var(--green--darker);
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-size-medium {
  color: #575757;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-weight-bold {
  color: var(--neutral--700);
  font-size: 18px;
  font-weight: 700;
}

.faq_layout_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.accordion-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  padding-bottom: 24px;
}

.sk-batch {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.sk-title {
  color: var(--neutral--800);
  font-weight: 700;
  line-height: 135%;
}

.sk-list-teks {
  color: var(--neutral--600);
  font-size: 14px;
  line-height: 135%;
}

.sk-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-bold {
  font-weight: 700;
}

.footer-banner {
  background-color: var(--green--background);
}

.footer-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  display: flex;
}

.copyright {
  border-top: 1px solid var(--green--light);
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.footer-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.footer-list._w-30 {
  width: 25%;
}

.title-footer {
  color: var(--neutral--700);
  font-size: 22px;
  font-weight: 600;
}

.menu-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.menu-footer {
  color: var(--neutral--500);
  font-size: 18px;
  line-height: 135%;
}

.menu-footer.copyright-teks {
  font-size: 16px;
}

.menu-footer.kontak-kami {
  color: var(--neutral--700);
}

.footer-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.about-hero-banner.section-regular {
  padding-left: 0%;
  padding-right: 0%;
}

.tentang-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.title-tentang {
  color: var(--neutral--700);
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  line-height: 135%;
}

.sub-tiitle {
  font-size: 24px;
  font-weight: 700;
}

.teks-tentang {
  color: var(--neutral--600);
  font-weight: 400;
  line-height: 135%;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-4 {
  margin-bottom: 4px;
}

.item-teks {
  color: var(--neutral--white);
  font-size: 16px;
  line-height: 135%;
}

.value {
  margin-top: 32px;
}

.f-20 {
  font-size: 20px;
}

.kontak-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.left-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.kontak-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.info-teks {
  color: var(--neutral--700);
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}

.img-jaminan {
  width: 80%;
}

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

.navmenu__link-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.navmenu__link-list.right-navbar {
  background-color: #121212;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 36px 16px;
}

.navmenu__link-list.navbar-mobile {
  display: none;
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.navmenu__col-1-list {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.navbar__navmenu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start stretch;
  margin-left: 80px;
  transition: all .2s;
  display: grid;
  position: static;
}

.navmenu__dropdown-left-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 40px 52px;
  display: grid;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0;
  list-style-type: none;
}

.navmenu__dropdown-banner-link {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 40px;
  text-decoration: none;
}

.navmenu__beta-tag {
  clear: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.navbar__logo-embed {
  color: #e43b40;
  width: 170px;
  height: auto;
  display: flex;
}

.dropdown-list {
  background-color: #17191b;
  border: 1px solid #ffffff1a;
}

.dropdown-list.w--open {
  border-radius: 4px;
}

.navbar__wrapper {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px #e4e4e4;
  position: relative;
  box-shadow: 0 8px 20px -12px #0003;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  padding: 0;
  display: flex;
}

.navmenu__section-link-row {
  color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row:hover {
  color: #4353ff;
}

.navmenu__section-link-row.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.dropdown {
  flex: none;
  align-self: center;
}

.icon {
  position: static;
}

.navmenu__banner-image {
  width: 100%;
}

.brand-2 {
  color: #1b1b1b;
  flex: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: color .2s;
}

.brand-2:hover {
  color: #4353ff;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.link-list__dropdown-wrapper {
  color: #121212;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  position: static;
}

.navbar__navmenu-mobile {
  display: none;
}

.link-list__list-item {
  flex: none;
  margin-right: 0;
  display: flex;
}

.link-list__list-item.cc-first {
  margin-right: 0;
}

.cta-button__sub-text {
  opacity: .8;
  font-weight: 400;
}

.navmenu__flex-container {
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.navmenu__dropdown-section-link-icon-4 {
  margin-right: 16px;
  transform: translate(0, 1px);
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navbar__mobile-overlay {
  display: none;
}

.navmenu__dropdown-section-link-description-5 {
  color: #20293a;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.navmenu__cta-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button {
  color: #fff;
  background-color: #4353ff;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #3545ee;
}

.button.cc-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s, color .2s, background-color .2s;
}

.button.cc-navbar.cc-secondary {
  color: #4353ff;
  background-color: #4353ff17;
  margin-right: 10px;
}

.button.cc-navbar.cc-secondary:hover {
  background-color: #4353ff29;
}

.text-block {
  font-weight: 400;
}

.navmenu__dropdown-section-link-heading {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.navmenu__dropdown-section-link-heading:hover {
  color: #67399b;
}

.navmenu__dropdown-section-link {
  color: #121212;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover {
  color: #67399b;
}

.navmenu__dropdown-section-link:focus {
  color: #4353ff;
}

.navmenu__dropdown-section-list-item {
  color: #67399b;
}

.nav-menu__cta-button {
  color: #fff;
  cursor: pointer;
  background-color: #4353ff;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.nav-menu__cta-button:hover {
  background-color: #3545ee;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  color: #e40813;
}

.link-list__link {
  color: #121212;
  align-items: center;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link:hover {
  color: #67399b;
  box-shadow: inset 0 -3px #67399b;
}

.link-list__link.w--current {
  color: #67399b;
  font-weight: 600;
}

.link-list__link.right-side-text {
  color: #fff;
  padding-bottom: 0;
}

.link-list__link.right-side-text:hover {
  box-shadow: none;
  color: #e43b40;
}

.link-list__dropdown-toggle {
  align-items: center;
  height: 100%;
  padding: 0 0 12px;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
  color: #67399b;
  box-shadow: inset 0 -3px #67399b;
}

.link-list__dropdown-toggle.right-side-text {
  color: #fff;
  padding-bottom: 0;
}

.link-list__dropdown-toggle.right-side-text:hover {
  box-shadow: none;
  color: #e43b40;
}

.navbar__container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px 24px;
  display: grid;
}

.navmenu__dropdown-right {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  padding-top: 40px;
  padding-bottom: 52px;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  background-color: #fff;
  border-bottom-style: none;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 8px 20px -5px #0003;
}

.navmenu__dropdown-list {
  margin-bottom: 0;
  padding-left: 0;
}

.chevron {
  margin-right: 0;
  position: static;
}

.dropdown-list-new {
  background-color: #fff;
}

.dropdown-list-new.w--open {
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  inset: 100% 0% auto;
  box-shadow: 0 16px 30px -7px #0003;
}

.dropdown-2 {
  position: static;
}

.dropdown-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-dropdown-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.title-dropdown {
  font-size: 24px;
}

.dropdown-content-menu-list {
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.produk-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.produk-dropdown:hover {
  background-color: var(--neutral--200);
}

.icon-product {
  background-color: var(--green--background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ic-product {
  color: var(--green--base);
}

.menu-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.title-menu-dropdown {
  color: var(--green--base);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.desc-menu-dropdown {
  color: var(--neutral--600);
  font-size: 14px;
  line-height: 135%;
}

._w-60 {
  width: 60%;
  max-width: 60%;
}

.cabang-content-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.btn-cabang {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-24 {
  margin-top: 24px;
}

.btn-secondary {
  background-color: var(--green--lighter);
  color: var(--green--dark);
}

.btn-secondary:hover {
  color: var(--neutral--white);
}

._w-80 {
  max-width: 80%;
}

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

.visi-misi-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.visi-card {
  background-color: var(--green--background);
  border-radius: 8px;
  padding: 32px 16px;
}

.text-dark-green {
  color: var(--green--darker);
}

.img-visi-misi {
  object-fit: cover;
  border-radius: 8px;
}

.misi-card {
  background-color: var(--green--darker);
  border-radius: 8px;
  padding: 32px 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-regular {
    width: 92%;
    max-width: 92%;
  }

  .navigation-left {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .navigation-right {
    background-color: var(--neutral--white);
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: absolute;
  }

  .container-navigation {
    justify-content: space-between;
  }

  .container-navigation.container.gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button {
    border: 1px solid var(--neutral--200);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--green--darker);
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.dropdown, .nav-link.dropdown.w--open {
    align-self: stretch;
  }

  .search {
    top: -6%;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text {
    min-height: 160px;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-post-grid {
    grid-template-columns: 1fr;
  }

  .button-outline, .button-secondary, .button-secondary-right-icon {
    display: flex;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .search-button {
    display: flex;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .blog-slider-right-button {
    inset: -62px auto auto 60px;
  }

  .blog-slider-left-button {
    inset: -62px auto auto 0%;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .container {
    max-width: 92%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .keunggulan-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cabang-list {
    width: 100%;
  }

  .slider {
    height: 100%;
  }

  .slider-place.mr-12 {
    width: 48%;
  }

  .left-arrow-slider {
    bottom: -14%;
    left: 35%;
  }

  .righ-arrow.left-arrow-slider.left-slider {
    right: 35%;
  }

  .faq_layout_list {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-top {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-list._w-30 {
    width: 100%;
  }

  .navmenu__link-list {
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: none;
    width: 100%;
    overflow: auto;
  }

  .navmenu__link-list.right-navbar {
    background-color: #fff0;
    border-radius: 0;
    flex: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__link-list.navbar-mobile {
    display: flex;
  }

  .navmenu__link-list.navbar-web {
    display: none;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .navbar__navmenu {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #e4e4e4;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: start;
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    display: flex;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navmenu__dropdown-left-4 {
    flex-direction: column;
    flex: none;
    padding: 0;
    display: flex;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
  }

  .navbar__logo-embed {
    width: 120px;
    height: auto;
  }

  .dropdown-list.w--open {
    background-color: #17191b00;
    position: relative;
  }

  .dropdown-toggle {
    color: #121212;
    margin-bottom: 16px;
  }

  .dropdown {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-2 {
    z-index: 1;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navmenu__dropdown-grid {
    flex-flow: column;
    display: flex;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navbar__navmenu-mobile {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .link-list__list-item {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    align-self: stretch;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
  }

  .navmenu__flex-container {
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__cta-wrapper {
    margin-top: auto;
    padding: 20px;
  }

  .button {
    flex: 1;
    justify-content: center;
  }

  .button.cc-navbar.cc-secondary {
    margin-right: 12px;
  }

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

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .nav-menu__cta-button {
    flex: 1;
    justify-content: center;
  }

  .dropdown-link {
    color: #121212;
    padding-left: 0;
  }

  .link-list__link {
    flex: 1;
    padding-bottom: 16px;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .link-list__link.right-side-text {
    color: #121212;
    margin-bottom: 16px;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .link-list__dropdown-toggle.right-side-text {
    color: #20293a;
    padding-bottom: 16px;
  }

  .navbar__container {
    z-index: 1;
    background-color: #fff;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    position: relative;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .dropdown-list-new.w--open {
    box-shadow: none;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .dropdown-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .dropdown-content {
    width: 100%;
  }

  .btn-cabang.mt-24, .visi-misi-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .navigation-left {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container-navigation.container {
    justify-content: space-between;
  }

  .menu-button {
    flex: none;
  }

  .menu-button.w--open {
    background-color: var(--green--darker);
  }

  .brand.w--current {
    flex: 1;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list, .search-result-list, .about-content-grid {
    grid-template-columns: 1fr;
  }

  .about-content-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-content-background-color {
    display: none;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .cabagcard {
    padding: 24px 16px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .jobs-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    inset: -72px auto auto 64px;
  }

  .blog-slider-left-button {
    inset: -72px auto auto 0%;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .hero-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-title, .hero-title.text-center.text-white {
    font-size: 38px;
  }

  .hero-teks.mb-16 {
    font-size: 18px;
  }

  .jaminan-list {
    grid-template-columns: 1fr;
  }

  .keungguln-title {
    font-size: 20px;
  }

  .keunggulan-teks {
    font-size: 16px;
  }

  .call-to-action-inner {
    border-radius: 15px;
  }

  .testimonial-associate {
    font-size: 14px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .left-arrow-slider {
    left: 30%;
  }

  .righ-arrow.left-arrow-slider.left-slider {
    right: 30%;
  }

  .accordion-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_layout_icon-wrapper {
    width: 1.75rem;
  }

  .accordion-header {
    padding: 1rem 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar__logo-embed {
    width: 100px;
    height: auto;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .navbar__container {
    max-width: 100%;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
  }

  .dropdown-content-menu-list {
    margin-top: 8px;
  }

  .btn-cabang.mt-24 {
    grid-template-columns: 1fr;
  }

  ._w-80 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    background-color: var(--green--darker);
  }

  .nav-link.dropdown {
    align-self: stretch;
  }

  .search {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .button-primary, .button-outline, .button-secondary, .button-secondary-right-icon {
    width: 100%;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .search-button {
    width: 100%;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .job-tags {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .blog-slider-right-button, .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

  .hero-title {
    font-size: 32px;
  }

  .jaminan-teks {
    font-size: 20px;
  }

  .keunggulan-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cabang-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .call-to-action-inner {
    padding-top: 63px;
    padding-bottom: 80px;
  }

  .slider-place.mr-12 {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 33px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .navmenu__dropdown-left-4 {
    padding-bottom: 32px;
  }

  .navbar__logo-embed {
    width: 100px;
    height: auto;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__dropdown-section-link-icon-4 {
    margin-bottom: 10px;
    transform: none;
  }

  .navmenu__dropdown-section-link-description-5 {
    margin-top: 4px;
  }

  .navmenu__cta-wrapper {
    flex-direction: column;
  }

  .button.cc-navbar.cc-secondary {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .navmenu__dropdown-section-link {
    flex-direction: column;
    margin-bottom: 8px;
  }

  .navbar__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }
}

#w-node-a3f9aec6-e13c-5e21-fd5c-8514156c8e83-e6aadc1a {
  align-self: stretch;
}

#w-node-c6889be3-30bf-3361-a913-1fdda833f20c-e6aadc1a, #w-node-_4878bf07-ab91-90f8-66d9-ee30f4e3bcb0-e6aadc1a, #w-node-_1924adc4-02de-ba4f-3a90-1364a44f06f6-e6aadc1a, #w-node-_68931e3c-6ee6-802a-36aa-3d32721acef7-e6aadc1a {
  justify-self: center;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd80b-fa17dda7 {
  justify-self: start;
}

#w-node-_36b90b69-4a9e-56a7-4593-7c5eca569ef8-fa17dda7, #w-node-_2ed26239-cb0e-f0d7-cd9a-59750a1ee491-fa17dda7 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd842-fa17dda7 {
  place-self: center end;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd843-fa17dda7 {
  justify-self: start;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd84d-fa17dda7, #w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd885-fa17dda7 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd8ea-fa17dda7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd8ee-fa17dda7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd907-fa17dda7 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_27694c21-cbfc-58f0-1e5c-e47458f6d8dd-cf9aae39 {
  justify-self: end;
}

#w-node-_6058231e8140675366f5c23f000000000014-e6aadc3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6056988b-34dc-5ace-944b-f6524164fb54-12537960 {
  align-self: center;
}

#w-node-fc6a5d9e-62bc-0a39-10a3-adea491eefb7-12537960 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a3f9aec6-e13c-5e21-fd5c-8514156c8e83-e6aadc1a {
    order: -9999;
  }

  #w-node-_28c523a6-b20f-d9d7-571e-b9cadfabd841-fa17dda7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


