.brand-partners-section {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.brand-partners-section :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;
}
.brand-partners-section body h1,
.brand-partners-section body h2,
.brand-partners-section body h3,
.brand-partners-section body h4,
.brand-partners-section body h5,
.brand-partners-section body h1 span,
.brand-partners-section body h2 span,
.brand-partners-section body h3 span,
.brand-partners-section body h4 span,
.brand-partners-section body h5 span,
.brand-partners-section body span,
.brand-partners-section body a,
.brand-partners-section body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}
.brand-partners-section .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;
}
.brand-partners-section .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;
}
.brand-partners-section .acf-block-preview:has(.gembah-max-width-container),
.brand-partners-section .entry-content:has(.gembah-max-width-container) {
  background: white;
}
.brand-partners-section .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;
}
.brand-partners-section .h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .brand-partners-section .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .brand-partners-section .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
.brand-partners-section .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) {
  .brand-partners-section .h2 {
    font-size: 24px;
  }
}
.brand-partners-section .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.brand-partners-section .h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .brand-partners-section .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .brand-partners-section .h3.thin {
    font-weight: 300;
  }
}
.brand-partners-section .h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.brand-partners-section .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) {
  .brand-partners-section .h5 {
    letter-spacing: 1px;
  }
}
.brand-partners-section .h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-section .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
.brand-partners-section .p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.brand-partners-section .p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-section .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.brand-partners-section .p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-section .p {
    font-size: 17px;
    line-height: 150%;
  }
}
.brand-partners-section .gembah-button,
.brand-partners-section .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;
}
.brand-partners-section .gembah-button.primary,
.brand-partners-section .button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.brand-partners-section .gembah-button.primary:hover,
.brand-partners-section .button.primary:hover {
  opacity: 0.87 !important;
}
.brand-partners-section .gembah-button.secondary, .brand-partners-section .gembah-button.secondary:hover,
.brand-partners-section .button.secondary,
.brand-partners-section .button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.brand-partners-section .gembah-button.large,
.brand-partners-section .button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}
.brand-partners-section .blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.brand-partners-section .blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .brand-partners-section .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .brand-partners-section .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
.brand-partners-section .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) {
  .brand-partners-section .text-container {
    padding: 0 32px;
  }
}
.brand-partners-section .text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .brand-partners-section .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.brand-partners-section .text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.brand-partners-section .text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .brand-partners-section .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.brand-partners-section .text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.brand-partners-section .text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .brand-partners-section .text-container root {
    padding: 92px 32px 32px;
  }
}
.brand-partners-section .left-to-right-layout {
  flex-direction: row-reverse;
}
.brand-partners-section .left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.brand-partners-section .left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .brand-partners-section .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
.brand-partners-section .brand-partners div:has(img) {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  clip-path: inset(0 0 16px 0);
  padding-bottom: 16px;
}
.brand-partners-section .brand-partners div:has(img) ::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
  width: 0;
  height: 0;
}
@media (max-width: 1500px) {
  .brand-partners-section .brand-partners div:has(img) {
    display: block;
  }
}
.brand-partners-section .brand-partners img {
  width: 1660px;
  max-width: 100%;
}
.brand-partners-section .brand-partners .fine-print {
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
  text-align: center;
  margin: 0 auto 16px;
  padding-top: 32px;
}
@media (max-width: 1050px) {
  .brand-partners-section .brand-partners .fine-print {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}

.brand-partners-layout2 {
  padding: 0 24px;
}
.brand-partners-layout2 :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;
}
.brand-partners-layout2 body h1,
.brand-partners-layout2 body h2,
.brand-partners-layout2 body h3,
.brand-partners-layout2 body h4,
.brand-partners-layout2 body h5,
.brand-partners-layout2 body h1 span,
.brand-partners-layout2 body h2 span,
.brand-partners-layout2 body h3 span,
.brand-partners-layout2 body h4 span,
.brand-partners-layout2 body h5 span,
.brand-partners-layout2 body span,
.brand-partners-layout2 body a,
.brand-partners-layout2 body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}
.brand-partners-layout2 .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;
}
.brand-partners-layout2 .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;
}
.brand-partners-layout2 .acf-block-preview:has(.gembah-max-width-container),
.brand-partners-layout2 .entry-content:has(.gembah-max-width-container) {
  background: white;
}
.brand-partners-layout2 .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;
}
.brand-partners-layout2 .h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .brand-partners-layout2 .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .brand-partners-layout2 .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
.brand-partners-layout2 .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) {
  .brand-partners-layout2 .h2 {
    font-size: 24px;
  }
}
.brand-partners-layout2 .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.brand-partners-layout2 .h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .brand-partners-layout2 .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .brand-partners-layout2 .h3.thin {
    font-weight: 300;
  }
}
.brand-partners-layout2 .h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.brand-partners-layout2 .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) {
  .brand-partners-layout2 .h5 {
    letter-spacing: 1px;
  }
}
.brand-partners-layout2 .h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout2 .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
.brand-partners-layout2 .p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.brand-partners-layout2 .p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout2 .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.brand-partners-layout2 .p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout2 .p {
    font-size: 17px;
    line-height: 150%;
  }
}
.brand-partners-layout2 .gembah-button,
.brand-partners-layout2 .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;
}
.brand-partners-layout2 .gembah-button.primary,
.brand-partners-layout2 .button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.brand-partners-layout2 .gembah-button.primary:hover,
.brand-partners-layout2 .button.primary:hover {
  opacity: 0.87 !important;
}
.brand-partners-layout2 .gembah-button.secondary, .brand-partners-layout2 .gembah-button.secondary:hover,
.brand-partners-layout2 .button.secondary,
.brand-partners-layout2 .button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.brand-partners-layout2 .gembah-button.large,
.brand-partners-layout2 .button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}
.brand-partners-layout2 .blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.brand-partners-layout2 .blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .brand-partners-layout2 .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .brand-partners-layout2 .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
.brand-partners-layout2 .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) {
  .brand-partners-layout2 .text-container {
    padding: 0 32px;
  }
}
.brand-partners-layout2 .text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .brand-partners-layout2 .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.brand-partners-layout2 .text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.brand-partners-layout2 .text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .brand-partners-layout2 .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.brand-partners-layout2 .text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.brand-partners-layout2 .text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .brand-partners-layout2 .text-container root {
    padding: 92px 32px 32px;
  }
}
.brand-partners-layout2 .left-to-right-layout {
  flex-direction: row-reverse;
}
.brand-partners-layout2 .left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.brand-partners-layout2 .left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .brand-partners-layout2 .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
.brand-partners-layout2 .brand-partners-section .brand-partners {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  gap: 48px;
  text-align: center;
  padding: 42px 0;
}
.brand-partners-layout2 .brand-partners-section .fine-print {
  font-family: "Poppins", sans-serif;
  color: var(--caption_text_color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px; /* 126% */
}
@media (width > 756px) {
  .brand-partners-layout2 .brand-partners-section .fine-print {
    max-width: calc(100vw - 160px);
    margin: auto;
  }
}
@media (width > 900px) {
  .brand-partners-layout2 .brand-partners-section .fine-print {
    font-size: 20px;
  }
}
@media (width > 1000px) {
  .brand-partners-layout2 .brand-partners-section .fine-print {
    font-size: 22px;
  }
}
@media (width > 1200px) {
  .brand-partners-layout2 .brand-partners-section .fine-print {
    font-size: 24px;
  }
}
.brand-partners-layout2 .brand-partners-section .brand-partners-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.brand-partners-layout2 .brand-partners-section .brand-partners-logos-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}
.brand-partners-layout2 .brand-partners-section .brand-partners-logos-img img {
  width: auto;
  min-width: 1400px;
  object-fit: contain;
}

