html {
    box-sizing:border-box
}
*, :after, :before {
    box-sizing:inherit
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family:sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body {
    margin:0
}
article, aside, footer, header, nav, section {
    display:block
}
h1 {
    font-size:2em;
    margin:.67em 0
}
figcaption, figure, main {
    display:block
}
figure {
    margin:1em 40px
}
hr {
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre {
    font-family:monospace, monospace;
    font-size:1em
}
a {
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:active, a:hover {
    outline-width:0
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b, strong {
    font-weight:inherit
}
b, strong {
    font-weight:bolder
}
code, kbd, samp {
    font-family:monospace, monospace;
    font-size:1em
}
dfn {
    font-style:italic
}
mark {
    background-color:#ff0;
    color:#000
}
small {
    font-size:80%
}
sub, sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-.25em
}
sup {
    top:-.5em
}
audio, video {
    display:inline-block
}
audio:not([controls]) {
    display:none;
    height:0
}
img {
    border-style:none
}
svg:not(:root) {
    overflow:hidden
}
button, input, optgroup, select, textarea {
    font-size:100%;
    line-height:1.15;
    margin:0
}
button, input {
    overflow:visible
}
button, select {
    text-transform:none
}
[type=reset], [type=submit], button, html[type=button] {
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline:1px dotted ButtonText
}
fieldset {
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend {
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress {
    display:inline-block;
    vertical-align:baseline
}
textarea {
    overflow:auto
}
[type=checkbox], [type=radio] {
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
}
details, menu {
    display:block
}
summary {
    display:list-item
}
canvas {
    display:inline-block
}
template {
    display:none
}
[hidden] {
    display:none
}
blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin:0;
    padding:0
}
li>ol, li>ul {
    margin-bottom:0
}
table {
    border-collapse:collapse;
    border-spacing:0
}
address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom:40px
}
dd, ol, ul {
    margin-left:16px
}
img[data-action=zoom] {
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in
}
.zoom-img, .zoom-img-wrap {
    position:relative;
    z-index:666;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
img.zoom-img {
    cursor:pointer;
    cursor:-webkit-zoom-out;
    cursor:-moz-zoom-out
}
.zoom-overlay {
    z-index:420;
    background:#fff;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    pointer-events:none;
    filter:"alpha(opacity=0)";
    opacity:0;
    -webkit-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s
}
.zoom-overlay-open .zoom-overlay {
    filter:"alpha(opacity=100)";
    opacity:1
}
.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor:default
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.icon {
    position:relative;
    display:inline-block;
    width:25px;
    height:25px;
    overflow:hidden;
    fill:currentColor
}
.icon__cnt {
    width:100%;
    height:100%;
    background:inherit;
    fill:inherit;
    pointer-events:none;
    transform:translateX(0);
    -ms-transform:translate(.5px, -.3px)
}
.icon--m {
    width:50px;
    height:50px
}
.icon--l {
    width:100px;
    height:100px
}
.icon--xl {
    width:150px;
    height:150px
}
.icon--xxl {
    width:200px;
    height:200px
}
.icon__spinner {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.icon--ei-spinner .icon__spinner, .icon--ei-spinner-2 .icon__spinner {
    -webkit-animation:spin 1s steps(12) infinite;
    animation:spin 1s steps(12) infinite
}
.icon--ei-spinner-3 .icon__spinner {
    -webkit-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite
}
.icon--ei-sc-facebook {
    fill:#3b5998
}
.icon--ei-sc-github {
    fill:#333
}
.icon--ei-sc-google-plus {
    fill:#dd4b39
}
.icon--ei-sc-instagram {
    fill:#3f729b
}
.icon--ei-sc-linkedin {
    fill:#0976b4
}
.icon--ei-sc-odnoklassniki {
    fill:#ed812b
}
.icon--ei-sc-skype {
    fill:#00aff0
}
.icon--ei-sc-soundcloud {
    fill:#f80
}
.icon--ei-sc-tumblr {
    fill:#35465c
}
.icon--ei-sc-twitter {
    fill:#55acee
}
.icon--ei-sc-vimeo {
    fill:#1ab7ea
}
.icon--ei-sc-vk {
    fill:#45668e
}
.icon--ei-sc-youtube {
    fill:#e52d27
}
.icon--ei-sc-pinterest {
    fill:#bd081c
}
.icon--ei-sc-telegram {
    fill:#08c
}
body {
    color:#222;
    font-size:16px;
    font-family:-apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "Microsoft Yahei", Helvetica, Arial, "Apple Color Emoji", sans-serif;
    line-height:1.5;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
::selection {
    color:#fff;
    background-color:#000
}
a {
    text-decoration:none;
    color:#222
}
a:active, a:focus, a:hover {
    color:#000;
    text-decoration:none
}
img {
    display:block;
    max-width:100%;
    font-style:italic
}
hr {
    height:1px;
    border:0;
    background-color:#EBF1F8;
    margin:20px 0
}
h1, h2, h3, h4, h5, h6 {
    font-weight:inherit;
    line-height:initial
}
h1 {
    font-size:32px
}
h2 {
    font-size:28px
}
h3 {
    font-size:24px
}
h4 {
    font-size:20px
}
h5 {
    font-size:18px
}
h6 {
    font-size:16px
}
b, strong {
    font-weight:700
}
blockquote {
    font-size:24px;
    text-align:center
}
@media (min-width:40em) {
    blockquote {
        min-width:75vw
    }
}
@media (min-width:64em) {
    blockquote {
        font-size:28px;
        min-width:975px
    }
}
pre {
    padding:32px
}
code, pre {
    overflow:auto;
    white-space:pre-wrap;
    word-wrap:break-word;
    word-break:break-all;
    font-family:Courier, monospace;
    font-size:16px;
    background-color:#F6F9FC
}
li code, p code {
    padding:2px 4px
}
pre[class*=language-] {
    padding:32px;
    margin-bottom:24px
}
code[class*=language-], pre[class*=language-] {
    white-space:pre-wrap;
    word-break:break-all;
    line-height:inherit;
    background-color:#F6F9FC
}
input[type=text], input[type=password], input[type=date], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=datetime], input[type=datetime-local], select, textarea {
    width:100%;
    display:block;
    padding:16px;
    margin-bottom:16px;
    border:1px solid #DFE3E9;
    border-radius:0;
    outline:0;
    line-height:initial;
    background-color:#fff;
    font-size:16px;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
    border-color:#000
}
table {
    width:100%;
    max-width:100%
}
table td, table th {
    padding:16px;
    text-align:left;
    vertical-align:top;
    border-top:1px solid #EBF1F8;
    font-weight:400
}
table thead th {
    font-weight:600;
    text-transform:uppercase;
    font-size:14px;
    vertical-align:bottom;
    border-bottom:2px solid #EBF1F8
}
table tbody+tbody {
    border-top:2px solid #EBF1F8
}
.responsive-table {
    display:block;
    width:100%;
    overflow-x:auto
}
.o-grid {
    margin:0 auto;
    max-width:1300px
}
.o-grid:after {
    content:'';
    display:table;
    clear:both
}
@media (min-width:40em) {
    .o-grid {
        display:flex;
        flex-wrap:wrap
    }
}
.o-grid .o-grid {
    margin-right:-24px;
    margin-left:-24px;
    padding:0
}
.o-grid--full {
    max-width:100vw
}
.o-grid__col {
    padding-right:24px;
    padding-left:24px
}
@media (min-width:40em) {
    .o-grid__col {
        flex-grow:1
    }
}
.o-grid__col--1-3-s {
    width:33.33333%
}
.o-grid__col--2-3-s {
    width:66.66667%
}
.o-grid__col--1-4-s {
    width:25%
}
.o-grid__col--2-4-s {
    width:50%
}
.o-grid__col--3-4-s {
    width:75%
}
.o-grid__col--4-4-s {
    width:100%
}
@media (min-width:40em) {
    .o-grid__col--1-3-m {
        width:33.33333%
    }
    .o-grid__col--2-3-m {
        width:66.66667%
    }
    .o-grid__col--1-4-m {
        width:25%
    }
    .o-grid__col--2-4-m {
        width:50%
    }
    .o-grid__col--3-4-m {
        width:75%
    }
    .o-grid__col--4-4-m {
        width:100%
    }
}
@media (min-width:64em) {
    .o-grid__col--1-3-l {
        width:33.33333%
    }
    .o-grid__col--2-3-l {
        width:66.66667%
    }
    .o-grid__col--1-4-l {
        width:25%
    }
    .o-grid__col--2-4-l {
        width:50%
    }
    .o-grid__col--3-4-l {
        width:75%
    }
    .o-grid__col--4-4-l {
        width:100%
    }
}
.o-grid__col--full {
    width:100%
}
.o-grid__col--center {
    margin:0 auto;
    flex-grow:initial
}
.o-grid__col--end {
    margin-left:auto
}
.o-grid__col--initial-grow {
    flex-grow:initial
}
.c-off-canvas-container {
    display:flex;
    min-height:100vh;
    flex-direction:column
}
.c-off-canvas-container .o-wrapper {
    flex:1 0 auto
}
.o-plain-list {
    margin:0;
    padding:0;
    list-style:none
}
.c-header {
    padding:32px 0
}
.c-header__inner {
    display:flex;
    align-items:center
}
@media (min-width:40em) {
    .c-logo {
        margin:0 auto
    }
}
.c-logo h1 {
    margin-bottom:0
}
.c-logo__link {
    display:block;
    line-height:1;
    font-size:24px;
    transition:color .5s ease-in-out
}
@media (min-width:40em) {
    .c-logo__link {
        font-size:40px
    }
}
.c-logo__link:active, .c-logo__link:focus, .c-logo__link:hover {
    color:#000
}
.c-logo__img {
    max-height:32px
}
@media (min-width:64em) {
    .c-nav {
        position:relative;
        z-index:1;
        display:inline-block;
        background-color:#fff;
        padding:0 24px
    }
    .c-nav-wrap {
        text-align:center;
        text-align:left
    }
    .c-nav-wrap:after {
        content:'';
        position:absolute;
        height:1px;
        background-color:#EBF1F8;
        width:100%;
        top:50%;
        left:0
    }
}
.c-nav__item {
    display:block;
    font-size:14px;
    letter-spacing:2px
}
@media (min-width:64em) {
    .c-nav__item:not(:last-child) {
        margin-right:16px
    }
}
@media (min-width:64em) {
    .c-nav__item {
        display:inline-block
    }
}
.c-nav__link {
    display:block;
    transition:.5s
}
@media (max-width:63.99em) {
    .c-nav__link {
        padding:8px 0
    }
}
.c-nav__link--current {
    color:#000;
    font-weight:600
}
.home-template .c-nav__link--current:not(:hover) {
    color:#222;
    font-weight:400
}
.c-nav__link:active, .c-nav__link:focus, .c-nav__link:hover {
    color:#000
}
.c-nav__icon {
    vertical-align:middle
}
.c-search {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding-top:80px;
    background:#fff;
    z-index:-1;
    opacity:0;
    transform:scale(.96);
    transition:transform 250ms cubic-bezier(.694, 0, .335, 1), opacity 250ms cubic-bezier(.8, 0, .55, .94), z-index 250ms step-end
}
@media (min-width:40em) {
    .c-search {
        padding-top:64px
    }
}
.c-search.is-active {
    z-index:10;
    opacity:1;
    transform:scale(1);
    transition:transform 250ms cubic-bezier(.8, 0, .55, .94), opacity 250ms cubic-bezier(.8, 0, .55, .94), z-index 250ms step-start
}
.c-search__form {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    margin-left:16px;
    padding-right:16px
}
.c-search__icon {
    position:absolute;
    left:16px;
    fill:#5D738D;
    width:32px;
    height:32px
}
.c-search__input[type=search] {
    width:100%;
    outline:0;
    margin-bottom:0;
    padding-left:56px;
    font-weight:400;
    font-size:20px;
    border:0;
    border-radius:2px;
    background-color:#F6F9FC
}
.c-search__input[type=search]::placeholder {
    opacity:1;
    color:#5D738D
}
@media (min-width:40em) {
    .c-search__input[type=search] {
        font-size:24px
    }
}
.c-search__close {
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:16px;
    right:32px;
    width:48px;
    height:48px;
    cursor:pointer;
    border-radius:100%;
    background-color:#F6F9FC
}
@media (min-width:40em) {
    .c-search__close {
        top:32px
    }
}
.c-search__close .icon {
    fill:#5D738D;
    transition:.5s
}
.c-search__close:hover .icon {
    fill:#222;
    transform:rotate(90deg)
}
.c-search-results {
    display:none;
    height:calc(100vh - 168px);
    overflow:auto;
    white-space:normal;
    margin-top:16px;
    margin-left:16px;
    padding-right:16px;
    counter-reset:search
}
@media (min-width:40em) {
    .c-search-results {
        height:calc(100vh - 160px)
    }
}
.c-search-result {
    display:flex;
    align-items:center;
    line-height:1;
    padding:16px 16px 16px 32px;
    background-color:#F6F9FC;
    border-radius:2px
}
.c-search-result:not(:last-child) {
    margin-bottom:16px
}
.c-search-result:before {
    counter-increment:search;
    content:counter(search)". ";
    position:relative;
    left:-16px;
    font-size:20px;
    font-style:italic;
    color:#000
}
.c-search-result__media {
    margin-left:16px;
    background-color:#F6F9FC
}
.c-search-result__content {
    flex:1
}
.c-search-result__image {
    display:block;
    width:64px;
    height:48px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-color:#fff
}
.c-search-result__title {
    margin-bottom:0;
    font-size:14px;
    font-weight:600
}
.c-off-canvas-toggle {
    position:absolute;
    top:40px;
    right:24px;
    z-index:10;
    height:24px;
    width:24px;
    cursor:pointer
}
@media (min-width:64em) {
    .c-off-canvas-toggle {
        display:none
    }
}
.c-off-canvas-toggle__icon {
    position:absolute;
    left:0;
    height:1px;
    width:25px;
    background:#000;
    cursor:pointer
}
.c-off-canvas-toggle__icon:after, .c-off-canvas-toggle__icon:before {
    content:'';
    display:block;
    height:100%;
    background-color:inherit;
    transition:.5s
}
.c-off-canvas-toggle__icon:before {
    transform:translateY(16px)
}
.c-off-canvas-toggle__icon:after {
    transform:translateY(7px)
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
    height:2px;
    background-color:transparent
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after, .c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    position:relative;
    visibility:visible;
    background:#000
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    top:11px;
    transform:rotate(-45deg)
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    top:9px;
    transform:rotate(45deg)
}
@media (max-width:63.99em) {
    .c-off-canvas-toggle--close {
        top:32px
    }
}
body, html {
    overflow-x:hidden
}
@media (min-width:64em) {
    .c-off-canvas-content {
        position:relative
    }
}
@media (max-width:63.99em) {
    .c-off-canvas-content {
        position:fixed;
        top:0;
        right:-4px;
        z-index:1;
        width:300px;
        height:100vh;
        overflow-y:auto;
        padding:32px 40px;
        background-color:#fff;
        transform:translate3d(300px, 0, 0)
    }
}
@media screen and (max-width:63.99em) and (-ms-high-contrast:active), (max-width:63.99em) and (-ms-high-contrast:none) {
    .c-off-canvas-content.is-active {
        right:308px
    }
}
@media (max-width:63.99em) {
    .c-off-canvas-container {
        -webkit-perspective:1000;
        transition:transform .5s cubic-bezier(.565, 1.65, .765, .88)
    }
    .c-off-canvas-container.is-active {
        transform:translate3d(-304px, 0, 0)
    }
    .c-off-canvas-container.is-active:after {
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        left:0;
        content:'';
        background-color:rgba(0, 0, 0, .2)
    }
}
.c-archive {
    text-align:center;
    padding:32px 0;
    margin-bottom:32px
}
.c-archive__title {
    margin-bottom:0;
    font-size:28px
}
.c-archive__description {
    margin-top:8px;
    margin-bottom:0;
    font-size:14px
}
.c-post-card{position:relative;display:flex;width:100%;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1);margin-bottom:24px;padding:16px;transition:transform 0.3s ease, box-shadow 0.3s ease}
.c-post-card__media{overflow:hidden;background-color:#F6F9FC;border-radius:8px;margin-bottom:16px}
.c-post-card__image-link {
    display:block;
    position:relative
}
.c-post-card__image{display:block;position:relative;border-radius:8px;width:100%;height:200px;object-fit:cover;transition:all .5s ease}
.js-enabled .c-post-card__image.js-fadein {
    opacity:0
}
.js-enabled .c-post-card__image.is-inview {
    opacity:1
}
.c-post-card--featured__icon {
    position:absolute;
    bottom:16px;
    left:16px;
    fill:#fff;
    background-color:rgba(0, 0, 0, .05)
}
.c-post-card__content--no-image{background-color:#fff;padding:24px}
.c-post-card__meta{line-height:1;font-size:13px;color:#666;letter-spacing:0.5px;display:flex;align-items:center;margin-bottom:12px;padding:0 8px}
.c-post-card__date {
    margin-right:4px
}
.c-post-card__tags {
    line-height:1;
    font-size:12px;
    color:#5D738D;
    letter-spacing:1px
}
.c-post-card__tags a {
    color:#5D738D;
    text-transform:capitalize;
    font-weight:400
}
.c-post-card__tags a:active, .c-post-card__tags a:focus, .c-post-card__tags a:hover {
    color:#222
}
.c-post-card__title{clear:both;margin-bottom:0;font-size:20px;transition:.3s;font-weight:500;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.c-post-card__title-link {
    border-bottom:1px solid transparent;
    transition:border-bottom .5s ease-in-out
}
.c-post-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,0.15)}
.c-post-card:active .c-post-card__title-link, .c-post-card:focus .c-post-card__title-link, .c-post-card:hover .c-post-card__title-link {
    color:#222;
    border-bottom:1px solid #000
}
@media (max-width:63.99em) {
    .c-teaser-wrapper:not(:last-child) {
        margin-bottom:40px
    }
}
.c-teaser {
    display:flex;
    align-items:center;
    line-height:1;
    padding-top:32px
}
.c-teaser:not(:last-child) {
    padding-bottom:32px;
    border-bottom:1px solid #EBF1F8
}
.c-teaser:first-of-type {
    padding-top:0
}
.c-teaser__media {
    margin-left:16px;
    background-color:#F6F9FC
}
.c-teaser__content {
    flex:1
}
.c-teaser__image {
    display:block;
    width:80px;
    height:64px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-color:#F6F9FC;
    border-radius:2px;
    transition:all .5s ease-in-out;
    box-shadow:4px 4px 0 #F6F9FC
}
.js-enabled .c-teaser__image.js-fadein {
    opacity:0
}
.js-enabled .c-teaser__image.is-inview {
    opacity:1
}
@media (min-width:64em) {
    .c-teaser__image {
        width:96px;
        height:80px
    }
}
.c-teaser__title {
    display:inline;
    font-size:16px;
    font-weight:400;
    border-bottom:1px solid transparent;
    transition:border-bottom .5s ease-in-out
}
.c-teaser__date {
    display:block;
    line-height:1;
    font-size:12px;
    color:#5D738D;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:8px
}
.c-teaser:active .c-teaser__image, .c-teaser:focus .c-teaser__image, .c-teaser:hover .c-teaser__image {
    transform:scale(1.01)
}
.c-teaser:active .c-teaser__title, .c-teaser:focus .c-teaser__title, .c-teaser:hover .c-teaser__title {
    color:#222;
    border-bottom:1px solid #000
}
.c-pagination {
    text-align:center;
    background-color:#F6F9FC;
    padding:24px
}
.c-post-hero {
    margin-bottom:16px
}
@media (max-width:63.99em) {
    .c-post-hero__content {
        margin-bottom:16px
    }
}
@media (min-width:64em) {
    .c-post-hero__content {
        padding:32px 32px 32px 0;
        display:flex;
        flex-direction:column;
        justify-content:center;
        height:100%
    }
}
.c-post-hero__content--no-image {
    padding-right:0;
    padding-bottom:0;
    max-width:700px;
    margin:0 auto;
    text-align:center
}
.c-post-hero__tags {
    color:#5D738D;
    font-size:12px;
    text-transform:capitalize;
    letter-spacing:1px
}
.c-post-hero__tags a {
    color:#5D738D
}
.c-post-hero__tags a:active, .c-post-hero__tags a:focus, .c-post-hero__tags a:hover {
    color:#222
}
.c-post-hero__title {
    margin-bottom:0;
    font-size:24px;
    font-weight:400
}
@media (min-width:40em) {
    .c-post-hero__title {
        font-size:28px
    }
}
@media (min-width:64em) {
    .c-post-hero__title {
        font-size:40px;
        line-height:1.8
    }
}
.c-post-hero__meta {
    font-size:12px;
    color:#5D738D;
    letter-spacing:1px
}
.c-post-hero__author a {
    font-weight:600
}
.c-post-hero__media {
    margin-right:16px
}
.c-post-hero__image {
    margin:0 auto;
    border-radius:2px;
    box-shadow:16px 16px 0 #F6F9FC
}
@media (min-width:64em) {
    .c-post-hero__image {
        max-height:80vh;
        margin-left:auto;
        margin-right:initial
    }
}
.js-enabled .c-post-hero__image.js-fadein {
    opacity:0
}
.js-enabled .c-post-hero__image.is-inview {
    opacity:1
}
.c-post {
    margin:0 auto;
    padding-top:24px
}
@media (min-width:64em) {
    .c-post {
        padding-top:40px
    }
}
.c-content {
    display:flex;
    align-items:center;
    flex-direction:column;
    font-size:20px;
    margin-bottom:40px
}
.c-content:after {
    content:'';
    min-width:25%;
    height:1px;
    background-color:#EBF1F8
}
@media (max-width:39.99em) {
    .c-content img {
        max-width:100vw;
        pointer-events:none
    }
}
.c-content a:not(.c-btn) {
    color:#000;
    text-decoration:none;
    text-decoration-skip:ink;
    border-bottom:1px solid #000
}
.c-content a:not(.c-btn):active, .c-content a:not(.c-btn):focus, .c-content a:not(.c-btn):hover {
    color:#fff;
    background-color:#000
}
.c-content .cp_embed_wrapper, .c-content .footnotes, .c-content .highlight, .c-content address, .c-content dl, .c-content fieldset, .c-content form, .c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6, .c-content ol, .c-content p, .c-content pre, .c-content table, .c-content ul {
    min-width:100%;
    margin-bottom:40px;
    font-size: 16px;
    line-height: 2.2;

}
.c-content h1, .c-content h2, .c-content h3, .c-content h4 {
    font-weight:600;
    margin-bottom:20px
}
.c-content h1:not(:first-child), .c-content h2:not(:first-child), .c-content h3:not(:first-child), .c-content h4:not(:first-child) {
    margin-top:20px
}
.c-content dd+.kg-card, .c-content ol+.kg-card, .c-content p+.kg-card, .c-content ul+.kg-card {
    margin-top:8px
}
.c-content dd:not(:root:root), .c-content ol:not(:root:root), .c-content ul:not(:root:root) {
    -webkit-padding-start:8px
}
@media (min-width:64em) {
    .c-content hr {
        min-width:100%;
    }
}
.kg-embed-card {
    display:flex;
    align-items:center;
    flex-direction:column;
    min-width:100%
}
.kg-embed-card figcaption, .kg-gallery-card figcaption, .kg-image-card figcaption {
    width:100%;
    text-align:center;
    color:#5D738D;
    font-size:14px;
    margin-top:10px
}
@media (min-width:40em) {
    .c-content .kg-width-full .kg-image {
        max-width:100vw;
        pointer-events:none
    }
}
@media (min-width:40em) {
    .c-content .kg-width-wide .kg-image {
        max-width:75vw
    }
}
@media (min-width:64em) {
    .c-content .kg-width-wide .kg-image {
        max-width:1300px;
        padding-right:24px;
        padding-left:24px
    }
}
.kg-gallery-container {
    width:100vw;
    display:flex;
    flex-direction:column
}
@media (min-width:40em) {
    .kg-gallery-container {
        max-width:75vw
    }
}
@media (min-width:64em) {
    .kg-gallery-container {
        max-width:1300px;
        padding-right:24px;
        padding-left:24px
    }
}
.kg-gallery-row {
    display:flex;
    flex-direction:row;
    justify-content:center
}
.kg-gallery-image img {
    display:block;
    margin:0;
    width:100%;
    height:100%
}
.kg-gallery-row:not(:first-of-type) {
    margin:8px 0 0 0
}
.kg-gallery-image:not(:first-of-type) {
    margin:0 0 0 8px
}
.c-share {
    display:flex
}
@media (max-width:63.99em) {
    .c-share {
        margin-top:16px
    }
}
.c-share__item {
    flex:1;
    text-align:center
}
@media (min-width:40em) {
    .c-share__item:not(:last-child) {
        border-right:4px solid #fff
    }
}
@media (min-width:64em) {
    .c-share__item:not(:last-child) {
        border-right:20px solid #fff
    }
}
.c-share__link {
    display:block;
    padding:4px 8px;
    border-radius:32px;
    background-color:#F6F9FC;
    transition:.5s
}
@media (min-width:64em) {
    .c-share__link {
        padding:8px 16px
    }
}
.c-share__link:active, .c-share__link:focus, .c-share__link:hover {
    opacity:.8
}
.c-share__icon {
    vertical-align:middle;
    fill:#222
}
.c-author {
    text-align:center;
    padding:32px 0;
    margin-bottom:32px
}
.c-author__media {
    margin-bottom:8px
}
.c-author__image {
    margin:0 auto;
    display:block;
    width:96px;
    height:96px;
    border-radius:100%;
    border:4px solid #F6F9FC
}
.c-author__title {
    margin-bottom:8px;
    font-size:20px
}
.c-author__bio {
    margin-bottom:0;
    font-size:14px
}
.c-author__links {
    display:flex;
    justify-content:center;
    margin-top:16px
}
.c-author__links-item {
    display:flex;
    align-items:center;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px
}
.c-author__links-icon {
    vertical-align:bottom;
    transition:.5s
}
.c-author__links-icon:active, .c-author__links-icon:focus, .c-author__links-icon:hover {
    fill:#000
}
.c-tag-card {
    position:relative;
    margin-bottom:48px;
    background-color:#F6F9FC
}
.c-tag-card__image {
    display:block;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:2px;
    transition:all .5s ease-in-out
}
.js-enabled .c-tag-card__image.js-fadein {
    opacity:0
}
.js-enabled .c-tag-card__image.is-inview {
    opacity:1
}
.c-tag-card__image:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:'';
    transition:.5s;
    background:linear-gradient(0deg, rgba(0, 0, 0, .4) 0, transparent 32%)
}
.c-tag-card__image:after {
    display:block;
    content:'';
    width:100%;
    padding-bottom:75%
}
.c-tag-card__title {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin-bottom:0;
    padding:16px;
    font-size:20px;
    font-weight:400;
    color:#fff
}
.c-tag-card:active .c-tag-card__image:before, .c-tag-card:focus .c-tag-card__image:before, .c-tag-card:hover .c-tag-card__image:before {
    background-color:rgba(0, 0, 0, .1)
}
.c-btn {
    display:inline-block;
    padding:16px 32px;
    border-radius:0;
    cursor:pointer;
    transition:250ms;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    outline:0;
    line-height:initial;
    border:none;
    background-color:#fff;
    font-size:16px;
    border:1px solid #EBF1F8;
    font-size:14px;
    letter-spacing:1px
}
.c-btn:active, .c-btn:focus, .c-btn:hover {
    color:#fff;
    border-color:#000;
    text-decoration:none;
    background-color:#000;
    border-color:#000
}
.c-btn--disabled {
    opacity:.5;
    cursor:not-allowed;
    border-color:#5D738D
}
.c-btn--full {
    width:100%
}
.c-btn--small {
    padding:12px 24px
}
.c-btn--loading {
    position:relative;
    padding-right:48px
}
.c-btn--loading:after {
    position:absolute;
    top:16px;
    right:16px;
    content:'';
    display:block;
    height:16px;
    width:16px;
    border:2px solid #fff;
    border-radius:100%;
    border-right-color:transparent;
    border-top-color:transparent;
    animation:spinAround .5s infinite linear
}
.c-subscribe-form {
    background-color:#fff;
    border:1px solid #000;
    display:flex;
    flex-wrap:wrap
}
.c-subscribe-form .form-group {
    flex:8;
    margin-right:16px
}
.c-subscribe-form__btn {
    flex:2
}
.c-subscribe-form__btn {
    border-color:transparent
}
#c-subscribe-form__input {
    padding-left:24px;
    border:0;
    margin:0
}
#c-subscribe-form__input:focus {
    border-color:transparent
}
.c-widget-instagram {
    display:flex;
    flex-wrap:wrap;
    position:relative
}
.c-widget-instagram__item {
    flex:1 25%
}
.c-widget-instagram__image {
    display:block;
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    transition:all .5s ease-in-out
}
.js-enabled .c-widget-instagram__image.js-fadein {
    opacity:0
}
.js-enabled .c-widget-instagram__image.is-inview {
    opacity:1
}
.c-widget-instagram__image:before {
    transition:.5s;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    content:'';
    background-color:#000;
    opacity:0
}
.c-widget-instagram__image:after {
    display:block;
    content:'';
    width:100%;
    padding-bottom:100%
}
.c-widget-instagram__me {
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
    transform:translate(-50%, -50%);
    text-align:center;
    display:flex;
    align-items:center;
    padding:4px;
    font-size:12px;
    letter-spacing:1px;
    background:#fff;
    border-radius:4px;
    box-shadow:0 0 10px rgba(0, 0, 0, .25)
}
@media (min-width:40em) {
    .c-widget-instagram__me {
        padding:8px
    }
}
.c-widget-instagram__me .icon {
    margin-right:4px
}
.c-related {
    padding:32px 0 0
}
@media (min-width:64em) {
    .c-related {
        padding:48px 0 32px 0
    }
}
.c-related__title {
    padding-bottom:0;
    margin-bottom:32px;
    text-align:center;
    font-size:20px
}
@media (min-width:64em) {
    .c-related__title {
        margin-bottom:48px;
        font-size:24px
    }
}
@media (min-width:64em) {
    .c-related .c-post-card {
        border-bottom:0;
        margin-bottom:0;
        padding-bottom:0
    }
}
.c-title-bar {
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    padding-bottom:16px;
    margin-bottom:32px;
    border-bottom:1px solid #EBF1F8
}
.c-title-bar__title {
    line-height:1;
    margin-bottom:0;
    font-weight:600
}
.c-social-icons {
    text-align:center
}
@media (min-width:40em) {
    .c-social-icons {
        text-align:right
    }
}
.c-social-icons li {
    display:inline-block
}
.c-social-icons .icon {
    fill:#000
}
.c-footer {
    margin-top:32px;
    padding:32px 0 32px 0;
    border-top:1px solid #EBF1F8
}
@media (min-width:64em) {
    .c-footer {
        margin-top:64px;
        padding:80px 0 16px 0
    }
}
.c-footer__headline {
    margin-bottom:24px;
    color:#5D738D;
    letter-spacing:1px;
    font-weight:400;
    text-transform:uppercase
}
.c-footer__bottom {
    margin-top:32px;
    padding-top:32px;
    border-top:1px solid #EBF1F8
}
@media (min-width:64em) {
    .c-footer__bottom {
        margin-top:16px
    }
}
.c-footer__copyright {
    color:#5D738D
}
.c-footer__copyright a {
    color:#5D738D
}
.c-footer__copyright a:active, .c-footer__copyright a:focus, .c-footer__copyright a:hover {
    color:#000
}
@media (max-width:39.99em) {
    .c-footer__copyright {
        text-align:center;
        margin-bottom:8px
    }
}
.c-footer-list {
    margin-bottom:32px
}
.c-footer-list li {
    display:block;
    margin:0;
    letter-spacing:0;
    text-transform:capitalize
}
.c-footer-list li:not(:last-child) a {
    margin-bottom:8px;
    padding-bottom:8px
}
.c-footer-list a {
    display:block;
    padding:0;
    font-weight:400;
    font-size:14px
}
.c-footer-list a:active, .c-footer-list a:focus, .c-footer-list a:hover {
    color:#000
}
.c-footer-list a:active .icon, .c-footer-list a:focus .icon, .c-footer-list a:hover .icon {
    fill:#000
}
.c-footer-list .icon {
    fill:#5D738D;
    vertical-align:middle;
    transition:.5s
}
.u-hidden {
    display:none
}
.u-hidden-visually {
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.u-font-size-medium {
    font-size:16px
}
.u-font-size-small {
    font-size:14px
}
.u-font-size-tiny {
    font-size:12px
}
.u-font-weight-light {
    font-weight:400
}
.u-font-weight-regular {
    font-weight:400
}
.u-font-weight-medium {
    font-weight:600
}
.u-font-weight-bold {
    font-weight:700
}
.u-text-left {
    text-align:left
}
.u-text-right {
    text-align:right
}
.u-text-center {
    text-align:center
}
.u-text-justify {
    text-align:justify
}
.u-color-gray {
    color:#5D738D
}
.u-inline {
    display:inline
}
.u-block {
    display:block
}
.u-inline-block {
    display:inline-block
}
.u-left {
    float:left
}
.u-right {
    float:right
}
.u-clearfix:after {
    content:'';
    display:table;
    clear:both
}
.respond {
}
.respond p {
    margin-bottom:16px;
}
.comment-list {
    list-style-type:none;
    margin-left: 0;
    padding-left: 0
}
.comment-list li {
    border-bottom: 1px solid #ECF0F1;
    padding: 24px 0 14px 0
}
.comment-list img.avatar {
    float: left;
    margin-right: 24px;
    border-radius: 50px;
}
.comment-list .comment-meta {
    font-size: 14px;
    padding-bottom: 24px;
}
.comment-reply, .cancel-comment-reply {
    text-align: right;
}
.comment-list .comment-list li {
    margin-left: 104px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}
.comment-list cite.fn {
    font-style: normal;
}
.comment-list a {
    text-decoration:none;
}
ol.page-navigator {
    list-style:none;
    text-align:center
}
ol.page-navigator li {
    display:inline;
    padding:15px;
}
.ai-listings-plugin {
    text-align: center;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid #e0e0e0;
}

.ai-listings-logo {
    width: 150px; /* 根据图片实际大小调整 */
    height: auto; /* 保持图片比例 */
    margin: 0 auto; /* 图片与下方内容的间距 */
}

.ai-listings-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-listings-text {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}

.ai-listings-button {
    display: inline-block;
    padding: 6px 21px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
}

.ai-listings-button:hover {
    background-color: #c9c9c9;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(179 181 183 / 30%);
}

.ai-listings-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.2);
}