: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, .gembah-max-width-container.gembah-tabbed-images .title-container .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, .gembah-max-width-container.gembah-tabbed-images .title-container .large.h1 {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .h1, .gembah-max-width-container.gembah-tabbed-images .title-container .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .h1.large, .gembah-max-width-container.gembah-tabbed-images .title-container .large.h1 {
    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, .gembah-max-width-container.gembah-tabbed-images .title-container .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.h3.thin, .gembah-max-width-container.gembah-tabbed-images .title-container .thin.h3 {
  font-weight: 300;
}
@media (max-width: 950px) {
  .h3, .gembah-max-width-container.gembah-tabbed-images .title-container .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .h3.thin, .gembah-max-width-container.gembah-tabbed-images .title-container .thin.h3 {
    font-weight: 300;
  }
}

.h4, .gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container .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;
  }
}

.gembah-max-width-container.gembah-tabbed-images {
  width: 100%;
  padding: 80px 120px;
  align-items: flex-start;
  gap: 40px;
}
.gembah-max-width-container.gembah-tabbed-images .title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background-color: inherit;
}
.gembah-max-width-container.gembah-tabbed-images .title-container .h3 {
  font-weight: 300;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options {
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  clip-path: inset(0 0 16px 0);
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options ::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
  width: 0;
  height: 0;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding-left: 32px;
  flex: 1 1;
  min-width: min-content;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container .h4 {
  color: black;
}
.gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container.active {
  border-left: 2px solid black;
}
@media (max-width: 1050px) {
  .gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container {
    flex-basis: 33%;
    flex-grow: 0;
  }
}
@media (max-width: 950px) {
  .gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container {
    flex-basis: 45%;
    flex-grow: 0;
  }
}
@media (max-width: 575px) {
  .gembah-max-width-container.gembah-tabbed-images .interactive-container .tab-options .option-container {
    flex-basis: 95%;
    flex-grow: 0;
    gap: 8px;
    margin-bottom: 36px;
  }
}
.gembah-max-width-container.gembah-tabbed-images .option-images-container {
  position: relative;
}
.gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image.default {
  position: unset;
  opacity: 1;
  z-index: 0;
}
.gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image.default picture, .gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image.default img, .gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image.default picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  margin-top: 5px;
}
.gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image picture, .gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image img, .gembah-max-width-container.gembah-tabbed-images .option-images-container .option-image picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
}
@media (min-width: 950px) {
  .gembah-max-width-container.gembah-tabbed-images.tabs-left {
    gap: 80px;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container {
    flex-direction: row;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .tab-options {
    flex-direction: row;
    flex: 0 1 40%;
    min-width: min-content;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .tab-options .option-container {
    gap: 8px;
    flex-basis: 100%;
    align-self: stretch;
    padding: 20px;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container {
    flex: 1 1 60%;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image.default {
    margin-top: -5px;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image.default picture, .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image.default img, .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image.default picture img {
    object-fit: cover;
    object-position: center;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image picture, .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image img, .gembah-max-width-container.gembah-tabbed-images.tabs-left .interactive-container .option-images-container .option-image picture img {
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 1050px) {
  .gembah-max-width-container.gembah-tabbed-images {
    padding: 40px 120px !important;
  }
}
@media (max-width: 768px) {
  .gembah-max-width-container.gembah-tabbed-images {
    padding: 40px 24px !important;
  }
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 {
  padding: 40px 120px;
  gap: 24px;
  padding: 40px 24px !important;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 * {
  font-family: Poppins, "sans-serif" !important;
}
@media (width > 768px) {
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 {
    padding: 40px 120px !important;
  }
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h1 {
  color: #1E1E1E;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
  letter-spacing: unset;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (width > 900px) {
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h1 {
    font-size: 32px;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h3 {
    font-size: 18px;
  }
}
@media (width > 1200px) {
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h1 {
    font-size: 54px;
  }
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .h3 {
    font-size: 24px;
  }
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .title-container {
  gap: 12px;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-stage {
  display: flex;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-stage .owl-item {
  align-self: stretch;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  height: 0;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-nav.disabled {
  display: none;
}
@media (max-width: 768px) {
  .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-nav {
    height: unset;
    justify-content: space-between;
  }
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-nav .owl-next:hover, .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-nav .owl-prev:hover {
  color: inherit !important;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-dots {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .owl-dots.disabled {
  display: none;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .nav-prev, .gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .owl-theme .nav-next {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid black;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container {
  width: 100%;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .owl-stage {
  padding: 10px;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .owl-stage .owl-item {
  align-self: center;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .item-border {
  padding: 10px;
  text-decoration: none;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .item-border .item-container {
  display: flex;
  padding: 24px;
  width: calc(100% - 10px);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .item-border .item-container.active {
  border-left: 2px solid transparent;
  background-color: #2A687B;
}
.gembah-max-width-container.gembah-tabbed-images.tabs-top-2 .carousel-container .item-border .item-container.active * {
  color: white;
}

/*# sourceMappingURL=gembah-tabbed-images.css.map */
