.elementor-614 .elementor-element.elementor-element-f846e8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9836955 */<style>
.mongoose-page {
    --mongoose-red: #d93d2e;
    --mongoose-dark-red: #a52622;
    --mongoose-black: #171717;
    --mongoose-teal: #087378;
    --mongoose-gold: #b77928;
    --mongoose-text: #241d19;
    --mongoose-border: #d6cabc;
    --mongoose-background: #fdfaf5;

    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--mongoose-text);
    font-family: "Zinzi Body", Georgia, serif;
}

.mongoose-page,
.mongoose-page * {
    box-sizing: border-box;
}

.mongoose-page img,
.mongoose-page svg {
    display: block;
}

.mongoose-shell {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 42px 46px 18px;
    overflow: hidden;
    background: var(--mongoose-background);
    border: 1px solid var(--mongoose-text);
}

/* Header */

.mongoose-header {
    width: 100%;
    text-align: center;
}

.mongoose-logo-wrap {
    display: flex;
    width: min(100%, 520px);
    min-height: 155px;
    margin: 0 auto;
    padding: 24px 42px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid var(--mongoose-border);
    box-shadow: 0 5px 22px rgba(33, 22, 15, 0.07);
}

.mongoose-logo-wrap img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.mongoose-tagline {
    margin: 22px 0;
    color: var(--mongoose-dark-red);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.mongoose-top-divider,
.mongoose-heading-divider {
    display: grid;
    grid-template-columns: 1fr 13px 1fr;
    gap: 12px;
    align-items: center;
}

.mongoose-top-divider {
    width: 100%;
    margin-bottom: 42px;
}

.mongoose-heading-divider {
    width: 86%;
    margin: 28px 0 29px;
}

.mongoose-top-divider span {
    border-top: 3px dotted var(--mongoose-red);
}

.mongoose-heading-divider span {
    height: 2px;
    background: var(--mongoose-red);
}

.mongoose-top-divider i,
.mongoose-heading-divider i {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background: var(--mongoose-red);
    transform: rotate(45deg);
}

/* Main layout */

.mongoose-main {
    display: grid;
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    gap: 46px;
    align-items: stretch;
}

.mongoose-content {
    min-width: 0;
    padding: 0 0 6px 8px;
}

.mongoose-content h1 {
    margin: 0;
    color: var(--mongoose-text);
    font-family: "Glorify", Georgia, serif;
    font-size: clamp(3.3rem, 5.3vw, 5.4rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.mongoose-introduction {
    width: 90%;
}

.mongoose-introduction p {
    margin: 0 0 24px;
    color: var(--mongoose-text);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 1.14rem;
    font-weight: 400;
    line-height: 1.68;
}

.mongoose-introduction p:last-child {
    margin-bottom: 0;
}

/* Detail section */

.mongoose-detail-divider {
    width: 86%;
    margin: 31px 0 8px;
    border-top: 2px dotted var(--mongoose-red);
}

.mongoose-details {
    width: 100%;
}

.mongoose-detail {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 27px;
    padding: 17px 0;
    align-items: center;
}

.mongoose-detail-top {
    align-items: start;
}

.mongoose-detail-icon {
    display: flex;
    min-height: 80px;
    padding-right: 24px;
    align-items: center;
    justify-content: center;
    border-right: 2px solid currentColor;
}

.mongoose-detail-icon svg {
    width: 62px;
    max-height: 74px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mongoose-red {
    color: var(--mongoose-red);
}

.mongoose-black {
    color: var(--mongoose-black);
}

.mongoose-teal {
    color: var(--mongoose-teal);
}

.mongoose-detail-copy {
    min-width: 0;
}

.mongoose-detail-copy h2 {
    margin: 0 0 5px;
    color: var(--mongoose-red);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mongoose-detail-copy h2.mongoose-black-heading {
    color: var(--mongoose-black);
}

.mongoose-detail-copy h2.mongoose-teal-heading {
    color: var(--mongoose-teal);
}

.mongoose-detail-copy p,
.mongoose-detail-copy li {
    color: var(--mongoose-text);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.32;
}

.mongoose-detail-copy p {
    margin: 0;
}

.mongoose-detail-copy ul {
    margin: 4px 0 0;
    padding-left: 1.15rem;
}

.mongoose-detail-copy li {
    margin: 0 0 4px;
    padding-left: 2px;
}

/* Main image */

.mongoose-main-image {
    min-width: 0;
    height: 100%;
    min-height: 1050px;
    margin: 0;
    overflow: hidden;
}

.mongoose-main-image img {
    width: 100%;
    height: 100%;
    min-height: 1050px;
    object-fit: cover;
    object-position: center top;
}

/* Feature strip */

.mongoose-feature-strip {
    display: grid;
    grid-template-columns: 2.2fr repeat(3, 1fr);
    margin-top: 34px;
    border-top: 1px solid var(--mongoose-border);
    border-bottom: 1px solid var(--mongoose-border);
}

.mongoose-feature-intro,
.mongoose-feature {
    min-width: 0;
    min-height: 155px;
}

.mongoose-feature-intro {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 23px;
    align-items: center;
}

.mongoose-feature-intro-icon {
    color: var(--mongoose-red);
}

.mongoose-feature-intro-icon svg {
    width: 110px;
    height: 105px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mongoose-feature-intro-copy h2 {
    margin: 0 0 6px;
    color: var(--mongoose-red);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mongoose-feature-intro-copy p {
    margin: 0;
    color: var(--mongoose-text);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.3;
}

.mongoose-feature {
    position: relative;
    display: flex;
    padding: 19px 14px 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.mongoose-feature::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    border-left: 2px dotted var(--mongoose-red);
    content: "";
}

.mongoose-feature-icon svg {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mongoose-feature h3 {
    margin: 0;
    color: var(--mongoose-red);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.mongoose-feature h3.mongoose-black-heading {
    color: var(--mongoose-black);
}

.mongoose-feature h3.mongoose-teal-heading {
    color: var(--mongoose-teal);
}

/* Footer */

.mongoose-footer {
    display: grid;
    grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr);
    gap: 24px;
    margin-top: 21px;
    align-items: center;
}

.mongoose-footer span {
    border-top: 2px dotted var(--mongoose-red);
}

.mongoose-footer p {
    margin: 0;
    color: var(--mongoose-text);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 0.83rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.mongoose-footer b {
    margin: 0 11px;
    color: var(--mongoose-red);
    font-weight: 700;
}

.mongoose-heart {
    margin-top: 5px;
    color: var(--mongoose-red);
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
}

/* Tablet */

@media (max-width: 1024px) {
    .mongoose-shell {
        padding: 34px 28px 18px;
    }

    .mongoose-logo-wrap {
        max-width: 450px;
        min-height: 135px;
    }

    .mongoose-tagline {
        font-size: 0.97rem;
    }

    .mongoose-main {
        grid-template-columns: minmax(0, 47%) minmax(0, 53%);
        gap: 30px;
    }

    .mongoose-content h1 {
        font-size: clamp(2.8rem, 5.2vw, 4.3rem);
    }

    .mongoose-introduction p {
        font-size: 1rem;
    }

    .mongoose-detail {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 17px;
    }

    .mongoose-detail-icon {
        padding-right: 16px;
    }

    .mongoose-detail-icon svg {
        width: 50px;
    }

    .mongoose-detail-copy h2 {
        font-size: 1.05rem;
    }

    .mongoose-detail-copy p,
    .mongoose-detail-copy li {
        font-size: 0.9rem;
    }

    .mongoose-main-image,
    .mongoose-main-image img {
        min-height: 920px;
    }

    .mongoose-feature-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .mongoose-feature-intro {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--mongoose-border);
    }

    .mongoose-feature:first-of-type::before {
        display: none;
    }

    .mongoose-footer p {
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .mongoose-shell {
        padding: 25px 18px 15px;
        border-right: 0;
        border-left: 0;
    }

    .mongoose-logo-wrap {
        min-height: 105px;
        padding: 20px 26px;
    }

    .mongoose-logo-wrap img {
        max-width: 280px;
    }

    .mongoose-tagline {
        margin: 18px 0;
        font-size: 0.76rem;
        line-height: 1.55;
        letter-spacing: 0.12em;
    }

    .mongoose-top-divider {
        margin-bottom: 29px;
    }

    .mongoose-main {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .mongoose-content {
        padding-left: 0;
    }

    .mongoose-content h1 {
        font-size: clamp(2.75rem, 13vw, 4.2rem);
        line-height: 1;
    }

    .mongoose-introduction,
    .mongoose-heading-divider,
    .mongoose-detail-divider {
        width: 100%;
    }

    .mongoose-introduction p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .mongoose-detail {
        grid-template-columns: 69px minmax(0, 1fr);
        gap: 15px;
        padding: 15px 0;
    }

    .mongoose-detail-icon {
        min-height: 68px;
        padding-right: 14px;
    }

    .mongoose-detail-icon svg {
        width: 44px;
        max-height: 60px;
    }

    .mongoose-detail-copy h2 {
        font-size: 1rem;
    }

    .mongoose-detail-copy p,
    .mongoose-detail-copy li {
        font-size: 0.9rem;
        line-height: 1.35;
    }

    .mongoose-main-image {
        min-height: 0;
    }

    .mongoose-main-image img {
        min-height: 0;
        aspect-ratio: 4 / 5;
        object-position: center top;
    }

    .mongoose-feature-strip {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .mongoose-feature-intro {
        grid-column: auto;
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 130px;
        padding: 19px 15px;
    }

    .mongoose-feature-intro-icon svg {
        width: 80px;
        height: 80px;
    }

    .mongoose-feature-intro-copy h2 {
        font-size: 1rem;
    }

    .mongoose-feature-intro-copy p {
        font-size: 0.88rem;
    }

    .mongoose-feature {
        min-height: 112px;
        border-top: 1px solid var(--mongoose-border);
    }

    .mongoose-feature::before {
        display: none;
    }

    .mongoose-feature-icon svg {
        width: 58px;
        height: 58px;
    }

    .mongoose-footer {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mongoose-footer p {
        font-size: 0.68rem;
        line-height: 1.8;
        letter-spacing: 0.08em;
        white-space: normal;
    }

    .mongoose-footer b {
        margin: 0 6px;
    }
}
</style>/* End custom CSS */