/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/animated-numbers/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.relative {
  position: relative;
}

.z-\[2\] {
  z-index: 2;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.min-w-\[12\.625rem\] {
  min-width: 12.625rem;
}

.max-w-1170 {
  max-width: 1170px;
}

.max-w-\[16\.875rem\] {
  max-width: 16.875rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.self-stretch {
  align-self: stretch;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.bg-light-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(244, 247, 249, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0rem\] {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-\[1\.375rem\] {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-\[1\.063rem\] {
  font-size: 1.063rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.font-bold {
  font-weight: 700;
}

.leading-\[125\%\] {
  line-height: 125%;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.shadow-\[0px_0px_4px_rgba\(0\,_0\,_0\,_0\.04\)\,_0px_8px_16px_rgba\(0\,_0\,_0\,_0\.08\)\] {
  --tw-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.btn-black-sm-lg {
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(25, 25, 25, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color), 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 768px) {
  .btn-black-sm-lg {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.btn-text-white-sm-lg {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-text-white-sm-lg {
    font-size: 17px;
    line-height: 1.75rem;
  }
}
.section-with-background {
  padding: 20px;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.ha-num-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1280px) {
  .ha-num-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ha-num-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1170px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  align-self: stretch;
  text-align: center;
  font-size: 2.25rem;
}

.ha-num-col {
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  --tw-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.ha-num-txt {
  position: relative;
  align-self: stretch;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .ha-num-txt {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}
.ha-num-para {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  padding-top: 0rem;
  padding-bottom: 0rem;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 768px) {
  .md\:mb-\[104px\] {
    margin-bottom: 104px;
  }
}
@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*# sourceMappingURL=style-index.css.map*/