/* ---------------------------------------------------------------------------
   outreach.css — the current site's own stylesheet. Home Vaccination only. Carries the benefit icons, the testimonial rows and the photo gallery. Note the testimonial portraits are background images set by this file, keyed to a class per person.

   GENERATED by scripts/build-legacy-css.ts. Do not edit this file by hand,
   and do not tidy it or convert it to Tailwind: its value is that it is what
   the live site runs. See docs/DESIGN-SYSTEM.md for the rule.

   9 @font-face block(s) removed — globals.css declares the fonts.

   7 text colour(s) darkened to meet WCAG 2.2 AA contrast — Ben's
   decision, 31 Jul 2026. Backgrounds are untouched. See the note above
   CONTRAST_FIX in the build script:
     section.custom-wide-container .wrapper.header #7ca75c → #749d56
     section.custom-wide-container .wrapper.subheader #55823b → #55823b
     section.custom-wide-container .custom-wide-inner-container.s #55823b → #55823b
     section.outreach .icon-row h2 #55823b → #55823b
     section.outreach .outreach-container h3, section.outreach .o #55823b → #55823b
     section.outreach .outreach-container .quote, section.outreac #7ca75c → #5c7c45
     section.custom-wide-container.outreach h2 #55823b → #55823b
   --------------------------------------------------------------------------- */

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@-webkit-keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@-webkit-keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@-webkit-keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@-webkit-keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

@keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  will-change: transform , opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.fill-to-right {
  -webkit-animation-name: fill-to-right;
          animation-name: fill-to-right;
}

.sofa {
  -webkit-animation-name: sofa;
          animation-name: sofa;
}

.wipe {
  -webkit-animation-name: wipe;
          animation-name: wipe;
}

.pop-size {
  -webkit-animation-name: pop-size;
          animation-name: pop-size;
}

.clock-hand {
  -webkit-animation-name: clock-hand;
          animation-name: clock-hand;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/*
*/
.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section h3 {
  width: 90%;
  color: #383e34;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 32px;
}

@media (min-width: 992px) {
  section h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 36px;
  }
}

