/* Native Elementor rebuild layer for Duro Health. */

@font-face {
    font-family: Librecasloncondensed;
    src: url("assets/68d4c1bcb885e87436a659e6_LibreCaslonCondensed-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Librecasloncondensed;
    src: url("assets/68d4c1bcfe5fa35211cfff83_LibreCaslonCondensed-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body.duro-elementor-page .duro-native-section {
    background: #f7f4ef;
    font-family: Inter, Arial, sans-serif;
}

body.duro-elementor-page .duro-native-section .elementor-heading-title {
    font-family: Librecasloncondensed, "Times New Roman", serif;
}

body.duro-elementor-page .page-wrapper,
body.duro-elementor-page .duro-elementor-main {
    position: relative;
    overflow: hidden;
    background: #f7f4ef;
}

body.duro-elementor-page .duro-elementor-main,
body.duro-elementor-page .footer_component {
    position: relative;
    z-index: 1;
}

body.duro-elementor-page .navbar2_component {
    position: fixed;
    z-index: 999;
    top: 2rem;
}

body.duro-elementor-page .navbar2_container {
    min-height: 4.5rem;
}

body.duro-elementor-page .navbar2_component .button.is-icon.brown-gradient-button {
    border-radius: 100vw;
    overflow: hidden;
}

body.duro-elementor-page.page-id-9 .duro-elementor-main::before,
body.duro-elementor-page.page-id-124 .duro-elementor-main::before,
body.duro-elementor-page.page-id-126 .duro-elementor-main::before {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: .38;
    background-repeat: no-repeat;
}

body.duro-elementor-page.page-id-9 .duro-elementor-main::before {
    top: 82vh;
    right: -6vw;
    width: 84vw;
    height: 52rem;
    background-image: url("assets/68d488cb8b11b046834e449f_Vector.svg");
    background-position: 100% 0;
    background-size: cover;
}

body.duro-elementor-page.page-id-124 .duro-elementor-main::before {
    bottom: 12rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 72rem;
    opacity: .32;
    background-image: linear-gradient(0deg, #f7f4ef 0%, rgba(247, 244, 239, 0) 14%), url("assets/68e873eb0fb1988430297ddd_Vector.svg");
    background-position: 0 100%, 50% 100%;
    background-size: auto, 120%;
}

body.duro-elementor-page.page-id-126 .duro-elementor-main::before {
    top: 18rem;
    right: -8vw;
    width: 100vw;
    height: 88rem;
    opacity: .24;
    background-image: url("assets/68ec3aa42305b3b5dc0421d2_jonny-s-goals_line-art.svg");
    background-position: 50% 0;
    background-size: 100%;
}

body.duro-elementor-page .duro-native-section > .elementor-container,
body.duro-elementor-page .duro-native-section > .elementor-container > .elementor-column {
    position: relative;
    z-index: 1;
}

html.duro-motion-ready body.duro-elementor-page .duro-native-section .duro-native-tagline:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-section .duro-native-title:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-section .elementor-widget-heading:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-section .duro-native-text:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-section .elementor-widget-button:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-section .elementor-widget-image:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-native-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-home-feature-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-service-feature-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-service-framework-cell:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-service-timeline-step:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-service-faq-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-services-package-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-toolkit-pillar-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-jonny-goal-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-about-health-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-about-team-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-about-logo-cell:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-home-image-card:not(.is-visible),
html.duro-motion-ready body.duro-elementor-page .duro-home-timeline-card:not(.is-visible) {
    visibility: hidden;
    opacity: 0;
}

html.duro-motion-ready body.duro-elementor-page .duro-reveal {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 850ms cubic-bezier(.22, 1, .36, 1) var(--duro-delay, 0ms),
        transform 850ms cubic-bezier(.22, 1, .36, 1) var(--duro-delay, 0ms),
        filter 850ms cubic-bezier(.22, 1, .36, 1) var(--duro-delay, 0ms);
    will-change: opacity, transform;
}

html.duro-motion-ready body.duro-elementor-page .elementor-widget-image.duro-reveal {
    filter: blur(8px);
    transform: translate3d(0, 34px, 0) scale(1.018);
}

html.duro-motion-ready body.duro-elementor-page .duro-service-image,
html.duro-motion-ready body.duro-elementor-page .duro-service-image *,
html.duro-motion-ready body.duro-elementor-page .duro-service-image .elementor-widget-image,
html.duro-motion-ready body.duro-elementor-page .duro-service-image .elementor-widget-image.duro-reveal {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

html.duro-motion-ready body.duro-elementor-page .duro-native-hero .duro-native-tagline,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .duro-native-title,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .elementor-widget-heading,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .duro-native-text,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .elementor-widget-button,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .elementor-widget-image,
html.duro-motion-ready body.duro-elementor-page .duro-native-hero .duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .duro-native-tagline,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .duro-native-title,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .elementor-widget-heading,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .duro-native-text,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .elementor-widget-button,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .elementor-widget-image,
html.duro-motion-ready body.duro-elementor-page .duro-discovery-hero .duro-reveal {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

html.duro-motion-ready body.duro-elementor-page .elementor-widget-button.duro-reveal {
    transform: translate3d(0, 18px, 0) scale(.98);
}

html.duro-motion-ready body.duro-elementor-page .elementor-widget-heading.duro-reveal {
    transform: translate3d(0, 36px, 0);
}

html.duro-motion-ready body.duro-elementor-page .duro-native-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-home-feature-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-home-timeline-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-service-feature-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-service-framework-cell.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-service-timeline-step.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-service-faq-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-about-team-card.duro-reveal,
html.duro-motion-ready body.duro-elementor-page .duro-about-logo-cell.duro-reveal {
    transform: translate3d(0, 34px, 0) scale(.985);
}

html.duro-motion-ready body.duro-elementor-page .duro-reveal.is-visible {
    visibility: visible !important;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .duro-native-tagline,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .duro-native-title,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .elementor-widget-heading,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .duro-native-text,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .elementor-widget-button,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-section .elementor-widget-image,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-native-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-home-feature-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-service-feature-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-service-framework-cell,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-service-timeline-step,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-service-faq-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-services-package-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-toolkit-pillar-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-jonny-goal-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-about-health-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-about-team-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-about-logo-cell,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-home-image-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-home-timeline-card,
html.duro-motion-ready body.elementor-editor-active.duro-elementor-page .duro-reveal {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html.duro-motion-ready body.duro-elementor-page .duro-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

body.duro-elementor-page .duro-native-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-native-hero {
    padding-top: 184px;
    padding-bottom: 56px;
}

body.duro-elementor-page .duro-native-centered {
    text-align: center;
}

body.duro-elementor-page .duro-native-tagline .elementor-heading-title {
    color: #9d9d9d;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

body.duro-elementor-page .duro-native-title .elementor-heading-title {
    margin: 0;
    color: #073c35;
    font-family: Librecasloncondensed, "Times New Roman", serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.045rem;
}

body.duro-elementor-page .duro-native-gradient .elementor-heading-title,
body.duro-elementor-page .duro-native-gradient {
    background: linear-gradient(90deg, #073c35 0%, #8cc7a9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.duro-elementor-page .duro-native-body {
    padding-top: 64px;
    padding-bottom: 96px;
}

body.duro-elementor-page .duro-native-copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-native-copy .elementor-widget-text-editor {
    margin-bottom: 24px;
}

body.duro-elementor-page .duro-native-copy,
body.duro-elementor-page .duro-native-copy p,
body.duro-elementor-page .duro-native-text,
body.duro-elementor-page .duro-native-text p {
    color: #3d4452;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

body.duro-elementor-page .duro-native-cta {
    padding-top: 96px;
    padding-bottom: 96px;
}

body.duro-elementor-page .duro-native-cta-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

body.duro-elementor-page .duro-native-button .elementor-button {
    box-sizing: border-box;
    display: inline-flex;
    height: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #edbd91 0%, #a97857 100%);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease, background-color .2s ease;
}

body.duro-elementor-page .elementor-widget-button.duro-native-button {
    line-height: 0;
}

body.duro-elementor-page .duro-native-button .elementor-widget-container {
    display: flex;
    height: 48px;
    min-height: 48px;
    align-items: flex-start;
    line-height: 0;
}

body.duro-elementor-page .duro-native-button .elementor-button-content-wrapper,
body.duro-elementor-page .duro-native-button .elementor-button-text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

body.duro-elementor-page .duro-native-button .elementor-button:hover {
    filter: brightness(.98);
    transform: translateY(-1px);
}

body.duro-elementor-page .duro-native-button-secondary .elementor-button,
body.duro-elementor-page .duro-native-button-muted .elementor-button {
    border: 1px solid rgba(16, 36, 35, .18);
    background: transparent;
    color: #273344;
}

body.duro-elementor-page .duro-native-grid > .elementor-container {
    display: grid;
    gap: 24px;
}

body.duro-elementor-page .duro-native-grid-2 > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.duro-elementor-page .duro-native-grid-3 > .elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.duro-elementor-page .duro-native-grid > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-native-card > .elementor-widget-wrap {
    display: flex;
    height: 100%;
    min-height: 260px;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-native-card .elementor-heading-title {
    font-weight: 400;
}

body.duro-elementor-page .duro-native-link-list a {
    color: #17233a;
    text-decoration: none;
}

body.duro-elementor-page .duro-native-button-row .elementor-widget-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
}

body.duro-elementor-page .duro-native-contact-card > .elementor-widget-wrap {
    min-height: 260px;
    padding: 32px;
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-native-grid-2 .duro-native-card > .elementor-widget-wrap {
    gap: 12px;
}

body.duro-elementor-page .duro-location-card > .elementor-widget-wrap {
    justify-content: flex-start;
}

body.duro-elementor-page .duro-location-card .elementor-widget-button + .elementor-widget-button {
    margin-top: -58px;
    margin-left: 162px;
}

body.duro-elementor-page .duro-location-card .duro-location-map-widget {
    margin-top: auto;
}

body.duro-elementor-page .duro-location-map-widget {
    width: 100%;
    margin-top: 10px;
}

body.duro-elementor-page .duro-location-map {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 260px;
    border-radius: 8px;
    background: #ebe7df;
}

body.duro-elementor-page .duro-location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

body.duro-elementor-page .layout363_card-map-wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 260px;
    border-radius: 8px;
    background: #ebe7df;
}

body.duro-elementor-page .layout363_card-map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
}

body.duro-elementor-page .duro-contact-icon {
    width: 44px;
    margin-bottom: 18px;
}

body.duro-elementor-page .duro-contact-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

body.duro-elementor-page .duro-native-form-shell {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}

body.duro-elementor-page .duro-native-form-shell .form-block {
    visibility: visible !important;
}

body.duro-elementor-page .duro-native-form-shell .fluentform {
    margin-top: 40px;
}

body.duro-elementor-page .duro-native-form-shell .ff-el-input--label label,
body.duro-elementor-page .duro-native-form-shell label {
    color: #17233a;
    font-weight: 600;
}

body.duro-elementor-page .duro-native-form-shell input,
body.duro-elementor-page .duro-native-form-shell textarea,
body.duro-elementor-page .duro-native-form-shell select {
    min-height: 52px;
    border: 1px solid rgba(7, 60, 53, .18) !important;
    border-radius: 6px !important;
    background: #fffaf4 !important;
    color: #17233a !important;
    font-size: 16px !important;
}

body.duro-elementor-page .duro-native-form-shell textarea {
    min-height: 140px;
}

body.duro-elementor-page .duro-native-form-shell button,
body.duro-elementor-page .duro-native-form-shell .ff-btn-submit {
    min-height: 48px;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 100px !important;
    background: linear-gradient(90deg, #edbd91 0%, #a97857 100%) !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

body.duro-elementor-page .duro-native-check-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 32px auto 0;
    padding: 0;
    max-width: 980px;
    list-style: none;
}

body.duro-elementor-page .duro-native-check-list li {
    padding: 18px 20px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 16px;
    background: #fff;
    color: #3d4452;
    font-size: 16px;
    line-height: 1.45;
}

body.duro-elementor-page .duro-native-check-list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: #8cc7a9;
    vertical-align: .12em;
}

body.duro-elementor-page .duro-discovery-hero {
    min-height: 0;
    padding-top: 184px;
    padding-bottom: 0;
    background: linear-gradient(180deg, #eae7de 0%, #eae7de 78%, #f7f4ef 78%, #f7f4ef 100%);
}

body.duro-elementor-page .duro-discovery-hero .duro-native-inner {
    max-width: 1280px;
}

body.duro-elementor-page .duro-discovery-title .elementor-heading-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(120deg, #0f3837 20%, #37806f 44%, #b7dec2 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.duro-elementor-page .duro-discovery-intro,
body.duro-elementor-page .duro-discovery-intro p {
    max-width: 860px;
    margin: 0 auto;
    color: #3d4452;
    font-size: 18px;
    line-height: 1.5;
}

body.duro-elementor-page .duro-discovery-expectations ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    max-width: 80rem;
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
}

body.duro-elementor-page .duro-discovery-hero .duro-discovery-expectations.elementor-widget-text-editor ul {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    max-width: 80rem;
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
}

body.duro-elementor-page .duro-discovery-expectations li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    min-height: 0;
    padding: .25rem .75rem;
    border: 0;
    border-radius: 100px;
    background: #fff;
    color: #3d4452;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

body.duro-elementor-page .duro-discovery-hero .duro-discovery-expectations.elementor-widget-text-editor li {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    min-height: 0;
    margin: 0;
    padding: .25rem .75rem;
    border: 0;
    border-radius: 100px;
    background: #fff;
    color: #3d4452;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

body.duro-elementor-page .duro-discovery-expectations li::before {
    content: "";
    flex: 0 0 1.5rem;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    background: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.66667L6.50256 11.2693C6.89478 11.6702 7.54 11.6702 7.93223 11.2693L17 2' fill='none' stroke='%2380CDAE' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 19px 14px no-repeat;
}

body.duro-elementor-page .duro-native-embed.duro-discovery-calendly {
    max-width: 1180px;
    margin: 56px auto 0;
}

body.duro-elementor-page .duro-native-embed.duro-discovery-calendly .calendly-inline-widget {
    overflow: hidden;
    min-width: 320px;
    height: 700px !important;
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-discovery-contact-heading {
    padding-top: 96px;
    padding-bottom: 56px;
    background: #f7f4ef;
}

body.duro-elementor-page .duro-discovery-contact-title .elementor-heading-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
    line-height: 1.1;
    background: linear-gradient(120deg, #0f3837 20%, #37806f 44%, #b7dec2 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.duro-elementor-page .duro-discovery-contact-heading .duro-discovery-contact-title .elementor-heading-title {
    font-size: 52px !important;
    line-height: 1.1 !important;
}

body.duro-elementor-page .duro-native-embed {
    max-width: 1000px;
    margin: 48px auto 0;
}

body.duro-elementor-page .duro-service-hero {
    padding-top: 16.25rem;
    padding-bottom: 3rem;
}

body.duro-elementor-page .duro-service-split > .elementor-container {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
    gap: 5rem;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    align-items: start;
}

body.duro-elementor-page .duro-service-split > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-service-hero .duro-native-title .elementor-heading-title {
    font-size: 56px;
    line-height: 1.08;
}

body.duro-elementor-page .duro-service-image .elementor-widget-container {
    max-width: 1280px;
    margin: 20px auto 0;
    padding-left: 0;
    padding-right: 0;
}

body.duro-elementor-page .duro-service-image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-service-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

body.duro-elementor-page .duro-service-section .duro-native-text ul,
body.duro-elementor-page .duro-service-section .duro-native-text ol {
    margin-top: 18px;
    padding-left: 1.2em;
}

body.duro-elementor-page .duro-service-section .duro-native-text li {
    margin-bottom: 10px;
}

body.duro-elementor-page .duro-service-compact-title .elementor-heading-title {
    font-size: 52px;
    line-height: 1.1;
}

body.duro-elementor-page .duro-service-feature-card > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 48px 32px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-service-feature-intro {
    padding-bottom: 32px;
}

body.duro-elementor-page .duro-service-feature-intro .duro-native-text {
    max-width: 640px;
}

body.duro-elementor-page .duro-service-feature-grid {
    padding-top: 0;
    padding-bottom: 32px;
}

body.duro-elementor-page .duro-service-feature-grid > .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-service-feature-grid > .elementor-container > .elementor-column {
    width: auto;
}

body.duro-elementor-page .duro-service-feature-card .duro-native-text,
body.duro-elementor-page .duro-service-feature-card .duro-native-text p,
body.duro-elementor-page .duro-service-feature-card .duro-native-text li {
    font-size: 14px;
    line-height: 1.6;
}

body.duro-elementor-page .duro-service-feature-card .duro-native-text ul,
body.duro-elementor-page .duro-service-feature-card .duro-native-text ol {
    margin-top: 0;
    padding-left: 1.1em;
}

body.duro-elementor-page .duro-service-measure-intro {
    padding-bottom: 32px;
}

body.duro-elementor-page .duro-service-measure-intro .duro-native-inner {
    max-width: 860px;
}

body.duro-elementor-page .duro-service-measure-grid {
    padding-top: 0;
    padding-bottom: 32px;
}

body.duro-elementor-page .duro-service-measure-grid > .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-service-measure-grid > .elementor-container > .elementor-column {
    width: auto;
}

body.duro-elementor-page .duro-service-measure-card > .elementor-widget-wrap {
    min-height: 100%;
}

body.duro-elementor-page .duro-service-card-title .elementor-heading-title {
    font-size: 26px;
    line-height: 1.18;
}

body.duro-elementor-page .duro-service-framework-intro {
    padding-bottom: 24px;
}

body.duro-elementor-page .duro-service-framework-intro .duro-native-inner {
    max-width: 860px;
}

body.duro-elementor-page .duro-service-framework-header {
    padding-top: 0;
    padding-bottom: 12px;
}

body.duro-elementor-page .duro-service-framework-header > .elementor-container,
body.duro-elementor-page .duro-service-framework-row > .elementor-container {
    display: grid;
    grid-template-columns: minmax(200px, 1.05fr) minmax(240px, 1.1fr) minmax(320px, 1.65fr);
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-service-framework-header > .elementor-container > .elementor-column,
body.duro-elementor-page .duro-service-framework-row > .elementor-container > .elementor-column {
    width: auto;
}

body.duro-elementor-page .duro-service-framework-head-cell > .elementor-widget-wrap {
    padding: 0 24px;
}

body.duro-elementor-page .duro-service-framework-head .elementor-heading-title {
    color: #6f7d79;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.duro-elementor-page .duro-service-framework-row {
    padding-top: 0;
    padding-bottom: 14px;
}

body.duro-elementor-page .duro-service-framework-row > .elementor-container {
    background: #fff;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(7, 60, 53, .04);
    overflow: hidden;
}

body.duro-elementor-page .duro-service-framework-row > .elementor-container > .elementor-column:not(:first-child) {
    border-left: 1px solid rgba(7, 60, 53, .08);
}

body.duro-elementor-page .duro-service-framework-cell > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 26px 24px 28px;
}

body.duro-elementor-page .duro-service-framework-label .elementor-heading-title {
    display: none;
    color: #6f7d79;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.duro-elementor-page .duro-service-framework-markers .duro-native-text p {
    color: #073c35;
    font-weight: 600;
}

body.duro-elementor-page .duro-service-framework-purpose .duro-native-text p {
    max-width: 38ch;
}

body.duro-elementor-page .duro-service-html-table {
    max-width: 1120px;
    margin: 0 auto;
}

body.duro-elementor-page .duro-service-html-table .table2_table-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

body.duro-elementor-page .duro-service-timeline-step > .elementor-widget-wrap {
    position: relative;
    padding: 24px 28px 24px 56px;
    border-left: 2px solid rgba(140, 199, 169, .5);
}

body.duro-elementor-page .duro-service-timeline-step > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 32px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8cc7a9;
}

body.duro-elementor-page .duro-service-dark {
    background: #073c35;
}

body.duro-elementor-page .duro-service-dark .duro-native-text,
body.duro-elementor-page .duro-service-dark .duro-native-text p,
body.duro-elementor-page .duro-service-dark .duro-native-text li {
    color: #fffaf4;
}

body.duro-elementor-page .duro-service-dark .duro-native-gradient .elementor-heading-title {
    background: linear-gradient(90deg, #edbd91 0%, #fff1df 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.duro-elementor-page .duro-service-faq-card > .elementor-widget-wrap {
    padding: 22px 24px;
    border-bottom: 1px solid rgba(7, 60, 53, .14);
}

body.duro-elementor-page .duro-about-hero {
    padding-bottom: 72px;
}

body.duro-elementor-page .duro-faq-hero-image img {
    width: 100%;
    min-height: 460px;
    max-height: 620px;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-native-faq-grid {
    padding-top: 0;
    padding-bottom: 72px;
}

body.duro-elementor-page .duro-native-faq-grid > .elementor-container {
    display: grid;
    grid-template-columns: minmax(240px, .74fr) minmax(0, 1fr);
    gap: 0 56px;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-native-faq-grid > .elementor-container > .elementor-column {
    width: auto;
}

body.duro-elementor-page .duro-native-faq-rail {
    grid-column: 1;
    grid-row: 1 / span 24;
}

body.duro-elementor-page .duro-native-faq-rail > .elementor-widget-wrap {
    position: sticky;
    top: 140px;
    padding-top: 12px;
}

body.duro-elementor-page .duro-native-faq-item {
    grid-column: 2;
    border-bottom: 1px solid rgba(7, 60, 53, .12);
}

body.duro-elementor-page .duro-native-faq-item > .elementor-widget-wrap {
    padding: 26px 0;
}

body.duro-elementor-page .duro-native-faq-question {
    position: relative;
    padding-right: 58px;
}

body.duro-elementor-page .duro-native-faq-question .elementor-heading-title {
    color: #17233a;
    font-family: Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
}

body.duro-elementor-page .duro-native-faq-question::after {
    content: "+";
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(7, 60, 53, .14);
    border-radius: 50%;
    color: #073c35;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

body.duro-elementor-page .faq_accordion.duro-open .duro-native-faq-question::after {
    transform: rotate(45deg);
    background: rgba(140, 199, 169, .14);
    border-color: rgba(140, 199, 169, .4);
}

body.duro-elementor-page .duro-native-faq-answer {
    padding-top: 18px;
}

body.duro-elementor-page .duro-native-faq-answer,
body.duro-elementor-page .duro-native-faq-answer p,
body.duro-elementor-page .duro-native-faq-answer li {
    color: #3d4452;
    font-size: 16px;
    line-height: 1.75;
}

body.duro-elementor-page .duro-native-faq-answer ul,
body.duro-elementor-page .duro-native-faq-answer ol {
    padding-left: 1.2em;
}

body.duro-elementor-page .faq_accordion {
    overflow: hidden;
}

body.duro-elementor-page .faq_question {
    cursor: pointer;
}

body.duro-elementor-page .faq_question:focus-visible {
    outline: 2px solid rgba(200, 176, 149, .75);
    outline-offset: 6px;
}

body.duro-elementor-page .faq_answer {
    height: 0;
    overflow: hidden;
    transition: height .4s ease;
    will-change: height;
}

body.duro-elementor-page .faq_icon-wrapper {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .24s ease;
    will-change: transform;
}

body.duro-elementor-page .faq_accordion.duro-open .faq_icon-wrapper {
    transform: rotate(45deg);
}

body.duro-elementor-page .duro-about-hero-copy {
    max-width: 540px;
    margin-top: 24px;
}

body.duro-elementor-page .duro-about-hero-image img,
body.duro-elementor-page .duro-about-wide-image img,
body.duro-elementor-page .duro-about-team-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-about-hero-image img {
    min-height: 520px;
    max-height: 680px;
}

body.duro-elementor-page .duro-about-health-grid {
    padding-top: 16px;
    padding-bottom: 96px;
}

body.duro-elementor-page .duro-about-health-card > .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 24px;
    background: #073c35;
}

body.duro-elementor-page .duro-about-health-card .elementor-widget-image,
body.duro-elementor-page .duro-about-health-card .elementor-widget-image .elementor-widget-container {
    height: 100%;
}

body.duro-elementor-page .duro-about-health-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    opacity: .78;
}

body.duro-elementor-page .duro-about-health-card .duro-home-icon {
    position: absolute;
    left: 28px;
    bottom: 86px;
    z-index: 1;
}

body.duro-elementor-page .duro-about-health-card .duro-home-icon,
body.duro-elementor-page .duro-about-health-card .duro-home-icon .elementor-widget-container {
    width: 48px;
    height: 48px;
}

body.duro-elementor-page .duro-about-health-card .duro-home-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    opacity: 1;
}

body.duro-elementor-page .duro-about-health-card .elementor-widget-heading {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 1;
}

body.duro-elementor-page .duro-about-health-card .elementor-heading-title {
    background: linear-gradient(90deg, #fff1df 0%, #edbd91 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 28px;
    font-weight: 400;
}

body.duro-elementor-page .duro-about-mission .duro-native-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-about-mission .duro-native-button {
    display: inline-block;
    margin: 12px 6px 0;
}

body.duro-elementor-page .duro-about-wide-image .elementor-widget-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-about-wide-image img {
    max-height: 660px;
}

body.duro-elementor-page .duro-about-team-heading {
    padding-bottom: 32px;
}

body.duro-elementor-page .duro-about-team-heading .duro-native-button {
    margin-top: 24px;
}

body.duro-elementor-page .duro-about-team-row {
    padding-top: 32px;
    padding-bottom: 72px;
}

body.duro-elementor-page .duro-about-team-card > .elementor-widget-wrap {
    padding: 40px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 24px;
    background: #fdfcfb;
}

body.duro-elementor-page .duro-about-team-image img {
    min-height: 620px;
    max-height: 760px;
}

body.duro-elementor-page .duro-about-team-copy p {
    margin-bottom: 18px;
}

body.duro-elementor-page .duro-about-credential-logo {
    display: inline-block;
    width: auto;
    max-width: 122px;
    margin: 12px 10px 0 0;
    vertical-align: middle;
}

body.duro-elementor-page .duro-about-credential-logo img {
    max-height: 42px;
    width: auto;
}

body.duro-elementor-page .duro-about-affiliates {
    padding-bottom: 36px;
}

body.duro-elementor-page .duro-about-affiliates .duro-native-text {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-about-logo-grid > .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-about-logo-grid > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-about-logo-cell > .elementor-widget-wrap {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(7, 60, 53, .1);
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-about-logo-cell img {
    max-height: 54px;
    width: auto;
    max-width: 100%;
}

body.duro-elementor-page .duro-home-hero {
    min-height: 720px;
    height: min(100vh, 60rem);
    padding-top: 0;
    padding-bottom: 0;
    background: #eae7de;
}

body.duro-elementor-page .duro-home-hero > .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 720px;
    height: min(100vh, 60rem);
    max-width: none;
    padding: 0;
    gap: 0;
}

body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    max-width: 35rem;
    margin-left: max(32px, calc((100vw - 1152px) / 2));
    margin-right: 5rem;
    min-height: 720px;
    height: min(100vh, 60rem);
    padding-top: 0;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}

body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
    height: 100%;
}

body.duro-elementor-page .duro-home-hero .duro-native-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.duro-elementor-page .duro-home-hero-title .elementor-heading-title {
    max-width: 35rem;
    font-size: 96px;
}

body.duro-elementor-page .duro-home-hero-copy {
    max-width: 520px;
    margin-top: 18px;
}

body.duro-elementor-page .duro-home-hero .elementor-widget-button {
    width: auto !important;
    flex: 0 0 auto;
    display: inline-flex;
    align-self: flex-start;
    margin: 18px 10px 0 0;
    line-height: 0;
}

body.duro-elementor-page .duro-home-hero .elementor-widget-button .elementor-widget-container,
body.duro-elementor-page .duro-home-why-actions .elementor-widget-button .elementor-widget-container {
    display: flex;
    height: 48px;
    min-height: 48px;
    align-items: flex-start;
    line-height: 0;
}

body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap > .elementor-element:not(.elementor-widget-button) {
    width: 100%;
    flex: 0 0 100%;
}

body.duro-elementor-page .duro-home-hero-image img {
    width: 100%;
    height: min(100vh, 60rem);
    min-height: 720px;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 0;
    opacity: 1;
    filter: saturate(1.22) contrast(1.08) brightness(.98);
}

body.duro-elementor-page .duro-home-feature-grid > .elementor-container,
body.duro-elementor-page .duro-home-image-grid > .elementor-container,
body.duro-elementor-page .duro-home-assessment-grid > .elementor-container {
    display: grid;
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-home-feature-grid > .elementor-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.duro-elementor-page .duro-home-image-grid > .elementor-container,
body.duro-elementor-page .duro-home-assessment-grid > .elementor-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.duro-elementor-page .duro-home-feature-grid > .elementor-container > .elementor-column,
body.duro-elementor-page .duro-home-image-grid > .elementor-container > .elementor-column,
body.duro-elementor-page .duro-home-assessment-grid > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-home-feature-card > .elementor-widget-wrap,
body.duro-elementor-page .duro-home-assessment-card > .elementor-widget-wrap {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-home-feature-grid {
    position: relative;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 36px;
}

body.duro-elementor-page .duro-home-feature-grid::before {
    content: "";
    position: absolute;
    left: 18%;
    right: -10%;
    top: -24rem;
    height: 42rem;
    opacity: .42;
    background: url("assets/68d488cb8b11b046834e449f_Vector.svg") 100% 50% / cover no-repeat;
    pointer-events: none;
}

body.duro-elementor-page .duro-home-feature-grid > .elementor-container {
    position: relative;
    z-index: 1;
}

body.duro-elementor-page .duro-home-feature-card > .elementor-widget-wrap {
    min-height: 198px;
    justify-content: flex-start;
    padding: 18px 20px;
    border-color: transparent;
    border-radius: 16px;
    background: #fff;
}

body.duro-elementor-page .duro-home-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

body.duro-elementor-page .duro-home-feature-card .elementor-heading-title {
    color: #3d4452;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.05;
}

body.duro-elementor-page .duro-home-why-actions {
    padding-top: 0;
    padding-bottom: 88px;
}

body.duro-elementor-page .duro-home-why-actions .duro-native-inner > .elementor-widget-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    align-items: flex-start;
}

body.duro-elementor-page .duro-home-why-actions .elementor-widget-button {
    width: auto !important;
    flex: 0 0 auto;
    display: inline-flex;
    align-self: flex-start;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0;
}

body.duro-elementor-page .duro-home-why-actions .duro-native-button-secondary .elementor-button {
    background: rgba(255, 255, 255, .38);
}

body.duro-elementor-page .duro-home-timeline-heading {
    background: #f7f4ef;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

body.duro-elementor-page .duro-home-timeline-heading .duro-native-title .elementor-heading-title {
    background: linear-gradient(90deg, #073c35 0%, #8cc7a9 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.duro-elementor-page .duro-home-timeline-row {
    background: #f7f4ef;
    position: relative;
    padding-top: 0;
    padding-bottom: 10rem;
}

body.duro-elementor-page .duro-home-timeline-row > .elementor-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 112px;
    max-width: 1320px;
}

body.duro-elementor-page .duro-home-timeline-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -10rem;
    left: 50%;
    width: 1px;
    background: rgba(197, 195, 191, .55);
}

body.duro-elementor-page .duro-home-timeline-row::after {
    content: "";
    position: absolute;
    top: 8.75rem;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #404040;
    box-shadow: 0 0 0 8px #f7f4ef;
}

body.duro-elementor-page .duro-home-timeline-row .duro-native-tagline .elementor-heading-title {
    color: #edbd91;
}

body.duro-elementor-page .duro-home-timeline-card > .elementor-widget-wrap {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    max-width: 34rem;
}

body.duro-elementor-page .duro-home-timeline-row > .elementor-container > .duro-home-timeline-card:nth-child(1) > .elementor-widget-wrap {
    margin-left: auto;
}

body.duro-elementor-page .duro-home-timeline-card .elementor-heading-title {
    background: linear-gradient(90deg, #073c35 0%, #8cc7a9 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body.duro-elementor-page .duro-home-timeline-image img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 16px;
    transform: rotate(-5deg);
}

body.duro-elementor-page .duro-home-medicine .duro-native-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-home-medicine {
    position: relative;
    overflow: hidden;
    padding-top: 164px;
    padding-bottom: 210px;
    background: #f7f4ef;
}

body.duro-elementor-page .duro-home-medicine::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .56;
    background: url("assets/68d4c4311ceb456ab92d60ae_Frame%20316125114.svg") 78% 112% / auto no-repeat;
    pointer-events: none;
}

body.duro-elementor-page .duro-home-medicine > .elementor-container {
    position: relative;
    z-index: 1;
}

body.duro-elementor-page .duro-home-medicine .duro-native-title .elementor-heading-title {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 112px;
    line-height: .98;
}

body.duro-elementor-page .duro-home-medicine .elementor-widget-button {
    margin-top: 24px;
}

body.duro-elementor-page .duro-home-image-grid {
    position: relative;
    overflow: hidden;
    background: #e8e4dc;
    padding-top: 88px;
    padding-bottom: 132px;
}

body.duro-elementor-page .duro-home-image-grid::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    opacity: .5;
    background: url("assets/68dc6d760c292a8c44edf3a0_Vector.svg") 0 100% / cover no-repeat;
    pointer-events: none;
}

body.duro-elementor-page .duro-home-how-heading {
    background: #e8e4dc;
    padding-top: 112px;
    padding-bottom: 0;
}

body.duro-elementor-page .duro-home-how-heading .duro-native-title .elementor-heading-title {
    font-size: 58px;
}

body.duro-elementor-page .duro-home-how-actions {
    background: #e8e4dc;
    padding-top: 0;
    padding-bottom: 116px;
}

body.duro-elementor-page .duro-home-how-actions .duro-native-inner > .elementor-widget-wrap {
    display: flex;
    justify-content: flex-end;
}

body.duro-elementor-page .duro-home-image-card > .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 16px;
    background: #073c35;
}

body.duro-elementor-page .duro-home-image-card .elementor-widget-image,
body.duro-elementor-page .duro-home-image-card .elementor-widget-image .elementor-widget-container {
    height: 100%;
}

body.duro-elementor-page .duro-home-image-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    opacity: .78;
    filter: saturate(1.06) contrast(1.04);
}

body.duro-elementor-page .duro-home-image-card > .elementor-widget-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 9, 10, .62) 0%, rgba(8, 9, 10, .05) 62%);
    pointer-events: none;
}

body.duro-elementor-page .duro-home-image-card .elementor-widget-heading,
body.duro-elementor-page .duro-home-image-card .elementor-widget-text-editor {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 2;
}

body.duro-elementor-page .duro-home-image-card .elementor-widget-heading {
    top: 24px;
    bottom: auto;
}

body.duro-elementor-page .duro-home-image-card .elementor-widget-text-editor {
    top: 144px;
    bottom: auto;
}

body.duro-elementor-page .duro-home-image-card .elementor-heading-title {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 0 1px 10px rgba(8, 9, 10, .24);
}

body.duro-elementor-page .duro-home-image-card .duro-home-image-title,
body.duro-elementor-page .duro-home-image-card .duro-home-image-title .elementor-heading-title {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

body.duro-elementor-page .duro-home-image-card .duro-native-text,
body.duro-elementor-page .duro-home-image-card .duro-native-text p {
    color: #fffaf4 !important;
    font-size: 14px;
    line-height: 1.42;
    text-shadow: 0 1px 8px rgba(8, 9, 10, .18);
}

body.duro-elementor-page .duro-home-image-grid > .elementor-container {
    position: relative;
    z-index: 1;
    align-items: start;
}

body.duro-elementor-page .duro-home-image-grid > .elementor-container > .elementor-column:nth-child(2),
body.duro-elementor-page .duro-home-image-grid > .elementor-container > .elementor-column:nth-child(4) {
    margin-top: 112px;
}

body.duro-elementor-page .duro-home-assessment-heading {
    padding-bottom: 24px;
}

body.duro-elementor-page .duro-home-assessment-heading .duro-native-button {
    margin-top: 24px;
}

body.duro-elementor-page .duro-home-assessment-card ul {
    margin: 18px 0 0;
    padding-left: 1.1em;
}

body.duro-elementor-page .duro-home-assessment-card li {
    margin-bottom: 10px;
}

body.duro-elementor-page .duro-services-hero .elementor-widget-button {
    display: inline-block;
    width: auto;
    margin: 18px 10px 0 0;
}

body.duro-elementor-page .duro-services-hero {
    min-height: 720px;
    height: min(100vh, 60rem);
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f4ef;
}

body.duro-elementor-page .duro-services-hero > .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 720px;
    height: min(100vh, 60rem);
    max-width: none;
    padding: 0;
    gap: 0;
}

body.duro-elementor-page .duro-services-hero > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-services-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    max-width: 35rem;
    margin-left: max(32px, calc((100vw - 1152px) / 2));
    margin-right: 5rem;
    min-height: 720px;
    height: min(100vh, 60rem);
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.duro-elementor-page .duro-services-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
    height: 100%;
}

body.duro-elementor-page .duro-services-hero .duro-native-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.duro-elementor-page .duro-services-hero-image img,
body.duro-elementor-page .duro-services-wide-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-services-hero-image img {
    height: min(100vh, 60rem);
    min-height: 720px;
    border-radius: 0;
    opacity: 1;
    filter: saturate(1.18) contrast(1.06) brightness(.98);
    object-position: 50% 50%;
}

body.duro-elementor-page .duro-services-package-grid > .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, auto);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-services-package-grid > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-services-package-card > .elementor-widget-wrap {
    display: flex;
    height: 100%;
    min-height: 410px;
    flex-direction: column;
    padding: 48px 32px;
    border: 1px solid rgba(16, 36, 35, .12);
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}

body.duro-elementor-page .duro-services-package-card .elementor-heading-title {
    font-family: Inter, Arial, sans-serif;
    color: #3d4452;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

body.duro-elementor-page .duro-services-package-card ul {
    margin: 28px 0 0;
    padding-left: 0;
    list-style: none;
}

body.duro-elementor-page .duro-services-package-card li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 34px;
    color: #314052;
    font-size: 14px;
    line-height: 1.5;
}

body.duro-elementor-page .duro-services-package-card li::before {
    content: "";
    position: absolute;
    top: .42em;
    left: 0;
    width: 18px;
    height: 13px;
    background: url("assets/68e71659ccd920f5b0337a6c_check%20mark.svg") center / contain no-repeat;
}

body.duro-elementor-page .duro-services-package-card .elementor-widget-button {
    margin-top: auto;
}

body.duro-elementor-page .duro-services-status p {
    color: #a97857;
}

body.duro-elementor-page .duro-services-list-image {
    grid-column: span 2;
}

body.duro-elementor-page .duro-services-list-image > .elementor-widget-wrap,
body.duro-elementor-page .duro-services-feature-image,
body.duro-elementor-page .duro-services-feature-image .elementor-widget-container {
    height: 100%;
}

body.duro-elementor-page .duro-services-feature-image img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-services-action-media {
    padding-top: 24px;
    padding-bottom: 24px;
}

body.duro-elementor-page .duro-services-action-image .elementor-widget-container {
    max-width: 1180px;
    margin: 0 auto;
}

body.duro-elementor-page .duro-services-action-image img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-native-button-muted .elementor-button {
    cursor: default;
    color: #273344;
    background: transparent;
    border: 1px solid rgba(16, 36, 35, .18);
    box-shadow: none;
}

body.duro-elementor-page .duro-services-wide-image .elementor-widget-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-services-wide-image img {
    max-height: 620px;
}

body.duro-elementor-page .duro-toolkit-hero .duro-native-text,
body.duro-elementor-page .duro-jonny-hero .duro-native-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-toolkit-hero {
    min-height: 720px;
    padding-top: 178px;
    padding-bottom: 80px;
}

body.duro-elementor-page .duro-toolkit-hero .duro-native-title {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-toolkit-hero .duro-native-title .elementor-heading-title {
    font-size: 76px;
    line-height: 1.08;
}

body.duro-elementor-page .duro-jonny-hero .elementor-widget-button,
body.duro-elementor-page .duro-toolkit-hero .elementor-widget-button {
    display: inline-block;
    margin: 18px 6px 0;
}

body.duro-elementor-page .duro-toolkit-strategy-image img,
body.duro-elementor-page .duro-jonny-hero-image img,
body.duro-elementor-page .duro-jonny-wide-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

body.duro-elementor-page .duro-toolkit-strategy-image img,
body.duro-elementor-page .duro-jonny-hero-image img {
    min-height: 560px;
}

body.duro-elementor-page .duro-toolkit-strategy-image img {
    filter: saturate(1.12) contrast(1.04);
}

body.duro-elementor-page .duro-toolkit-strategy > .elementor-container {
    align-items: flex-start;
}

body.duro-elementor-page .duro-toolkit-strategy > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    position: sticky;
    top: 5rem;
}

body.duro-elementor-page .duro-toolkit-strategy > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
    border-radius: 24px;
    background: #e8e4dc;
    padding: 72px 64px;
}

body.duro-elementor-page .duro-toolkit-image-caption .elementor-heading-title {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 430px;
    margin: -230px 24px 0;
    padding: 40px;
    border-radius: 16px;
    background: #f7f4ef;
    color: #3d4452;
    font-family: Inter, Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.08;
}

body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container,
body.duro-elementor-page .duro-jonny-goal-grid > .elementor-container {
    display: grid;
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-right: max(32px, calc((100vw - 1280px) / 2 + 32px));
    margin-left: auto;
    margin-top: -420px;
    padding-left: 0;
}

body.duro-elementor-page .duro-jonny-goal-grid-2 > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.duro-elementor-page .duro-jonny-goal-grid-3 > .elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.duro-elementor-page .duro-jonny-goal-grid-6 > .elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container > .elementor-column,
body.duro-elementor-page .duro-jonny-goal-grid > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-toolkit-pillar-card > .elementor-widget-wrap,
body.duro-elementor-page .duro-jonny-goal-card > .elementor-widget-wrap {
    height: 100%;
    padding: 40px;
    border: 1px solid rgba(7, 60, 53, .12);
    border-radius: 24px;
    background: #fdfcfb;
}

body.duro-elementor-page .duro-toolkit-pillar-card .elementor-heading-title,
body.duro-elementor-page .duro-jonny-goal-card .elementor-heading-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

body.duro-elementor-page .duro-toolkit-card-subtitle .elementor-heading-title {
    color: #3d4452;
    font-size: 20px;
    font-weight: 600;
}

body.duro-elementor-page .duro-toolkit-note {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 120px;
}

body.duro-elementor-page .duro-toolkit-note .elementor-widget-button {
    display: inline-block;
    margin: 18px 6px 0;
}

body.duro-elementor-page .duro-jonny-goal-heading {
    padding-bottom: 20px;
}

body.duro-elementor-page .duro-jonny-goal-row {
    position: relative;
}

body.duro-elementor-page .duro-jonny-goal-row > .elementor-container {
    display: grid;
    grid-template-columns: minmax(250px, .75fr) repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-jonny-goal-row-2 > .elementor-container {
    grid-template-columns: minmax(250px, .75fr) repeat(2, minmax(0, 1fr));
}

body.duro-elementor-page .duro-jonny-goal-row-6 > .elementor-container {
    grid-template-columns: minmax(250px, .75fr) repeat(3, minmax(0, 1fr));
}

body.duro-elementor-page .duro-jonny-goal-row > .elementor-container > .elementor-column {
    width: 100%;
}

body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap {
    position: sticky;
    top: 7rem;
    padding-left: 44px;
}

body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #404040;
    box-shadow: 0 0 0 12px #e8e4dc;
}

body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap::after {
    content: "";
    position: absolute;
    top: 28px;
    bottom: -120px;
    left: 7px;
    width: 1px;
    background: rgba(64, 64, 64, .18);
}

body.duro-elementor-page .duro-jonny-goal-intro .duro-native-text {
    max-width: 330px;
}

body.duro-elementor-page .duro-jonny-goal-card ul {
    margin: 18px 0 0;
    padding-left: 1.1em;
}

body.duro-elementor-page .duro-jonny-goal-card li {
    margin-bottom: 10px;
}

body.duro-elementor-page .duro-jonny-quote .duro-native-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

body.duro-elementor-page .duro-jonny-wide-image .elementor-widget-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

body.duro-elementor-page .duro-jonny-wide-image img {
    max-height: 620px;
}

@media (max-width: 991px) {
    body.duro-elementor-page .duro-native-title .elementor-heading-title {
        font-size: 54px;
    }

    body.duro-elementor-page .duro-about-hero-image img,
    body.duro-elementor-page .duro-about-team-image img,
    body.duro-elementor-page .duro-home-hero-image img {
        min-height: 460px;
    }

    body.duro-elementor-page .duro-home-feature-grid > .elementor-container,
    body.duro-elementor-page .duro-home-image-grid > .elementor-container,
    body.duro-elementor-page .duro-home-assessment-grid > .elementor-container,
    body.duro-elementor-page .duro-service-feature-grid > .elementor-container,
    body.duro-elementor-page .duro-service-framework-header > .elementor-container,
    body.duro-elementor-page .duro-service-framework-row > .elementor-container,
    body.duro-elementor-page .duro-services-package-grid > .elementor-container,
    body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container,
    body.duro-elementor-page .duro-jonny-goal-grid > .elementor-container,
    body.duro-elementor-page .duro-jonny-goal-row > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.duro-elementor-page .duro-service-framework-header > .elementor-container,
    body.duro-elementor-page .duro-service-framework-row > .elementor-container {
        grid-template-columns: minmax(170px, .95fr) minmax(220px, 1fr) minmax(260px, 1.2fr);
    }

    body.duro-elementor-page .duro-native-faq-grid > .elementor-container {
        grid-template-columns: minmax(210px, .72fr) minmax(0, 1fr);
        gap: 0 36px;
    }

    body.duro-elementor-page .duro-native-faq-question .elementor-heading-title {
        font-size: 22px;
    }

    body.duro-elementor-page .duro-jonny-goal-intro {
        grid-column: 1 / -1;
    }

    body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    html,
    body.duro-elementor-page {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.duro-elementor-page .duro-native-section {
        max-width: 100vw;
        overflow-x: hidden;
    }

    body.duro-elementor-page .navbar2_component {
        top: 1rem;
        left: 16px;
        right: 16px;
        width: auto !important;
        max-width: calc(100vw - 32px);
        min-height: 4.5rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.duro-elementor-page .navbar2_container {
        display: flex !important;
        width: 100%;
        max-width: 100%;
        min-height: 4.5rem;
        padding-left: 1.25rem;
        padding-right: 1rem;
        box-sizing: border-box;
        justify-content: space-between;
    }

    body.duro-elementor-page .navbar2_logo-link {
        max-width: 5rem;
    }

    body.duro-elementor-page .navbar2_button-wrapper {
        display: flex !important;
        flex: 0 0 auto;
        margin-left: auto;
    }

    body.duro-elementor-page .navbar2_menu-button {
        display: flex !important;
        flex: 0 0 48px;
    }

    body.duro-elementor-page .duro-native-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-native-hero {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    body.duro-elementor-page .duro-native-title .elementor-heading-title {
        font-size: 42px;
    }

    body.duro-elementor-page .duro-native-copy,
    body.duro-elementor-page .duro-native-copy p,
    body.duro-elementor-page .duro-native-text,
    body.duro-elementor-page .duro-native-text p {
        font-size: 16px;
    }

    body.duro-elementor-page .duro-native-grid-2 > .elementor-container,
    body.duro-elementor-page .duro-native-grid-3 > .elementor-container,
    body.duro-elementor-page .duro-service-split > .elementor-container,
    body.duro-elementor-page .duro-native-check-list ul {
        grid-template-columns: 1fr;
    }

    body.duro-elementor-page .duro-service-split > .elementor-container,
    body.duro-elementor-page .duro-service-image .elementor-widget-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-service-compact-title .elementor-heading-title {
        font-size: 34px;
    }

    body.duro-elementor-page .duro-service-measure-grid > .elementor-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-service-framework-header {
        display: none;
    }

    body.duro-elementor-page .duro-service-framework-row > .elementor-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-service-framework-row > .elementor-container > .elementor-column:not(:first-child) {
        border-top: 1px solid rgba(7, 60, 53, .08);
        border-left: 0;
    }

    body.duro-elementor-page .duro-service-framework-cell > .elementor-widget-wrap {
        padding: 22px 22px 24px;
    }

    body.duro-elementor-page .duro-service-framework-label .elementor-heading-title {
        display: block;
    }

    body.duro-elementor-page .duro-native-faq-grid {
        padding-bottom: 48px;
    }

    body.duro-elementor-page .duro-native-faq-grid > .elementor-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0;
    }

    body.duro-elementor-page .duro-native-faq-rail,
    body.duro-elementor-page .duro-native-faq-item {
        grid-column: auto;
        grid-row: auto;
    }

    body.duro-elementor-page .duro-native-faq-rail > .elementor-widget-wrap {
        position: static;
        padding-top: 0;
        padding-bottom: 16px;
    }

    body.duro-elementor-page .duro-native-faq-item > .elementor-widget-wrap {
        padding: 20px 0;
    }

    body.duro-elementor-page .duro-native-faq-question {
        padding-right: 52px;
    }

    body.duro-elementor-page .duro-native-faq-question .elementor-heading-title {
        font-size: 20px;
    }

    body.duro-elementor-page .duro-about-health-card > .elementor-widget-wrap,
    body.duro-elementor-page .duro-about-health-card img {
        min-height: 420px;
        height: 420px;
    }

    body.duro-elementor-page .duro-about-wide-image .elementor-widget-container,
    body.duro-elementor-page .duro-about-logo-grid > .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-about-team-card > .elementor-widget-wrap {
        padding: 28px;
    }

    body.duro-elementor-page .duro-about-team-image img {
        min-height: 400px;
    }

    body.duro-elementor-page .duro-home-feature-grid > .elementor-container,
    body.duro-elementor-page .duro-home-image-grid > .elementor-container,
    body.duro-elementor-page .duro-home-assessment-grid > .elementor-container,
    body.duro-elementor-page .duro-service-feature-grid > .elementor-container,
    body.duro-elementor-page .duro-services-package-grid > .elementor-container,
    body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container,
    body.duro-elementor-page .duro-jonny-goal-grid > .elementor-container,
    body.duro-elementor-page .duro-jonny-goal-row > .elementor-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap {
        padding-left: 28px;
    }

    body.duro-elementor-page .duro-jonny-goal-intro > .elementor-widget-wrap::after {
        bottom: -32px;
    }

    body.duro-elementor-page .duro-home-image-card > .elementor-widget-wrap,
    body.duro-elementor-page .duro-home-image-card img {
        min-height: 420px;
        height: 420px;
    }

    body.duro-elementor-page .duro-home-image-card .elementor-widget-heading {
        bottom: 126px;
    }

    body.duro-elementor-page .duro-service-feature-card > .elementor-widget-wrap {
        padding: 32px 24px;
    }

    body.duro-elementor-page .duro-home-hero,
    body.duro-elementor-page .duro-services-hero,
    body.duro-elementor-page .duro-home-hero > .elementor-container,
    body.duro-elementor-page .duro-services-hero > .elementor-container {
        display: block;
        height: auto;
        min-height: 0;
    }

    body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
    body.duro-elementor-page .duro-services-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
        height: auto;
        min-height: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 140px 20px 48px;
    }

    body.duro-elementor-page .duro-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: flex-start;
        justify-content: flex-start;
    }

    body.duro-elementor-page .duro-home-hero .duro-native-inner,
    body.duro-elementor-page .duro-services-hero .duro-native-inner {
        padding-left: 0;
        padding-right: 0;
    }

    body.duro-elementor-page .duro-home-hero-title .elementor-heading-title {
        font-size: 54px;
    }

    body.duro-elementor-page .duro-home-hero-image img,
    body.duro-elementor-page .duro-services-hero-image img {
        height: 420px;
        min-height: 400px;
    }

    body.duro-elementor-page .duro-services-wide-image .elementor-widget-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-toolkit-hero,
    body.duro-elementor-page .duro-toolkit-strategy,
    body.duro-elementor-page .duro-toolkit-pillar-grid {
        overflow: hidden;
    }

    body.duro-elementor-page .duro-toolkit-hero .duro-native-title .elementor-heading-title {
        font-size: 24px;
        line-height: 1.08;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        overflow-wrap: break-word;
        word-break: normal;
        white-space: normal;
    }

    body.duro-elementor-page .duro-toolkit-hero .duro-native-text {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    body.duro-elementor-page .duro-toolkit-strategy > .elementor-container {
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    body.duro-elementor-page .duro-toolkit-strategy > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    body.duro-elementor-page .duro-toolkit-strategy > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
        position: static;
        padding-left: 0;
        padding-right: 0;
    }

    body.duro-elementor-page .duro-toolkit-strategy > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
        padding: 32px 24px;
        margin-top: 24px;
    }

    body.duro-elementor-page .duro-toolkit-pillar-grid > .elementor-container {
        max-width: none;
        margin: 24px auto 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.duro-elementor-page .duro-toolkit-strategy-image img,
    body.duro-elementor-page .duro-jonny-hero-image img {
        min-height: 400px;
    }

    body.duro-elementor-page .duro-jonny-wide-image .elementor-widget-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
