html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0
}

input,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0
}

select {
    outline: 0;
    border-radius: 0
}

input,
textarea {
    padding: 0;
    background-color: inherit;
    border: none
}

iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px
}

.textWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(var(--dvh, 1vh)*100)
}

@supports(height: 100dvh) {
    .textWrapper {
        height: 100dvh
    }

    @media screen and (min-width: 835px) {
        .textWrapper {
            height: 100vh
        }
    }
}

.text {
    margin-inline: 15px;
    padding: 151px 0 50px
}

@media screen and (min-width: 835px) {
    .text {
        margin-inline: 30px 87px;
        padding: 200px 0 48px
    }
}

.text__link {
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
    gap: 21px
}

@media screen and (min-width: 835px) {
    .text__link {
        align-items: flex-end
    }

    .text__link:hover .text__title {
        color: #8f8f8f
    }

    .text__link:hover .text__date {
        color: #a2a2a2
    }
}

.text__title {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width: 835px) {
    .text__title {
        line-height: 1.44;
        transition: all .2s ease-out
    }
}

.text__date {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: .03em;
    color: #bfbfbf
}

@media screen and (min-width: 835px) {
    .text__date {
        transition: all .2s ease-out
    }
}

.pagination {
    margin-inline: 15px;
    padding-bottom: 20px
}

@media screen and (min-width: 835px) {
    .pagination {
        margin-inline: 30px;
        padding-bottom: 27px
    }
}

.pagination__links {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 20px;
    font-size: 1.4rem
}

@media screen and (min-width: 835px) {
    .pagination__links {
        height: 21px;
        font-size: 1.3rem
    }
}

.pagination__links .page-numbers {
    padding: 0 5px;
    transition: all .2s ease-out
}

@media screen and (min-width: 835px) {
    .pagination__links .page-numbers:hover {
        color: #bfbfbf
    }
}

.pagination__links .page-numbers.current {
    color: #bfbfbf
}

.pagination__links .page-numbers.prev {
    padding: 3px 12px 0 0;
    box-sizing: border-box;
    height: 100%
}

.pagination__links .page-numbers.next {
    padding: 3px 0 0 12px;
    box-sizing: border-box;
    height: 100%
}

.pagination__prevArrow,
.pagination__nextArrow {
    width: 7px;
    height: auto
}