@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;
}
.current-news {
  max-width: 1440px;
  width: 100%;
  height: auto;
  padding: 32px 135px 32px 135px;
  gap: 24px;
}
.current-news .current-news-top {
  max-width: 1170px;
  width: 100%;
  height: 44px;
}
.current-news .current-news-top .current-news-top-title {
  width: 260px;
  height: 44px;
  font-family: "Mulish", sans-serif !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  letter-spacing: -0.01em !important;
  color: #222943;
}
.current-news .current-news-top .current-news-top-allnews {
  display: flex;
  width: 104px;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
}
.current-news .current-news-top-allnews {
  display: none;
  width: 104px;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
  align-self: flex-end;
  margin-right: 11.5px;
}
.current-news .current-news-bottom {
  max-width: 1170px;
  width: 100%;
  height: auto;
  gap: 30px;
  border-radius: 4px 0px 0px 0px;
}
.current-news .current-news-bottom .current-news-card {
  width: 370px;
  height: 411px;
  border-radius: 8px 32px 8px 32px;
  border: 1px;
  background: #ffffff;
  border: 1px solid #dee3ed;
}
.current-news .current-news-bottom .current-news-card img {
  width: 100%;
  height: 231px;
  border-radius: 8px 32px 0px 0px;
}
.current-news .current-news-bottom .current-news-card .current-news-card-bottom {
  width: 100%;
  height: 180px;
  padding: 24px;
  gap: 16px;
}
.current-news .current-news-bottom .current-news-card .current-news-card-bottom .current-news-card-bottom-date {
  width: 322px;
  height: 22px;
  opacity: 0.75;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #222943;
}
.current-news .current-news-bottom .current-news-card .current-news-card-bottom .current-news-card-bottom-text {
  width: 322px;
  height: 56px;
  font-family: "Mulish", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #222943;
}
.current-news .current-news-bottom .current-news-card .current-news-card-bottom a.current-news-card-bottom-detail {
  width: 46px;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
  align-self: flex-end;
}

