pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -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: hsla(0, 0, 100%, .1);
    border-radius: 1rem;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1rem
}

::-webkit-scrollbar-thumb:hover {
    background: #515371
}

* {
    -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: #fff #515371;
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-size: 15px
}

.container {
    margin: 0 auto;
    max-width: 1250px;
    width: calc(100% - 40px)
}

.section-mt {
    margin-top: 70px
}

a {
    color: inherit;
    text-decoration: none
}

a, button {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

li {
    list-style: none
}

img {
    max-width: 100%
}

.main-wrapper {
    min-height: calc(100vh - 180px)
}

.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
}

.text-center {
    text-align: center
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.common-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.section-heading-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.section-heading-wrapper .btnlnk {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.04px;
    line-height: 0;
    text-transform: uppercase;
    white-space: nowrap
}

.section-heading-wrapper .btnlnk:hover {
    color: #000
}

.section-heading-wrapper .section-heading {
    color: #000;
    line-height: normal;
    margin-left: 60px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle
}

.section-heading-wrapper .section-heading, .section-heading-wrapper .section-heading--bold {
    display: inline-block;
    font-family: Inter;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.section-heading-wrapper .section-heading--bold {
    color: inherit;
    font-weight: 800
}

.section-heading-wrapper .section-heading:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    left: -60px;
    margin-right: 10px;
    position: absolute;
    top: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 45px
}

.al-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.al-img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 100%
}

.al-title {
    text-transform: capitalize
}

.al-category, .al-category-el {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.al-category-el {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a56c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    text-transform: uppercase;
    word-break: normal
}

.al-category-el:before {
    background-color: #2a56c6;
    content: "";
    display: block;
    height: 1px;
    left: -3.5px;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 45px
}

.slider-counter {
    color: #2a56c6;
    font-family: Inter;
    font-size: 20.3px;
    font-weight: 600;
    letter-spacing: .36px;
    line-height: 1.71;
    margin: 0 10px
}

.slick-next, .slick-prev {
    height: 10.6px;
    width: 6.4px
}

.slider-visibility-hidden:not(.slick-initialized) {
    visibility: hidden
}

.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: pointer;
    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
}

.header {
    margin: 30px 0
}

.header .head-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .head-menu-container.active {
    display: block
}

.head-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.head-wrapper, .head-wrapper-search-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.head-wrapper-search-wrapper {
    background-color: #f1f1f1;
    border-radius: 12px;
    padding: 18px;
	position: relative;
}

.head-wrapper-search-wrapper svg {
    margin-right: 10px
}

.head-wrapper-search-wrapper input {
    -webkit-box-flex: 1;
    background-color: transparent;
    -ms-flex: 1;
    flex: 1
}

.head-wrapper-search-wrapper input[type="submit"] {
	width: 24px;
  	height: 24px;
  	cursor: pointer;
  	position: absolute;
  	top: 18px;
  	left: 18px;
  	z-index: 2;
  	opacity: 0;	
}

.head-wrapper a {
    display: block;
    width: 200px
}

.head-wrapper a svg, .head-wrapper a img {
    width: 100%
}

.head-hamburger {
    background: url(../images/hamburger.svg) 50%/contain no-repeat;
    height: 29px;
    margin-left: 35px;
    width: 32px
}

.head-hamburger.close-icon {
    background-image: url(../images/close.svg)
}

.head-hamburger.mobile {
    display: none
}

.head-menu-container {
    background-color: #2a56c6;
    color: #fff;
    display: none;
    font-size: 15px;
    padding: 25px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: 300px;
    z-index: 9999
}

.head-menu li:not(:last-child) {
    margin-bottom: 10px
}

.head-menu li a {
    width: 100%
}

.head-search-container {
    max-width: 522px;
    width: 100%
}

.header.active .head-btn-search-toggle, .head-btn-search-cross-toggle, .head-btn-search-toggle, .head-btn-search-toggle--cross {
    display: none
}

body:not(.home_page) .head-search-container {
    display: none;
    max-width: 522px;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    z-index: 2
}

body:not(.home_page) .head-search-container.active {
    display: block;
    margin-top: 39px;
    position: absolute;
    right: 0;
    z-index: 1
}

body:not(.home_page) .head-btn-search-toggle {
    display: block
}

body:not(.home_page) .header.active .head-btn-search-toggle {
    display: none
}

body:not(.home_page) .header.active .head-btn-search-cross-toggle {
    display: block
}

