:root {
  --bannerTitle: #6cddb8;
  --bannerDivider: #1f9b73;
  --title: #0b4834;
  --btnBG: #8cf5d2;
  --btnHover: #a7ffe2;
}

.inputBox {
  width: 100%;
  max-width: 800px;
  padding: 8px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1.4px solid #01529B;
  border-radius: 4px;
  font-family: Catamaran, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #01529B;
}
.inputBox:focus-visible {
  border: 2px solid #588302 !important;
}
.inputShort {
  max-width: 150px !important;
}

.pt-16 {
  padding-top: 16px;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.formLabelReq {
  padding-left: 8px;
  margin-bottom: 0px;
  font-size: medium;
  color: #01529B;
}

.formRemark{
  margin-bottom: 0px;
  font-size: medium;
  color: #01529B;
}

.form-group {
  margin-bottom: 0px;
  font-size: small;
  color: #01529B;
}

.bannerLink {
  text-decoration: none;
  display: contents;
}

/*From Webflow*/
a {
  color: #01529b;
  text-decoration: underline;
  text-decoration-thickness: calc(1em / 11.1111);
  transition: color .15s;
}

a:hover {
  color: #0670ba;
}

.navlogomobile {
  height: 32px;
  display: none;
}

.dirlogo {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-bottom: 2px solid #f6faff99;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.clusterlogomark-sm {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.liblogo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.hkbulogo {
  object-fit: cover;
  overflow: visible;
}

.navbar-brand {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hidedesktop {
  display: none;
}

.clustername-sm {
  color: #01529b;
  letter-spacing: .02em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
}

.hero {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.banner {
  grid-column-gap: 80px;
  background-image: url('../images/Asset-12x.png');
  background-position: 0 0;
  background-size: 1225px;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 228.5px;
  padding: 40px 56px;
  text-decoration: none;
  display: flex;
}

.bannercontent {
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bannertitle {
  color: var(--bannerTitle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.bannersub {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.dividerdiv {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.div-block {
  background-color: var(--bannerDivider);
  width: 150px;
  height: 1.5px;
}

.bannericonswrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bannericons {
  width: 72px;
  height: 72px;
}

.body {
  background-image: url('../images/Background.svg');
  background-position: 0 0;
}

.section-description {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 56px;
  padding-right: 56px;
  text-decoration: none;
  display: flex;
}

.h1-style {
  color: var(--title);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.details {
  grid-column-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #1f415a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.text-sm {
  font-size: 14px;
}

.button-style {
  grid-column-gap: 8px;
  background-color: var(--btnBG);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-style:hover {
  background-color: var(--btnHover);
}

.btn-label {
  display: inline-flex;
  color: #1f415a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.titlesection {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-style {
  color: var(--title);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.sectioncontent {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-registration {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 112px;
  text-decoration: none;
  display: flex;
}

.l2-r {
  color: #1f415a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.clustername {
  color: #01529b;
  letter-spacing: .01em;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Catamaran, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.dividerfooter {
  background-color: #0670ba;
  width: 100%;
  height: 2px;
}

.contact {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.columnfooter {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 40px;
  background-color: #f0f9ff;
  background-image: url('../images/Footer.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-top: 2px solid #e7f4fdcc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 48px 8px;
  text-decoration: none;
  display: flex;
}

.clusterlogomark {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.colfooterl {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 148px;
  display: flex;
}

.socialmedia {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.info {
  flex-direction: column;
  gap: 6px;
  padding: 4px 2px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.socialmediaicon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.linkunlined {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.textlink {
  color: #1f415a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color .15s;
}

.textlink:hover {
  color: #0670ba;
}

.colfooterr {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 920px;
  text-decoration: none;
  display: flex;
}

.footercol {
  grid-row-gap: 10px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footerheading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.footerh1 {
  color: #01529b;
  letter-spacing: .02em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
  text-decoration: none;
}

.links {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footertitle {
  color: #1f415a;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.footnote-links {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 24px;
  display: flex;
}

.detailsrow {
  padding-bottom: 16px;
  display: flex;
}

.label {
  flex: none;
  width: 130px;
}

.ccl-logo {
  width: 190px;
}

.CCLcolumns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .banner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .h1-style {
    font-size: 42px;
  }

  .text {
    font-size: 20px;
  }

  .text-sm {
    font-size: 14px;
  }

  .columnfooter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 32px 48px 8px;
  }

  .colfooterl {
    align-items: center;
    padding-bottom: 16px;
  }

  .content {
    height: 130px;
  }

  .colfooterr {
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
  }

  .CCLcolumns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .clustername-sm {
    display: none;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bannertitle {
    font-size: 34px;
  }

  .bannericons {
    width: 56px;
    height: 56px;
  }

  .section-description {
    padding-top: 8px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l2-r {
    font-size: 13px;
  }

  .copyright {
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    padding: 32px 24px 8px;
  }

  .columnfooter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .label {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navlogomobile {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .liblogo, .hkbulogo {
    display: none;
  }

  .hidedesktop {
    display: block;
  }

  .bannericonswrapper {
    width: 100%;
    padding-top: 12px;
    position: relative;
  }
}


