@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.banner-container {
  max-width: 1440px;
  width: 100%;
  height: 680px;
  position: relative;
}
.banner-container .banner-left {
  position: relative;
  z-index: 3;
  max-width: 577px;
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 32px;
  border-left-width: 10px;
  padding: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 6px rgba(88, 100, 115, 0.0705882353);
  left: 105px;
}
.banner-container .banner-left .banner-texts {
  width: 100%;
  gap: 24px;
}
.banner-container .banner-left .banner-texts .banner-titles {
  width: 100%;
}
.banner-container .banner-left .banner-texts .banner-titles h1 {
  font-family: "Mulish", serif !important;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: #04a3f4;
}
.banner-container .banner-left .banner-texts .banner-titles h2 {
  margin: 0;
  font-family: "Mulish", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  color: #002855;
}
.banner-container .banner-left .banner-texts .banner-description {
  margin: 0;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #222943;
}
.banner-container .banner-left .banner-items {
  max-width: 481px;
  width: 100%;
  height: auto;
  gap: 36px;
  display: grid;
  grid-template: 1fr/auto 1px auto 1px auto 1px auto;
  align-items: center;
}
.banner-container .banner-left .banner-items .banner-item .banner-item-number {
  color: #414C5B;
  font-family: "Mulish", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
}
.banner-container .banner-left .banner-items .banner-item .banner-item-text {
  color: #414C5B;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}
.banner-container .banner-left .banner-items .banner-divider {
  height: 60px;
  border: 0.5px solid #dee3ed;
}
.banner-container .banner-right {
  position: relative;
  max-width: 824px;
  width: 100%;
  z-index: 2;
  aspect-ratio: 824/548;
  right: 105px;
}
.banner-container .banner-right .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-container .banner-right .banner-shadow {
  position: absolute;
  width: 130%;
  height: 130%;
  z-index: 1;
}

@media (max-width: 1025px) {
  .banner-left {
    left: 0 !important;
  }
  .banner-right {
    right: 0 !important;
  }
}
@media (max-width: 769px) {
  .banner-container {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;
  }
  .banner-container .banner-right {
    width: 312px;
  }
  .banner-container .banner-left {
    padding: 16px;
    gap: 36px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .banner-container .banner-left .banner-texts {
    gap: 16px;
  }
  .banner-container .banner-left .banner-texts .banner-titles {
    justify-content: center;
    align-items: center;
  }
  .banner-container .banner-left .banner-texts .banner-titles h1 {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
  }
  .banner-container .banner-left .banner-texts .banner-description {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .banner-container .banner-left .banner-items {
    height: auto;
    grid-template: auto auto/auto 1px auto;
    row-gap: 0 !important;
    align-items: center;
  }
  .banner-container .banner-left .banner-items .middle-divider {
    display: none;
  }
  .banner-container .banner-left .banner-items .banner-item {
    justify-content: center;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
}/*# sourceMappingURL=homebanner.css.map */