:root {
  --grey-50: #FAFAFA;
  --grey-100: #F5F5F5;
  --grey-200: #EEEEEE;
  --grey-300: #EBEBEB;
  --grey-400: #BDBDBD;
  --grey-500: #9E9E9E;
  --grey-600: #757575;
  --grey-700: #4E4E4E;
  --grey-800: #424242;
  --grey-900: #212121;
  --yellow-50: #FFFCF2;
  --yellow-300: #FFE380;
  --yellow-500: #FFC700;
  --turquoise-500: #51AECD;
  --turquoise-700: #397A8F;
  --purple-300: #D6D0DE;
  --purple-400: #8170B8;
  --purple-500: #766192;
  --purple-900: #42445A;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body span,
body a,
body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}

.gembah-block {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gembah-max-width-container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: auto;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.acf-block-preview:has(.gembah-max-width-container),
.entry-content:has(.gembah-max-width-container) {
  background: white;
}

.h1 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.44px;
  margin: 0;
}
.h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}

.h2 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 125%;
}
@media (max-width: 950px) {
  .h2 {
    font-size: 24px;
  }
}

.h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .h3.thin {
    font-weight: 300;
  }
}

.h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.h5 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 950px) {
  .h5 {
    letter-spacing: 1px;
  }
}

.h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}

.p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p {
    font-size: 17px;
    line-height: 150%;
  }
}

.gembah-button,
.button {
  font-family: "Lato", sans-serif;
  color: white;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  white-space: normal;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  line-height: 130%;
  border-radius: 12px;
}
.gembah-button.primary,
.button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.gembah-button.primary:hover,
.button.primary:hover {
  opacity: 0.87 !important;
}
.gembah-button.secondary, .gembah-button.secondary:hover,
.button.secondary,
.button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.gembah-button.large,
.button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}

.blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .text-container {
    padding: 0 32px;
  }
}
.text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .text-container root {
    padding: 92px 32px 32px;
  }
}

.left-to-right-layout {
  flex-direction: row-reverse;
}
.left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}

