<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin: 0;
    background: #f8fafc;
}
* {
    font-family: "Arial";
    box-sizing: border-box;
}

ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px auto;
    padding: 0;
}

li {
    min-width: 40%;
    max-width: 49.485%;
    flex: 1 0;
    list-style: none;
}
nav ul li a {
    display: block;
    padding: 10px 10px;
    color: #000;
    border-radius: 6px;
    border: 2px solid #000;
    text-align: left;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
nav ul li a:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / .12);
}

@media(max-width: 991px) {
    li {
        min-width: 47%;
        max-width: 47%;
    }
}

@media(max-width: 767px) {
    li {
      min-width: 100%;
      max-width: 100%;
    }
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #6366f1;
}
h1 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
}
footer {
    margin: 50px 0 0;
    text-align: center;
    border-bottom: 0;
}
footer,
header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px #e8e8e8;
    box-shadow: 0px 2px 0px #e8e8e8;
}
header .container {
    max-width: unset;
}
header a {
    padding: 0 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    text-decoration: none;
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  header a {
        padding: 0 20px;
        font-size: 24px;
    }
}
header &gt; a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header &gt; a img {
    width: 50px;
    height: 50px;
    margin: 0 12px 0 0;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
@media(max-width: 1199px) {
    header &gt; a img {
        width: 36px;
        height: 36px;
        margin-right: 6px;
    }
}
header .logoNonUp {
    text-transform: unset;
    color: rgb(68, 68, 68);
    font-weight: 600;
    font-family: 'Times-Roman';
    font-size: 23px;
}
header .logoNonUp:hover {
    color: #ff3333!important;
}
header ul {
    display: flex;
    margin: 0;
    padding: 0 20px;
}
@media(max-width: 767px) {
    header ul {
        padding: 0 10px;
        max-width: 100%;
        /* overflow: auto; */
        scrollbar-width: none;
    }
    header ul::-webkit-scrollbar {
        display: none;
        width: 0;
    }
    header ul li a {
        white-space: nowrap;
    }
    header &gt; a {
        text-align: center;
        margin: 0;
    }
}
header ul li a {
    padding: 0 10px;
}
@media (max-width: 767px) {
    header {
        padding-bottom: 12px;
        height: 54px;
    }
    header a {
        padding: 0;
    }
}
header .header-menu a,
header a:last-child,
header a:first-child {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .0928571px;
    text-decoration: none;
    text-transform: uppercase;
}
header .header-menu a {
    font-size: 16px;
    text-transform: unset;
}
header .menu {
    margin: 0;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 31px;
}
.intro {
    padding: 0px 0;
}
.img {
    max-width: 800px;
    margin: 40px auto 0;
}

.img img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 2px 8px #000;
}
.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1000px;
}
@media (max-width: 991px) {
    .container {
        padding: 0 24px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}
.list {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .list {
        margin-top: 40px;
    }
    footer {
        padding: 0;
    }
}
.list--urls + .list--urls {
    margin-top: -30px;
}
.list--urls li {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .15), 0px 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15), 0px 1px 3px rgba(0, 0, 0, .15);
    border-radius: 6px;
    padding: 15px;
    max-width: calc(50% - 5px);
}
.list--urls li img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.list--urls li p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.list--urls li p + a {
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    display: inline-block;
}
.updated {
    text-align: center;
}
.description p {
    font-size: 16px;
    line-height: 24px;
}
.breads li {
    min-width: unset;
    width: auto;
    flex: unset;
    max-width: unset;
}
.breads a {
    display: block !important;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 700;
    color: inherit;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    min-width: unset;
    width: auto;
    border: 0;
    padding: 0;
    text-decoration: underline;
}
.breads a:hover {
    box-shadow: unset;
}
.text-center {
    text-align: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px;
    gap: 8px;
    margin-bottom: 40px;
}
.pagination {
    width: 100%;
}
.pagination ul li::before {
    display: none;
}
.pagination ul li {
    min-width: auto;
    max-width: fit-content;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.pagination ul li .first,
.pagination ul li .last,
.pagination ul li .current,
.pagination ul li a {
    display: block;
    background-color: #fff;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    text-align: center;
    border: 0;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #593dfb;
    padding: 12px 0;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pagination ul li .current {
    background-color: #593dfb;
    color: #fff;
}
.pagination ul li .first,
.pagination ul li .last {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.pagination ul li span.first,
.pagination ul li span.last {
    background-color: rgb(244 244 249/50%);
    pointer-events: none;
    color: #a89bfd;
}</pre></body></html>