a, a:hover {
    color: var(--theme-color-primary)
}

html {
    background-color: #000
}

body {
    font-weight: 300;
    line-height: 1.725;
    font-size: 19px;
    background-color: #fff;
    color: var(--black-color);
    overflow-wrap: break-word;
    letter-spacing: -.2px
}

.strong, b, blockquote, strong {
    font-weight: 700
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-style: normal;
    word-wrap: break-word;
    letter-spacing: .1px
}

.h1, h1 {
    font-size: 45px;
    margin: 0 0 25px
}

.h2, h2 {
    font-size: 32px;
    margin: 60px 0 20px
}

.h3, h3 {
    font-size: 26px;
    margin: 0 0 18px
}

.h4, h4 {
    font-size: 22px;
    margin: 0 0 15px
}

.h5, h5 {
    font-size: 20px;
    margin: 0 0 12px
}

.h6, h6 {
    font-size: 18px;
    margin: 0 0 10px
}

.h-decor:before {
    display: block;
    content: '';
    height: 6px;
    width: 42px;
    margin: 0 auto 15px;
    background-color: var(--theme-color-primary)
}

.line-decor {
    background-position: bottom;
    background-image: url(/wp-content/themes/sej/images/about/green-line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    line-height: 1
}

p {
    margin: 0 0 34px
}

a {
    text-decoration: none;
    transition: .2s
}

a:visited {
    color: #8a8a8a
}

.title-hover a:hover, a.title-hover:hover, a:hover {
    text-decoration: underline
}

img, table {
    max-width: 100%
}

.dark-link a, .dark-link a:hover, .dark-link a:visited, a.dark-link, a.dark-link:hover, a.dark-link:visited {
    color: var(--black-color) !important
}

.green-link a, .green-link a:hover, .green-link a:visited, a.green-link, a.green-link:hover, a.green-link:visited {
    color: var(--theme-color-primary) !important
}

.entrycontent a, .sej-article-content a, .underline a {
    color: inherit;
    border-bottom: 2.5px solid var(--theme-color-primary);
    text-decoration: none !important
}

ol, ul {
    margin: 25px 0;
    padding: 0 0 0 37px
}

ol li, ul li {
    margin-bottom: 15px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

blockquote {
    border-left: 4px solid var(--theme-color-primary);
    padding: 0 25px;
    margin: 35px 0 34px 35px;
    font-size: 19px;
    line-height: 1.4
}

blockquote.tiktok-embed {
    border: none;
    margin: 60px auto
}

blockquote i {
    font-style: normal
}

code, pre {
    font-size: 18px;
    color: #000;
    background-color: #f7f7f7;
    text-shadow: 0 1px #fff;
    word-wrap: break-word
}

blockquote ol, blockquote ul {
    padding-left: 25px
}

hr {
    border-top: 1px solid #b9b9b9;
    margin-top: 25px;
    margin-bottom: 25px
}

pre {
    word-break: break-all;
    display: block;
    padding: 20px;
    margin: 0 0 25px;
    overflow: auto;
    border: 1px solid #eee;
    max-height: 500px
}

code {
    padding: 0 2px;
    border-radius: 0
}

img {
    height: auto
}

small {
    font-size: 80%
}

.col-table, table {
    font-size: 17px
}

table {
    width: 100%;
    background-color: transparent;
    caption-side: bottom;
    margin: 15px 0 30px;
    border: 1px solid #ededed;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-family: Inter, Arial, Helvetica, sans-serif
}

.sej-article-content table td a {
    border-width: 2px
}

table td, table th {
    vertical-align: middle;
    padding: 15px;
    width: auto;
    line-height: 1.3;
    border: none !important
}

table tr {
    border-bottom: 1px solid #ededed
}

table tr:hover {
    opacity: .85
}

table tr:first-child td, table tr:first-child th {
    background-color: var(--theme-color-primary);
    color: #fff
}

table thead + tbody tr:first-child td {
    background-color: inherit;
    color: inherit
}

table tr:first-child td:first-child {
    border-top-left-radius: 10px
}

table > tbody > tr:only-child td {
    background-color: #fff;
    color: inherit
}

table tr:first-child td:last-child {
    border-top-right-radius: 10px
}

table thead + tbody tr:first-child td:first-child, table thead + tbody tr:first-child td:last-child {
    border-radius: 0
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

table tr:nth-child(odd) {
    background-color: #ededed
}

.table th, table th {
    vertical-align: bottom
}

table th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    border-bottom: 2px solid #dee2e6
}

.scrl-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.scrl-table table {
    width: 960px;
    display: table
}

.scrl-table .tbl-100 {
    width: 100% !important;
    table-layout: fixed
}

.scrl-table .tbl-100 td, .scrl-table .tbl-100 th, .td-col-2 td, .td-col-2 th {
    width: 50%
}

.scrl-table table.td-col-4 td, .scrl-table table.td-col-4 th {
    width: 240px
}

.scrl-table table.td-col-3 td, .scrl-table table.td-col-3 th {
    width: 320px
}

.scrl-table table.td-col-2 td, .scrl-table table.td-col-2 th {
    width: 480px
}

.scrl-table table td, .scrl-table table th {
    display: table-cell !important;
    float: none !important;
    height: auto !important
}

.table td, .table th {
    border-top: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
    border-bottom: none
}

.table th {
    border-bottom: 2px solid #dee2e6
}

.td-col-4 td, .td-col-4 th {
    width: 25%
}

.td-col-3 td, .td-col-3 th {
    width: 33.33333333%
}

.table-1-3 tr td:first-child, .table-3-1 tr td {
    width: 30%
}

.table-1-3 tr td, .table-3-1 tr td:first-child {
    width: 70%
}

.font-size-30, .font-size-40 {
    font-size: 30px !important
}

.font-size-24 {
    font-size: 26px !important
}

.font-size-20, .font-size-21 {
    font-size: 20px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-12 {
    font-size: 11px !important
}

.fs-42 {
    font-size: 42px !important
}

.fw-800 {
    font-weight: 800 !important
}

.ln-normal {
    line-height: normal
}

#in-content-iframe, #hello-bar-iframe{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}
#hello-bar-iframe{
    display: inline-block;
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    table {
        border: none
    }

    .col-table {
        display: block
    }

    .td-col-2 td, .td-col-3 td, .td-col-4 td {
        display: block;
        width: 50%;
        float: left;
        height: 350px
    }
}

@media only screen and (max-width: 1023px) {
    .sej-subscribe-form .sej-form-subtitle {
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .h1, h1 {
        font-size: 40px
    }

    blockquote {
        padding: 0 13px;
        margin-left: 13px
    }

    .col-table {
        display: block
    }

    table.td-col-2 td, table.td-col-3 td, table.td-col-4 td {
        display: block;
        width: 50%;
        float: left;
        height: 350px
    }

    pre {
        max-height: 350px
    }
}

@media screen and (max-width: 480px) {
    table.td-col-2 td, table.td-col-3 td, table.td-col-4 td {
        width: 100%;
        height: inherit
    }

    .tbl-100 {
        font-size: 16px
    }
}