section h3 .highlight {
  color: #383e34;
  background-repeat: no-repeat;
  background-position: left;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 12px, #ffedbe 14px);
  background-size: 0 100%;
  -webkit-animation: fill-to-right 1s;
          animation: fill-to-right 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

section.custom-wide-container {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

@media (min-width: 1330px) {
  section.custom-wide-container {
    max-width: 1330px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
  }
}

section.custom-wide-container .custom-wide-wrapper::before {
  overflow: hidden;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(232deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

section.custom-wide-container .custom-wide-background {
  position: relative;
  top: 0;
  left: 0;
}

section.custom-wide-container .wrapper {
  z-index: 1;
  left: 6%;
  position: absolute;
}

section.custom-wide-container .wrapper.logo {
  top: 15%;
}

section.custom-wide-container .wrapper.header {
  width: 70%;
  top: 30%;
  color: #749d56;
  font-size: 94px;
  font-weight: 600;
  letter-spacing: -0.19px;
  line-height: 110px;
  text-transform: uppercase;
}

section.custom-wide-container .wrapper.header.english {
  font-family: "Averta Std", "Microsoft JHenghei", sans-serif;
}

section.custom-wide-container .wrapper.divider {
  top: 60%;
  width: 384px;
  height: 1px;
  border: 1px solid #c58f00;
}

section.custom-wide-container .wrapper.subheader {
  top: 64%;
  color: #55823b;
  font-size: 26px;
  font-weight: 300;
}

section.custom-wide-container .wrapper.contact {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-shadow: 0 0 14px #ffffff;
}

section.custom-wide-container .wrapper.contact.telephone {
  top: 75%;
  white-space: nowrap;
}

section.custom-wide-container .wrapper.contact.telephone::before {
  margin-right: 10px;
  width: 30px;
  text-align: center;
  display: inline-block;
  content: url("/img/children-vaccination/p-icon.svg");
}

section.custom-wide-container .wrapper.contact.whatsapp {
  top: 82%;
  white-space: nowrap;
}

section.custom-wide-container .wrapper.contact.whatsapp::before {
  margin-right: 10px;
  text-align: center;
  width: 30px;
  display: inline-block;
  content: url("/img/children-vaccination/ws-icon.svg");
}

section.custom-wide-container .custom-wide-inner-container {
  margin-top: 16px;
  background-color: #fdf9f3;
}

section.custom-wide-container .custom-wide-inner-container:last-child {
  margin-bottom: 60px;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper {
  padding: 42px 80px;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .download {
  margin-left: auto;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .download img {
  padding-right: 30px;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .icon {
  padding-right: 40px;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .sub-header {
  padding-top: 16px;
  color: #55823b;
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 34px;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .detail {
  line-height: 32px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .detail > span {
  display: block;
  color: #868a84;
  font-weight: 400;
}

section.custom-wide-container .custom-wide-inner-container.sub-wrapper .divider {
  margin: 0 40px;
  border-left: 1px solid #979797;
}

section.outreach .deco.deco-orange6 {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  left: -250px;
  top: 2683px;
  right: auto;
  bottom: auto;
}

section.outreach p {
  width: 100%;
}

@media (min-width: 992px) {
  section.outreach .icon-inner-container {
    margin-left: 38px;
  }
}

section.outreach .icon-inner-container .small-header {
  margin-left: 16px;
}

@media (max-width: 992px) {
  section.outreach .icon-inner-container .small-header {
    margin-left: 16px +24px;
  }
}

section.outreach .achieve-item {
  padding-top: 28px;
  padding-right: 0;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding-bottom: 30px;
}

section.outreach .achieve-item img {
  height: 85px !important;
}

@media (min-width: 992px) {
  section.outreach .achieve-item {
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    padding-right: 50px;
    text-align: left;
  }
}

section.outreach .achieve-item .img-container {
  height: 110px;
}

section.outreach .achieve-item .professional {
  width: 74px;
  height: 89px;
}

section.outreach .achieve-item .safety-hygiene {
  width: 118px;
  height: 66px;
}

section.outreach .achieve-item .convenience {
  width: 96px;
  height: 80px;
}

section.outreach .achieve-item .caring {
  width: 74px;
  height: 91px;
}

@media (min-width: 992px) {
  section.outreach .achieve-item {
    padding-top: 46px;
  }
}

section.outreach .icon-row h2 {
  color: #55823b;
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 24px;
  height: auto;
}

@media (min-width: 992px) {
  section.outreach .icon-row h2 {
    height: 45px;
  }
}

section.outreach .icon-row .swiper-header {
  padding-left: 40px;
  text-align: left;
  padding-right: 24px;
}

section.outreach .icon-row p {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

section.outreach .deco.deco-orange3 {
  top: 2683px;
  left: -416px;
}

section.outreach.custom-wide-container {
  padding-left: 24px;
  padding-right: 24px;
}

section.outreach.custom-wide-container.outreach-bg {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  section.outreach.custom-wide-container {
    padding-left: 0;
    padding-right: 0;
  }
}

section.outreach.custom-wide-container .custom-wide-inner-container.sub-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px) {
  section.outreach.custom-wide-container .custom-wide-inner-container.sub-wrapper {
    padding: 55px 140px;
  }
}

section.outreach.custom-wide-container .custom-wide-inner-container.sub-wrapper .detail {
  display: inherit;
}

section.outreach .gallery {
  z-index: 3;
}

@media (min-width: 1330px) {
  section.outreach .gallery {
    padding-bottom: 100px;
  }
}

section.outreach .gallery .gallery-row {
  max-height: 711px;
}

section.outreach .gallery .gallery-row img {
  width: 50%;
}

section.outreach .gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 2;
  width: 100%;
}

section.outreach .outreach-container p, section.outreach .outreach-container-2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

section.outreach .outreach-container h3, section.outreach .outreach-container-2 h3 {
  z-index: 2;
  font-size: 36px;
  font-weight: 400;
  color: #55823b;
}

@media (min-width: 992px) {
  section.outreach .outreach-container h3, section.outreach .outreach-container-2 h3 {
    font-size: 48px;
    font-weight: 300;
  }
}

section.outreach .outreach-container .success-stories, section.outreach .outreach-container-2 .success-stories {
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  section.outreach .outreach-container .success-stories, section.outreach .outreach-container-2 .success-stories {
    padding-left: 42px;
    padding-top: 80px;
    width: 52%;
    padding-bottom: 130px;
  }
}

section.outreach .outreach-container .success-stories p, section.outreach .outreach-container-2 .success-stories p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

section.outreach .outreach-container .quotation, section.outreach .outreach-container-2 .quotation {
  margin-right: 18px;
  height: 32px;
  min-width: 32px;
  display: block;
  content: url("/img/outreach/quote.svg");
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

section.outreach .outreach-container .quotation.reverse, section.outreach .outreach-container-2 .quotation.reverse {
  margin-left: 50px;
  margin-bottom: 15px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -ms-flex-item-align: end;
      align-self: flex-end;
}

section.outreach .outreach-container .quote-container, section.outreach .outreach-container-2 .quote-container {
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.outreach .outreach-container .quote-container, section.outreach .outreach-container-2 .quote-container {
    margin-top: 60px;
  }
}

section.outreach .outreach-container .quote, section.outreach .outreach-container-2 .quote {
  font-size: 20px;
  color: #5c7c45;
  font-family: "Helvetica Neue", "Microsoft JHenghei", sans-serif;
}

@media (min-width: 992px) {
  section.outreach .outreach-container .quote, section.outreach .outreach-container-2 .quote {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500;
    width: auto;
  }
  section.outreach .outreach-container .quote i, section.outreach .outreach-container-2 .quote i {
    font-weight: 400;
    font-style: italic;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  section.outreach .outreach-container .quote, section.outreach .outreach-container-2 .quote {
    margin-top: 0;
  }
}

section.outreach .outreach-container-2 {
  padding-left: 0;
}

section.outreach .outreach-container-2 .quote {
  font-size: 20px !important;
  margin-top: 30px;
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 .quote {
    margin-top: 60px;
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 {
    position: relative;
    padding-left: 38px;
    padding-top: 30px;
  }
}

section.outreach .outreach-container-2 .man {
  margin-bottom: 32px;
  margin-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  min-height: 391px;
}

@media (max-width: 355px) {
  section.outreach .outreach-container-2 .man {
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 .man {
    min-height: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
    width: 443px;
    height: 488px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 1330px) and (min-width: 992px) {
  section.outreach .outreach-container-2 .man {
    right: 38px;
  }
}

section.outreach .outreach-container-2 .man:after {
  background-position-x: center;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/outreach/jasonchan_2.png);
}

section.outreach .outreach-container-2 .image-container {
  margin-bottom: 32px;
  margin-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  height: 391px;
  max-height: 480px;
}

@media (max-width: 355px) {
  section.outreach .outreach-container-2 .image-container {
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 .image-container {
    min-height: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
    width: 443px;
    height: calc(100% - 20px);
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }
  section.outreach .outreach-container-2 .image-container.first {
    height: 100%;
    max-height: 480px;
  }
}

section.outreach .outreach-container-2 .bithia-lam {
  height: 100%;
}

section.outreach .outreach-container-2 .bithia-lam:after {
  background-position-x: center;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/outreach/Bithia-Lam.jpg);
}

section.outreach .outreach-container-2 .suenn-wong {
  height: 100%;
}

section.outreach .outreach-container-2 .suenn-wong:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/outreach/suenn-Wong.jpg);
}

@media (min-width: 400px) {
  section.outreach .outreach-container-2 .suenn-wong:after {
    background-position-y: center;
  }
}

@media (min-width: 576px) {
  section.outreach .outreach-container-2 .suenn-wong:after {
    background-position-y: -150px;
  }
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 .suenn-wong:after {
    background-position: center;
  }
}

section.outreach .outreach-container-2 .jade-lam {
  height: 100%;
}

section.outreach .outreach-container-2 .jade-lam:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/outreach/jade-lam.jpg);
}

@media (min-width: 400px) {
  section.outreach .outreach-container-2 .jade-lam:after {
    background-position-y: center;
  }
}

@media (min-width: 576px) {
  section.outreach .outreach-container-2 .jade-lam:after {
    background-position-y: -150px;
  }
}

@media (min-width: 992px) {
  section.outreach .outreach-container-2 .jade-lam:after {
    background-position-y: top;
  }
}

section.outreach .outreach-container-2 .deco.deco-green3 {
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 0 24px;
  height: 440px;
}

section.outreach .outreach-container-2 .deco.deco-green3:after {
  background-size: cover;
}

@media (max-width: 360px) {
  section.outreach .outreach-container-2 .deco.deco-green3 {
    height: 250px;
  }
}

section.custom-container.outreach {
  margin: auto;
  max-width: 1154px;
}

section.custom-container.outreach .divider {
  margin: 60px auto 38px auto;
  border-bottom: 1px solid #979797;
}

@media (min-width: 992px) {
  section.custom-container.outreach .divider {
    margin-top: 90px;
    margin-bottom: 120px;
  }
}

section.custom-wide-container .divider {
  margin: 20px auto 38px auto;
  border-bottom: 1px solid #979797;
}

@media (min-width: 992px) {
  section.custom-wide-container .divider {
    margin-top: 90px;
    margin-bottom: 40px;
    width: 70%;
  }
}

section.custom-wide-container .divider.last {
  margin-bottom: 70px;
}

section.custom-wide-container.outreach .achieve-item {
  padding-right: 0;
}

@media (min-width: 873px) {
  section.custom-wide-container.outreach .achieve-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 1200px) {
  section.custom-wide-container.outreach .achieve-item {
    width: auto;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

section.custom-wide-container.outreach .achieve-item p {
  width: 90%;
}

section.custom-wide-container.outreach .icon-row {
  text-align: left;
  margin-left: 16px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  section.custom-wide-container.outreach .icon-row {
    padding: 3%;
  }
}

@media (min-width: 992px) {
  section.custom-wide-container.outreach .icon-row {
    margin-top: 0;
    width: 95%;
    padding: 0;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.custom-wide-container.outreach .icon-row .swiper-button-prev {
  margin-left: -32px;
}

section.custom-wide-container.outreach .icon-row .swiper-button-next {
  margin-right: -16px;
}

section.custom-wide-container.outreach .sub-wrapper .icon {
  padding-right: 50px;
}

section.custom-wide-container.outreach .sub-wrapper .sub-header {
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
}

section.custom-wide-container.outreach h2 {
  padding-bottom: 46px;
  color: #55823b;
  font-size: 28px;
  font-weight: 600;
  line-height: 31px;
}

section.custom-wide-container.outreach .detail {
  display: inherit;
  font-size: 20px;
  margin-left: 0;
}

@media (min-width: 992px) {
  section.custom-wide-container.outreach .detail {
    font-size: 24px;
    margin-left: -31px;
  }
}

section.custom-wide-container.outreach .detail::before {
  margin-right: 10px;
  width: 21px;
  height: 16px;
  text-align: center;
  content: url("/img/outreach/tick.svg");
}

section.custom-wide-container.outreach .detail:not(:first-child) {
  margin-top: 50px;
}

section.custom-wide-container.outreach .detail.no-icon {
  margin-left: 0px;
}

section.custom-wide-container.outreach .detail.no-icon::before {
  content: none;
}

section.custom-wide-container.outreach .detail-list {
  font-size: 18px;
  font-weight: 400;
  padding-left: 55px;
  padding-top: 15px;
  list-style-position: inside;
  list-style-type: disc;
  color: #4e4e4e;
  line-height: 36px;
}

@media (min-width: 992px) {
  section.custom-wide-container.outreach .detail-list {
    padding-left: 24px;
    padding-top: 26px;
    font-size: 24px;
  }
}

section.custom-wide-container.outreach .contact {
  white-space: nowrap;
  text-shadow: 0 0 14px #ffffff;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

section.custom-wide-container.outreach .contact > * {
  padding-top: 20px;
  padding-right: 40px;
}

section.custom-wide-container.outreach .contact .telephone::before {
  vertical-align: sub;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  display: inline-block;
  content: url("/img/children-vaccination/p-icon.svg");
}

section.custom-wide-container.outreach .contact .whatsapp::before {
  vertical-align: sub;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  display: inline-block;
  content: url("/img/children-vaccination/ws-icon.svg");
}
/*# sourceMappingURL=outreach.css.map */
