h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 8px;
    font-family: Gotham XNarrow;
}
h2 {
    font-size: 28px;
}
figcaption {
    text-align: center;
    color: grey;
    margin: 4px 0;
}
figure {
    margin: 16px 0;
}
.article-body p a,
.article-body li a{
    color: #181a1e;
    text-decoration: none;
    font-weight: 600;
}
.check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px;
}
.check__wrapper {
    padding: 0.5rem;
}
.check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}
.check__top-col-1-row {
    display: flex;
    flex-direction: column;
}
.check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
}
.check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
}
.check__bot {
    border-bottom: 3px solid #000;
}
@media (max-width: 992px){
    .check {
        font-size: 0.7rem;
    }
}
.footer-company {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    white-space: normal !important;
    max-width: 100% !important;
    width: 100% !important;

    overflow-wrap: anywhere !important;
    word-break: normal !important;

    margin: 0 !important;
    padding: 0 !important;
}

.footer-company *,
.footer-company-title {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;

    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Single-country phone field: keep the flag/dial code visible, disable country picker. */
#lead-form .iti {
  width: 100% !important;
}

#lead-form .iti__country-container,
#lead-form .iti__selected-country,
#lead-form .iti__selected-country-primary {
  pointer-events: none !important;
  cursor: default !important;
}

#lead-form .iti__arrow,
#lead-form .iti__dropdown-content,
#lead-form .iti__country-list,
#lead-form .iti__search-input {
  display: none !important;
}
