.hero {

    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 7.625rem 1.25rem;
    padding-bottom: 2rem;
}

.mobile-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.mobile-column-reverse .hero-image-container{
    margin-bottom: 4rem;
    width: 60%;
    margin-left: auto;
    margin-top: 1rem;
    margin-right: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 89.75rem;
}
.hero-text h1 {
    margin-bottom: 2rem;
}

.hero-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text .btn {
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.bg-gradient {
    background: transparent linear-gradient(160deg, #4E9E9C 0%, #70ADAC 47%, #84BDB5 100%) 0% 0% no-repeat padding-box;
}

.hero-social-links {
    display: none;
}

.hero-image-container.video-modal-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video .hero-content-image {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
}
.video-modal-circle {
    box-shadow: 0px 6px 10px #35696741;
}
.hero-image-container {
    display: flex;
    height: auto;
    max-width: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.hero-content-image {
    flex-basis: 50%;
    position: relative;
    
}

.hero-content-image.shapes-style-1 {
    margin-bottom: 10rem;
}
.shape-medium {
    width: 10rem;
}

.shape-large {
    width: 15rem;
}

.shape-xl {
    width: 32.5rem;
}

.hero-shape {
    position: absolute;
    z-index: 0;
}

.hero-image {
    width: 80%;
    margin: 0 auto;
    object-fit: contain;
  }

.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 2.75rem;
    letter-spacing: 0.22px;
    /* justify-content: center; */
}

.breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
    color: var(--color-dark);
}

.breadcrumbs svg {
    width: 0.5rem;
}

.hero.slider {
    padding-right: 0;
}
.hero-background-text {
    position: absolute;
    bottom: 0;
    right: 0;
    font: normal normal bold 75px/95px Effra;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 0.2;
}
.slider .hero-content-image {
    padding-left: 0;
    padding-right: 0;
}
.hero-subtitle-image {
    max-height: 10rem;
    max-width: 12rem;
}
    .hero-content-image {
        padding-left: 1rem;
        padding-right: 1rem;
    }
@media only screen and (min-width: 48rem) {
    .hero {
        width: 100%;
        padding: 7.625rem 5rem;
        min-height: 100vh;
    }
    .hero-social-links {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
        position: fixed;
        bottom: 2.5rem;
        left: 1rem;
        z-index: 10;
        border-radius: 100px;
        padding: 1rem 0.5rem;
        transition: all 0.3s ease;
    }
    .hero-social-links .footer-social-link svg {
        height: 1.5rem;
        width: auto;
    }
    .hero-content-image {
        display: flex;
        align-items: center;
    }
    .hero-content-image.shapes-style-1 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .hero-image-container {
        width:70%;
    }
}

@media only screen and (min-width: 62rem) {
    .hero {
        padding: 7.625rem 3.5rem;
        display: flex;
    }
    .mobile-column-reverse .hero-image-container{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-text h6 {
        margin-bottom: 2.5rem;
    }
    .image.hero .hero-content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 2.5rem;
        margin: 0 auto;
        max-width: 89.75rem;
        position: relative;
        z-index: 1;
        justify-content: space-between;
    }
    .hero-background-text {
        font: normal normal bold 150px/95px Effra;
        letter-spacing: 2.4px;
        color: #C3D7D7;
    }
    .hero-image-container {
        width:100%;
    }
    .hero-text {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 76rem) {
    .hero {
        padding: 3.9rem 5rem;
        padding-bottom: 0;
    }
    .hero-text {
        width:50%;
    }
    .hero-content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 2.5rem;
        margin: 0 auto;
        max-width: 89.75rem;
        position: relative;
        z-index: 1;
        justify-content: space-between;
    }
    .video .hero-content-image {
        max-width:40rem;
    }

}

.social-color-gradient svg,
.social-color-primary svg {
    fill: #ffffff;
}

.social-color-white svg path {
    fill: var(--color-primary);
}