.elementor-11 .elementor-element.elementor-element-42dfb8a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-54cd0be{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:30px;--padding-right:30px;}.elementor-11 .elementor-element.elementor-element-54cd0be:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-54cd0be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDFC;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-f22eabc{text-align:center;}.elementor-11 .elementor-element.elementor-element-f22eabc .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:42px;color:#4D5634;}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-accordion-title{color:#B6A489;}.elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-accordion-icon svg{fill:#B6A489;}.elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-active .elementor-accordion-icon, .elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-active .elementor-accordion-title{color:#5A5142;}.elementor-11 .elementor-element.elementor-element-f0b2133 .elementor-active .elementor-accordion-icon svg{fill:#5A5142;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-54cd0be{--content-width:1000px;}}/* Start custom CSS for html, class: .elementor-element-42dfb8a */.imago-psy-hero-block {
    --bg: #f5eee4;
    --text: #47453d;
    --green: #465137;
    --gold: #bf7918;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;

    color: var(--text);
    font-family: "Lato", Arial, sans-serif;
}

.imago-psy-hero-block *,
.imago-psy-hero-block *::before,
.imago-psy-hero-block *::after {
    box-sizing: border-box;
}

.imago-psy-hero-block h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-psy-hero-block p {
    margin: 0;
}

.imago-psy-hero {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--bg);
}

.imago-psy-hero-inner {
    width: min(calc(100% - 48px), 1120px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 460px;
    align-items: stretch;
}

.imago-psy-hero-image {
    position: relative;
    overflow: hidden;
}

.imago-psy-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.imago-psy-hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 55px 60px 65px;
}

.imago-psy-eyebrow {
    margin-bottom: 13px;
    color: var(--green);
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 30px;
    line-height: 1.1;
}

.imago-psy-hero-title {
    max-width: 480px;
    color: var(--gold);
    font-size: clamp(39px, 3.2vw, 49px);
    line-height: .98;
    letter-spacing: -.01em;
}

.imago-psy-small-line {
    width: 58px;
    height: 1px;
    margin: 29px 0 25px;
    background: var(--gold);
}

.imago-psy-hero-text {
    max-width: 440px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
}

.imago-psy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 43px;
    margin-top: 27px;
    padding: 0 25px;
    border-radius: 40px;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    transition: .2s ease;
}

.imago-psy-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

.imago-psy-hero-content::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 55px;
    width: 72px;
    height: 145px;
    opacity: .22;
    background:
        linear-gradient(
            90deg,
            transparent 49%,
            var(--gold) 49%,
            var(--gold) 50%,
            transparent 50%
        );
}

