.link {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.link--secondary {
  color: #0093D6;
}

.link--secondary:hover {
  -webkit-text-decoration-color: #0093D6;
          text-decoration-color: #0093D6;
}

.link--danger {
  color: #ab0606;
  cursor: pointer;
}

.link--danger:hover {
  -webkit-text-decoration-color: #ab0606;
          text-decoration-color: #ab0606;
}

.link--alert {
  color: red;
}

.link--alert:hover {
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.link--block {
  display: block;
}

.link--p-t {
  padding-top: 15px;
}

.link--p-b {
  padding-bottom: 15px;
}

.link--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon.link--danger::after, .link--has-icon.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-down::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-down.link--danger::after, .link--has-icon-down.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-down-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-down::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-up::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-up.link--danger::after, .link--has-icon-up.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-up-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-up::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-flip::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-flip.link--danger::after, .link--has-icon-flip.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-flip-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-flip::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.link--has-icon-reverse::before {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}

.link--has-icon-reverse.link--secondary::before {
  content: url(/images/link-icon.svg);
}

.link--orange {
  color: #FF8500;
}

.link--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) and (max-width: 991px) {
  .link--centered-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .link--centered-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.link--is-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.link--is-button:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0293d6;
          text-decoration-color: #0293d6;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.link__same-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
}

.link__same-line-container--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .link__same-line-container--wrap-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-results {
  margin-top: 2rem;
}

.search-results__header {
  color: #091532;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}

.search-results__subheading {
  color: #0093d6;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.search-results__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}

.search-results__card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: white;
  width: 100%;
  margin: 1rem 0;
  padding: 2rem;
}

.search-results__card--header-section--title {
  color: #091532;
  font-size: 18px;
  font-weight: 700;
}

.search-results__card--inner {
  display: grid;
  grid-template-columns: 3fr 0.25fr 1fr;
}

@media (max-width: 768px) {
  .search-results__card--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-results__card--inner--details {
  margin-top: 1rem;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .search-results__card--inner--details {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-results__card--inner--details--item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__card--inner--buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .search-results__card--inner--buttons {
    margin-top: 1.5rem;
  }
}

.share-container {
  z-index: 3;
  margin-top: -1.9rem;
}

.share-container--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  cursor: pointer;
}

.share-container__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.share-container__options a {
  cursor: pointer;
}

.share-container__options a img {
  display: block;
  margin: 0 auto;
  height: 1.5rem;
}

.search-box {
  margin-top: 2rem;
}

.search-box__filters-section-arrow {
  grid-column: 3/4;
  grid-row: 1/2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.search-box__filters-section-arrow--open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-box__header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.search-box__header--title {
  color: #0093D6;
  text-align: left;
  margin-right: 1rem;
}

.search-box__form {
  width: 100%;
}

.search-box__label {
  opacity: 1;
  color: #0093d6;
  font-family: "EncodeSans-CondensedThin_Bold";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.search-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border-radius: 10px;
  background-color: rgba(0, 147, 214, 0.1);
}

.search-box__container--inner {
  margin-top: 2rem;
}

.search-box__container--inner--label {
  color: #0b1e3a;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.search-box__container--inner--search_group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .search-box__container--inner--search_group {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .search-box__container--inner--search_group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-box__container--buttons {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .search-box__container--buttons {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .search-box__container--buttons {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-box__business_area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
  width: 100%;
}

.search-box__business_area--option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.search-box__business_area--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 768px) {
  .search-box__business_area {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .search-box__business_area {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
}

.enquiry-banner__card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #1E3589;
  width: 100%;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 10px;
}

@media (max-width: 992px) {
  .enquiry-banner__card {
    grid-template-columns: 2fr 2fr;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .enquiry-banner__card {
    grid-template-columns: 1fr;
  }
}

.enquiry-banner__card--text {
  display: grid;
  -ms-flex-line-pack: normal;
      align-content: normal;
  padding: 3rem;
}

@media (max-width: 992px) {
  .enquiry-banner__card--text {
    padding: 1rem;
  }
}

.enquiry-banner__card--header {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.enquiry-banner__card--subheading {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 1.5;
}

.enquiry-banner__card--image {
  background-image: url("/images/careers/register-interest.jpg");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 238px;
}

@media (max-width: 992px) {
  .enquiry-banner__card--image {
    grid-template-columns: 2fr 2fr;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .enquiry-banner__card--image {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}

.homepage-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) {
  .homepage-hero__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.homepage-hero__details-container {
  position: relative;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) {
  .homepage-hero__details-container {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .homepage-hero__details-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homepage-hero__bg {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px) {
  .homepage-hero__bg {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
    margin-top: 0;
  }
}

.homepage-hero__background {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}

.no-webp .homepage-hero__background--image {
  background-image: var(--xs-bg-jpg-1x);
}

.webp .homepage-hero__background--image {
  background-image: var(--xs-bg-webp-1x);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--xs-bg-jpg-2x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--xs-bg-webp-2x);
  }
}

@media (min-width: 768px) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--sm-bg-jpg-1x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--sm-bg-webp-1x);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--sm-bg-jpg-2x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--sm-bg-webp-2x);
  }
}

@media (min-width: 992px) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--md-bg-jpg-1x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--md-bg-webp-1x);
  }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--md-bg-jpg-2x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--md-bg-webp-2x);
  }
}

