#faq .toggle-title, #faq .toggle-content { color:white }
#footer { font-size: 14px }
#footer p { margin-bottom: 0px }
#footer a { text-decoration: underline!important }
#mg_logo { width: 230px; border-radius: 20px; padding: 10px; background: rgba(255,255,255,0.8); margin-bottom: 20px }
#preloader { position: absolute; height: 100%; width: 100%; z-index:10000 }
#preloader .css3-spinner { background-color: white; height: 100%; width: 100% }
#whatsappBtn { position:fixed; bottom:10px; left: 10px; width: 45px; height: 45px; z-index: 10000 }

/* history.html.twig */
.dark .feature-box-border-vertical .feature-box:not(.noborder)::before,
.dark .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after { background-color: var(--bs-gray-600) }
.dark .feature-box-border-vertical .fbox-icon i,
.dark .feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i { box-shadow: 0 0 0 6px var(--bs-dark); background-color: var(--bs-dark) !important; color: var(--bs-gray-600); border-color: var(--bs-gray-600) }
.dark .feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.dark .feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.dark .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after { background-color: var(--bs-warning) !important; color: var(--bs-dark) }
.error input, .error textarea, .error select, .error div.well { border: 1px solid #CB0C0F!important;}
.error div.checkbox{ color: #CB0C0F!important;}
.error #consentLabel { color: #CB0C0F!important}
.fbox_dashboard { border: 3px solid #C89C36; padding:10px }
.fbox_dashboard:hover{ box-shadow: inset 0px 0px 7px rgba(27, 134, 56, 0.5) }
.feature-box-border-vertical .feature-box { position: relative }
.feature-box-border-vertical .feature-box:not(.noborder)::before, .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after { content: ""; position: absolute; top: 0; left: 35px; width: 3px; height: 100%; background-color: var(--bs-gray-200) }
.feature-box-border-vertical .fbox-icon i,
.feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i { position: relative; z-index: 5; text-align: center; box-shadow: 0 0 0 6px #FFF; border: 1px solid #EEE; background-color: #FFF !important }
.feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
.feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after { background-color: Green !important; border-color: transparent !important; color: #FFF }
.icon_pr { border: 2px solid #4F001D; padding: 3px }
.icon_amber { border: 2px solid #EB9C4D; padding: 3px }
.icon_red { border: 2px solid #C02942; padding: 3px }
.icon_green { border: 2px solid #59ba41; padding: 3px }
.icon_grey { border: 2px solid #777777; padding: 3px }
.icon_info img { width: 15px; height: 15px }
.icon_counter { width: 64px; height: 64px }
.icon_info { width: 15px; height: 15px }
.modalTitle { padding: 30px; padding-bottom: 15px }
.modalTitle h4 { margin: 0px }
.modalBody { padding: 15px 30px }
.modalFooter { padding: 30px }
.modalFooter .button-mini { width:100px }
.modal_stripe { border-bottom: 1px solid #1b8638; background: #09577e; height: 20px }
.modal-content form { margin-bottom: 0px }
.notice { width: 400px; position: fixed; z-index: 20000; right: 5px; top: 5px; }
.performance h1 { color: #001D3D; margin-bottom:40px }
.performance h2 { margin-bottom: 10px }
.performance h2:nth-of-type(n+2) { margin-top:30px }
.performance p, .performance ul { margin-bottom: 10px }

.powered_by { font-size:11px; width:160px; height:25px; padding:5px 4px; background:white; border-radius:3px; color:rgba(0,0,0,0.65)!important; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px -1px rgba(0, 0, 0, 0.15); font-weight: 600;  }
.powered_by:hover { background-color: #ddd }
.powered_by img { height:19px; margin-right:5px }
.navbar { padding-top: 2px !important; padding-bottom: 2px !important;}


.table_colored { vertical-align: middle; margin-bottom: 0px }
.table_colored th, .table_colored td, .table_colored select, .table_colored input { font-size: 13px }
.table_colored thead th { background-color: #09577e!important; color: #fff!important; text-transform: uppercase; }
.table.b_none th, .table.b_none td { border: 0px !important }
.td_action { min-width: 50px; width: 50px }
.td_action img, .icon_action { min-width: 30px; min-height: 30px; width: 30px; height: 30px; cursor:pointer }
.tech a { color:#001D3D!important; text-decoration: underline!important }
.tutorialMsg { background-color: #ddd }
.section { background-color: #b4e1ff;}

.button_homepage { background-color: #C89C36!important; color: #fff!important; border: 1px solid; border-radius: 5px;  border-color: #C89C36!important; padding: 10px 15px !important; text-align: center !important; }
.button_homepage:hover { background-color: #fff!important; border-color: #C89C36 !important; color: #C89C36 !important}

/* ═══════════════════════════════════════════
   HOMEPAGE REDESIGN
   ═══════════════════════════════════════════ */

/* ── HERO ── */
.hero-home {
    position: relative;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}
.hero-home__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.hero-home__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(9,87,126,0.85) 0%, rgba(10,56,79,0.7) 50%, rgba(0,0,0,0.3) 100%);
}
.hero-home__content {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 80px;
}
.hero-home__tag {
    display: inline-block;
    background: rgba(200,156,54,0.2);
    border: 1px solid rgba(200,156,54,0.5);
    color: #C89C36;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 24px;
}
.hero-home__title {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.hero-home__subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 540px;
}
.hero-home__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Hero buttons */
.btn-hero-primary {
    display: inline-block;
    background: #C89C36;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid #C89C36;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-hero-primary:hover {
    background: #b08a2e;
    border-color: #b08a2e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(200,156,54,0.3);
}
.btn-hero-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-hero-outline:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}
.btn-hero-outline--dark {
    color: #09577e;
    border-color: #09577e;
}
.btn-hero-outline--dark:hover {
    color: #fff;
    background: #09577e;
    border-color: #09577e;
}

@media (max-width: 767px) {
    .hero-home { min-height: 70vh; }
    .hero-home__title { font-size: 32px; }
    .hero-home__subtitle { font-size: 16px; }
    .hero-home__content { padding-top: 100px; padding-bottom: 60px; }
}

/* ── SHARED SECTION ELEMENTS ── */
.section-label {
    display: inline-block;
    color: #C89C36;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-heading {
    color: #0a384f;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.section-divider {
    width: 50px;
    height: 3px;
    background: #C89C36;
    border-radius: 2px;
    margin-bottom: 24px;
}
.section-text {
    color: #555;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.btn-section {
    display: inline-block;
    color: #C89C36;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 28px;
    border: 2px solid #C89C36;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.btn-section:hover {
    background: #C89C36;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200,156,54,0.25);
}

@media (max-width: 767px) {
    .section-heading { font-size: 28px; }
}

/* ── INTRO SECTION ── */
.section-intro {
    padding: 80px 0;
    background: #fff;
}
.intro-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.intro-image {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}
.intro-image-wrap:hover .intro-image {
    transform: scale(1.03);
}

/* ── SERVICES SECTION ── */
.section-services {
    padding: 80px 0;
    background: #f8f9fa;
}
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 40px 28px 32px;
    height: 100%;
    text-decoration: none;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #C89C36;
    transform: scaleX(0);
    transition: transform 0.35s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
    text-decoration: none;
}
.service-card:hover::before {
    transform: scaleX(1);
}
.service-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #09577e, #0a384f);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.35s ease;
}
.service-card__icon i {
    font-size: 28px;
    color: #fff;
}
.service-card:hover .service-card__icon {
    background: linear-gradient(135deg, #C89C36, #b08a2e);
    transform: scale(1.1);
}
.service-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #0a384f;
    margin-bottom: 12px;
}
.service-card__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 16px;
    flex-grow: 1;
}
.service-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #C89C36;
    transition: color 0.3s ease;
}
.service-card:hover .service-card__link {
    color: #09577e;
}

/* ── TRUST BAND ── */
.section-trust {
    padding: 60px 0;
    background: linear-gradient(135deg, #09577e, #0a384f);
}
.trust-item__number {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #C89C36;
    line-height: 1.2;
    margin-bottom: 8px;
}
.trust-item__label {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── NEWS SECTION ── */
.section-news {
    padding: 80px 0;
    background: #fff;
}
.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}
.news-card__image-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}
.news-card__image {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}
.news-card:hover .news-card__image {
    transform: scale(1.05);
}
.news-card__category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #C89C36;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 20px;
}
.news-card__body {
    padding: 24px;
    flex-grow: 1;
}
.news-card__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}
.news-card__title a {
    color: #0a384f;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-card__title a:hover {
    color: #C89C36;
}

/* ── CTA SECTION ── */
.section-cta {
    padding: 70px 0;
    background: #f8f9fa;
}
.section-cta__title {
    font-size: 32px;
    font-weight: 800;
    color: #0a384f;
    margin-bottom: 16px;
}
.section-cta__text {
    font-size: 16px;
    color: #666;
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

/* ── MAP SECTION ── */
.section-map__info {
    background: #0a384f;
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
}
.section-map__info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.section-map__info a:hover {
    color: #C89C36;
}
.section-map iframe {
    display: block;
    width: 100%;
    height: 400px !important;
    border: 0;
}

/* ═══════════════════════════════════════════
   PAGE HERO (inner pages)
   ═══════════════════════════════════════════ */
.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: center;
}
.page-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(9,87,126,0.88) 0%, rgba(10,56,79,0.75) 50%, rgba(0,0,0,0.4) 100%);
}
.page-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-hero__title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.page-hero__subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    line-height: 1.6;
    max-width: 560px;
}
@media (max-width: 767px) {
    .page-hero { min-height: 260px; }
    .page-hero__title { font-size: 30px; }
    .page-hero__content { padding-top: 80px; padding-bottom: 40px; }
}

/* ═══════════════════════════════════════════
   SHARED CHECK LIST
   ═══════════════════════════════════════════ */
.check-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}
.check-list li:last-child {
    border-bottom: none;
}
.check-list li i {
    color: #C89C36;
    font-size: 14px;
    margin-top: 5px;
    flex-shrink: 0;
}
.check-list--compact li {
    padding: 6px 0;
    font-size: 14px;
}

/* ═══════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════ */
.about-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 36px 32px;
    width: 100%;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #C89C36;
    transform: scaleX(0);
    transition: transform 0.35s ease;
}
.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}
.about-card:hover::before {
    transform: scaleX(1);
}
.about-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #09577e, #0a384f);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-card__icon i {
    font-size: 22px;
    color: #fff;
}
.about-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #0a384f;
    margin-bottom: 16px;
}
.section-services-about {
    padding: 80px 0;
    background: #f8f9fa;
}

/* ═══════════════════════════════════════════
   SERVICE PAGES
   ═══════════════════════════════════════════ */
.service-section-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #09577e;
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
.section-services-news {
    padding: 60px 0;
    background: #f8f9fa;
}

/* External link cards (antiriciclaggio) */
.external-link-card {
    display: block;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}
.external-link-card:hover {
    border-color: #C89C36;
    box-shadow: 0 8px 24px rgba(200,156,54,0.12);
    transform: translateY(-2px);
    text-decoration: none;
}
.external-link-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #09577e;
    margin-bottom: 8px;
}
.external-link-card__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════
   NEWS LISTING PAGE
   ═══════════════════════════════════════════ */
.section-news-page {
    padding: 60px 0 80px;
}

/* Sidebar */
.news-sidebar {
    position: sticky;
    top: 100px;
}
.news-sidebar__title {
    font-size: 18px;
    font-weight: 700;
    color: #0a384f;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #C89C36;
}
.news-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-sidebar__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 8px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
    margin-bottom: 4px;
}
.news-sidebar__link:hover {
    background: #f0f0f0;
    color: #0a384f;
}
.news-sidebar__link.active {
    background: #09577e;
    color: #fff;
}
.news-sidebar__link.active .news-sidebar__count {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.news-sidebar__count {
    background: #f0f0f0;
    color: #888;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 12px;
}

/* News list card */
.news-list-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.news-list-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.news-list-card__image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 200px;
    align-self: stretch;
}
.news-list-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
@media (max-width: 767.98px) {
    .news-list-card__image-wrap {
        position: relative;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
}
.news-list-card:hover .news-list-card__image {
    transform: scale(1.05);
}
.news-list-card__body {
    padding: 24px;
}
.news-list-card__meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.news-list-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.news-list-card__title a {
    color: #0a384f;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-list-card__title a:hover {
    color: #C89C36;
}
.news-list-card__abstract {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 14px;
}
.news-list-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #C89C36;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-list-card__link:hover {
    color: #09577e;
}