.branches-wrapper {
  max-width: 1170px;
  width: 100%;
  height: 866px;
  border-radius: 8px 32px 8px 32px;
  background: #ffffff;
  margin-block: 96px;
}
.branches-wrapper .branches-title-wrapper {
  max-width: 1170px;
  width: 100%;
  height: 82px;
  padding: 0px 36px 0px 36px;
}
.branches-wrapper .branches-title-wrapper .branches-title {
  width: 1098px;
  height: 44px;
  font-family: "Mulish", sans-serif !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  letter-spacing: -0.01em !important;
  color: #222943;
}
.branches-wrapper .home-branches {
  max-width: 1170px;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.branches-wrapper .home-branches::-webkit-scrollbar {
  display: none;
}
.branches-wrapper .home-branches .branches-container {
  width: 1170px;
}
.branches-wrapper .home-branches .branches-container .branch,
.branches-wrapper .home-branches .branches-container .branch-more {
  width: 140.54px;
  height: 178px;
  padding: 16px 0px 32px 0px;
  gap: 8px;
  background: #0058ad;
  cursor: pointer;
  text-decoration: none;
}
.branches-wrapper .home-branches .branches-container .branch.active {
  width: 186.25px;
  border: 0px 0px 4px 0px;
  background: #ffffff;
}
.branches-wrapper .home-branches .branches-container .branch-logo {
  width: 100px;
  height: 100px;
}
.branches-wrapper .home-branches .branches-container .branch.active .branch-name {
  width: auto;
  height: 22px;
  opacity: 100%;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 22px !important;
  color: #222943;
}
.branches-wrapper .home-branches .branches-container .branch-name {
  width: auto;
  height: 22px;
  opacity: 75%;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  color: #ffffff;
}
.branches-wrapper .home-branches .branches-container .branch-caret {
  font-size: 30px;
  border-radius: 1px 0px 0px 0px;
  color: #0058ad;
}
.branches-wrapper .branch-content {
  max-width: 1170px;
  width: 100%;
  height: auto;
  padding: 64px;
  gap: 32px;
  background: #ffffff;
  border-radius: 8px 32px 8px 32px;
}
.branches-wrapper .branch-content .branch-content-top {
  max-width: 1042px;
  width: 100%;
  height: auto;
  gap: 24px;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-left {
  width: 150px;
  height: 150px;
  border-radius: 8px 32px 8px 32px;
  border: 1px 0px 0px 0px;
  border: 1px solid #dee3ed;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-left .branch-content-top-left-logo {
  width: 150px;
  height: 150px;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right {
  max-width: 868px;
  width: 100%;
  height: auto;
  gap: 16px;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right .branch-content-bottom-top-more {
  display: none;
  width: auto;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-title {
  max-width: 868px;
  width: 100%;
  height: 44px;
  font-family: "Mulish", sans-serif !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  letter-spacing: -0.01em !important;
  color: #222943;
  margin: 0;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-text p {
  max-width: 868px;
  width: 100%;
  height: auto;
  opacity: 0.75;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #222943;
  margin: 0;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-informations {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  gap: 8px;
}
.branches-wrapper .branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-informations .branch-content-top-right-informations-count {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  padding: 8px 0px 0px 0px;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #dee3ed;
}
.branches-wrapper .branch-content .divider {
  max-width: 1042px;
  width: 100%;
  height: 1px;
  background-color: #dee3ed;
}
.branches-wrapper .branch-content .branch-content-bottom {
  display: flex;
  max-width: 1042px;
  width: 100%;
  height: auto;
  gap: 16px;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-top {
  max-width: 1042px;
  width: 100%;
  height: 28px;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-top .branch-content-bottom-top-title {
  width: 257px;
  height: 28px;
  font-family: "Mulish", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #222943;
  margin: 0;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-top .branch-content-bottom-top-more {
  width: auto;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
  text-decoration: none;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover {
  position: relative;
  max-width: 1042px;
  width: 100%;
  height: 200px;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider {
  max-width: 1042px;
  width: 100%;
  height: 200px;
  padding: 24px;
  gap: 12px;
  background: #f8f9fb;
  overflow-x: hidden;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider .branch-content-bottom-slider-cards {
  gap: 12px;
  transition: transform 0.3s;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider .branch-content-bottom-slider-cards .branch-content-bottom-slider-card {
  width: 323.33px;
  height: 152px;
  border-radius: 8px 30px 8px 30px;
  border: 1px solid #dee3ed;
  background: #ffffff;
  padding-left: 24px;
  gap: 4px;
  cursor: pointer;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider .branch-content-bottom-slider-cards .branch-content-bottom-slider-card .branch-content-bottom-slider-card-title {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  font-family: "Mulish", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  color: #222943;
  margin: 0;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider .branch-content-bottom-slider-cards .branch-content-bottom-slider-card .branch-content-bottom-slider-card-text {
  text-transform: uppercase;
  width: 211px;
  height: 18px;
  font-family: "Mulish", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #222943;
  margin: 0;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider .branch-content-bottom-slider-cards .branch-content-bottom-slider-card .branch-content-bottom-slider-card-detail {
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  text-decoration: none;
  color: #049ead;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider-arrow {
  width: 56px;
  height: 56px;
  padding: 12px 4px 12px 4px;
  border-radius: 100%;
  border: 1px solid #dee3ed;
  background: #ffffff;
  box-shadow: 0px 2px 12px 6px rgba(88, 100, 115, 0.0705882353);
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider-arrow.left {
  left: -2.5%;
  display: none;
}
.branches-wrapper .branch-content .branch-content-bottom .slider-cover .branch-content-bottom-slider-arrow.right {
  right: -2.5%;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-slider-pagination {
  max-width: 1042px;
  width: 100%;
  height: 3px;
  gap: 8px;
  background: #ffffff;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-slider-pagination .slider-pagination-element {
  cursor: pointer;
  width: 50px;
  height: 3px;
  border-radius: 3px 0px 0px 0px;
  background: #ecf0f2;
}
.branches-wrapper .branch-content .branch-content-bottom .branch-content-bottom-slider-pagination .slider-pagination-element.active {
  background: #222943;
}

@media (max-width: 480px) {
  .branches-wrapper {
    height: auto !important;
    margin-top: 0px;
    margin-bottom: 48px;
  }
  .current-news {
    padding-inline: 12.5px;
    height: auto;
    justify-content: flex-start !important;
  }
  .current-news .current-news-top {
    height: auto;
    flex-direction: column;
  }
  .current-news .current-news-top .current-news-top-allnews {
    display: none;
  }
  .current-news .current-news-top-allnews {
    display: flex;
  }
  .current-news .current-news-bottom {
    height: auto;
    flex-direction: column;
  }
  .current-news .current-news-bottom .current-news-card {
    width: 100% !important;
  }
  .branch-content {
    height: auto !important;
    padding: 32px 24px 32px 24px !important;
    gap: 32px;
  }
  .branch-content .branch-content-top {
    height: auto !important;
  }
  .branch-content .branch-content-top .branch-content-top-left {
    display: none !important;
  }
  .branch-content .branch-content-top .branch-content-top-right {
    height: auto !important;
  }
  .branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-text {
    height: auto !important;
  }
  .branch-content .branch-content-top .branch-content-top-right .branch-content-bottom-top-more {
    display: block !important;
  }
  .branch-content .divider {
    display: none !important;
  }
  .branch-content .branch-content-bottom {
    display: none !important;
  }
  .branch-content .branch-content-bottom .branch-content-bottom-top {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .branch-content .branch-content-bottom .branch-content-bottom-top * {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .branch-content .branch-content-bottom .branch-content-bottom-top .branch-content-bottom-top-title {
    width: 209px !important;
  }
  .branch-content .branch-content-bottom-slider .branch-content-bottom-slider-card {
    width: 259px !important;
  }
  .branch-content .branch-content-bottom-slider-arrow {
    display: none !important;
  }
}/*# sourceMappingURL=homepage.css.map */