/*
Theme Name: Divi Child
Theme URI: http://www.nuiloa.com/Dvi-Child/
description: >-
  Divi Child Theme
Author: Chris Halsema
Author URI: http://nuiloa.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi-child
*/

/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.2
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

REPLACES divi style-static.min.css
*/
a,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var {
    margin: revert;
    padding: revert;
    border: revert;
    outline: revert;
    font-size: revert;
    -ms-text-size-adjust: revert;
    -webkit-text-size-adjust: revert;
    vertical-align: revert;
    background: revert;
}
#betterdocs-single-content ul {
    list-style: disc!important;
	padding-bottom: 5px!important;
}

.eh-landing {
    font-family: "Open Sans", "Montserrat", "Segoe UI", sans-serif;
    color: #1B2E4C;
    background-color: #FFFFFF;
    position: relative;
    isolation: isolate;
}

body.home {
    background-color: #0e1d37;
}

body.home #page-container {
    background: transparent;
}

body.home #main-content {
    background: transparent;
}

.eh-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #f6f8fb;
    box-shadow: 0 18px 36px rgba(19,37,66,0.12);
    backdrop-filter: none;
}

.eh-nav-shell {
    width: 100%;
    margin: 0 auto;
}

.eh-nav-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 14px 42px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.eh-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #1B2E4C;
}

.eh-brand-logo {
    height: 34px;
    width: auto;
}

.eh-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2B950E, #1B2E4C);
    box-shadow: 0 14px 32px rgba(43,149,14,0.35);
}

.eh-brand-name {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.1;
}

.eh-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(10,21,40,0.75);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.eh-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FFFFFF;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.eh-nav.is-open .eh-nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.eh-nav.is-open .eh-nav-toggle span:nth-child(2) {
    opacity: 0;
}

.eh-nav.is-open .eh-nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.eh-nav-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.eh-nav-body {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: auto;
}

.eh-nav-menu {
    position: relative;
}

.eh-nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.eh-nav-item {
    position: relative;
}

.eh-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-transform: uppercase;
    color: #1B2E4C;
    background: transparent;
    border: 0;
    padding: 6px 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

.eh-nav-link:focus-visible {
    outline: 2px solid rgba(27,46,76,0.4);
    outline-offset: 4px;
}

.eh-nav-caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}

.eh-nav-item.is-open .eh-nav-caret {
    transform: rotate(180deg);
}

.eh-nav-item.has-mega {
    position: relative;
}

.eh-nav-item.has-mega::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
}

