@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    background-color: #F3EEE6;
}

html[lang|='he'] body,
html[lang^='he-'] body,
body:lang(he),
body:lang(he-IL),
table.text th:lang(he),
table.text td:lang(he) {
    font-family: 'Noto Sans', Arial, sans-serif;
}

img {
    border: 0 !important;
    outline: none !important;
}

p {
    Margin: 0 !important;
    Padding: 0 !important;
}

table {
    border-collapse: collapse;
    mso-table-lspace: 0;
    mso-table-rspace: 0;
}

td,
a,
span {
    border-collapse: collapse;
    mso-line-height-rule: exactly;
}

.ExternalClass * {
    line-height: 100%;
}

.em_defaultlink a {
    color: inherit;
    text-decoration: none;
}

.em_defaultlink1 a {
    color: inherit;
    text-decoration: underline;
}

.em_g_img + div {
    display: none;
}

a[x-apple-data-detectors],
u + .em_body a,
#MessageViewBody a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

center table {
    width: 100% !important;
}

table.gray-borders {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    border: 1px solid #d3d3d3;
}

table.gray-borders th,
table.gray-borders td {
    border: 1px solid #d3d3d3;
    padding: 8px;
    color: #000;
}

table.red-borders {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    border: 1px solid #e87070;
}

table.red-borders th,
table.red-borders td {
    border: 1px solid #e87070;
    padding: 8px;
    color: #000;
}

table.text th,
table.text td {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding: 16px 0;
    margin: 0;
}

@media only screen and (max-width: 639px) {
    .em_main_table {
        width: 100% !important;
    }

    .em_wrapper {
        width: 100% !important;
    }

    .em_hide {
        display: none !important;
    }

    .em_full_img img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .em_center {
        text-align: center !important;
    }

    .em_side10 {
        width: 10px !important;
    }

    .em_aside10 {
        padding: 0 10px !important;
    }

    .em_side15 {
        width: 15px !important;
    }

    .em_aside15 {
        padding: 0 15px !important;
    }

    .em_ptop {
        padding-top: 20px !important;
    }

    .em_pbottom {
        padding-bottom: 20px !important;
    }

    .em_h20 {
        height: 20px !important;
        font-size: 1px !important;
        line-height: 1px !important;
    }

    .em_h30 {
        height: 30px !important;
    }

    .em_mob_block {
        display: block !important;
    }

    .em_hauto {
        height: auto !important;
    }

    .em_clear {
        clear: both !important;
        width: 100% !important;
        display: block !important;
    }

    u + .em_body .em_full_wrap {
        width: 100% !important;
        width: 100vw !important;
    }

    .em_p20_15 {
        padding: 20px 15px !important;
    }

    .em_plrb20 {
        padding: 0 15px 20px !important;
    }

    .em_white {
        background-color: #fff !important;
    }
}

@media only screen and (max-width: 480px) {
    .em_hide {
        display: none !important;
    }
}

/* Header Component Styles */
.email-header-wrapper {
    width: 640px;
}

.email-header-cell {
    padding: 35px 45px;
}

.email-header-logo-link {
    text-decoration: none;
}

.email-header-logo {
    display: block;
    height: auto;
    max-width: 84px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.email-header-placeholder-text {
    margin: 0;
    padding: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
}

/* Text Component Styles */
.email-text-content {
    a,
    a:link,
    a:visited,
    a:hover,
    a:active {
      color: #1450F5;
      text-decoration:none;
    }
}