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: rgba(229, 42, 111, .1);
    border-radius: 1rem;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #e52a6f;
    border-radius: 1rem
}

* {
    -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: #e52a6f #fff;
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    font-size: 15px
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 30px)
}

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 - 205px)
}

.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
}

.al__card {
    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
}

.main-wrapper {
    position: relative
}

.section-mb {
    margin-bottom: 70px
}

.section-heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: left;
    text-transform: capitalize
}

.section-heading--green {
    color: #e52a6f
}

.slider-visibility-hidden:not(.slick-initialized) {
    visibility: hidden
}

.header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.header:after, .header:before {
    clear: both;
    content: "";
    display: table
}

.header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header__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;
    height: 100px;
    justify-content: space-between;
    position: relative
}

.header__left {
    width: 525px
}

.header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    align-items: center;
    background-color: #e52a6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 100px;
    justify-content: flex-end;
    margin-left: 100px;
    position: relative;
    width: 100%
}

.header__right .searchform {
    background-color: #fff;
    border: 1px solid rgba(66, 66, 66, .15);
    display: block;
    height: 53px;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.header__right .searchform__wrapper {
    -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;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

.header__right .searchform__input {
    font-size: 16px;
    padding-right: 20px;
    width: 100%
}

.header__right .searchform__input::-webkit-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::-moz-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input:-ms-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::-ms-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__submit {
    height: 25px;
    width: 25px
}

.header__search-btn {
    display: none;
    height: 52px;
    width: 55px
}

.header__search-btn .icon-close {
    display: none;
    height: 23px;
    width: 25px
}

.header__search-btn .icon-search {
    display: block;
    height: 23px;
    width: 25px
}

.header__search-btn.close-icon .icon-search {
    display: none
}

.header__search-btn.close-icon .icon-close {
    display: block
}

.header__hamburger {
    margin-right: 35px
}

.header__hamburger .icon-hamburger {
    display: block;
    height: 23px;
    width: 25px
}

.header__hamburger .icon-close {
    display: none;
    height: 23px;
    width: 25px
}

.header__hamburger.close-icon .icon-hamburger {
    display: none
}

.header__hamburger.close-icon .icon-close {
    display: block
}

.header__menu-container {
    background-color: #fff;
    -webkit-box-shadow: 3.28955px 4.93432px 23.61px 5px rgba(63, 140, 255, .09);
    box-shadow: 3.28955px 4.93432px 23.61px 5px rgba(63, 140, 255, .09);
    display: none;
    font-size: 15px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 200px;
    z-index: 9999
}

.header__menu li {
    color: #000;
    margin-bottom: 10px
}

.header__menu li:hover {
    color: #e52a6f
}

body:not(.home_page) .header .searchform {
    display: none;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 9999
}

body:not(.home_page) .header__search-btn {
    display: block
}

body:not(.home_page) .header__search-btn svg path {
    fill: #fff
}

body:not(.home_page) .header__menu-container {
    left: unset;
    right: 0
}

body:not(.home_page) .header__hamburger {
    margin-right: 15px
}

.footer {
    background-color: #4e62e6;
    padding-top: 30px
}

.footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

.footer__right, .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo {
    max-width: 300px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__logo svg {
    width: 100%
}

.footer__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-right: 1px solid #fff;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
    margin-right: 35px;
    padding-right: 35px
}

.footer__menu li {
    color: #fff;
    font-size: 12px
}

.footer__menu li:hover {
    text-decoration: underline
}

.footer__copyright {
    color: #fff;
    font-size: 12px
}

.search-for {
    color: #000;
    font-size: 15px;
    margin-bottom: 30px
}

.search-for span {
    color: #e52a6f;
    font-weight: 700
}

.error-message {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

.fallback-sec {
    margin: 60px 0 30px
}

.fallback-sec__heading {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px
}

.fallback-sec + .itk-pagination {
    display: none
}

.fallback-sec .vertical-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.fallback-sec .vertical-card .al__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin: 0 0 30px;
    padding: 0 15px
}

.fallback-sec .vertical-card .al__card-wrap:hover .al__title {
    color: #e52a6f
}

.fallback-sec .vertical-card .al__card-wrap:hover .al__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.fallback-sec .vertical-card .al__title {
    -webkit-line-clamp: 2;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis
}

.fallback-sec .vertical-card .al__img-wrapper {
    aspect-ratio: 1/.82;
    margin-bottom: 10px !important;
    overflow: hidden
}

.fallback-sec .vertical-card .al__img {
    height: 100% !important
}

.fallback-sec .vertical-card .al__content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000 !important;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px !important;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.collection {
    overflow: hidden
}

.collection .collection__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.collection .collection__left {
    width: calc(100% - 450px)
}

.collection .collection__left .vertical-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.collection .collection__left .vertical-card .al__card-wrap:hover .al__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.collection .collection__left .vertical-card .al__card-wrap:hover .al__title {
    color: #e52a6f
}

.collection .collection__left .vertical-card .al__card-wrap:hover .al__category {
    color: #000
}

.collection .collection__left .vertical-card .al__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin: 0 0 30px;
    padding: 0 15px
}

.collection .collection__left .vertical-card .al__category {
    color: #e52a6f;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize
}

.collection .collection__left .vertical-card .al__title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 10px;
    max-height: 44px
}

