body.service-single main {
    overflow: initial;
}
body.service-single section.hero-service-single {
    padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single section.hero-service-single {
        width: 100%;
        padding-top: var(--hh);
    }
}
@media only screen and (max-width: 767px) {
    body.service-single section.hero-service-single {
        width: 100%;
        padding-top: var(--hh);
    }
}
body.service-single section.hero-service-single .container {
    display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single section.hero-service-single .container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single section.hero-service-single .container {
        flex-direction: column;
    }
}
body.service-single
    section.hero-service-single
    .container
    .hero-image
    .image-container {
    height: calc(100vh - var(--hh));
    top: var(--hh);
    position: sticky;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single
        section.hero-service-single
        .container
        .hero-image
        .image-container {
        height: 50vh;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single
        section.hero-service-single
        .container
        .hero-image
        .image-container {
        height: 25vh;
    }
}
body.service-single
    section.hero-service-single
    .container
    .hero-image
    .image-container
    img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single
        section.hero-service-single
        .container
        .hero-image
        .image-container
        img {
        -o-object-position: top;
        object-position: top;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single
        section.hero-service-single
        .container
        .hero-image
        .image-container
        img {
        -o-object-position: top;
        object-position: top;
    }
}
body.service-single section.hero-service-single .container .content {
    flex: 0 0 60%;
    padding: 65px;
    padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single section.hero-service-single .container .content {
        flex: unset;
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single section.hero-service-single .container .content {
        padding: 20px 20px;
        flex: unset;
    }
}
body.service-single section.hero-service-single .container .content h1 {
    font-size: min(max(28px, 3.6458333333vw), 58px);
    font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #171d4f;
    margin-bottom: 32px;
}
body.service-single section.hero-service-single .container .content .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.service-single
    section.hero-service-single
    .container
    .content
    .title-row
    .toggle {
    transition: transform 0.2s;
}
body.service-single
    section.hero-service-single
    .container
    .content
    .title-row
    .toggle.closed {
    transform: scale(-1);
}
body.service-single section.hero-service-single .container .content h2 {
    font-size: min(max(24px, 3.125vw), 34px);
    font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #171d4f;
    margin-bottom: 32px;
}
body.service-single section.hero-service-single .container .content h3 {
    font-weight: 700;
}
body.service-single section.hero-service-single .container .content h3,
body.service-single section.hero-service-single .container .content p {
    font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: min(max(16px, 2.0833333333vw), 18px);
    color: #333232;
}
body.service-single section.hero-service-single .container .content a {
    font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: min(max(16px, 2.0833333333vw), 18px);
    color: #4a972d;
    background-color: transparent;
}
body.service-single section.hero-service-single .container .content ul {
    margin-top: 50px;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single section.hero-service-single .container .content ul {
        gap: 50px;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single section.hero-service-single .container .content ul {
        gap: 30px;
    }
}
body.service-single section.hero-service-single .container .content ul li {
    cursor: pointer;
    position: relative;
}
body.service-single
    section.hero-service-single
    .container
    .content
    ul
    li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #171d4f;
    bottom: -30px;
    opacity: 0.4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.service-single
        section.hero-service-single
        .container
        .content
        ul
        li::after {
        bottom: -20px;
    }
}
@media only screen and (max-width: 767px) {
    body.service-single
        section.hero-service-single
        .container
        .content
        ul
        li::after {
        bottom: -10px;
    }
}
body.service-single
    section.hero-service-single
    .container
    .content
    ul
    li
    .hidden-content {
    display: none;
}
