pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,b *,strong,strong * {
    font-weight: 700
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button,input,optgroup,select,textarea {
    -webkit-appearance: none;
    border: 0;
    color: inherit;
    font: inherit;
    outline: 0
}

input::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

progress {
    vertical-align: baseline
}

textarea {
    resize: none
}

[type=checkbox],[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf:after,.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom:1}

::-webkit-scrollbar {
    background: rgba(48,61,78,.1);
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #303d4e
}

::-webkit-scrollbar-thumb:hover {
    background: #325581
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scrollbar-color: #303d4e rgba(48,61,78,.1);
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Noto Sans,sans-serif;
    font-size: 15px
}

a {
    color: inherit;
    text-decoration: none
}

li {
    list-style: none
}

img {
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 40px)
}

.text-center {
    text-align: center
}

.paragraph {
    font-size: 1.6rem
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inl-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%
}

.main-wrapper {
    min-height: calc(100vh - 253px)
}

.main-wrapper>.kzp-section {
    margin-bottom: 72px
}

.common-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.common-heading {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px
}

.common-heading span,.common-heading--alt {
    font-weight: 400
}

.common-heading--alt span {
    font-weight: 700
}

.al__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.al__group--1 {
    overflow: hidden
}

.al__group--1 a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.al__img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.al__title {
    text-transform: capitalize
}

.al__title a:hover {
    color: #325581
}

.al__cta:hover .cta-text {
    text-decoration: underline
}

.hasClickableOverlay .al__card-wrap:hover .al__title {
    color: #325581
}

.hasClickableOverlay .al__card-wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hasClickableOverlay .al__card-wrap:hover .cta-text {
    text-decoration: underline
}

