#map {
  height: 650px;
}

.search-bar {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  padding: 15px 24px;
  border: 1px solid rgba(54, 52, 49, 0.0784313725);
  border-radius: 12px;
}

.search-bar input {
  height: 42px;
  border-color: transparent;
}

@media (min-width: 991px) {
  .search-bar input {
    width: 432px;
  }
}
.popup-content {
  width: 100%;
  padding: 24px;
  padding-right: 0;
  border: 4px solid #FBF286;
  border-radius: 12px;
  background: #fff;
}

.popup-desc {
  padding-right: 24px;
}

.leaflet-popup-content-wrapper {
  background: transparent;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.point-listing {
  margin-top: 20px;
}

.point-listing .point-item {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #map {
    height: 550px;
  }
}
.location-map-address {
  line-height: 20px;
}

.locations-img-slider {
  width: 100%;
}

.location-map-img {
  border-radius: 12px;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-tip {
  background-color: #FBF286;
}

.leaflet-routing-container {
  display: none;
}

.locations-img-slider {
  cursor: grab;
}

.location-status {
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 42px;
}

.location-status.open {
  background-color: #3AB238;
}

.location-status.closed {
  background-color: #DB3E28;
}

.location-open-hours {
  font-size: 14px;
  color: rgba(54, 52, 49, 0.5137254902);
}

.location-address {
  line-height: 26px;
}

.location-img {
  border-radius: 16px;
}

.location-row {
  padding-top: 28px;
  padding-bottom: 28px;
}

.location-img {
  border-radius: 16px;
}

.btn-location {
  font-size: 16px;
  line-height: 24px;
  min-width: 180px;
  padding: 10px 20px;
}

.location-item {
  border: 8px solid transparent;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  cursor: pointer;
}

.location-item.selected {
  border-color: #FBF286;
  background: #FFFEF3;
}

.point-listing {
  padding-left: 48px;
}

.points-container {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 9;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.leaflet-popup-content {
  width: 348px !important;
}

@media (max-width: 991px) {
  .point-listing {
    padding-left: 16px;
  }
  .points-container {
    bottom: 8px;
  }
  .location-item {
    padding: 24px 16px;
  }
  .location-item-title {
    font-size: 18px;
  }
  .location-open-hours {
    font-size: 13px;
  }
  .leaflet-popup-content {
    width: 268px !important;
  }
  .search-bar {
    top: 8px;
    width: calc(100% - 16px);
  }
  .popup-content {
    padding: 16px;
    padding-right: 0;
  }
  .popup-desc {
    padding-right: 16px;
  }
  .location-map-address {
    line-height: 20px;
  }
}
.review-person-data {
  margin-left: 40px;
}

@media (min-width: 992px) {
  .header-reviews-section {
    padding-bottom: 40px;
  }
}
.reviews-row {
  gap: 40px 0;
}

.reviews-person-img {
  min-width: 100px;
}

@media (max-width: 991px) {
  .reviews-person-img {
    min-width: 64px;
    max-width: 64px;
  }
  .review-person-data {
    margin-left: 0;
  }
}
.home-hero {
  padding-top: 0;
}

@media (min-width: 992px) {
  html {
    scrollbar-gutter: stable;
  }
  body.overflow-hidden,
  html.overflow-hidden {
    overflow: hidden;
    height: 100%;
  }
}
.bg-hero {
  background: #1C3B33;
  width: calc(100% - 48px);
  max-width: 1540px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1550px) {
  .header {
    max-width: 1519px;
  }
  .header-container {
    max-width: 1512px;
  }
}
#homeHeroContainer {
  position: relative;
  width: 100%;
  max-width: 586px;
  aspect-ratio: 586/586;
  margin: 0 auto;
}

#homeHero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homeHero svg > g > g:first-child path {
  fill: #1C3B33;
}

@media (max-width: 991px) {
  .hero-world-img {
    width: 208px;
  }
  .hero-world-section {
    margin-top: -130px;
  }
}
.expAnimContainer {
  position: relative;
  width: 100%;
  max-width: 289;
  aspect-ratio: 289/80;
  margin: 0 auto;
}

.expAnimation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-container {
  padding-top: 75px;
  padding-bottom: 50px;
}

.hero-container-width {
  max-width: 1348px;
}

.hero-desc p {
  max-width: 500px;
  font-size: 23px;
  line-height: 130%;
}

.home-numbers-section {
  padding: 32px 0;
}

