.interective-map{background-color:#f6f6f6}
.interective-map-wrapper{width:100%;display:flex}
.interective-map-wrapper-left{width:50%;display:flex;flex-direction:column;justify-content:flex-start}
.interective-map-wrapper-left-title{max-width:44rem;margin:0;margin-bottom:3rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:3.6rem;line-height:112%;font-weight:300;color:#1f1f1f}
.interective-map-wrapper-left-text{max-width:44rem;margin:0;margin-bottom:3.6rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:2.4rem;line-height:112%;font-weight:300;color:#484848}
.interective-map-wrapper-left-items{display:flex;flex-direction:column;gap:3.2rem}
.interective-map-wrapper-left-item{max-width:54rem;width:100%;display:flex;align-items:center;gap:3rem}
.interective-map-wrapper-left-item-photo{min-width:21rem;height:24rem;display:block!important;background-color:#fff;border-radius:.4rem}
.interective-map-wrapper-left-item-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.4rem}
.interective-map-wrapper-left-item-text{width:100%}
.interective-map-wrapper-left-item-text-line{display:block!important;margin-bottom:3rem;width:100%;height:.1rem;background-color:#d9d9d9}
.interective-map-wrapper-left-item-text-title{margin:0;margin-bottom:.5rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:2.4rem;line-height:112%;font-weight:300;color:#1f1f1f}
.interective-map-wrapper-left-item-text-subtitle{margin:0;margin-bottom:2.2rem;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848}
.interective-map-wrapper-left-item-text-text{margin:0;margin-bottom:3rem;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848}
.interective-map-wrapper-left-item-text-text p{margin:0;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848}
.interective-map-wrapper-left-item-text-text a{margin:0;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848;text-decoration:none}
.interective-map-wrapper-left-item-text-text a:hover{text-decoration:underline}
.interective-map-wrapper-left-item-text-location{display:flex;align-items:center;gap:1.2rem}
.interective-map-wrapper-left-item-text-location-icon{min-width:5.4rem;min-height:5.4rem;display:flex;align-items:center;justify-content:center;border:1px solid #e7e7e7;border-radius:1.8rem}
.interective-map-wrapper-left-item-text-location-icon svg{width:2rem;height:2rem}
.interective-map-wrapper-right{width:50%}
.interective-map-wrapper-right svg{width:100%;height:100%}
.interective-map-wrapper-right-item{cursor:pointer;transition:.3s ease-in-out}
.interective-map-wrapper-right-item:hover{background-color:#008d9c;fill:#008d9c;transition:.3s ease-in-out}
@media screen and (max-width:990px){
.interective-map{background-color:#f6f6f6}
.interective-map-wrapper{flex-direction:column-reverse;gap:6.8rem}
.interective-map-wrapper-left{width:100%}
.interective-map-wrapper-left-items{display:flex;flex-direction:column;gap:3.2rem}
.interective-map-wrapper-left-item{flex-direction:column}
.interective-map-wrapper-left-item-photo{min-width:100%;height:auto}
.interective-map-wrapper-left-item-text{width:100%}
.interective-map-wrapper-left-item-text-title{margin-bottom:.4rem}
.interective-map-wrapper-left-item-text-subtitle{margin-bottom:.8rem}
.interective-map-wrapper-left-item-text-text{margin-bottom:.8rem}
.interective-map-wrapper-left-item-text-location{display:flex;align-items:center;gap:1.2rem}
.interective-map-wrapper-left-item-text-location-icon{min-width:5.4rem;min-height:5.4rem;display:flex;align-items:center;justify-content:center;border:1px solid #e7e7e7;border-radius:1.8rem}
.interective-map-wrapper-left-item-text-location-icon svg{width:2rem;height:2rem}
.interective-map-wrapper-right{width:100%}
.interective-map-wrapper-right svg{padding-right:3rem;padding-left:3rem}
}