.collection .collection__left .vertical-card .al__content, .collection .collection__left .vertical-card .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
}

.collection .collection__left .vertical-card .al__content {
    -webkit-line-clamp: 3;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-height: 60px
}

.collection .collection__left .vertical-card .al__img-wrapper {
    aspect-ratio: 1/.82;
    margin-bottom: 10px;
    overflow: hidden
}

.collection .collection__right {
    width: 400px
}

.brc__wrapper {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px
}

.brc__wrapper a {
    text-transform: capitalize
}

.brc__wrapper a:hover {
    color: #e52a6f;
    text-decoration: underline
}

.brc__page-separator, .brc__path-separator {
    display: inline-block;
    margin: 0 5px
}

.brc__current {
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.recent-articles-wrap .recent-articles-list .al__card-wrap:hover .al__title {
    color: #e52a6f
}

.recent-articles-wrap .recent-articles-list .al__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px
}

.recent-articles-wrap .recent-articles-list .al__img-wrapper {
    height: 115px;
    margin-right: 20px;
    width: 115px
}

.recent-articles-wrap .recent-articles-list .al__category {
    color: #e52a6f;
    font-size: 13px;
    margin-bottom: 7px
}

.recent-articles-wrap .recent-articles-list .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.trending-articles-wrap {
    background-color: #fef4eb;
    background-position: 100%;
    background-size: cover;
    padding: 80px 0;
    width: 100%
}

.trending-articles-wrap .trending-articles-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px
}

.trending-articles-wrap .trending-articles-list .al__list {
    background-color: #fff;
    width: 21.3%
}

.trending-articles-wrap .trending-articles-list .al__list .al__card-wrap:hover .al__category {
    text-decoration: underline
}

.trending-articles-wrap .trending-articles-list .al__list .al__card-wrap:hover .al__title {
    color: #e52a6f
}

.trending-articles-wrap .trending-articles-list .al__list .al__card-wrap:hover .al__cta {
    background-color: #4e62e6
}

.trending-articles-wrap .trending-articles-list .al__list .al__card-wrap:hover .al__card {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.trending-articles-wrap .trending-articles-list .al__list .al__category {
    color: #e52a6f;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.trending-articles-wrap .trending-articles-list .al__list .al__title {
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    line-height: 27px;
    margin-bottom: 10px;
    max-height: 54px
}

.trending-articles-wrap .trending-articles-list .al__list .al__content, .trending-articles-wrap .trending-articles-list .al__list .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.trending-articles-wrap .trending-articles-list .al__list .al__content {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    max-height: 44px
}

.trending-articles-wrap .trending-articles-list .al__list .al__img-wrapper {
    height: 166px
}

.trending-articles-wrap .trending-articles-list .al__list .al__group--2 {
    padding: 32px 20px 20px
}

.trending-articles-wrap .trending-articles-list .al__list .al__cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #e52a6f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    width: 100%
}