@media (max-width: 991px) {
  .home-numbers-section {
    padding: 80px 0 64px;
  }
}
.hero-title {
  font-size: 66px;
  line-height: 110%;
}

.hero-title-big {
  font-size: 40px;
  line-height: 50px;
}

.hero-third-desc p {
  color: #384250;
}

.hero-pretitle {
  color: #246150;
}

.funds-subitem-title {
  color: #246150;
}

.home-portfolios-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.portfolios-col {
  padding-left: 8px;
  padding-right: 8px;
}

.portfolios-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}

.funds-subitem-col {
  padding-left: 6px;
  padding-right: 6px;
  height: auto;
}

@media (min-width: 992px) {
  .exp-col,
  .portfolios-col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .exp-wrapper,
  .portfolios-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }
  .funds-subitem-row {
    margin-left: -6px;
    margin-right: -6px;
    transform: translateY(46px);
  }
  .funds-header {
    transform: translateY(22px);
  }
  .home-numbers-section {
    transform: translateY(98px);
  }
  .funds-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    gap: 82px 0;
  }
  .funds-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-portfolios-section {
    padding-top: 160px;
    padding-bottom: 133px;
  }
}
@media (min-width: 1537px) {
  .funds-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
  .funds-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.exp-item {
  background: #fff;
  padding: 33px 32px;
}

.funds-item {
  background: #fff;
  padding: 24px 32px;
}

.portfolios-item {
  border: 1px solid #B4E6CE;
  padding: 25px 0;
}

.home-funds-section {
  padding-top: 225px;
  padding-bottom: 120px;
  background: #1C3B33;
}

.funds-sub-item {
  background: #D8F3E4;
  padding: 12px 16px;
  width: 100%;
}

.accordion {
  display: flex;
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
  gap: 0 18px;
}

.accordion-item {
  flex: 0;
  color: white;
  display: flex;
  flex-direction: column;
  transition: flex 0.5s ease;
  background-color: #004f4a;
  height: 510px;
}

.accordion-item:not(.expanded):hover {
  flex: 4;
  cursor: pointer;
}

.accordion-item.expanded {
  flex: 6;
  background: #1C3B33;
  color: #fff;
}

.accordion-header {
  padding: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #D8F3E4;
  color: #246150;
  transition: all 0.3s ease;
}

.accordion-item.expanded .accordion-header {
  background: #1C3B33;
  color: #fff;
}

.accordion-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.accordion-content {
  flex: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 0;
  opacity: 0;
  transition: flex 0.4s ease, max-width 0.4s ease, padding 0.4s ease, opacity 0.1s ease;
  z-index: -1;
  overflow: hidden;
}

.accordion-item.expanded .accordion-content {
  flex: 1;
  max-width: 1300px;
  width: 100%;
  padding: 40px;
  opacity: 1;
  z-index: 2;
}

.accordion-content h2 {
  margin: 10px 0;
}

.accordion-content p {
  max-width: 520px;
  width: 100%;
}

@media (max-width: 1370px) {
  .funds-subitem-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1370px) and (min-width: 992px) {
  .funds-sub-item {
    margin-bottom: 12px;
  }
}
@media (min-width: 991px) {
  .hero-desc-col {
    transform: translateY(-46px);
  }
  .hero-world-section {
    transform: translateY(-100px);
  }
  .hero-world-desc {
    padding-left: 20px;
  }
  .funds-item {
    padding: 4px 32px;
  }
}
@media (max-width: 1536px) {
  .hero-img-right {
    max-height: 284px;
    object-fit: cover;
  }
  .hero-img-left {
    max-height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 1395px) {
  .bg-hero {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .btn-read-more.active .arrow-down {
    transform: rotate(-180deg);
  }
  .hero-container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .hero-desc p {
    font-size: 20px;
  }
  .funds-subitem-row {
    gap: 12px 0;
  }
  .funds-item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-funds-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .accordion-header,
  .accordion-item.expanded .accordion-content {
    padding: 24px;
  }
  .accordion-content {
    height: 0;
    width: 100%;
    flex: unset;
    display: block;
  }
  .accordion-item {
    flex: unset;
    color: white;
    display: block;
    height: unset;
  }
  .accordion-item.expanded {
    height: unset;
  }
  .accordion-item.expanded .accordion-content {
    height: 100%;
  }
  .accordion {
    flex-direction: column;
    gap: 12px 0;
  }
  .accordion-title {
    writing-mode: unset;
    transform: unset;
    margin-left: 16px;
  }
  .accordion-number {
    padding-right: 16px;
    position: relative;
  }
  .accordion-number::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 32px;
    background: #246150;
  }
}
@media (max-width: 767px) {
  .accordion-img {
    max-height: 300px;
  }
  .exp-desc {
    font-size: 18px;
  }
  .exp-title {
    font-size: 42px;
  }
  .portfolios-item {
    padding: 0;
  }
  .exp-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .exp-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    gap: 12px 0;
  }
  .exp-item {
    padding: 24px;
  }
  .exp-title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .funds-subitem-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .funds-subitem-row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 440px) {
  .exp-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .funds-subitem-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.padd-top-slides {
  padding-top: 64px;
}

.padd-top-offer {
  padding-top: 64px;
}

.updates-item {
  padding-bottom: 32px;
  border-bottom: 1px solid #B4E6CE;
}

.updates-desc {
  max-width: 857px;
  margin-top: 4px;
}

.home-services-section {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .updates-desc {
    margin-left: 40px;
  }
  .updates-desc {
    margin-top: 0px;
  }
  .padd-top-offer {
    padding-top: 320px;
  }
  .storage-extra-col {
    transform: translateY(17%);
  }
  .section-storage-sol {
    max-height: 942px;
  }
  .padd-top-slides {
    padding-top: 41px;
  }
  .slide-wrapper {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .img-help-last {
    transform: translateY(-20px);
  }
  .home-services-section {
    padding: 120px 0;
  }
  .contact-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-row {
    margin-right: -10px;
    margin-right: -10px;
  }
}
.container-solutions {
  max-width: 982px;
}

.container-offer {
  max-width: 1149px;
}

.container-slides {
  max-width: 1024px;
}

.solutions_img {
  border-radius: 16px;
}

.storage-yellow-corner {
  position: absolute;
  top: 0;
  left: 0;
}

.solutions-card {
  padding: 0 24px 24px;
}

.solutions-card-left {
  padding-top: 24px;
  padding-left: 42px;
}

.storage-blue-corner {
  position: absolute;
  top: 0;
  right: 0;
}

.solutions_img-wrapper-right {
  margin-top: 30px;
}

.solutions_extra-box {
  padding: 20px;
  background: #EEFAF4;
  border-radius: 32px;
}

.solutions_extra_border {
  position: absolute;
  bottom: -8px;
  left: -8px;
}

.solutions-extra-card {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 40px;
  max-width: 531px;
}

@media (max-width: 991px) {
  .solutions_img-left .solutions_img {
    transform: translateX(-10px);
  }
  .solutions-card-left,
  .solutions-card {
    padding: 16px 12px;
  }
  .btn-solutions-card {
    width: 100%;
  }
  .hero-title {
    font-size: 42px;
  }
  .hero-title-big {
    font-size: 32px;
    line-height: 40px;
  }
  .btn-hero {
    padding: 16px 24px;
  }
  .offer-icon {
    max-width: 88px;
  }
  .offer-txt {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .slide-title,
  .slide-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-wrapper {
    padding-top: 64px;
  }
  .padd-top-offer {
    padding-bottom: 0;
  }
  .padd-location {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  .updates-item-img {
    height: 0;
  }
  .updates-item-img,
  .updates-desc-text {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    will-change: width;
    font-size: 0;
    margin-top: 0;
  }
  .updates-item-img img {
    min-width: 200px;
  }
  .updates-item-date {
    min-width: 90px;
  }
  .updates-item:hover .updates-item-img {
    width: 200px;
    opacity: 1;
  }
  .updates-item:hover .updates-desc-text {
    width: 500px;
    opacity: 1;
    font-size: 18px;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .updates-item-img {
    margin-bottom: 12px;
  }
  .updates-desc,
  .updates-desc-text {
    margin-top: 12px;
  }
}
.updates-wrapper {
  display: none;
}

.updates-wrapper.active {
  display: block;
}

.updates-link.active {
  font-weight: 500;
}

.portfolios-item {
  background: #EFFAF5;
  transition: all 0.2s ease;
}

.portfolios-item .portfolio-img {
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

.portfolios-item:hover {
  background: #fff;
}

.portfolios-item:hover .portfolio-img {
  filter: grayscale(0%);
}

/*# sourceMappingURL=home.css.map */
