.page{background-color:#fff;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif;display:flex}.SmallButton{color:#fff;cursor:pointer;background-color:#336e76;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:50%;max-width:75px;padding:.5rem 1rem;font-size:1rem;font-weight:700;display:flex}.LargeButton{color:#fff;cursor:pointer;background-color:#336e76;border:2px solid #fff;border-radius:8px;justify-content:space-between;align-items:center;width:100%;max-width:500px;padding:.5rem 1rem;font-size:1.5rem;font-weight:700;transition:background-color .3s,color .3s,border-color .3s;display:flex}.LargeButton:hover{color:#336e76;background-color:#fff;border-color:#336e76}.main-content{background-color:#fff;flex:1;width:100%;max-width:1920px;margin:0 auto;padding:4rem 2rem}.map-container{justify-content:center;display:flex}.header{color:#fff;text-align:center;background-color:#2c3e50;justify-content:center;align-items:center;width:100%;display:flex}.text-section h1{text-align:center;font-size:3rem;font-weight:700}.section-title{text-align:center;font-size:2rem;font-weight:700}.NavigationBar{background-color:#336e76;width:100%;font-size:20px}.footer{color:#fff;text-align:center;background-color:#2c3e50;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex}.home-row{align-items:center;gap:2rem;display:flex}.text-section{flex:1;min-width:300px}.text-section p{margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.image-section{text-align:center;flex:1;min-width:300px}.image-section img{width:100%;max-width:1000px;height:auto}@media (max-width:768px){.home-row{text-align:center;flex-direction:column}.text-section{order:2}.image-section{order:1}.text-section h1{font-size:2rem}}