.eh-mega {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 560px;
    padding: 32px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(16,30,52,0.12);
    border: 1px solid rgba(27,46,76,0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.eh-mega-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.eh-mega-column {
    display: grid;
    gap: 14px;
}

.eh-mega-title {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(27,46,76,0.65);
    margin: 0;
}

.eh-mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.eh-mega-link {
    display: inline-flex;
    color: #1B2E4C;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.eh-mega-link:hover,
.eh-mega-link:focus-visible {
    color: #2B950E;
}

.eh-nav-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eh-nav-buttons .eh-btn {
    padding: 12px 26px;
    font-size: 14px;
}

.eh-nav-link-plain {
    color: #1B2E4C;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    transition: color 0.2s ease;
}

.eh-nav-link-plain:hover,
.eh-nav-link-plain:focus-visible {
    color: #2B950E;
}

@media (min-width: 1025px) {
    .eh-nav-item:hover > .eh-nav-link,
    .eh-nav-item:focus-within > .eh-nav-link {
        color: #2B950E;
    }
    .eh-nav-item:hover .eh-mega,
    .eh-nav-item:focus-within .eh-mega {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .eh-nav-inner {
        padding: 14px 32px;
    }
    .eh-nav-list {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    .eh-nav {
        top: 0;
        box-shadow: 0 16px 36px rgba(6,12,24,0.35);
    }
    .eh-nav-inner {
        flex-wrap: wrap;
        padding: 14px 24px;
    }
    .eh-nav-toggle {
        display: flex;
    }
    .eh-nav-body {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        display: none;
    }
    .eh-nav.is-open .eh-nav-body {
        display: flex;
    }
    .eh-nav-list {
        flex-direction: column;
        gap: 0;
    }
    .eh-nav-item {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 12px 0;
    }
    .eh-nav-link {
        width: 100%;
        justify-content: space-between;
        font-size: 15px;
    }
    .eh-hero {
        padding: 140px 32px 120px;
    }
    .eh-mega {
        position: static;
        min-width: 0;
        padding: 18px 0 6px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        display: none;
    }
    .eh-nav-item.is-open .eh-mega {
        display: block;
    }
    .eh-mega-columns {
        gap: 20px;
    }
    .eh-nav-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .eh-nav-buttons .eh-btn {
        width: 100%;
        justify-content: center;
    }
    .eh-nav-link-plain {
        display: block;
        text-align: center;
        padding: 12px 0;
    }
}

.eh-section {
    padding: 80px 24px;
}

.eh-section-light {
    background-color: #F4F7FB;
}

.eh-section-dark {
    background-color: #1B2E4C;
    color: #FFFFFF;
}

.eh-container {
    max-width: 1240px;
    margin: 0 auto;
}

.eh-hero {
    position: relative;
    min-height: auto;
    padding: 120px 48px 120px;
    color: #FFFFFF;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.eh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12,24,45,0.7), rgba(12,24,38,0.45));
    z-index: 0;
}

.eh-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 640px);
}

.eh-hero-copy {
    display: grid;
    gap: 24px;
}

.eh-hero-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    font-size: 17px;
    line-height: 1.65;
    color: #2d4163;
}

.eh-translation .eh-container {
    max-width: 900px;
    display: grid;
    gap: 28px;
}

.eh-translation .eh-text-lg {
    margin: 0;
}

.eh-translation .eh-hero-points {
    color: #1f3557;
}

.eh-hero-points li {
    position: relative;
    padding-left: 28px;
}

.eh-hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2B950E, #56c14b);
    box-shadow: 0 0 12px rgba(43,149,14,0.45);
}

.eh-hero-visual {
    position: relative;
}

.eh-hero-visual::before {
    content: "";
    position: absolute;
    inset: -60px -60px -80px;
    background: radial-gradient(circle at 20% 20%, rgba(119,179,255,0.3), transparent 55%),
                radial-gradient(circle at 80% 10%, rgba(43,149,14,0.18), transparent 60%);
    filter: blur(0px);
    z-index: -1;
}

.eh-hero-panel {
    background: linear-gradient(145deg, #ffffff 0%, #f6f9ff 70%);
    border: 1px solid rgba(27,46,76,0.08);
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: 0 28px 64px rgba(24,42,72,0.18);
    display: grid;
    gap: 24px;
}

.eh-hero-panel-header {
    display: grid;
    gap: 4px;
}

.eh-hero-panel-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #6080b2;
}

.eh-hero-panel-title {
    font-size: 20px;
    font-weight: 700;
    color: #1B2E4C;
}

.eh-hero-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.eh-hero-panel-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
}

.eh-hero-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: radial-gradient(circle at 25% 25%, rgba(43,149,14,0.24), rgba(43,149,14,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2B950E;
}

.eh-hero-panel-bullet-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1B2E4C;
    margin-bottom: 4px;
}

.eh-hero-panel-bullet-desc {
    color: #3c5175;
    font-size: 14px;
    line-height: 1.55;
}

.eh-hero .eh-heading-xl,
.eh-hero .eh-subhead {
    color: #FFFFFF;
}

.eh-hero .eh-heading-xl {
    text-shadow: none;
}

.eh-hero-content {
    position: relative;
    z-index: 1;
    max-width: 620px;
}

.eh-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #4d6ba7;
}

.eh-heading-xl {
    font-size: clamp(46px, 6.5vw, 68px);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 0;
    color: #FFFFFF;
    text-shadow: 0 12px 30px rgba(3,8,15,0.55);
}

.eh-subhead {
    font-size: 20px;
    line-height: 1.7;
    max-width: 640px;
}

.eh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.eh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid transparent;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    text-decoration: none;
}

.eh-btn-primary {
    background-color: #2B950E;
    color: #FFFFFF;
    box-shadow: 0 14px 32px rgba(43,149,14,0.28);
}

.eh-btn-primary:hover,
.eh-btn-primary:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(43,149,14,0.4);
}

.eh-btn-secondary {
    background-color: #FFFFFF;
    color: #1B2E4C;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(25,42,74,0.18);
}

.eh-btn-secondary:hover,
.eh-btn-secondary:focus-visible {
    background-color: #E9EDF5;
    color: #1B2E4C;
}

