.locations_container .page_header{background-image:url(/locations_bg.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;height:40vh;width:100%;display:flex;flex-direction:column;align-items:start;justify-content:end}.locations_container .page_header .page_title{padding-right:1.5rem;padding-bottom:.5rem;font-size:4vw;color:white}.locations_container .page_header .page_description{padding-right:1.5rem;padding-bottom:3.5rem;font-size:1.5rem;color:rgba(255,255,255,.718);font-family:Arial,Helvetica,sans-serif}.locations_ar{background-color:white;padding:3rem 3rem 4rem}.branchList_ar{list-style:none;padding:0;margin:4rem 0 0}.branchList_ar li{cursor:pointer;background:#f0f0f0;padding:1rem;margin-top:1rem;margin-bottom:.5rem;border-radius:100rem;transition:all .3s ease-in-out;text-align:center}.branchList_ar li:hover{background:#e0e0e0}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9999}.modalContent{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;padding:2rem;box-sizing:border-box}.closeButton{position:absolute;top:1rem;right:1rem;font-size:2rem;background:transparent;border:none;cursor:pointer;color:#651912;background-color:#EEE046;border-radius:100rem;display:flex;padding:1rem;transition:all .3s ease-in-out}.closeButton:hover{opacity:.5}.modalBody{margin-top:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.modalContent.opening{animation:zoomIn .3s ease forwards}.modalContent.closing{animation:zoomOut .3s ease forwards}.modal_picture{width:50%;border-radius:2rem}.modalBody h2{margin-bottom:2rem;margin-top:3rem}.modalBody a{text-align:center}.modalBody a:not(:last-child){margin-bottom:2rem;margin-top:2rem}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.modalContent{animation:zoomIn .3s ease forwards}.branchList_ar h3{text-align:center;margin-top:3rem;margin-bottom:1.5rem}@media screen and (max-width:900px){.locations_container .page_header .page_title{font-size:7vw;padding-left:1rem;padding-bottom:.8rem}.locations_container .page_header .page_description{padding-left:1rem;width:80%}h2{font-size:5vw}.modal_picture{width:100vw;border-radius:0;position:absolute;top:0;z-index:-999}.modalBody h2{margin-top:13rem}}@media screen and (min-width:1000px){.locations_container .page_header .page_description,.locations_container .page_header .page_title{margin-right:4rem}}