.why-gembah-2025 {
  background-color: white;
}
.why-gembah-2025 .slider-content {
  position: relative;
}
.why-gembah-2025 .slider-content .sliders {
  max-width: 1440px;
  margin: auto;
}
.why-gembah-2025 .slider-content .sliders .slider-item {
  gap: 32px;
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  align-items: center;
  flex-direction: row;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .sliders .slider-item {
    padding: 0 32px;
  }
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item h5 {
  color: #BA4967;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.9375rem;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item h5 {
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item h3 {
  color: #2A687B;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.9375rem;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.3125rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item .content ul {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
}
.why-gembah-2025 .slider-content .sliders .slider-item .content ul li {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 1.625rem;
  position: relative;
}
.why-gembah-2025 .slider-content .sliders .slider-item .content ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #004359;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item .content ul li {
    font-size: 0.75rem;
    padding-left: 1.125rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item .slider-left {
  flex: 1 0 auto;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item .slider-left {
    margin: auto;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item .slider-right {
  width: 24.5rem;
  position: relative;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item .slider-right {
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 13.125rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item .slider-right .slider-img {
  border-radius: 100%;
  display: block;
  width: 24.5rem;
  height: 24.5rem;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item .slider-right .slider-img {
    width: 13.125rem;
    height: 13.125rem;
  }
}
.why-gembah-2025 .slider-content .sliders .slider-item .slider-right .tips {
  background-color: #51AECD;
  border-radius: 100%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40%;
  position: absolute;
  right: -2rem;
  top: -0.75rem;
  padding: 1.0625rem;
  text-align: center;
}
.why-gembah-2025 .slider-content .sliders .slider-item .slider-right .tips span {
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 950px) {
  .why-gembah-2025 .slider-content .sliders .slider-item .slider-right .tips {
    width: 5.3125rem;
    height: 5.3125rem;
    right: -1.1875rem;
    top: -1.0625rem;
    padding: 0.375rem;
  }
  .why-gembah-2025 .slider-content .sliders .slider-item .slider-right .tips span {
    font-size: 0.5rem;
  }
}
.why-gembah-2025 .slider-content .nav-prev,
.why-gembah-2025 .slider-content .nav-next {
  display: block;
  width: 1.875rem;
  height: 2.75rem;
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .nav-prev,
  .why-gembah-2025 .slider-content .nav-next {
    width: 1.375rem;
    height: 1.9375rem;
  }
}
.why-gembah-2025 .slider-content .nav-prev {
  background-image: url('data:image/svg+xml,<svg width="30" height="44" viewBox="0 0 30 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.986359 23.7569L21.1331 43.2659C21.9324 44.0403 23.2289 44.0403 24.0287 43.2659L29.0131 38.4399C29.8129 37.6655 29.8129 36.4106 29.0131 35.6363L15.299 22.3551L23.3383 14.5713L29.0131 9.07724C29.8124 8.30287 29.8124 7.04757 29.0131 6.27361L24.0283 1.4472C23.2289 0.673239 21.9324 0.673239 21.1331 1.4472L7.57827 14.5713L0.986359 20.9533C0.186996 21.7277 0.186996 22.983 0.986359 23.7569Z" fill="%23004359"/></svg>');
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .nav-prev {
    background-image: url('data:image/svg+xml,<svg width="22" height="31" viewBox="0 0 22 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25138 16.4744L15.2665 30.0532C15.8225 30.5922 16.7245 30.5922 17.2808 30.0532L20.7482 26.6942C21.3046 26.1552 21.3046 25.2817 20.7482 24.7428L11.208 15.4987L16.8006 10.0809L20.7482 6.25688C21.3043 5.71789 21.3043 4.84416 20.7482 4.30546L17.2805 0.94614C16.7245 0.407439 15.8225 0.407439 15.2665 0.94614L5.83705 10.0809L1.25138 14.523C0.695301 15.062 0.695301 15.9357 1.25138 16.4744Z" fill="%23004359"/></svg>');
  }
}
.why-gembah-2025 .slider-content .nav-next {
  background-image: url('data:image/svg+xml,<svg width="30" height="44" viewBox="0 0 30 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.0136 23.7887L8.86695 43.2977C8.06758 44.0721 6.77108 44.0721 5.9713 43.2977L0.986921 38.4717C0.18714 37.6973 0.18714 36.4424 0.986921 35.6681L14.701 22.3869L6.66168 14.6031L0.986921 9.10902C0.187559 8.33466 0.187559 7.07935 0.986921 6.30539L5.97172 1.47899C6.77108 0.705023 8.06758 0.705023 8.86695 1.47899L22.4217 14.6031L29.0136 20.9851C29.813 21.7595 29.813 23.0148 29.0136 23.7887Z" fill="%23004359"/></svg>');
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .nav-next {
    background-image: url('data:image/svg+xml,<svg width="22" height="31" viewBox="0 0 22 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.7486 16.4744L6.73351 30.0532C6.17743 30.5922 5.27552 30.5922 4.71915 30.0532L1.25175 26.6942C0.69538 26.1552 0.69538 25.2817 1.25175 24.7428L10.792 15.4987L5.19941 10.0809L1.25175 6.25688C0.695672 5.71789 0.695672 4.84416 1.25175 4.30546L4.71944 0.94614C5.27552 0.407439 6.17743 0.407439 6.73351 0.94614L16.1629 10.0809L20.7486 14.523C21.3047 15.062 21.3047 15.9357 20.7486 16.4744Z" fill="%23004359"/></svg>');
  }
}
.why-gembah-2025 .slider-content .owl-stage {
  display: flex;
}
.why-gembah-2025 .slider-content .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.375rem;
  width: 100%;
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .owl-nav {
    top: initial;
    bottom: 6.5625rem;
  }
}
.why-gembah-2025 .slider-content .owl-nav .owl-prev,
.why-gembah-2025 .slider-content .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.why-gembah-2025 .slider-content .owl-nav .owl-prev {
  left: 2.875rem;
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .owl-nav .owl-prev {
    left: 1rem;
  }
}
.why-gembah-2025 .slider-content .owl-nav .owl-next {
  right: 2.875rem;
}
@media (max-width: 768px) {
  .why-gembah-2025 .slider-content .owl-nav .owl-next {
    right: 1rem;
  }
}
.why-gembah-2025 .video-content {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background-image: var(--why-gembah-2025-video-background-image);
}
.why-gembah-2025 .video-content p {
  text-align: center;
}
.why-gembah-2025 .video-content p iframe {
  border-radius: 20px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .why-gembah-2025 .video-content {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}

/*# sourceMappingURL=why-gembah-2025.css.map */