.recently-viewed-article-section .wrapper .article-wrapper {
    background-color: #f5f5f5;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 90px 10px 60px 22px;
    position: relative
}

.recently-viewed-article-section .wrapper .article-wrapper:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 101vw;
    z-index: -1
}

.recently-viewed-article-section .wrapper .article-wrapper .section-heading-wrapper {
    margin-left: 40px
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-card-wrap:hover .al-cta {
    text-decoration: underline
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-card-wrap:hover .al-rank {
    color: #2a56c6
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    position: relative
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-card:after {
    background: url(../images/arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    width: 30px
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-list {
    position: relative
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-list:not(:last-child) {
    margin-bottom: 111px
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-list:not(:last-child):after {
    background: rgba(0, 0, 0, .15);
    bottom: -40px;
    content: "";
    display: block;
    height: 1px;
    left: 50px;
    position: absolute;
    width: calc(100% - 60px)
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-group--2 {
    margin-right: 60px;
    width: 55%
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-rank {
    color: #515371;
    font-family: Inter;
    font-size: 66px;
    font-weight: 900;
    line-height: 67px;
    margin-right: 15px;
    max-height: 201px;
    opacity: 28%;
    white-space: normal;
    white-space: nowrap
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-rank, .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 8px;
    max-height: 75px;
    white-space: normal
}

.recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    display: -webkit-box;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.banner-section .banner-container {
    padding-left: calc(50vw - 633px)
}

.banner-section .banner-item-wrapper .al-list:not(.slick-active) .al-overlay-click {
    z-index: -1 !important
}

.banner-section .banner-item-wrapper .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.banner-section .banner-item-wrapper .al-card-wrap:hover .al-cta {
    background-color: #000
}

.banner-section .banner-item-wrapper .al-card {
    -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
}

.banner-section .banner-item-wrapper .al-card:hover .al-cta {
    background-color: #000
}

.banner-section .banner-item-wrapper .al-group--1 {
    max-width: 42%
}

.banner-section .banner-item-wrapper .al-category {
    color: #2a56c6;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.14px;
    line-height: .99
}

.banner-section .banner-item-wrapper .al-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 63px;
    margin: 15px 0;
    max-height: 189px
}

.banner-section .banner-item-wrapper .al-content, .banner-section .banner-item-wrapper .al-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    display: -webkit-box;
    font-family: Inter;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.banner-section .banner-item-wrapper .al-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    max-height: 87px
}

.banner-section .banner-item-wrapper .al-img-wrapper {
    border-radius: 12px;
    height: 645px;
    overflow: hidden;
    width: 76%
}

.banner-section .banner-item-wrapper .al-cta {
    background-color: #2a56c6;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    margin-top: 26px;
    padding: 18px 40px;
    text-align: center
}

.banner-section .banner-item-wrapper .al-cta-text {
    color: #fff
}

.banner-section .banner-item-wrapper .slick-list {
    padding: 0 120px 0 0 !important
}

.banner-section .banner-item-wrapper .slick-slide {
    padding: 0 16px
}

.banner-section .banner-item-wrapper .slick-slide .group--1 {
    opacity: 0;
    -webkit-transition: visibility 0, opacity .5s linear;
    transition: visibility 0, opacity .5s linear;
    visibility: hidden
}

.banner-section .banner-item-wrapper .slick-slide .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s
}

.banner-section .banner-item-wrapper .slick-slide.slick-active .group--1 {
    opacity: 1;
    visibility: visible
}

.banner-section .banner-item-wrapper .slick-slide.slick-active .group--2 {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: right
}

.banner-section .banner-item-wrapper .slick-slide.slick-active .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 1
}

.banner-section #slick-arrow-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 20px
}

.trending-article-section .al-wrap {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin: 0 -15px
}

.trending-article-section .al-list {
    border-radius: 8px;
    margin: 15px;
    overflow: hidden;
    position: relative
}

.trending-article-section .al-list:hover .al-group--2 {
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.trending-article-section .al-list:hover .al-content {
    height: 100%;
    margin-top: 14px;
    visibility: visible
}

.trending-article-section .al-group--2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: rgba(42, 68, 198, .45);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    justify-content: flex-end;
    padding: 20px 25px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.trending-article-section .al-img-wrapper {
    height: 240px
}

.trending-article-section .al-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    max-height: 50px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.trending-article-section .al-content, .trending-article-section .al-title {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-family: Inter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.trending-article-section .al-content {
    -webkit-line-clamp: 3;
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 24px;
    max-height: 72px;
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    visibility: hidden
}

.latest-article-section .wrapper {
    grid-column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.latest-article-section .wrapper .al-card-wrap:hover .al-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.latest-article-section .wrapper .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.latest-article-section .wrapper .al-list:not(:last-child) {
    margin-bottom: 46px
}

.latest-article-section .wrapper .al-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.latest-article-section .wrapper .al-img-wrapper {
    border-radius: 12px;
    height: 160px;
    margin-right: 16px;
    overflow: hidden;
    width: 215px
}

.latest-article-section .wrapper .al-group--1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.latest-article-section .wrapper .al-group--2 {
    max-width: 340px
}

.latest-article-section .wrapper .al-title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.5px;
    margin-top: 10px;
    max-height: 55px
}

.latest-article-section .wrapper .al-content, .latest-article-section .wrapper .al-title {
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-family: Inter;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.latest-article-section .wrapper .al-content {
    -webkit-line-clamp: 3;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-height: 69px
}

.latest-article-section .wrapper .flex-column {
    grid-column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.latest-article-section .wrapper .flex-column .al-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 285px
}

.latest-article-section .wrapper .flex-column .al-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.latest-article-section .wrapper .flex-column .al-img-wrapper {
    height: 195px;
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%
}

.latest-article-section .wrapper .flex-column .al-img {
    aspect-ratio: 2/1.5;
    width: 100%
}

.recently-viewed-article-section {
    overflow: hidden
}

.recently-viewed-article-section .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: grid;
    grid-template-columns:57% 43%
}

.recently-viewed-article-section .wrapper .al-wrap {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.recently-viewed-article-section .wrapper .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.recently-viewed-article-section .wrapper .al-card-wrap:hover .al-cta {
    text-decoration: underline
}

.recently-viewed-article-section .wrapper .al-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 14px
}

.recently-viewed-article-section .wrapper .al-group--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.recently-viewed-article-section .wrapper .al-img-wrapper {
    margin-right: 11px;
    max-width: 100px
}

.recently-viewed-article-section .wrapper .al-title {
    font-size: 20.4px;
    font-weight: 700;
    line-height: 27.9px;
    max-height: 83.7px
}

.recently-viewed-article-section .wrapper .al-content, .recently-viewed-article-section .wrapper .al-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    display: -webkit-box;
    font-family: Inter;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.recently-viewed-article-section .wrapper .al-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-height: 69px
}

.recently-viewed-article-section .wrapper .al-cta {
    color: #2a56c6;
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 35px;
    margin-top: 16px
}

.recently-viewed-article-section .wrapper .newsletter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: url(../images/newsletter_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 700px;
    padding: 78px 0 65px;
    position: relative
}

.recently-viewed-article-section .wrapper .newsletter-title {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    max-width: 500px;
    text-transform: capitalize
}

.recently-viewed-article-section .wrapper .newsletter-title span {
    font-weight: 800
}

.recently-viewed-article-section .wrapper .newsletter .sks-nl-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin-top: 50px;
    overflow: hidden
}

.recently-viewed-article-section .wrapper .newsletter .sks-nl-form-group--submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 60px
}

.recently-viewed-article-section .wrapper .newsletter .sks-nl-form-group--email {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.recently-viewed-article-section .wrapper .newsletter .sks-nl-form-submit {
    height: 100%;
    width: 100%
}

.recently-viewed-article-section .wrapper .newsletter .sks-nl-form-input {
    padding: 0 10px;
    width: 100%
}

.popular-articles-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.popular-articles-section .popular-articles-wrapper {
    margin-right: 50px
}

.popular-articles-section .popular-articles-wrapper .al-card-wrap:hover .al-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.popular-articles-section .popular-articles-wrapper .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.popular-articles-section .popular-articles-wrapper .al-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.popular-articles-section .popular-articles-wrapper .al-group--1 {
    margin-right: 10px
}

.popular-articles-section .popular-articles-wrapper .al-img-wrapper {
    border-radius: 8px;
    height: 128px;
    overflow: hidden;
    width: 150px
}

.popular-articles-section .popular-articles-wrapper .al-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.popular-articles-section .popular-articles-wrapper .al-title {
    -webkit-line-clamp: 2;
    font-size: 20.4px;
    font-weight: 700;
    height: 50px;
    line-height: 23.4px;
    max-height: 46.8px;
    max-height: 50px
}

.popular-articles-section .popular-articles-wrapper .al-content, .popular-articles-section .popular-articles-wrapper .al-title {
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.popular-articles-section .popular-articles-wrapper .al-content {
    -webkit-line-clamp: 3;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    max-height: 69px
}

.popular-articles-section .article-wrapper {
    margin-left: 50px;
    margin-top: -90px;
    max-width: 50%;
    position: relative
}

.popular-articles-section .article-wrapper .al-card-wrap:hover .al-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.popular-articles-section .article-wrapper .al-card-wrap:hover .al-title {
    color: #2a56c6;
    text-decoration: underline
}

.popular-articles-section .article-wrapper .al-card-wrap:hover .al-cta {
    text-decoration: underline
}

.popular-articles-section .article-wrapper .al-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px
}

.popular-articles-section .article-wrapper .al-img-wrapper {
    border-radius: 12px;
    float: right;
    height: 360px;
    max-width: 90%;
    overflow: hidden
}

.popular-articles-section .article-wrapper .al-img {
    -o-object-fit: cover;
    object-fit: cover
}

.popular-articles-section .article-wrapper .al-group--1 {
    float: right;
    position: relative
}

.popular-articles-section .article-wrapper .al-group--2 {
    background-color: #fff;
    -webkit-box-shadow: -4px 3px 11px 0 rgba(0, 0, 0, .06);
    box-shadow: -4px 3px 11px 0 rgba(0, 0, 0, .06);
    margin-left: 5px;
    margin-right: 20px;
    margin-top: -100px;
    max-width: 613px;
    padding: 150px 90px 42px 45px
}

.popular-articles-section .article-wrapper .al-title {
    -webkit-line-clamp: 3;
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    max-height: 120px
}

.popular-articles-section .article-wrapper .al-content, .popular-articles-section .article-wrapper .al-title {
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.popular-articles-section .article-wrapper .al-content {
    -webkit-line-clamp: 6;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 16px;
    max-height: 138px
}

.popular-articles-section .article-wrapper .al-cta {
    color: #2a56c6;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 28px
}

.popular-articles-section .article-wrapper #popular-articles-slick-arrow-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    margin: 20px 10px
}

.our-categories {
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

.our-categories .our-category-arrows {
    display: inline;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    vertical-align: top
}

.our-categories .our-category-arrows .slick-arrow {
    display: inline-block !important;
    position: absolute;
    right: -60px;
    top: 7px
}

.our-categories .our-category-arrows .slick-prev {
    right: -30px
}

.our-categories .our-category-arrows .slick-next, .our-categories .our-category-arrows .slick-prev {
    height: 20.6px;
    width: 10.2px
}

.our-categories .our-categories-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: calc(50vw - 641px);
    width: 100%
}

.our-categories .our-categories-slider .slick-slide {
    padding: 0 16px
}

.our-categories .our-categories-slider .al-card {
    height: 218px;
    position: relative;
    width: 200px
}

.our-categories .our-categories-slider .al-group--1 {
    min-width: 200px
}

.our-categories .our-categories-slider .al-group--2 {
    bottom: 75px;
    padding: 0 16px;
    position: absolute;
    z-index: 3
}

.our-categories .our-categories-slider .al-category-el {
    color: #fff;
    font-size: 15.4px
}

.our-categories .our-categories-slider .al-category-el:before {
    background-color: #fff;
    width: 27px
}

.our-categories .our-categories-slider .al-content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #fff;
    display: -webkit-box;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 27px;
    max-height: 76px;
    opacity: .67;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.our-categories .our-categories-slider .al-overlay-click {
    background: rgba(0, 0, 0, .67);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.our-categories .our-categories-slider .al-card-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-card {
    width: 318px
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-content {
    display: block
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-category-el {
    text-align: center
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-category-el:before {
    width: 45px
}

.our-categories .our-categories-slider .al-card-wrap:hover .al-overlay-click {
    background-color: rgba(81, 83, 113, .74);
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.our-categories .our-categories-slider .al-img-wrapper {
    height: 100%
}

.our-categories .our-categories-slider .al-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.footer {
    background-color: #000;
    padding: 44px 0
}

.footer-wrap {
    -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
}

.footer-wrap a svg {
    width: 100%
}

.footer-menu {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    width: 100%
}

.footer-menu li {
    color: #fff;
    font-family: Inter;
    font-size: 14px
}

.footer-menu li:hover {
    opacity: .7
}

.footer-copyright {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    white-space: nowrap
}

.brc-wrapper {
    color: #474747;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px
}

.brc-wrapper a:hover {
    color: #000;
    text-decoration: underline
}

.brc-page-separator {
    display: inline-block;
    margin: 0 10px
}

.brc-current {
    color: #000;
    font-weight: 700
}

@media only screen and (max-width: 1024px) {
    .recently-viewed-article-section .wrapper .article-wrapper {
        margin-left: 0;
        margin-top: 20px;
        padding: 30px 16px 20px
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-group--2 {
        margin-right: 50px;
        width: 100%
    }

    .recently-viewed-article-section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-columns:auto
    }

    .recently-viewed-article-section .wrapper .newsletter {
        margin: 0 auto
    }

    .popular-articles-section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popular-articles-section .popular-articles-wrapper {
        margin-right: 0
    }

    .popular-articles-section .article-wrapper {
        margin: 0 auto;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 100%
    }

    .popular-articles-section .article-wrapper .al-img-wrapper {
        height: 280px;
        width: 90%
    }

    .popular-articles-section .article-wrapper .al-group--2 {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 90%
    }
}

@media only screen and (max-width: 899px) {
    .section-mt {
        margin-top: 40px
    }

    .main-wrapper {
        min-height: calc(100vh - 238px)
    }

    .section-heading-wrapper .btnlnk {
        font-size: 12px
    }

    .section-heading-wrapper {
        margin-bottom: 40px
    }

    .section-heading-wrapper .section-heading {
        font-size: 16px;
        margin-left: 50px;
        margin-right: 0
    }

    .section-heading-wrapper .section-heading--bold {
        font-size: 16px
    }

    .section-heading-wrapper .section-heading:before {
        left: -50px;
        top: 10px;
        width: 30px
    }

    .al-category-el {
        font-size: 12px;
        line-height: 15px
    }

    .slider-counter {
        font-size: 16px;
        margin: 0 16px
    }

    .head-hamburger {
        height: 24px;
        margin-left: 20px;
        width: 24px
    }

    .head-search-container {
        display: none
    }

    .head-search-container.active {
        display: block;
        position: absolute;
        right: 0;
        top: 39px;
        z-index: 1
    }

    .head-btn-search-toggle {
        display: block
    }

    .header.active .head-btn-search-toggle {
        display: none
    }

    .header.active .head-btn-search-cross-toggle {
        display: block
    }

    .recently-viewed-article-section .wrapper .article-wrapper:before {
        display: none
    }

    .recently-viewed-article-section .wrapper .article-wrapper .section-heading-wrapper {
        margin-left: 0
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-list:not(:last-child) {
        margin-bottom: 40px
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-list:not(:last-child):after {
        bottom: -20px;
        width: calc(100% - 100px)
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-rank {
        font-size: 33px
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-title {
        font-size: 15px;
        line-height: 21px
    }

    .recently-viewed-article-section .wrapper .article-wrapper .flex-column .al-content {
        font-size: 13px
    }

    .banner-section .banner-item-wrapper .al-card {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .banner-section .banner-item-wrapper .al-group--1 {
        max-width: 100%
    }

    .banner-section .banner-item-wrapper .al-group--2 {
        width: 100%
    }

    .banner-section .banner-item-wrapper .al-category {
        font-size: 12px
    }

    .banner-section .banner-item-wrapper .al-title {
        font-size: 24px;
        line-height: 31px;
        margin: 0
    }

    .banner-section .banner-item-wrapper .al-content {
        display: none
    }

    .banner-section .banner-item-wrapper .al-img-wrapper {
        height: auto;
        width: 100%
    }

    .banner-section .banner-item-wrapper .al-cta {
        margin: 12px 0 20px;
        padding: 15px 0;
        width: 100%
    }

    .banner-section .banner-item-wrapper .slick-list {
        padding: 0 !important
    }

    .banner-section #slick-arrow-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 20px 0 0 20px
    }

    .banner-section #slick-arrow-wrapper svg {
        height: 10px;
        width: 6px
    }

    .trending-article-section .al-wrap {
        grid-template-columns:repeat(1, 1fr)
    }

    .trending-article-section .al-list {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .trending-article-section .al-list:first-child {
        margin-top: 0
    }

    .trending-article-section .al-list:last-child {
        margin-bottom: 0
    }

    .trending-article-section .al-list:hover .al-group--2 {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    .trending-article-section .al-list:hover .al-content {
        display: none
    }

    .trending-article-section .al-group--1 {
        width: 100%
    }

    .trending-article-section .al-group--2 {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 15px 20px;
        width: 100%
    }

    .trending-article-section .al-img-wrapper {
        height: auto
    }

    .trending-article-section .al-title {
        font-family: Inter;
        font-size: 15px;
        font-weight: 600
    }

    .latest-article-section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .latest-article-section .wrapper .al-list:not(:last-child) {
        margin-bottom: 20px
    }

    .latest-article-section .wrapper .al-img-wrapper {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 121px;
        width: 139px
    }

    .latest-article-section .wrapper .al-group--1 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .latest-article-section .wrapper .al-group--2 {
        max-width: 100%
    }

    .latest-article-section .wrapper .al-title {
        font-size: 14px;
        line-height: 17px
    }

    .latest-article-section .wrapper .al-content {
        font-family: Inter;
        font-size: 13px
    }

    .latest-article-section .wrapper .flex-column {
        grid-column-gap: 20px;
        margin: 0
    }

    .latest-article-section .wrapper .flex-column .al-card {
        max-width: 100%
    }

    .latest-article-section .wrapper .flex-column .al-list {
        margin-top: 20px
    }

    .latest-article-section .wrapper .flex-column .al-img-wrapper {
        height: auto;
        margin-bottom: 15px;
        max-width: none;
        width: 100%
    }

    .recently-viewed-article-section .wrapper .al-wrap {
        grid-template-columns:repeat(1, 1fr)
    }

    .recently-viewed-article-section .wrapper .al-group--1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .recently-viewed-article-section .wrapper .al-title {
        font-size: 15px;
        line-height: 21px
    }

    .recently-viewed-article-section .wrapper .al-content {
        font-size: 13px
    }

    .recently-viewed-article-section .wrapper .al-cta {
        font-size: 13px;
        line-height: 15.6px;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .recently-viewed-article-section .wrapper .newsletter {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: url(../images/newsletter_bg.png);
        background-repeat: no-repeat;
        padding: 40px 20px;
        width: 100%
    }

    .recently-viewed-article-section .wrapper .newsletter-title {
        font-size: 27px
    }

    .recently-viewed-article-section .wrapper .newsletter .sks-nl-form {
        height: 50px;
        margin-top: 20px
    }

    .popular-articles-section .popular-articles-wrapper .al-card {
        margin-bottom: 20px
    }

    .popular-articles-section .popular-articles-wrapper .al-img-wrapper {
        height: 100px;
        width: 127px
    }

    .popular-articles-section .popular-articles-wrapper .al-title {
        font-size: 14px;
        line-height: 21px
    }

    .popular-articles-section .popular-articles-wrapper .al-content {
        font-size: 13px;
        line-height: 18px
    }

    .popular-articles-section .article-wrapper .al-group--2 {
        padding: 115px 20px 28px;
        width: 92%
    }

    .popular-articles-section .article-wrapper .al-title {
        font-size: 18px;
        line-height: 23px
    }

    .popular-articles-section .article-wrapper .al-content, .popular-articles-section .article-wrapper .al-cta {
        font-size: 14px;
        line-height: 20px
    }

    .our-categories .btnlnk {
        display: none
    }

    .our-categories {
        margin-top: 0;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-top: 40px
    }

    .our-categories .our-category-arrows .slick-arrow {
        display: none !important
    }

    .our-categories .our-categories-slider .al-card {
        height: 180px;
        width: 150px
    }

    .our-categories .our-categories-slider .al-group--2 {
        bottom: 50px;
        padding: 0 10px
    }

    .our-categories .our-categories-slider .al-category-el {
        font-size: 10.95px
    }

    .our-categories .our-categories-slider .al-category-el:before {
        width: 20px
    }

    .our-categories .our-categories-slider .al-card-wrap:hover .al-card {
        width: 150px
    }

    .our-categories .our-categories-slider .al-card-wrap:hover .al-content {
        display: none
    }

    .our-categories .our-categories-slider .al-card-wrap:hover .al-category-el:before {
        width: 20px
    }

    .our-categories .our-categories-slider .al-card-wrap:hover .al-category-el {
        text-align: left
    }

    .footer-wrap {
        -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
    }

    .footer-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 25px 0;
        width: 100%
    }

    .footer-copyright, .footer-menu li {
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        min-height: calc(100vh - 238px)
    }

    .head-hamburger.mobile {
        display: block
    }

    .head-menu-container {
        width: 100%
    }

    .footer-wrap a {
        width: 200px
    }
}

@media only screen and (max-width: 540px) {
    .popular-articles-section .article-wrapper .al-img-wrapper {
        height: 210px
    }
}