:root {
  --font-size-50: 11px;
  --font-size-75: 14px;
  --font-size-100: 17px;
  --font-size-200: 21px;
  --font-size-250: 22px;
  --font-size-300: 27px;
  --font-size-400: 33px;
  --font-size-500: 42px;
  --font-size-600: 52px;
  --font-size-700: 65px;
  --font-size-800: 81px;
  --font-size-900: 101px;
  --font-size-1000: 127px;
  --font-size-1100: 158px;
  --font-size-1200: 198px;
  --font-size-1300: 247px;
  --font-size-1400: 309px;
  --font-size-1500: 387px;
  --line-height-50: 17px;
  --line-height-75: 19px;
  --line-height-100: 23px;
  --line-height-200: 27px;
  --line-height-250: 30px;
  --line-height-300: 33px;
  --line-height-400: 39px;
  --line-height-500: 48px;
  --line-height-600: 72px;
  --line-height-700: 63px;
  --line-height-800: 79px;
  --line-height-900: 98px;
  --line-height-1000: 123x;
  --line-height-1100: 154px;
  --line-height-1200: 192px;
  --line-height-1300: 240px;
  --line-height-1400: 300px;
  --line-height-1500: 375px;
}

: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;
  }
}

.seventy-thirty-image-text-block .seventy-thirty-container {
  align-items: center;
  flex-direction: row;
  padding-top: 134px;
  padding-bottom: 134px;
}
@media (max-width: 768px) {
  .seventy-thirty-image-text-block .seventy-thirty-container {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content {
  width: 70%;
}
@media (max-width: 768px) {
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content {
    width: 100%;
    text-align: center;
  }
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content h2, .seventy-thirty-image-text-block .seventy-thirty-container .text-content h3, .seventy-thirty-image-text-block .seventy-thirty-container .text-content p {
  font-family: "Lato", sans-serif;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content h2, .seventy-thirty-image-text-block .seventy-thirty-container .text-content h3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content h3 {
  color: #11B0D0;
  font-size: 24px;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content h2 {
  color: #42445A;
  font-size: 48px;
  margin-bottom: 13px;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content p {
  font-size: 18px;
  line-height: 1.6;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content .content {
  margin-bottom: 45px;
}
.seventy-thirty-image-text-block .seventy-thirty-container .text-content a.gembah-button {
  box-shadow: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content h2, .seventy-thirty-image-text-block .seventy-thirty-container .text-content h3, .seventy-thirty-image-text-block .seventy-thirty-container .text-content p, .seventy-thirty-image-text-block .seventy-thirty-container .text-content .content {
    text-align: center;
  }
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content h3 {
    font-size: 18px;
  }
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content p {
    font-size: 14px;
  }
  .seventy-thirty-image-text-block .seventy-thirty-container .text-content .content {
    margin-bottom: 30px;
  }
}
.seventy-thirty-image-text-block .seventy-thirty-container .image-content {
  text-align: center;
  width: 30%;
}
@media (max-width: 768px) {
  .seventy-thirty-image-text-block .seventy-thirty-container .image-content {
    width: 100%;
    padding-top: 30px;
  }
}

/*# sourceMappingURL=seventy-thirty-image-text.css.map */
