.text-article-clap {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

html {
    font-size: 1.125rem;
}

@media screen and (max-width:1920px) {
    html {
        font-size: calc(0.625rem + 0.21666666666666674vw);
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: calc(0.5982142857142858rem + 0.4464285714285714vw);
    }
}

@media screen and (max-width:992px) {
    html {
        font-size: calc(0.6916423001949318rem + 0.19493177387914232vw);
    }
}

@media screen and (max-width:479px) {
    html {
        font-size: calc(0.6244769874476988rem + 0.8368200836820083vw);
    }
}


/* Snippet gets rid of top margin on first element in any rich text*/
.w-richtext>:first-child {
    margin-top: 0;
}

/* Snippet gets rid of bottom margin on last element in any rich text*/
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0;
}

/* Snippet makes all link elements listed below to inherit color from their parent */
a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: inherit;
}

/* Snippet prevents all click and hover interaction with an element */
.clickable-off {
    pointer-events: none;
}

/* Snippet enables all click and hover interaction with an element */
.clickable-on {
    pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/*Hide focus outline for main content element*/
main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

/*Reset selects, buttons, and links styles*/
.w-input,
.w-select,
a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

/*Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Apply "..." at 100% width */
.truncate-width {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.nav-bar {
    background-color: none !important;
}

.hero-image {
    mix-blend-mode: multiply;
}

@media (min-width:992px) {
    .aszxcfgs {
        display: flex;
        align-items: center;
    }
}

.sdfgxcvgewd {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dfgfdfhgxf {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gfgb {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 1.3;
    color: #000;
    padding-bottom: 20px;
}

h2 {
    font-weight: bold;
    font-size: 30px !important;
    line-height: 1.3;
}

h3 {
    font-weight: bold;
    font-size: 24px !important;
}

.afxcgf h2 {
    text-align: center;
    color: #000;
}

.afxcgf h3 {
    text-align: center;
    color: #000;
}

.afxcgf h4 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.afxcgf h5,
.afxcgf h6 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.afxcgf li,
.afxcgf span,
.afxcgf a {
    color: #000;
}

.afxcgf img {
    max-width: 100%;
    height: auto;
}

.afxcgf p {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #000;
}

.afxcgf table {
    word-break: break-all;
}

.afxcgf td {
    font-size: 16px;
    color: #000;
}

.afxcgf ul {
    width: 100%;
    max-width: 100%;
}

.afxcgf li {
    font-size: 16px;
    text-align: left !important;
    color: #000;
}