@media (min-width: 1200px) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--lg-bg-jpg-1x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--lg-bg-webp-1x);
  }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .no-webp .homepage-hero__background--image {
    background-image: var(--lg-bg-jpg-2x);
  }
  .webp .homepage-hero__background--image {
    background-image: var(--lg-bg-webp-2x);
  }
}

@media (min-width: 768px) {
  .homepage-hero__background {
    height: 550px;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-height: 820px) {
  .homepage-hero__background {
    height: 420px;
  }
}

.homepage-hero__search-box {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0B1E3A), to(#0293d6));
  background: linear-gradient(90deg, #0B1E3A 0%, #0293d6 100%);
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

@media (max-width: 767px) {
  .homepage-hero__search-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 96%;
  }
}

@media (min-width: 768px) {
  .homepage-hero__search-box {
    width: 80%;
    z-index: 2;
  }
}

.homepage-hero__search-box--inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

@media (min-width: 768px) {
  .homepage-hero__search-box--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homepage-hero__search-box--inner .form-group {
    width: 23%;
  }
  .homepage-hero__search-box--inner button {
    width: 23%;
  }
}

.homepage-hero__details-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 1rem;
}

@media (min-width: 992px) {
  .homepage-hero__details-page {
    padding-bottom: 42px;
  }
}

.homepage-hero__details-page-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px !important;
  font-weight: 700;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  border-right: 1px solid black;
  border-left: 1px solid black;
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 48px;
  grid-auto-rows: 48px;
  background: black;
  gap: 1px;
  border-radius: 11px;
}

.pagination--blue {
  border-right: 1px solid #0293d6;
  border-left: 1px solid #0293d6;
  background: #0293d6;
}

.pagination__li {
  list-style: none;
  padding-left: 0;
  line-height: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pagination__li--disabled {
  cursor: not-allowed;
}

.pagination__li:first-child .pagination__link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pagination__li:last-child .pagination__link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination__link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: white;
  color: black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 16px;
}

.pagination__link--active {
  background: #0293d6;
  color: white;
  border: 0;
}

.pagination__link--next {
  color: #0293d6;
}

.pagination--blue .pagination__link {
  border-top: 1px solid #0293d6;
  border-bottom: 1px solid #0293d6;
  color: #0293d6;
}

.pagination--blue .pagination__link--active {
  color: white;
}

@media (min-width: 480px) {
  .pagination--mobile {
    display: none;
  }
}

.pagination--desktop {
  display: none;
}

@media (min-width: 480px) {
  .pagination--desktop {
    display: inline-grid;
  }
}

.pagination--hidden {
  display: none;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .hidden__xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden__sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden__md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden__lg {
    display: none;
  }
}

.form-container {
  margin-top: 2rem;
  background-color: white;
  width: 100%;
  padding: 1rem;
}

.form-container .header {
  margin-bottom: 1rem;
}

.form-container .validation-error {
  padding: 0rem;
  margin: 0rem;
}

.form-container .details {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-container .details .radio-area {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-container .details .radio-area .radio-list {
  width: 6rem;
  margin-left: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-container .details .form-group-wraper {
  width: 100%;
  min-height: 5rem;
}

.form-container .details .form-group .form-control {
  background: #F7F7F7;
  width: 100%;
}

.form-container .details .form-group__upload {
  width: 100%;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ECF9FF;
  padding: 2rem;
}

.form-container .details .form-group__upload .form-control {
  background: #ECF9FF;
  width: 100%;
}

.form-container .terms .radio-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .form-container .terms .radio-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-container .terms .radio-area .label {
  color: #0b1e3a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  line-height: 44px;
}
