html, body {
    overflow-x: hidden;
}

.hero-wrapper {
    height: 90vh;
    padding-top: 267px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-wrapper .container {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 15vh;
    position: relative;
}

.hero-wrapper .hero-content h1 {
    font-weight: 600;
    font-size: 90px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Switzer', 'sans-serif';
    z-index: 10;
}

.hero-wrapper .hero-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.hero-wrapper .hero-btn {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    color: #fff;
    margin-top: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.hero-wrapper .container .custom-box {
    position: absolute;
    width: 96px;
    height: 96px;
}

.hero-wrapper .container .red-box {
    background-color: #EE4438;
    left: -96px;
    top: -100px;
    z-index: 10;
}

.hero-wrapper .container .white-box {
    background-color: #fff;
    right: -60px;
    bottom: 96px;
    z-index: 10;
}

.hero-wrapper .container .blue-box {
    background-color: #61A4CB;
    left: -96px;
    bottom: 0;
    z-index: 10;
}

.hero-wrapper .hero-btn svg {
    margin-left: 13px;
    transition: all 300ms ease;
}

.hero-wrapper .hero-content-row {
    z-index: 10;
}

.hero-wrapper .hero-btn:hover svg {
    margin-left: 25px;
}

.hero-wrapper .project-information {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.hero-wrapper .project-information .project-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-right: 80px;
    width: fit-content;
    flex: 1;
    z-index: 10;
}

.hero-wrapper .project-information .project-block .headline,
.hero-wrapper .project-information .project-block .description {
    flex: 0 0 100%;
    width: fit-content;
}

.hero-wrapper .project-information .project-block .headline span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    width: fit-content;
}

.hero-wrapper .project-information .project-block .description p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    width: fit-content;
}

.homepage_slider {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}

.map_single_image {
    width: 100%;
    position: relative;
}

.map_single_image img {
    width: 100%;
    height: 100%;
}

.map_single_image_square {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 0 16px;
    width: fit-content;
    height: 60px;

}

.map_single_image_square_small {
    height: 30px;
    width: 30px;
}

.map_single_image_placemaking .map_single_image_square {
    background-color: #0B3954;
}

.map_single_image_placemaking .map_single_image_square_small {
    background-color: #175376;
}

.map_single_image_partnerships .map_single_image_square {
    background-color: #146B9E;
}

.map_single_image_partnerships .map_single_image_square_small {
    background-color: #61A4CB;
}

.map_single_image_sustainability .map_single_image_square {
    background-color: #D83529;
}

.map_single_image_sustainability .map_single_image_square_small {
    background-color: #EE4438;
}

.map_single_image_square p {
    display: none;
    color: #fff;
    margin-left: 15px;
    opacity: 0;
    font-size: 16px;
}

.map_single_image.map_single_image_placemaking {
    display: none;
}

.map_single_image.map_single_image_partnerships {
    display: none;
}

.map_single_image.map_single_image_sustainability {
    display: none;
}

@media (max-width: 1280px) {
    .map_single_image_square {
        height: 30px;
        width: 30px;
    }
}

.map_navigation {
    display: flex;
    flex-wrap: wrap;
}

.map_navigation__column {
    max-width: 33.333333333%;
    flex: 0 0 33.33333333%;
    padding: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_navigation__column h4 {
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.map_navigation__title {
    display: flex;
    align-items: center;
}

.map_navigation__title:before {
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.map_navigation__column__1 {
    background-color: #0B3954;
}

.map_navigation__column svg {
    transition: all .4s ease;
}

.map_navigation__column.active svg {
    transform: rotate(45deg);
}

.map_navigation__column__1 .map_navigation__title:before {
    background-color: #175376;
}

.map_navigation__column__2 {
    background-color: #146B9E;
}

.map_navigation__column__2 .map_navigation__title:before {
    background-color: #61A4CB;
}

.map_navigation__column__3 {
    background-color: #D83529;
}

.map_navigation__column__3 .map_navigation__title:before {
    background-color: #EE4438;
}

.testimonial-component-with-bottom-bar-wrapper {
    margin-bottom: 100px !important;
}

.lets_talk__section {
    background-color: #fff !important;
}

.homepage_slider__slick .slick-arrow {
    top: 45%;
    position: absolute;
    z-index: 100;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #fff;
}

.homepage_slider__slick .slick-arrow-next {
    left: 0;
}

.homepage_slider__slick .slick-arrow-prev {
    right: 0;
}

@media (max-width: 1441px) {
    .hero-wrapper .hero-content h1 {
        font-size: 60px;
    }

    .hero-wrapper .hero-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .hero-wrapper .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 1400px) {
    .map_single_image_square p {
        font-size: 14px;
    }

    .map_single_image_square {
        padding: 0 10px;
        height: 40px;
    }

    .map_single_image_square_small {
        height: 20px;
        width: 20px;
    }

    .map_navigation__column h4 {
        font-size: 18px;
    }

    .map_navigation__column {
        padding: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-wrapper .hero-content h1 {
        font-size: 68px;
    }
}

@media (max-width: 1000px) {
    .map_with_navigation {
        overflow: auto;
    }

    .map_section {
        min-width: 1000px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-wrapper {
        height: auto;
        padding-top: 20vh;
        padding-bottom: 48px;
        margin-bottom: 60px;
    }

    .hero-wrapper .container .custom-box {
        display: none;
    }

    .hero-wrapper .hero-content-row {
        margin-bottom: 25px;
    }

    .hero-wrapper .hero-content h1 {
        font-size: 48px;
    }

    .hero-wrapper .hero-content p {
        font-size: 16px;
    }

    .hero-wrapper .hero-btn {
        margin-top: 18px;
        font-size: 14px;
    }

    .hero-wrapper .project-information .project-block {
        margin-right: 40px;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .hero-wrapper .project-information .project-block .headline span {
        font-size: 14px;
    }

    .hero-wrapper .project-information .project-block .description p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .map_navigation__column h4 {
        font-size: 16px;
    }
    .hero-wrapper {
        padding-top: 143px;
        height: auto !important;
        padding-bottom: 48px;
    }
    .hero-wrapper .container {
        padding-bottom: 0;
    }
    .hero-wrapper .hero-content p {
        font-weight: 500;
    }

    .homepage_slider .container {
        padding: 0px 0 0 20px;
    }

    .homepage_slider {
        padding-top: 0 !important;
    }

    .testimonial-component-with-bottom-bar-wrapper {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 576px) {
    .hero-wrapper .hero-content h1 {
        font-size: 32px;
    }

    .hero-wrapper .hero-content p {
        font-size: 14px;
    }

    .hero-wrapper .project-information .project-block .headline span {
        font-size: 12px;
    }

    .hero-wrapper .project-information .project-block .description p {
        font-size: 14px;
    }

    .map_single_image_square p {
        display: block !important;;
        opacity: 1 !important;
    }
}

@media (max-width: 576px) and (min-height: 1000px) {
    .map_section {
        min-width: 1700px;
    }
}

@media (max-width: 576px) and (max-height: 1000px) {
    .map_section {
        min-width: 1500px;
    }
}

@media (max-width: 576px) and (max-height: 800px) {
    .map_section {
        min-width: 1300px;
    }
}

@media (max-width: 576px) and (max-height: 700px) {
    .map_section {
        min-width: 1200px;
    }
}

@media (max-height: 1000px) {
    .hero-wrapper {
        height: 100vh;
    }
}