@media (max-width: 1024px) {
    .imago-psy-hero-content {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .imago-psy-hero-inner {
        width: 100%;
        display: block;
        min-height: auto;
    }

    .imago-psy-hero-image img {
        min-height: 0;
        height: auto;
        aspect-ratio: 1.25 / 1;
    }

    .imago-psy-hero-content {
        padding: 39px 24px 45px;
    }

    .imago-psy-eyebrow {
        font-size: 26px;
    }

    .imago-psy-hero-title {
        font-size: 38px;
    }

    .imago-psy-hero-title br {
        display: none;
    }

    .imago-psy-hero-text {
        font-size: 14px;
    }

    .imago-psy-hero-content::after {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89f68f3 */.imago-psy-when-block {
    --white: #ffffff;
    --text: #47453d;
    --green: #465137;
    --gold: #bf7918;

    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
}

.imago-psy-when-block *,
.imago-psy-when-block *::before,
.imago-psy-when-block *::after {
    box-sizing: border-box;
}

.imago-psy-when-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-psy-when {
    padding: 85px 0 92px;
    background: var(--white);
}

.imago-psy-when-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;
}

.imago-section-heading {
    margin-bottom: 42px;
}

.imago-psy-when-title {
    color: var(--green);
    font-size: 34px;
    line-height: 1.1;
}

.imago-psy-title-line {
    width: 54px;
    height: 1px;
    margin-top: 17px;
    background: var(--gold);
}

.imago-psy-when-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 70px;
}

.imago-psy-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imago-psy-list li {
    position: relative;
    padding: 9px 0 9px 20px;
    border-bottom: 1px solid rgba(70,81,55,.08);
    color: #57544c;
    font-size: 14px;
    line-height: 1.55;
}

.imago-psy-list li:last-child {
    border-bottom: 0;
}

.imago-psy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

@media (max-width: 767px) {
    .imago-psy-when {
        padding: 60px 0 65px;
    }

    .imago-psy-when-inner {
        width: calc(100% - 40px);
    }

    .imago-psy-when-title {
        font-size: 30px;
    }

    .imago-section-heading {
        margin-bottom: 28px;
    }

    .imago-psy-when-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e2aa54 */.imago-psy-services-block {
    --bg: #f5eee4;
    --green: #465137;
    --gold: #bf7918;

    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
}

.imago-psy-services-block *,
.imago-psy-services-block *::before,
.imago-psy-services-block *::after {
    box-sizing: border-box;
}

.imago-psy-services-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-psy-services-block p {
    margin: 0;
}

.imago-psy-services {
    padding: 85px 0;
    background: var(--bg);
}

.imago-psy-services-header {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto 38px;
}

.imago-psy-services-header h2 {
    color: var(--green);
    font-size: 34px;
    line-height: 1.05;
}

.imago-psy-title-line {
    width: 54px;
    height: 1px;
    margin-top: 17px;
    background: var(--gold);
}

.imago-psy-services-row {
    width: min(calc(100% - 48px), 1000px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.imago-psy-service {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.52);
    border: 1px solid rgba(93,85,68,.10);
}

.imago-psy-service-image {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.imago-psy-service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.imago-psy-service:hover .imago-psy-service-image img {
    transform: scale(1.025);
}

.imago-psy-service-content {
    min-height: 190px;
    padding: 30px 33px 34px;
}

.imago-psy-service-title {
    margin-bottom: 14px !important;
    color: var(--green);
    font-size: 30px;
    line-height: 1;
}

.imago-psy-service-text {
    max-width: 380px;
    color: #625f57;
    font-size: 14px;
    line-height: 1.7;
}

.imago-psy-service-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--gold) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.imago-psy-service-link::after {
    content: " →";
}

@media (max-width: 767px) {
    .imago-psy-services {
        padding: 62px 0;
    }

    .imago-psy-services-header,
    .imago-psy-services-row {
        width: calc(100% - 40px);
    }

    .imago-psy-services-header h2 {
        font-size: 30px;
    }

    .imago-psy-services-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .imago-psy-service-image {
        height: 225px;
    }

    .imago-psy-service-content {
        min-height: 0;
        padding: 27px 25px 30px;
    }

    .imago-psy-service-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33a3d12 */.imago-psy-meeting-block {
    --bg-light: #fbf8f3;
    --green: #465137;
    --gold: #bf7918;
    --gold-light: #d6b072;

    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
}

.imago-psy-meeting-block *,
.imago-psy-meeting-block *::before,
.imago-psy-meeting-block *::after {
    box-sizing: border-box;
}

.imago-psy-meeting-block h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 500;
}

.imago-psy-meeting-block p {
    margin: 0;
}

.imago-psy-meeting {
    padding: 85px 0 90px;
    background: var(--bg-light);
}

.imago-psy-meeting-inner {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.imago-psy-quote {
    padding-left: 35px;
    border-left: 1px solid var(--gold-light);
}

.imago-psy-quote-mark {
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 48px;
    line-height: .5;
}

.imago-psy-quote p {
    max-width: 330px;
    color: #666159;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 21px;
    line-height: 1.35;
}

.imago-psy-meeting-content h2 {
    margin-bottom: 14px;
    color: var(--green);
    font-size: 36px;
    line-height: 1;
}

.imago-psy-meeting-content > p {
    color: #646057;
    font-size: 14px;
    line-height: 1.7;
}

.imago-psy-meeting-block .imago-psy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 43px;
    margin-top: 27px;
    padding: 0 25px;
    border-radius: 40px;
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    transition: .2s ease;
}

.imago-psy-meeting-block .imago-psy-btn:hover {
    background: transparent;
    color: var(--gold) !important;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .imago-psy-meeting-inner {
        gap: 55px;
    }
}

@media (max-width: 767px) {
    .imago-psy-meeting {
        padding: 62px 0 67px;
    }

    .imago-psy-meeting-inner {
        width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 43px;
    }

    .imago-psy-quote {
        padding-left: 24px;
    }

    .imago-psy-quote p {
        font-size: 19px;
    }

    .imago-psy-meeting-content h2 {
        font-size: 32px;
    }
}/* End custom CSS */