: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.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .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.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .large.h1 {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .h1, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .h1.large, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .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-bullet-section .container .content .right-side #title, .gembah-bullet-section .container.variant-image .content .right-side #title {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.h3.thin, .gembah-bullet-section .container .content .right-side .thin#title {
  font-weight: 300;
}
@media (max-width: 950px) {
  .h3, .gembah-bullet-section .container .content .right-side #title, .gembah-bullet-section .container.variant-image .content .right-side #title {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .h3.thin, .gembah-bullet-section .container .content .right-side .thin#title {
    font-weight: 300;
  }
}

.h4, .gembah-bullet-section .container .content .right-side a {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.h5, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .h5, .gembah-icon-section p.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, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .h5, .gembah-icon-section p.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, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .p, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .gembah-bullet-section .container .content .right-side #content, .gembah-bullet-section .container .content .right-side .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner #content, .gembah-bullet-section .container .content .right-side #content, .gembah-bullet-section .container.variant-image .content .right-side #content {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.p.small, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .small.p, .gembah-bullet-section .container .content .right-side .small#content {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p.small, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .small.p, .gembah-bullet-section .container .content .right-side .small#content {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.p.x-small, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .x-small.p, .gembah-bullet-section .container .content .right-side .x-small#content {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .p, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .p, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .gembah-bullet-section .container .content .right-side #content, .gembah-bullet-section .container .content .right-side .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner #content, .gembah-bullet-section .container .content .right-side #content, .gembah-bullet-section .container.variant-image .content .right-side #content {
    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-icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gembah-icon-section .icon-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--grey-300);
}
.gembah-icon-section p.h5, .gembah-icon-section .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner p.h5, .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .gembah-icon-section p.h5 {
  color: var(--grey-400) !important;
  font-weight: 700 !important;
  margin-top: 16px !important;
}

.gembah-bullet-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background-color: transparent;
}
.gembah-bullet-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
}
.gembah-bullet-section .container.variant-image .content .right-side {
  padding: 0px 16px 16px;
}
.gembah-bullet-section .container.variant-image .content .right-side #content {
  text-align: center;
}
.gembah-bullet-section .container picture, .gembah-bullet-section .container img {
  min-width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}
.gembah-bullet-section .container.vertical-orientation .content {
  flex-direction: column;
  gap: 24px;
}
.gembah-bullet-section .container.vertical-orientation .content .right-side {
  align-items: flex-start;
  text-align: start;
}
.gembah-bullet-section .container .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.gembah-bullet-section .container .content .left-side {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  gap: 16px;
}
.gembah-bullet-section .container .content .left-side .divider {
  flex-grow: 1;
  width: 2px;
  background: var(--turquoise-700);
}
.gembah-bullet-section .container .content .right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  padding-bottom: 2rem;
  text-align: left;
}
.gembah-bullet-section .container .content .right-side.center-aligned-text {
  align-items: center;
  text-align: center;
}
.gembah-bullet-section .container .content .right-side.center-aligned-text #content {
  text-align: center;
}
.gembah-bullet-section .container .content .right-side a {
  text-decoration: none;
}
.gembah-bullet-section .container .content .right-side a:hover {
  text-decoration: underline;
}
.gembah-bullet-section .container .content .right-side #content {
  text-align: left;
}
.gembah-bullet-section.block {
  padding: 0;
}

.gembah-max-width-container.half-width-showcase {
  width: 100%;
  flex-direction: row;
  padding: 0;
}
.gembah-max-width-container.half-width-showcase .showcases-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  background: white;
}
.gembah-max-width-container.half-width-showcase .showcases-container .image-container {
  position: relative;
  display: flex;
  max-height: 450px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.gembah-max-width-container.half-width-showcase .showcases-container .image-container picture, .gembah-max-width-container.half-width-showcase .showcases-container .image-container img {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: auto;
  object-fit: contain;
  z-index: 10;
}
.gembah-max-width-container.half-width-showcase .showcases-container .image-container .background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gembah-max-width-container.half-width-showcase .showcases-container .image-container .background.full-width {
  left: calc(-50vw + 720px);
}
.gembah-max-width-container.half-width-showcase .showcases-container:last-of-type .image-container .background {
  left: 0;
  right: 0;
}
.gembah-max-width-container.half-width-showcase .showcases-container:last-of-type .image-container .background.full-width {
  right: calc(-50vw + 720px);
}
.gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container {
  display: flex;
  padding: 48px 80px 48px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 100%;
}
.gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 950px) {
  .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin: auto;
  }
  .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner .buttons .button {
    align-self: center;
  }
}
@media (max-width: 950px) {
  .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .inner {
    align-items: center;
  }
}
.gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container .title {
  align-self: stretch;
}
@media (max-width: 950px) {
  .gembah-max-width-container.half-width-showcase .showcases-container .half-width-showcase-text-container {
    padding: 24px 40px;
    text-align: center;
  }
}
.gembah-max-width-container.half-width-showcase .showcases-container .bullets-container {
  display: flex;
  flex-direction: column;
  padding: 20px 80px 40px;
  align-items: flex-start;
  gap: 16px;
}
.gembah-max-width-container.half-width-showcase .showcases-container .bullets-container .gembah-bullet-section .gembah-icon-section {
  flex-direction: row;
}
@media (max-width: 950px) {
  .gembah-max-width-container.half-width-showcase .showcases-container .bullets-container {
    padding: 24px 40px;
  }
}
@media (max-width: 950px) {
  .gembah-max-width-container.half-width-showcase {
    flex-direction: column;
  }
}

/*# sourceMappingURL=half-width-showcase.css.map */