.trending-articles-wrap .trending-articles-list .al__list:first-child, .trending-articles-wrap .trending-articles-list .al__list:last-child {
    background-color: transparent;
    height: 100%;
    position: relative;
    width: 47.5%
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__card-wrap:hover .al__category, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__card-wrap:hover .al__category {
    text-decoration: underline
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__card-wrap:hover .al__title, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__card-wrap:hover .al__title {
    color: #e52a6f
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__card-wrap:hover .al__cta, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__card-wrap:hover .al__cta {
    background-color: #e52a6f;
    color: #fff
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__category, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__category {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__title, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__content, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    max-height: 44px;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__img-wrapper, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__img-wrapper {
    height: 424px
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__group--2, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__group--2 {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    padding: 32px 20px 20px;
    position: absolute
}

.trending-articles-wrap .trending-articles-list .al__list:first-child .al__cta, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    width: 230px
}

.newsletter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #e52a6f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    text-align: center
}

.newsletter-section .title-wrap {
    margin-bottom: 35px
}

.newsletter-section .title-wrap .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px
}

.newsletter-section .title-wrap .sub-head {
    font-size: 16px;
    line-height: 27px
}

.newsletter-section .sf-nl-form__input {
    background-color: transparent;
    font-size: 13px;
    padding: 7px 5px;
    width: 100%
}

.newsletter-section .sf-nl-form__input::-webkit-input-placeholder {
    opacity: .8
}

.newsletter-section .sf-nl-form__input::-moz-placeholder {
    opacity: .8
}

.newsletter-section .sf-nl-form__input:-ms-input-placeholder {
    opacity: .8
}

.newsletter-section .sf-nl-form__input::-ms-input-placeholder {
    opacity: .8
}

.newsletter-section .sf-nl-form__input::placeholder {
    opacity: .8
}

.newsletter-section .sf-nl-form__group--email {
    margin-bottom: 30px
}

.newsletter-section .sf-nl-form__group--email:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    opacity: .8;
    width: 100%
}

.newsletter-section .sf-nl-form__submit {
    background: #fff;
    color: #e52a6f;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0;
    width: 100%
}

.newsletter-section .sf-nl-form__submit:hover {
    background-color: #4e62e6;
    color: #fff
}

.sf-pgn__pagination {
    float: right;
    margin: 20px 0
}

.sf-pgn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.sf-pgn__wrap a {
    color: #000;
    font-size: 16px;
    margin: 0 15px
}

.sf-pgn__wrap a:hover {
    color: #e52a6f
}

.sf-pgn__el--current, .sf-pgn__wrap a b {
    font-weight: 600;
    text-decoration: underline
}

.sf-pgn__el--current {
    color: #e52a6f;
    cursor: default;
    margin: 0 15px;
    pointer-events: none
}

.sf-pgn__navigation a {
    color: #e52a6f;
    font-weight: 600
}

.sf-pgn__navigation a:hover {
    color: #000
}

@media only screen and (max-width: 1023px) {
    .main-wrapper {
        min-height: calc(100vh - 325px)
    }

    .section-mb {
        margin-bottom: 40px
    }

    .section-heading {
        font-size: 27px;
        letter-spacing: normal
    }

    .header__logo {
        width: 235px
    }

    .header__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        background-color: transparent;
        justify-content: flex-end;
        margin-left: 20px;
        position: unset
    }

    .header__right .searchform {
        display: none;
        max-width: 400px;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        z-index: 9999
    }

    .header__search-btn {
        display: block;
        height: 25px;
        width: 25px
    }

    .header__search-btn.close-icon .icon-close svg path {
        fill: #e52a6f
    }

    .header__hamburger {
        height: 23px;
        margin-right: 20px;
        width: 25px
    }

    .header__hamburger svg path {
        fill: #e52a6f
    }

    .header__menu-container {
        left: unset;
        right: 0;
        width: 100%
    }

    body:not(.home_page) .header__search-btn svg path {
        fill: #e52a6f
    }

    .footer__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__right, .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__right {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        border-right: 0;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        justify-content: space-between;
        margin: 30px 0;
        padding-right: 0
    }

    .footer__menu li {
        font-size: 12px
    }

    .search-for {
        padding: 0 20px
    }

    .collection .collection__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .collection .collection__left, .collection .collection__right {
        width: 100%
    }

    .trending-articles-wrap .trending-articles-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trending-articles-wrap .trending-articles-list .al__list, .trending-articles-wrap .trending-articles-list .al__list:first-child, .trending-articles-wrap .trending-articles-list .al__list:last-child {
        width: 100%
    }

    .trending-articles-wrap .trending-articles-list .al__list:first-child .al__title, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__title {
        font-size: 16px;
        line-height: 27px
    }

    .trending-articles-wrap .trending-articles-list .al__list:first-child .al__cta, .trending-articles-wrap .trending-articles-list .al__list:last-child .al__cta {
        width: 100%
    }

    .newsletter-section .title-wrap .title {
        font-size: 24px
    }

    .newsletter-section .title-wrap .sub-head {
        font-size: 14px
    }

    .newsletter-section .sf-nl-form__input {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        min-height: calc(100vh - 325px)
    }

    .collection .collection__left .vertical-card .al__list, .fallback-sec .vertical-card .al__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media only screen and (max-width: 374px) {
    .header__logo {
        width: 150px
    }
}

.page_info{
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_info span{
    font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
    color: #000;
}

.page_info a{
    font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
    color: #c3c3c3;
}

.page_info a:hover{
    color: #000;
}