.carousel-modal[data-v-c5c16452] {
  border: none;
  width: 100vw;
  padding: 0;
  background-color: transparent;
}
.carousel-modal[data-v-c5c16452]::backdrop {
  background-color: #858790;
  opacity: 0.9;
}
.carousel-modal__content-wrapper[data-v-c5c16452] {
  background-color: transparent;
}
.carousel-modal__close-button[data-v-c5c16452] {
  position: fixed;
  top: 18px;
  right: 18px;
  color: black;
  border: 1px solid white;
  background-color: #f2f2f2;
  border-radius: 15px;
}
.carousel-modal__close-button[data-v-c5c16452]:hover {
  color: #02888d;
}
.carousel-modal[data-v-c5c16452] .carousel__next, .carousel-modal[data-v-c5c16452] .carousel__prev {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
}
.carousel-modal[data-v-c5c16452] .carousel__next:hover, .carousel-modal[data-v-c5c16452] .carousel__prev:hover {
  color: #e5e5e5;
}
.carousel-modal[data-v-c5c16452] .carousel__next--disabled, .carousel-modal[data-v-c5c16452] .carousel__prev--disabled {
  opacity: 0.3;
}
.carousel-modal[data-v-c5c16452] .carousel__pagination-button {
  background-color: rgb(167, 160, 160);
}
.carousel-modal[data-v-c5c16452] .carousel__pagination-button--active {
  background-color: black;
}
.carousel-modal[data-v-c5c16452] .carousel__pagination {
  background-color: white;
  border-radius: 5px;
}
.carousel-modal[data-v-c5c16452] .q-img__container {
  display: flex;
  align-items: center;
  justify-content: center;
}.currency-bank .carousel__next, .currency-bank .carousel__prev {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
}
.currency-bank .carousel__next:hover, .currency-bank .carousel__prev:hover {
  color: #e5e5e5;
}
.currency-bank .carousel__next--disabled, .currency-bank .carousel__prev--disabled {
  opacity: 0.3;
}
.currency-bank {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  flex-wrap: wrap;
}
.title {
  margin-bottom: 20px;
}
.currency-bank__images {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}
.currency-bank__image {
  max-width: fit-content;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.currency-bank__images .q-img {
  max-width: fit-content;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.currency-bank__description {
  margin-bottom: 20px;
}
.currency-bank__license {
  margin-bottom: 20px;
}
.currency-bank__info {
  max-width: 450px;
  width: 100%;
}
.currency-bank__logo {
  margin-bottom: 20px;
  height: 80px;
}
.currency-bank__city {
  margin-bottom: 20px;
  font-weight: 700;
}
.currency-bank__address {
  margin-bottom: 20px;
}
.currency-bank__hours {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.currency-bank__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.currency-bank__address,
.currency-bank__phone a,
.currency-bank__web a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.currency-bank__phone svg path,
.currency-bank__social svg path {
  fill: #858790;
}
.currency-bank__address-icon {
  flex-shrink: 0;
}
.currency-bank__carousel {
  max-width: 500px;
}
.currency-bank__carousel-modal-image-wrapper {
  border-radius: 10px;
  height: 100%;
  max-height: 80vh;
  width: max(80vw, 100% - 40px);
  aspect-ratio: 3/2;
}
.currency-bank__carousel-modal-image {
  max-width: fit-content;
  width: 100%;
  border-radius: 10px;
  height: unset;
}
@media (max-width: 1230px) {
.section {
    padding-bottom: 0;
    padding-top: 12rpx;
}
.currency-bank__left,
  .currency-bank__info {
    display: contents;
}
.currency-bank {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.currency-bank__name {
    order: 1;
}
.currency-bank__logo {
    order: 2;
}
.currency-bank__exchange-rates {
    order: 3;
}
.currency-bank__contact-info {
    order: 4;
    display: flex;
    flex-direction: column;
}
.currency-bank__carousel {
    order: 5;
    max-width: min(382px, 100vw - 40px);
}
.currency-bank__description {
    order: 6;
}
}