#text-container {
            position: relative;
            display: inline-block;
            padding: 1px;
        }

        .highlight-text {
            position: relative;
            z-index: 1;
            display: inline-block;
        }

        #highlight-animation {
            position: absolute;
            top: 35px;
            left: 1;
            width: 100%; /* Full width of the container */
            height: 100%; /* Full height of the container */
            z-index: 1;
            pointer-events: none;
            transform: scale(1); /* Scale up if needed */
        }


#lottie-animation1 {
    margin: 0 auto;
    width: 350px;
    padding-top: 50px;
}

#lottie-animation2 {
    margin: 0 auto;
    width: 150px;
    padding-top: 3px;
}

#lottie-animation3 {
    transform: scale(3.0); /* Scale the animation 1.5 times larger */
    transform-origin: center; /* Ensure the scaling happens from the center */
    transform: rotate(270deg);
}


@media (min-width:992px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="a82ef9e1-c03e-4367-259d-ff26c43f7996"] {opacity:0;}html.w-mod-js:not(.w-mod-ix) [data-w-id="adcc90ce-fcdb-4fe8-4989-7b037a2ace9e"] {-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);}}@media (max-width:991px) and (min-width:768px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="a82ef9e1-c03e-4367-259d-ff26c43f7996"] {opacity:0;}html.w-mod-js:not(.w-mod-ix) [data-w-id="adcc90ce-fcdb-4fe8-4989-7b037a2ace9e"] {-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);}}</style><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/img/favicon.ico" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/img/webclip.png" rel="apple-touch-icon"/>



.number-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 3px solid #000000;
  height: 90px;
  width: 90px;
  box-shadow: 4px 4px 0 0 #000000;
  border-radius: 70px;
  background: #ffffff;
  cursor: pointer;
  margin-right: 30px;
  top: 20px;
  margin-top: -12px;
}
.number-wrapper::before,
.number-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  background: #ffffff;
  border-radius: 70px;
  transition: all 0.3s ease;
}
.number-wrapper::before {
  top: 7px;
  left: 7px;
  z-index: -1;
}
.number-wrapper::after {
  top: 17px;
  left: 17px;
  z-index: -2;
}
.number-wrapper-text {
  border: 3px solid #000000;
  height: 90px;
  width: 90px;
  box-shadow: 4px 4px 0 0 #000000;
  border-radius: 70px;
  background: #ffffff;
  position: absolute;
  line-height: 90px;
  transition: width 0.3s ease 0.4s;
  display: inline-flex;
  justify-content: space-between;
  padding: 0 8px 0 15px;
  transform-origin: left center;
}
/* .number-wrapper:hover {
  margin-right: 35px;
} */
.number-wrapper:hover .number-wrapper-text {
  width: 185px;
}
.number-wrapper:not(:hover) .number-wrapper-text {
  transition-delay: 0s;
}
.number-wrapper:hover::before,
.number-wrapper:hover::after {
  top: -3px;
  left: -3px;
}
.number-wrapper-arrow {
  width: 74px;
  height: 74px;
  position: relative;
  border-radius: 50%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.5s;
}
.number-wrapper-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("https://cdn.prod.website-files.com/65052cb7c5b543a1ec99fcec/6505957e07e8a85550f68e95_arrow-left.svg");
  background-size: cover;
  height: 28px;
  width: 28px;
}
.number-wrapper:hover .number-wrapper-arrow {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.number-wrapper:not(:hover) .number-wrapper-arrow {
  transition-delay: 0s;
}
.hero-image-wrapper {
  max-width: 100px;
}
.hero-image-wrapper .hero-image-item {
  transition: all 0.3s ease;
}
.hero-image-wrapper:hover .hero-image-item {
  margin-right: 5px;
}

@media screen and (min-width: 1440px) {
  .logo {
    max-width: 160px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .logo-wrapper, .footer-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-text {
    font-size: 40px;
  }

  .rotate-circle {
    margin-bottom: 3%;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-image-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-top: auto !important;
  }
  .hero-image-wrapper .hero-image-item {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1040px) {
  .number-wrapper-arrow {
    display: none;
  }
  .number-wrapper:hover .number-wrapper-text {
    width: unset;
  }
  .hero-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }
  .hero-image-wrapper .hero-image-item {
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .number-wrapper {
    font-size: 20px;
  }
  .number-wrapper {
    border: 2px solid #000000;
    height: 60px;
    width: 60px;
    box-shadow: 2px 2px 0 0 #000000;
  }
  .number-wrapper-text {
    border: 2px solid #000000;
    height: 60px;
    width: 60px;
    box-shadow: 2px 2px 0 0 #000000;
    border-radius: 70px;
    line-height: 60px;
    padding: 0 8px 0 8px;
  }
  .number-wrapper::before {
    top: 4px;
    left: 4px;
  }
  .number-wrapper::after {
    top: 10px;
    left: 10px;
  }
  .number-wrapper::before,
  .number-wrapper::after {
    border: 2px solid #000000;
    box-shadow: 2px 2px 0 0 #000000;
  }
  .accessibility-text {
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 763px) {
  .number-wrapper {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .number-wrapper::before,
  .number-wrapper::after {
    display: none;
  }
  .number-wrapper {
    margin-right: 3px;
  }
  .inclusive-text {
    margin-top: 10px;
  }
  .text-wrapper-1 {
    margin-top: 10px;
  }
  .app-text {
    display: none;
  }
  .hero-image-wrapper {
    margin-top: auto;
  }
  .star-icon {
    width: 46px;
    height: 46px;
    top: -70%;
  }
  .hand-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .number-wrapper {
    height: 50px;
    width: 50px;
  }
  .number-wrapper-text {
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0 2px 0 2px;
  }
}
@media screen and (max-width: 1120px),
screen and (max-height: 780px) {
  .rotate-circle{
  	margin-bottom: 0px;
  }
}
@media screen and (max-height: 750px) {
  .page-wrapper {
    height: auto;
    width: 100%;
  }
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



.containerangka {
    display: flex;             /* Enable flexbox layout */
    align-items: justify;       /* Center align items vertically */
    justify-content: justify;   /* Center align items horizontally */
    flex-wrap: wrap;           /* Wrap items if the screen is too small */
    gap: 20px;                 /* Gap between the items */
    padding: 20px;             /* Padding around the container */
}

/* Styling for the image */
.containerangka img {
    max-width: 100%;           /* Responsive width */
    height: auto;             /* Maintain aspect ratio */
    flex-shrink: 1;
}

/* Styling for the text */
.containerangka .text {
    flex: 1;                   /* Grow to fill remaining space */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .containerangka {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: justify;   
    }
    
    .containerangka img {
        width: 50%;            /* Reduce width for smaller screens */
    }
}