.Branding_branding__r9_rm {
  height: 75px;
  color: var(--color-on-background);
  background-color: var(--background-gradient-start);
  background-image: linear-gradient(
    90deg,
    var(--background-gradient-start) 0,
    var(--background-gradient-end) 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;

  width: 100%;
  box-sizing: border-box;
}
.Branding_placeHolder__QnZja {
  flex-grow: 1;
  flex-basis: 0;
}
.Branding_primaryLogo__tunBs {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Branding_logoPadding___O_KV {
  padding: 0.5rem;
}
.Branding_logoPadding___O_KV:first-of-type {
  -webkit-margin-start: var(--quarter-spacing);
  margin-inline-start: var(--quarter-spacing);
}
.Branding_logoPadding___O_KV:last-of-type {
  -webkit-margin-end: var(--quarter-spacing);
  margin-inline-end: var(--quarter-spacing);
}
.Branding_secondaryLogo__loKQH {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
}
.Branding_placeHolderWithLicensingAuthorityLogo__lPE9d {
  display: none;
}
.Branding_logoContainer__g2whr {
  display: flex;
  align-items: center;
  gap: 100px;
}
.Branding_stateFlagWrapper__qAarl {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.Branding_stateCode__mtarD {
  font-weight: 500;
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .Branding_placeHolderWithLicensingAuthorityLogo__lPE9d {
    display: block;
  }
  .Branding_primaryLogoWithLicensingAuthorityLogo___pJP3,
  .Branding_primaryLogo__tunBs {
    justify-content: center;
  }
  .Branding_logoPadding___O_KV:first-of-type {
    -webkit-margin-start: var(--standard-spacing);
    margin-inline-start: var(--standard-spacing);
  }
  .Branding_logoPadding___O_KV:last-of-type {
    -webkit-margin-end: var(--standard-spacing);
    margin-inline-end: var(--standard-spacing);
  }
}
@media (max-width: 768px) {
  .Branding_branding__r9_rm {
    padding: 0.5rem;
  }
  .Branding_logoContainer__g2whr {
    gap: 100px;
  }
  .Branding_primaryLogo__tunBs {
    flex-direction: row;
  }
}
.Branding_stateFlagFixedRight__5eio9 {
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 1000;
  margin-top: 20px;
}
.StateFlag_flagContainer__0jvdX {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.StateFlag_flag__VpC_x {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.StateFlag_small__bgjTl {
  width: 24px;
  height: 16px;
}
.StateFlag_medium__D3Elz {
  width: 32px;
  height: 21px;
}
.StateFlag_large__nK_nH {
  width: 48px;
  height: 32px;
}
@media (max-width: 768px) {
  .StateFlag_large__nK_nH {
    width: 40px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .StateFlag_large__nK_nH {
    width: 32px;
    height: 21px;
  }
  .StateFlag_medium__D3Elz {
    width: 24px;
    height: 16px;
  }
}
.StateFlag_stateFlagWrapper__cOzIb {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.StateFlag_stateCode__oEGgf {
  font-weight: 500;
  font-size: 0.7em;
}
.Common_container__5UcyX {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--page-container-fill);
  background-image: none;
  min-height: 100vh;
}
.Common_pageContents__3iywe {
  max-width: var(--max-content-width);
  margin: 0;
}
@media (min-width: 768px) {
  .Common_container__5UcyX {
    background-image: url("../images/bg.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
  }
  .Common_pageContents__3iywe {
    margin: 0 10vw;
  }
}
.Policy_policyPage__r9pg4 {
  padding: var(--standard-spacing) var(--double-spacing);
  color: var(--policy-page-text-colour);
  word-break: break-word;
}
/*# sourceMappingURL=09ebf7336bab8f0b.css.map*/