/* ═══════════════════════════════════════════
   SINGLE ARTICLE PAGE
   ═══════════════════════════════════════════ */
.article-page {
    padding: 60px 0 80px;
}
.article-category-image {
    margin-bottom: 24px;
}
.article-category-image img {
    max-height: 140px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
.article-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.article-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}
.article-title {
    font-size: 34px;
    font-weight: 800;
    color: #0a384f;
    line-height: 1.25;
    letter-spacing: -0.5px;
}
.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 48px;
}
.article-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a384f;
    margin-top: 32px;
    margin-bottom: 16px;
}
.article-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #09577e;
    margin-top: 24px;
    margin-bottom: 12px;
}
.article-content p {
    margin-bottom: 16px;
}
.article-content img {
    border-radius: 8px;
    max-width: 100%;
}
.article-nav {
    padding-top: 32px;
    border-top: 1px solid #eee;
}
.article-nav__link {
    color: #09577e;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.article-nav__link:hover {
    color: #C89C36;
}
@media (max-width: 767px) {
    .article-title { font-size: 26px; }
}


/* REVOLUTION SLIDER CSS */
.revo-slider-emphasis-text { font-size: 80px!important; font-weight: 400; letter-spacing: -1px; padding: 15px 20px; border-top: 2px solid #FFF; border-bottom: 2px solid #FFF; }
.revo-slider-desc-text { font-size: 40px; width: 1000px; text-align: center; line-height: 1.5; }
.revo-slider-caps-text { font-size: 16px; font-weight: 400; letter-spacing: 3px; }
.tp-video-play-button { display: none !important; }
.tp-caption { white-space: nowrap; }
h1.slider_title, h3.slider_subtitle { color: #FFF!important; text-shadow: 0px 0px 5px black;  font-weight: 100}
h1.slider_title { font-size:80px }
h3.slider_subtitle { font-size:60px }
/* AREA PRIVATA - Form styles */
.form_body { padding: 20px 20px; }
.form_div { padding: 0px; border: 1px solid #ddd; margin-bottom: 20px; }
.form_header { padding: 10px 20px; background-color: #09577e; }
.form_header span { color: white; font-weight: 600; }