.eh-section-title {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.eh-text-lg {
    font-size: 20px;
    line-height: 1.7;
    max-width: 760px;
    margin-bottom: 32px;
}

.eh-section-dark,
.eh-initiative,
.eh-impact {
    color: #FFFFFF;
}

.eh-section-dark .eh-section-title,
.eh-section-dark .eh-text-lg,
.eh-section-dark p,
.eh-section-dark li,
.eh-initiative .eh-section-title,
.eh-initiative .eh-text-lg,
.eh-initiative p,
.eh-initiative li,
.eh-impact .eh-section-title,
.eh-impact p {
    color: #FFFFFF;
}

.eh-section-dark .eh-card,
.eh-initiative .eh-card,
.eh-impact .eh-card {
    color: #1B2E4C;
}

.eh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.eh-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 24px 60px rgba(31,57,96,0.08);
    border: 1px solid rgba(31,57,96,0.08);
}

.eh-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(43,149,14,0.12);
    color: #2B950E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.eh-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.eh-card p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

#who-we-are .eh-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#who-we-are .eh-text-lg {
    margin: 0 auto 32px;
    max-width: 780px;
}

.eh-credibility-panel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
    padding: 0;
    border-left: none;
    background-color: transparent;
    border-radius: 0;
}

.eh-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.eh-step {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(31,57,96,0.1);
    border: 1px solid rgba(31,57,96,0.06);
}

.eh-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(43,149,14,0.15);
    color: #2B950E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.eh-step h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.eh-step p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.eh-initiative {
    background: linear-gradient(135deg, #1B2E4C, #13203A);
    color: #FFFFFF;
}

.eh-initiative-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: start;
}

.eh-list {
    display: grid;
    gap: 16px;
}

.eh-list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 1.6;
}

.eh-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2B950E;
}

.eh-impact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #E6F2E7 0%, #F1F4FB 100%);
}

.eh-impact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(43,149,14,0.35), transparent 50%), radial-gradient(circle at bottom right, rgba(27,46,76,0.25), transparent 55%);
    opacity: 0.45;
}

.eh-impact .eh-container {
    position: relative;
    z-index: 1;
}

.eh-impact,
.eh-impact h2,
.eh-impact p {
    color: #1B2E4C;
}

.eh-impact p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 820px;
}

.eh-footer {
    background-color: #1B2E4C;
    color: #FFFFFF;
    padding: 56px 24px 48px;
}

.eh-footer p {
    color: rgba(255,255,255,0.82);
    margin: 0;
}

.eh-footer .eh-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.eh-footer h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.eh-footer p,
.eh-footer span {
    color: rgba(255,255,255,0.8);
}

.eh-footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.eh-footer a:hover,
.eh-footer a:focus-visible {
    color: #2B950E;
}

.eh-footer-nav {
    display: grid;
    gap: 12px;
}

.eh-footer-contact {
    display: grid;
    gap: 8px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .eh-section {
        padding: 64px 20px;
    }
    .eh-card-grid,
    .eh-process-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .eh-btn,
    .eh-btn-primary,
    .eh-btn-secondary {
        transition: none;
    }
    .eh-btn-primary:hover,
    .eh-btn-primary:focus-visible,
    .eh-btn-secondary:hover,
    .eh-btn-secondary:focus-visible {
        transform: none;
        box-shadow: none;
    }
}

.home .et_menu_container {
    width: 100%;
}

.home #main-header,
.home #main-header.et-fixed-header,
.home #et-top-navigation,
.home #top-menu,
.home #et_secondary_nav,
.home #et_mobile_nav_menu {
    display: none !important;
}

@media (max-width: 1024px) {
    .eh-hero-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        max-width: 100%;
    }
    .eh-hero {
        min-height: auto;
        padding: 140px 32px 110px;
    }
    .eh-hero-visual::before {
        inset: -40px -20px -40px;
    }
}

@media (max-width: 640px) {
    .eh-hero {
        padding: 140px 22px 110px;
    }
    .eh-hero-copy {
        padding: 22px;
    }
    .eh-hero-panel {
        padding: 28px 24px;
    }
    .eh-hero-panel-list li {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .eh-hero-icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}

.no-scroll {
    overflow: hidden;
}

.eh-video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.eh-video-modal.is-open {
    display: flex;
}

.eh-video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8,16,30,0.7);
}

.eh-video-dialog {
    position: relative;
    width: min(900px, 92vw);
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(8,16,30,0.4);
    z-index: 1;
}

.eh-video-wrapper {
    width: 100%;
    height: 100%;
}

.eh-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.eh-video-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: rgba(255,255,255,0.85);
    color: #0b2238;
    border: none;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eh-video-close:hover,
.eh-video-close:focus-visible {
    background: #ffffff;
}