.elementor-kit-7{--e-global-color-primary:#CD2923;--e-global-color-secondary:#A52F3E;--e-global-color-text:#484A4D;--e-global-color-accent:#666666;--e-global-color-39168cb:#FFFFFF;--e-global-color-7652d17:#1A1D21;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Plus Jakarta Sans", Sans-serif;font-size:15px;font-weight:500;line-height:1.666;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-7 h1{color:var( --e-global-color-7652d17 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:clamp(2.375rem, 2.0577rem + 1.4103vw, 3.75rem);line-height:1.2;}.elementor-kit-7 h2{color:var( --e-global-color-7652d17 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:clamp(1.875rem, 1.7885rem + 0.3846vw, 2.25rem);line-height:1.2;}.elementor-kit-7 h3{color:var( --e-global-color-7652d17 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem);line-height:1.2;}.elementor-kit-7 h4{color:var( --e-global-color-7652d17 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:clamp(1rem, 1rem + 0vw, 1rem);font-weight:700;line-height:1.2;}.elementor-kit-7 h5{color:var( --e-global-color-7652d17 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:clamp(1rem, 1rem + 0vw, 1rem);line-height:1.2;}.elementor-kit-7 h6{color:var( --e-global-color-7652d17 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child, .textwidget p:last-child {
    margin-bottom: 0px;
}

.blog-content img {
    margin-bottom: 50px;
    max-height: 450px;
    object-fit: contain;
}

.red-list li::marker {
    color: #cd2923;
}

span.gfield_required.gfield_required_text {
    color: #cd2923;
}

/* Table */

thead {
    background: #d3443f;
    color: white;
    font-weight: bold;
}

table.ts-table td, table.ts-table th {
    padding: 10px;
}

table.ts-table th {
    border: 1px solid white;
}

table.ts-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

table.ts-table tbody td {
    border: solid 1px #dddddd;
}

table.ts-table {
    border: 2px solid #1e1e1e;
}

@media (max-width:400px) {
    table.ts-table {
    overflow-x: auto;
}
}/* End custom CSS */