.card-wide-3 .al__cta {
    background-color: #38485c;
    border-radius: 100px;
    display: inline-block;
    font-size: 0;
    min-width: 145px;
    padding: 15px 28px 17px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.card-wide-3 .al__cta,.card-wide-3 .al__cta .cta-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.card-wide-3 .al__cta:hover {
    background-color: #325581
}

.card-wide-3 .al__cta:hover .cta-text {
    color: #fff;
    text-decoration: none
}

.card-small-1 .al__cta,.card-tall-1 .al__cta,.card-wide-4 .al__cta {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider-generic {
    font-size: 0;
    visibility: hidden;
    white-space: nowrap
}

.slick-slider-generic>* {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.slick-slider-generic.slick-initialized {
    font-size: inherit;
    visibility: visible;
    white-space: normal
}

.slick-slider-generic.slick-initialized>* {
    display: block;
    font-size: inherit
}

.header .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
    max-width: 100%;
    width: 209px
}

.header .header__logo a,.header .header__logo svg {
    display: block;
    height: 100%;
    width: 100%
}

.header .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    position: relative
}

.header .header__content,.header .header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__content {
    line-height: 0
}

.header .ham-icon {
    background-image: url(/image/ledge/menu_black.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header .ham-icon.active {
    background-image: url(/image/close_black.png);
    background-size: 24px
}

.header .ham-wrapper {
    margin-left: 24px
}

.header .search-icon {
    background-image: url(/image/search_black.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header .search-icon.active {
    background-image: url(/image/close_black.png);
    background-size: 24px
}

.header .search-form-wrap {
    background: #fff;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 540px;
    z-index: 15
}

.header .search-form-wrap.active {
    display: block
}

.header .category-menu-wrap {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 24px 0 hsla(0,1%,76%,.25);
    box-shadow: 0 4px 24px 0 hsla(0,1%,76%,.25);
    display: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% - 25px);
    z-index: 15
}

.header .category-menu-wrap.active {
    display: block
}

.header .category-menu-wrap a:hover {
    color: #325581
}

.search-form-wrap {
    border: 1px solid #303d4e;
    border-radius: 50px
}

.search-form-wrap .search-input {
    color: #233c5a;
    font-size: 18px;
    height: 52px;
    padding: 0 48px 0 24px;
    width: 100%
}

.search-form-wrap .search-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    justify-content: center;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px
}

.category-menu-wrap li:not(:last-child) {
    margin-bottom: 8px
}

body.home_page .header {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(65%,#fff),color-stop(65%,#303d4e),to(#303d4e));
    background-image: linear-gradient(90deg,#fff 0,#fff 65%,#303d4e 0,#303d4e)
}

body.home_page .header .search-form-wrap {
    display: block;
    position: relative;
    right: 0;
    -webkit-transform: none;
    transform: none
}

body.home_page .header .search-icon {
    display: none
}

body.home_page .header .ham-icon {
    background-image: url(/image/ledge/menu.svg);
    background-size: 24px 24px;
    height: 24px;
    width: 24px
}

body.home_page .header .ham-icon.active {
    background-image: url(/image/search.png)
}

.footer {
    background-color: #303d4e;
    padding: 40px 0
}

.footer .logo-footer {
    line-height: 0;
    width: 209px
}

.footer .logo-footer a,.footer .logo-footer svg {
    display: block;
    height: 100%;
    width: 100%
}

.footer .top-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative
}

.footer .top-section:before {
    background-image: radial-gradient(62.92% 90599990.33% at 50% 49.22%,hsla(0,80%,92%,.5) 0,hsla(0,13%,82%,0) 100%);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.footer .copy-txt p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.footer-menu {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px
}

.footer-menu li {
    display: inline
}

.footer-menu li:not(:last-child) {
    margin-right: 24px
}

.footer-menu a:hover {
    text-decoration: underline
}

.brc__wrapper {
    color: #555;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 24px
}

.brc__current,.brc__wrapper a:hover {
    color: #325581
}

.kez-pgn__pagination {
    display:flex;
    margin: 4rem auto 0;
    justify-content: center;
}

.blog-pagination__item{
    font-size: 2rem;
    font-weight: bold;
    color: #6d6a6a;
    margin-right: 20px;
}

.blog-pagination__item a{
    font-size: 2rem;
    font-weight: bold;
    color: #6d6a6a;
    margin-right: 20px;
}

.blog-pagination__item--active a{
    color: #000!important;
}




.kez-pgn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: center;
    margin-top: 32px
}

.kez-pgn__wrap a:hover {
    color: #325581
}

.kez-pgn__el {
    color: #555;
    font-size: 16px
}

.kez-pgn__el--current {
    color: #325581;
    font-weight: 600
}

.kez-pgn__el a:hover {
    color: #325581
}

.collection__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.collection .al__list:not(:last-child) {
    margin-bottom: 32px
}

.collection__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.collection__right {
    margin-left: 32px;
    max-width: 380px;
    width: 32%
}

.collection__right .card-tall-1 .al__title {
    height: auto
}

.collection__right .popular-articles__top {
    margin-bottom: 40px
}

.slider-arrows * {
    font-size: 0
}

.slider-arrows__wrap {
    display: inline-block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.slider-arrows__arrow {
    cursor: pointer;
    display: inline-block;
    opacity: .3
}

.slider-arrows__arrow:first-child {
    margin-right: 20px
}

.slider-arrows__arrow:active,.slider-arrows__arrow:hover {
    opacity: 1
}

.slider-arrows__arrow.slick-disabled {
    cursor: auto
}

.slider-arrows__arrow.slick-disabled:active,.slider-arrows__arrow.slick-disabled:hover {
    opacity: .3
}

.card-small-1 .al__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.card-small-1 .al__group--1 {
    border-radius: 16px;
    height: 150px;
    width: 150px
}

.card-small-1 .al__group--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-small-1 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-small-1 .al__title {
    color: #121212;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 4px;
    max-height: 42px
}

.card-small-1 .al__content,.card-small-1 .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-small-1 .al__content {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
    max-height: 40px
}

.card-small-1 .al__cta {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-tall-1 .al__card {
    display: block
}

.card-tall-1 .al__group--1 {
    border-radius: 20px;
    height: 214px;
    margin-bottom: 24px
}

.card-tall-1 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-tall-1 .al__title {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
    margin-bottom: 16px;
    max-height: 56px
}

.card-tall-1 .al__content,.card-tall-1 .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-tall-1 .al__content {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 24px;
    max-height: 52px
}

.card-wide-2 .al__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row
}

.card-wide-2 .al__group--1 {
    -ms-flex-negative: 0;
    border-radius: 20px;
    flex-shrink: 0;
    height: 425px;
    max-width: 50%;
    width: 590px
}

.card-wide-2 .al__group--2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 56px 48px;
    width: 50%
}

.card-wide-2 .al__img,.card-wide-2 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-2 .al__title {
    -webkit-line-clamp: 2;
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.84px;
    line-height: 37px;
    margin-bottom: 24px;
    max-height: 74px
}

.card-wide-2 .al__content,.card-wide-2 .al__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-2 .al__content {
    -webkit-line-clamp: 4;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 32px;
    max-height: 104px
}

.card-wide-2 .al__cta {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.card-wide-3 .al__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #edf0f1;
    border-radius: 20px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.card-wide-3 .al__group--1 {
    border-radius: 20px;
    height: 376px;
    width: 50%
}

.card-wide-3 .al__group--2 {
    -webkit-box-flex: 1;
    background: #edf0f1;
    border-radius: 12px;
    -ms-flex: 1;
    flex: 1;
    padding: 48px 72px;
    width: 50%
}

.card-wide-3 .al__img,.card-wide-3 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-3 .al__title {
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
    max-height: 72px
}

.card-wide-3 .al__content,.card-wide-3 .al__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-3 .al__content {
    -webkit-line-clamp: 3;
    color: rgba(0,0,0,.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .059px;
    line-height: 21px;
    margin-bottom: 16px;
    max-height: 63px
}

.card-wide-4 .al__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-wide-4 .al__group--1 {
    border-radius: 20px;
    height: 214px;
    margin-right: 24px;
    width: 300px
}

.card-wide-4 .al__group--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-wide-4 .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-4 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-4 .al__content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #555;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 24px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.search-for {
    color: #555;
    font-size: 16px;
    margin-bottom: 16px
}

.search-for span {
    color: #303d4e;
    font-weight: 600
}

.error-message {
    color: #555;
    font-size: 16px;
    margin-bottom: 24px
}

.fallback-sec__heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px
}

.fallback-sec+.itk-pagination {
    display: none
}

.trending .container {
    position: relative
}

.trending .slider-arrows {
    bottom: 51px;
    left: 0;
    padding-left: 76px;
    position: absolute;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    .main-wrapper>.kzp-section {
        margin-bottom:56px
    }

    .common-heading {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .card-wide-3 .al__cta {
        padding: 11px 11px 13px
    }

    .kez-pgn__wrap {
        gap: 10px 20px
    }

    .kez-pgn__el,.kez-pgn__wrap a {
        font-size: 14px
    }

    .collection__left {
        margin-bottom: 56px
    }

    .collection__right {
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }

    .card-small-1 .al__group--1,.card-tall-1 .al__group--1 {
        border-radius: 10px
    }

    .card-tall-1 .al__title {
        color: #121212;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        line-height: 25px;
        max-height: 50px
    }

    .card-tall-1 .al__content,.card-tall-1 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-tall-1 .al__content {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        max-height: 52px
    }

    .card-wide-2 .al__group--1 {
        border-radius: 10px;
        height: 325px
    }

    .card-wide-2 .al__img {
        height: calc(63vw - 40px)
    }

    .card-wide-2 .al__title {
        color: #121212;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 16px;
        max-height: 50px
    }

    .card-wide-2 .al__content,.card-wide-2 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-2 .al__content {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 24px;
        max-height: 52px
    }

    .card-wide-2 .al__cta {
        font-size: 16px
    }

    .card-wide-3 .al__card {
        border-radius: 10px
    }

    .card-wide-3 .al__group--1 {
        border-radius: 10px;
        height: 336px
    }

    .card-wide-3 .al__group--2 {
        padding: 32px
    }

    .card-wide-3 .al__title {
        -webkit-line-clamp: 2;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        line-height: 25px;
        margin-bottom: 16px;
        max-height: 50px
    }

    .card-wide-3 .al__content,.card-wide-3 .al__title {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-3 .al__content {
        -webkit-line-clamp: 3;
        color: #555;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .3px;
        line-height: 23px;
        margin-bottom: 24px;
        max-height: 69px
    }

    .card-wide-4 .al__group--1 {
        border-radius: 10px
    }

    .card-wide-4 .al__title {
        color: #121212;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        max-height: 50px
    }

    .card-wide-4 .al__content,.card-wide-4 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-4 .al__content {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        max-height: 52px
    }

    .search-for {
        margin-bottom: 8px
    }

    .error-message,.search-for {
        font-size: 14px
    }

    .fallback-sec__heading {
        font-size: 21px
    }

    .trending .slider-arrows {
        bottom: 41px;
        padding-left: 32px
    }
}

@media(max-width: 1024px) {
    .header .search-form-wrap {
        width:350px
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        min-height:calc(100vh - 197px)
    }

    .main-wrapper>.kzp-section {
        margin-bottom: 40px
    }

    .kez-pgn__wrap {
        margin-top: 24px
    }

    .collection .al__list:not(:last-child) {
        margin-bottom: 24px
    }

    .collection__left {
        margin-bottom: 40px
    }

    .collection__right .popular-articles__top {
        margin-bottom: 24px
    }

    .card-small-1 .al__card {
        gap: 11px
    }

    .card-small-1 .al__group--1 {
        height: 139px;
        width: 127px
    }

    .card-small-1 .al__title {
        -webkit-line-clamp: 2;
        color: #121212;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        max-height: 44px
    }

    .card-small-1 .al__content,.card-small-1 .al__title {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-small-1 .al__content {
        -webkit-line-clamp: 3;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 13px;
        max-height: 60px
    }

    .card-wide-2 .al__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-wide-2 .al__group--1 {
        height: auto;
        max-width: 100%;
        width: 100%
    }

    .card-wide-2 .al__group--2 {
        padding: 24px 0 0;
        width: 100%
    }

    .card-wide-3 .al__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-wide-3 .al__group--1 {
        height: calc(63vw - 40px);
        width: 100%
    }

    .card-wide-3 .al__group--2 {
        padding: 16px;
        width: 100%
    }

    .card-wide-3 .al__cta {
        width: 100%
    }

    .card-wide-4 .al__group--1 {
        height: 200px;
        width: 200px
    }

    .trending .slider-arrows {
        bottom: unset;
        left: unset;
        padding: 0;
        right: 0;
        top: 2px
    }
}

@media(max-width: 767px) {
    .header .header__top {
        padding:16px 0
    }

    .header .header__logo {
        width: 180px
    }

    .header .header__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        width: 60px
    }

    .header .category-menu-wrap {
        top: 100%
    }

    .header .search-form-wrap {
        right: 0;
        top: 110%;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .header .ham-wrapper {
        margin-left: 0
    }

    .header .ham-icon,.header .ham-icon.active,.header .search-icon,.header .search-icon.active {
        background-size: 20px 20px;
        height: 20px;
        width: 20px
    }

    body.home_page .header {
        background-image: none
    }

    body.home_page .header .search-form-wrap {
        display: none;
        position: absolute
    }

    body.home_page .header .search-form-wrap.active,body.home_page .header .search-icon {
        display: block
    }

    body.home_page .header .ham-icon {
        background-image: url(/image/ledge/menu_black.svg);
        background-size: 20px 20px;
        height: 20px;
        width: 20px
    }

    body.home_page .header .ham-icon.active {
        background-image: url(/image/search_black.png)
    }

    .footer {
        padding: 16px 0 24px
    }

    .footer .logo-footer {
        margin-bottom: 16px;
        width: 180px
    }

    .footer .top-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px;
        padding-bottom: 0
    }

    .footer .copy-txt p {
        font-size: 14px;
        line-height: 20px
    }

    .footer-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        gap: 0 16px;
        justify-content: flex-start;
        line-height: 10px;
        width: 100%
    }

    .footer-menu li {
        margin-bottom: 16px
    }

    .footer-menu li:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (max-width: 598px) {
    .card-tall-1 .al__group--1 {
        height:calc(63vw - 40px)
    }

    .card-tall-1 .al__title {
        height: auto;
        margin-bottom: 8px
    }

    .card-wide-4 .al__card {
        display: block
    }

    .card-wide-4 .al__group--1 {
        height: auto;
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%
    }
}

@media(min-width: 768px) {
    body.home_page .header .search-form-wrap {
        display:block !important
    }
}

.category-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2rem;
}

#articleContent p{
    color: #555;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5rem;
}
#articleContent li{
    color: #555;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5rem;
}

#articleContent h1,h2,h3,h4,h5,h6{
    margin:1.5rem 0;
    font-weight:bold;
}

#articleContent h1{
    font-size:30px;
}

#articleContent h2{
    font-size:27px;
}
#articleContent h3{
    font-size:24px;
}
#articleContent h4,h5,h6{
    font-size:21px;
}