.brand-partners-layout3 :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;
}
.brand-partners-layout3 body h1,
.brand-partners-layout3 body h2,
.brand-partners-layout3 body h3,
.brand-partners-layout3 body h4,
.brand-partners-layout3 body h5,
.brand-partners-layout3 body h1 span,
.brand-partners-layout3 body h2 span,
.brand-partners-layout3 body h3 span,
.brand-partners-layout3 body h4 span,
.brand-partners-layout3 body h5 span,
.brand-partners-layout3 body span,
.brand-partners-layout3 body a,
.brand-partners-layout3 body p {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
}
.brand-partners-layout3 .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;
}
.brand-partners-layout3 .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;
}
.brand-partners-layout3 .acf-block-preview:has(.gembah-max-width-container),
.brand-partners-layout3 .entry-content:has(.gembah-max-width-container) {
  background: white;
}
.brand-partners-layout3 .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;
}
.brand-partners-layout3 .h1.large {
  font-size: 60px;
  letter-spacing: -1.8px;
}
@media (max-width: 950px) {
  .brand-partners-layout3 .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .brand-partners-layout3 .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
.brand-partners-layout3 .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) {
  .brand-partners-layout3 .h2 {
    font-size: 24px;
  }
}
.brand-partners-layout3 .h3 {
  font-family: "Lato", sans-serif;
  color: var(--grey-900);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
.brand-partners-layout3 .h3.thin {
  font-weight: 300;
}
@media (max-width: 950px) {
  .brand-partners-layout3 .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .brand-partners-layout3 .h3.thin {
    font-weight: 300;
  }
}
.brand-partners-layout3 .h4 {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.brand-partners-layout3 .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) {
  .brand-partners-layout3 .h5 {
    letter-spacing: 1px;
  }
}
.brand-partners-layout3 .h6 {
  font-family: "Lato", sans-serif;
  color: var(--grey-700);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout3 .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
.brand-partners-layout3 .p {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.brand-partners-layout3 .p.small {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout3 .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
.brand-partners-layout3 .p.x-small {
  color: var(--grey-400);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 950px) {
  .brand-partners-layout3 .p {
    font-size: 17px;
    line-height: 150%;
  }
}
.brand-partners-layout3 .gembah-button,
.brand-partners-layout3 .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;
}
.brand-partners-layout3 .gembah-button.primary,
.brand-partners-layout3 .button.primary {
  box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.1);
  background: var(--turquoise-500);
  color: white;
}
.brand-partners-layout3 .gembah-button.primary:hover,
.brand-partners-layout3 .button.primary:hover {
  opacity: 0.87 !important;
}
.brand-partners-layout3 .gembah-button.secondary, .brand-partners-layout3 .gembah-button.secondary:hover,
.brand-partners-layout3 .button.secondary,
.brand-partners-layout3 .button.secondary:hover {
  background: white;
  color: var(--grey-900);
  border: 1px solid var(--grey-400);
}
.brand-partners-layout3 .gembah-button.large,
.brand-partners-layout3 .button.large {
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
}
.brand-partners-layout3 .blockquote {
  font-family: "Lato", sans-serif;
  color: var(--grey-800);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.brand-partners-layout3 .blockquote.header {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575px) {
  .brand-partners-layout3 .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media (max-width: 950px) {
  .brand-partners-layout3 .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
.brand-partners-layout3 .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) {
  .brand-partners-layout3 .text-container {
    padding: 0 32px;
  }
}
.brand-partners-layout3 .text-container h2 {
  font-weight: 600;
  font-size: var(--font-size-400);
  line-height: var(--line-height-400);
}
@media (max-width: 950px) {
  .brand-partners-layout3 .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.brand-partners-layout3 .text-container h3 {
  font-weight: 500;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
}
.brand-partners-layout3 .text-container p {
  max-width: 80ch;
  color: #949494;
  font-size: var(--font-size-75);
  line-height: var(--line-height-75);
}
@media (max-width: 1050px) {
  .brand-partners-layout3 .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
.brand-partners-layout3 .text-container.hug-left a {
  margin-left: 0;
  margin-right: auto;
}
.brand-partners-layout3 .text-container.hug-left a.left-to-right-layout {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .brand-partners-layout3 .text-container root {
    padding: 92px 32px 32px;
  }
}
.brand-partners-layout3 .left-to-right-layout {
  flex-direction: row-reverse;
}
.brand-partners-layout3 .left-to-right-layout.text-container {
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.brand-partners-layout3 .left-to-right-layout.image {
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .brand-partners-layout3 .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
.brand-partners-layout3 .brand-partners-section {
  max-width: 1440px;
}
.brand-partners-layout3 .brand-partners-section .fine-print {
  background: #BA4967;
  padding: 20px 52px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  :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 only screen and (max-width: 1024px) and (max-width: 950px) {
  .h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
  }
  .h1.large {
    font-size: 48px;
    letter-spacing: -0.4px;
  }
}
@media only screen and (max-width: 1024px) {
  .h2 {
    font-family: "Lato", sans-serif;
    color: var(--grey-700);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 125%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 950px) {
  .h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 950px) {
  .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 125%;
  }
  .h3.thin {
    font-weight: 300;
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 950px) {
  .h5 {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .h6 {
    font-family: "Lato", sans-serif;
    color: var(--grey-700);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 950px) {
  .h6 {
    color: var(--grey-900);
    font-size: 17px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 950px) {
  .p.small {
    color: black;
    font-size: 15px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) {
  .p.x-small {
    color: var(--grey-400);
    font-size: 14px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 950px) {
  .p {
    font-size: 17px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 575px) {
  .blockquote.header {
    font-size: 24px;
    font-style: italic;
    line-height: 140%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 950px) {
  .blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) {
  .text-container {
    display: flex;
    flex-direction: column;
    padding: 0 100px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    height: 100%;
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .text-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-container h2 {
    font-weight: 600;
    font-size: var(--font-size-400);
    line-height: var(--line-height-400);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 950px) {
  .text-container h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 1050px) {
  .text-container p {
    font-size: var(--font-size-50);
    line-height: var(--line-height-50);
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 768px) {
  .text-container root {
    padding: 92px 32px 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .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 only screen and (max-width: 1024px) and (max-width: 575px) {
  .left-to-right-layout {
    flex-direction: column;
    max-height: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .brand-partners-layout2 .brand-partners-section .brand-partners-logos-img {
    display: block;
  }
}

/*# sourceMappingURL=brand-partners.css.map */
