﻿@charset "UTF-8";

@keyframes scroll-down {
    0% {
        transform: translate(-50%)
    }

    70%,
    90% {
        transform: translate(-50%, 100%)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes link-line {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes animation-stars {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-2000px)
    }
}

@keyframes shake {
    0% {
        transform: translate(3px)
    }

    50% {
        transform: translate(-3px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes size-1 {
    0% {
        font-size: 14px
    }

    to {
        font-size: 12px
    }
}

body {
    font-size: 15px;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 19px
}

h4,
h5,
h6 {
    font-size: 16px
}

b,
strong {
    font-weight: 700
}

.em-line {
    color: var(--site-color);
    font-size: 21px;
    margin: 0 0 25px;
    position: relative;
    text-align: center
}

.em-line:before {
    background-color: var(--site-color);
    bottom: -10px;
    content: "";
    height: 3px;
    left: calc(50% - 17.5px);
    position: absolute;
    width: 35px
}

.em-line-rgb {
    color: #fff;
    margin: 0 0 25px;
    position: relative;
    text-align: center
}

.em-line-rgb:before {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 3px;
    left: calc(50% - 17.5px);
    position: absolute;
    width: 35px
}

.em-line-left {
    color: var(--site-color);
    margin: 0 0 25px;
    position: relative
}

.em-line-left:before {
    background-color: var(--site-color);
    bottom: -11px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px
}

@media screen and (max-width:1024px) {
    .em-line-left {
        text-align: center
    }

    .em-line-left:before {
        left: calc(50% - 17.5px)
    }
}

.em-line-right {
    color: var(--site-color);
    font-size: 21px;
    margin: 0 0 25px;
    position: relative;
    text-align: right
}

.em-line-right:before {
    background-color: var(--site-color);
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    width: 35px
}

@media screen and (max-width:1024px) {
    .em-line-right {
        text-align: center
    }

    .em-line-right:before {
        right: calc(50% - 17.5px)
    }
}

.em-bottom-line {
    margin: 0 0 30px;
    position: relative;
    text-align: center
}

.em-bottom-line:before {
    background-color: var(--site-color);
    bottom: -15px;
    content: "";
    height: 3px;
    left: calc(50% - 65px);
    position: absolute;
    width: 130px;
    z-index: -2
}

.em-bottom-line p {
    color: var(--site-color);
    font-size: 23px !important;
    margin: 0;
    position: relative;
    z-index: 2 !important
}

.em-bottom-line:after {
    background-color: #fff;
    bottom: -23px;
    color: var(--site-color);
    content: "\f078";
    font-family: Font Awesome\ 5 Pro;
    font-size: 17px;
    font-weight: 900;
    left: calc(50% - 15.35px);
    padding: 0 7.5px;
    position: absolute;
    z-index: -1
}

.em-bottom-line+p {
    position: relative;
    z-index: 15
}

.em-bottom-line-rgb {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    z-index: 10
}

.em-bottom-line-rgb:before {
    background-color: #fff;
    bottom: -15px;
    content: "";
    height: 3px;
    left: calc(50% - 65px);
    position: absolute;
    width: 130px;
    z-index: -2
}

.em-bottom-line-rgb:after {
    background-color: var(--site-color);
    bottom: -23px;
    color: #fff;
    content: "\f078";
    font-family: Font Awesome\ 5 Pro;
    font-size: 17px;
    font-weight: 900;
    left: calc(50% - 15.35px);
    padding: 0 7.5px;
    position: absolute;
    z-index: -1
}

.em-bottom-line-rgb+p {
    position: relative;
    z-index: 15
}

.em-bottom-line-grey {
    margin: 0 0 30px;
    position: relative;
    text-align: center
}

.em-bottom-line-grey:before {
    background-color: var(--site-color);
    bottom: -15px;
    content: "";
    height: 3px;
    left: calc(50% - 65px);
    position: absolute;
    width: 130px;
    z-index: -2
}

.em-bottom-line-grey:after {
    background: #f5f5f5;
    bottom: -22px;
    color: var(--site-color);
    content: "\f078";
    font-family: Font Awesome\ 5 Pro;
    font-size: 17px;
    font-weight: 900;
    left: calc(50% - 15.35px);
    padding: 0 7.5px;
    position: absolute;
    z-index: -1
}

.em-bottom-line-grey+p {
    position: relative;
    z-index: 15
}

.em-default-button-area {
    align-items: center;
    border: 3px solid rgba(0, 0, 0, .07);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:786px) {
    .em-default-button-area {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        flex-direction: column;
        margin-top: 30px;
        width: 100%
    }
}

.em-default-button-area .em-double-buttons {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px !important;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: normal;
    outline: none !important;
    padding: 18px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    width: 100%
}

@media screen and (max-width:768px) {
    .em-default-button-area .em-double-buttons {
        height: auto
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) and (display:flow-root) {
        .em-default-button-area .em-double-buttons {
            height: auto
        }
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .em-default-button-area .em-double-buttons {
            height: auto
        }
    }
}

.em-default-button-area .em-double-buttons i {
    margin-right: 7px
}

.em-default-button-area .em-default-b-left {
    background: #f5f5f5;
    border-right: 2px solid rgba(0, 0, 0, .07);
    color: var(--site-color)
}

.em-default-button-area .em-default-b-left i {
    font-size: 25px
}

.em-default-button-area .em-default-b-left:hover {
    background-color: var(--site-color) !important;
    color: #fff !important
}

@media screen and (max-width:786px) {
    .em-default-button-area .em-default-b-left {
        border-bottom: 2px solid rgba(0, 0, 0, .07);
        border-right: none;
        width: 100%
    }
}

.em-default-button-area .em-default-b-right {
    background: #f5f5f5;
    border-left: 2px solid rgba(0, 0, 0, .07);
    color: #e4405f
}

.em-default-button-area .em-default-b-right i {
    font-size: 25px
}

.em-default-button-area .em-default-b-right:hover {
    background-color: #e4405f !important;
    color: #fff !important
}

@media screen and (max-width:786px) {
    .em-default-button-area .em-default-b-right {
        border-left: none;
        width: 100%
    }
}

.em-default-button-area .em-default-circle {
    align-items: center;
    background: #d9d7dc;
    border: 2px solid #d9d7dc;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 29px;
    justify-content: center;
    left: calc(50% - 15px);
    margin: 0;
    padding: 0 8px;
    position: absolute;
    width: 29px;
    z-index: 2
}

@media screen and (max-width:786px) {
    .em-default-button-area .em-default-circle {
        display: none
    }
}

.grey .em-bottom-line:before {
    z-index: 0
}

.grey .em-bottom-line:after {
    background-color: #f5f5f5;
    z-index: 1
}

a {
    color: var(--site-color);
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/sort-down-duotone.svg);
    background-position: calc(100% - 15px) 54%;
    background-repeat: no-repeat;
    background-size: 13px;
    height: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important
}

.gray-transparent {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .5
}

.transparent {
    opacity: .5
}

span.notification {
    background-color: #dc3545;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    color: #fff;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 15px;
    width: 16px
}

span.answer,
span.blog,
span.deleted,
span.drafted,
span.new,
span.page,
span.planned,
span.product,
span.published,
span.question,
span.stars,
span.status,
span.warning {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    color: #fff;
    font-size: 11px;
    margin: 0 0 0 5px;
    padding: 4px 8px
}

span.warning {
    background-color: var(--error)
}

span.new {
    background-color: var(--eceo-color-1)
}

span.published {
    background-color: var(--success)
}

span.deleted {
    background-color: var(--error)
}

span.planned {
    background-color: var(--info)
}

span.drafted,
span.page {
    background-color: var(--warning)
}

span.blog {
    background-color: var(--site-color)
}

span.stars {
    background-color: var(--dark)
}

span.product {
    background-color: var(--warning)
}

span.answer,
span.question {
    background-color: #58a9fb
}

.button {
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
    padding: 9px 17px 8px 19px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.button,
.button:hover {
    background-color: var(--site-color);
    color: #fff !important
}

.button:hover {
    box-shadow: 0 0 0 .2rem var(--site-color-transparent-25)
}

.button:active,
.button:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--site-color-transparent-25)
}

.passive-button {
    opacity: .5;
    pointer-events: none
}

.b-error,
.b-error:hover {
    background-color: var(--error) !important
}

.b-error:hover {
    box-shadow: 0 0 0 .2rem var(--error-shadow) !important
}

.b-error:active,
.b-error:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--error-shadow) !important
}

.b-warning,
.b-warning:hover {
    background-color: var(--warning) !important
}

.b-warning:hover {
    box-shadow: 0 0 0 .2rem var(--warning-shadow) !important
}

.b-warning:active,
.b-warning:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--warning-shadow) !important
}

.b-info,
.b-info:hover {
    background-color: var(--info) !important
}

.b-info:hover {
    box-shadow: 0 0 0 .2rem var(--info-shadow) !important
}

.b-info:active,
.b-info:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--info-shadow) !important
}

.b-success,
.b-success:hover {
    background-color: var(--success) !important
}

.b-success:hover {
    box-shadow: 0 0 0 .2rem var(--success-shadow) !important
}

.b-success:active,
.b-success:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--success-shadow) !important
}

.b-dark,
.b-dark:hover {
    background-color: var(--dark) !important
}

.b-dark:hover {
    box-shadow: 0 0 0 .2rem var(--dark-shadow) !important
}

.b-dark:active,
.b-dark:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--dark-shadow) !important
}

.b-green,
.b-green:hover {
    background-color: var(--success) !important
}

.b-green:hover {
    box-shadow: 0 0 0 .2rem var(--success-shadow) !important
}

.b-green:active,
.b-green:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--success-shadow) !important
}

.b-grey,
.b-grey:hover {
    background-color: #aaa !important
}

.b-grey:hover {
    box-shadow: 0 0 0 .2rem #ddd !important
}

.b-grey:active,
.b-grey:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem #ddd !important
}

.b-blue,
.b-blue:hover {
    background-color: #0071e3 !important
}

.b-blue:hover {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 227, .3) !important
}

.b-blue:active,
.b-blue:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem rgba(0, 113, 227, .3) !important
}

.b-white {
    color: var(--site-color) !important
}

.b-white,
.b-white:hover {
    background-color: var(--white) !important
}

.b-white:hover {
    box-shadow: 0 0 0 .2rem var(--white-shadow) !important;
    color: #000 !important
}

.b-white:active,
.b-white:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--white-shadow) !important
}

.b-solid {
    background-color: transparent !important;
    border: 2px solid var(--site-color) !important;
    color: var(--site-color) !important
}

.b-solid:hover {
    background-color: var(--site-color) !important;
    color: #fff !important
}

.b-solid-white {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important
}

.b-solid-white:hover {
    background-color: #fff !important;
    color: var(--site-color) !important
}

.b-panel,
.b-panel:hover {
    background-color: var(--eceo-color-1)
}

.b-panel:hover {
    box-shadow: 0 0 0 .2rem var(--eceo-color-1-active-shadow)
}

.b-panel:active,
.b-panel:focus {
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15), 0 0 0 .2rem var(--eceo-color-1-active-shadow)
}

.round-0 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important
}

.round-5 {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important
}

.round-10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important
}

.round-15 {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important
}

.round-20 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important
}

.rounded {
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important
}

.b-xxs {
    font-size: 11px !important;
    padding: 6px 13px !important
}

.b-xs {
    font-size: 12px !important;
    min-height: 35px;
    padding: 7px 14px !important
}

.b-sm {
    font-size: 13px !important;
    padding: 8px 16px 8px 17px !important
}

.b-lg {
    font-size: 15px !important;
    padding: 10px 19px !important
}

.b-xl {
    font-size: 16px !important;
    padding: 11px 22px !important
}

.b-xxl {
    font-size: 17px !important;
    padding: 12px 23px !important
}

.e-loading {
    background: url(../images/loading.svg) no-repeat 50% hsla(0, 0%, 100%, .75);
    background-size: 75px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.e-no-page {
    background-color: #fff;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 9998
}

.sy-popup {
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 999
}

.sy-popup,
.sy-popup .syp-background {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw
}

.sy-popup .syp-background {
    background-color: rgba(0, 0, 0, .75)
}

.sy-popup .syp-content {
    height: 64%;
    position: relative;
    width: 55%;
    z-index: 6
}

.sy-popup .syp-content .sypc-close {
    align-items: center;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    padding: 0 0 1px 1px;
    position: absolute;
    right: -12.5px;
    top: -12.5px;
    width: 25px
}

.sy-popup .syp-content.youtube iframe {
    height: 100% !important;
    width: 100% !important
}

@media screen and (max-width:768px) {
    .sy-popup .syp-content {
        height: 29%;
        width: 90%
    }
}

#blog #title h1 {
    font-size: 26px;
    line-height: 34px !important;
    text-transform: none
}

@media screen and (max-width:1024px) {
    #blog #title h1 {
        font-size: 23px;
        line-height: 32px !important
    }
}

#blog #title .google-news-button {
    background: url(../images/google-news.png) #fff no-repeat;
    background-position: top 10px left 12px;
    background-size: 87px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: inset -110px 0 0 -50px #ddd;
    color: #b1b1b1;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 10px 8px 118px
}

@media screen and (max-width:768px) {
    #blog #title .google-news-button {
        margin-bottom: 30px
    }
}

#blog #content #post {
    display: inline-block;
    position: relative;
    width: 100%
}

#blog #content #post h1,
#blog #content #post h2,
#blog #content #post h3,
#blog #content #post h4,
#blog #content #post h5,
#blog #content #post h6 {
    color: #000;
    margin-bottom: .75rem
}

#blog #content #post h1 div,
#blog #content #post h1 p,
#blog #content #post h1 span,
#blog #content #post h2 div,
#blog #content #post h2 p,
#blog #content #post h2 span,
#blog #content #post h3 div,
#blog #content #post h3 p,
#blog #content #post h3 span,
#blog #content #post h4 div,
#blog #content #post h4 p,
#blog #content #post h4 span,
#blog #content #post h5 div,
#blog #content #post h5 p,
#blog #content #post h5 span,
#blog #content #post h6 div,
#blog #content #post h6 p,
#blog #content #post h6 span {
    font-weight: 600 !important
}

#blog #content #post h1,
#blog #content #post h2 {
    font-size: 24px
}

@media screen and (max-width:1024px) {

    #blog #content #post h1,
    #blog #content #post h2 {
        font-size: 21px
    }
}

#blog #content #post h3 {
    font-size: 20px
}

@media screen and (max-width:1024px) {
    #blog #content #post h3 {
        font-size: 18px
    }
}

#blog #content #post h4,
#blog #content #post h5,
#blog #content #post h6 {
    font-size: 15px
}

#blog #content #post figure.media {
    margin-bottom: 19px;
    width: 100%
}

#blog #content #post figure.media>div {
    width: 100%
}

#blog #content #post figure.media>div>div {
    height: auto !important
}

#blog #content #post figure.media>div>div iframe {
    border-radius: 10px;
    height: 100% !important;
    padding-bottom: 0 !important;
    width: 100%
}

#blog #content #post iframe {
    border-radius: 10px;
    height: 420px !important;
    margin-bottom: -15px;
    width: 100%
}

#blog #content #post iframe:last-of-type {
    margin-bottom: -20px
}

#blog #content #post .news-excerpt {
    border-left: 1px solid var(--site-color);
    color: var(--site-color);
    display: flex;
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 20px
}

#blog #content #post .ql-align-left {
    text-align: left
}

#blog #content #post .ql-align-center {
    text-align: center
}

#blog #content #post .ql-align-right {
    text-align: right
}

#blog #content #post #featured-visual {
    margin: 0 0 15px;
    position: relative
}

@media screen and (max-width:575px) {
    #blog #content #post #featured-visual {
        margin: -30px -15px 20px
    }
}

#blog #content #post #featured-visual #fv-category {
    left: 10px;
    position: absolute;
    top: 10px
}

#blog #content #post #featured-visual #fv-category a {
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    display: table;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 5px 8px 4px 10px
}

#blog #content #post #featured-visual #fv-category a:last-of-type {
    margin-bottom: 0
}

#blog #content #post #featured-visual #fv-date {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #000;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    padding: 4px 8px 5px 9px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px
}

#blog #content #post #featured-visual #fv-date span#day {
    font-size: 25px;
    margin: -2px 0 -5px
}

#blog #content #post #featured-visual #fv-date span#month {
    font-size: 9px
}

#blog #content #post #featured-visual #fv-date span#year {
    font-size: 12px;
    margin: -1px 0 0
}

#blog #content #post #featured-visual #fv-post-info {
    align-items: center;
    bottom: 10px;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 0
}

#blog #content #post #featured-visual #fv-post-info #fvpi-comments,
#blog #content #post #featured-visual #fv-post-info #fvpi-views {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-right: 10px;
    padding: 4px 8px 4px 10px
}

#blog #content #post #featured-visual #fv-post-info #fvpi-comments i,
#blog #content #post #featured-visual #fv-post-info #fvpi-views i {
    margin-right: 3px
}

#blog #content #post #featured-visual img {
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 2px;
    width: 100%
}

@media screen and (max-width:575px) {
    #blog #content #post #featured-visual img {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        height: auto;
        padding: 0
    }
}

#blog #content #post img {
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 2px
}

#blog #content #post ol {
    padding-left: 25px
}

#blog #content #post ol li,
#blog #content #post ol li[data-list=bullet],
#blog #content #post ol li[data-list=ordered] {
    list-style: none
}

#blog #content #post ol li[data-list=bullet]:before {
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-bottom: 1px;
    margin-right: 10px;
    width: 6px
}

#blog #content #post ol li[data-list=roman] {
    list-style: upper-roman
}

#blog #content #post ol li[data-list=alpha] {
    list-style: lower-alpha
}

#blog #content #post ol li[data-list=unchecked] {
    list-style: none;
    padding-left: 24px;
    position: relative
}

#blog #content #post ol li[data-list=unchecked]:before {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 14px
}

#blog #content #post ol li h1:before,
#blog #content #post ol li h2:before,
#blog #content #post ol li h3:before,
#blog #content #post ol li h4:before,
#blog #content #post ol li h5:before,
#blog #content #post ol li p:before,
#blog #content #post ol li:before {
    content: counter(list-item) ". "
}

#blog #content #post blockquote {
    background: var(--site-color-transparent-10);
    border-left: 3px solid var(--site-color);
    border-radius: 10px;
    margin: 1.5em 0;
    padding: 1.5em 2em;
    quotes: "“" "”" "‘" "’"
}

#blog #content #post blockquote:before {
    color: var(--site-color);
    content: open-quote;
    font-size: 10em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

#blog #content #post blockquote h1,
#blog #content #post blockquote h2,
#blog #content #post blockquote h3,
#blog #content #post blockquote h4,
#blog #content #post blockquote h5,
#blog #content #post blockquote h6 {
    color: var(--site-color);
    font-size: 18px
}

#blog #content #post blockquote p {
    display: inline
}

#blog #content #post ul.post-headings {
    background-color: var(--site-color-transparent-10);
    background-image: url(../images/corner-4.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid var(--site-color-transparent-20);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-top: 3px solid var(--site-color-transparent-30);
    margin: 0 0 15px;
    padding: 15px 20px
}

#blog #content #post ul.post-headings span {
    color: var(--site-color);
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

#blog #content #post ul.post-headings span:after {
    background-color: var(--site-color);
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 30px
}

#blog #content #post ul.post-headings li {
    list-style: none;
    margin-left: 0
}

#blog #content #post ul.post-headings li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

#blog #content #post ul.post-headings li a i {
    color: var(--site-color);
    margin-right: 5px
}

#blog #content #post ul.post-headings li a:hover {
    color: var(--site-color)
}

#blog #content #post p:last-of-type {
    margin-bottom: 0
}

#blog #content #post p:last-of-type+div,
#blog #content #post p:last-of-type+h2,
#blog #content #post p:last-of-type+h3,
#blog #content #post p:last-of-type+h4,
#blog #content #post p:last-of-type+ol,
#blog #content #post p:last-of-type+ul {
    margin-top: 15px
}

#blog #content #post p.side-by-side-visual {
    display: inline-flex;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    #blog #content #post p.side-by-side-visual {
        display: inline-block
    }
}

#blog #content #post p.side-by-side-visual img:first-of-type,
#blog #content #post p.side-by-side-visual img:nth-of-type(2) {
    display: inline-flex;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: calc(50% - 10px)
}

#blog #content #post p.side-by-side-visual img:nth-of-type(2) {
    float: right
}

@media screen and (max-width:768px) {
    #blog #content #post p.side-by-side-visual img {
        width: 100% !important
    }
}

#blog #content #post table#right-and-left {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    table-layout: fixed;
    width: 100% !important
}

@media screen and (max-width:768px) {
    #blog #content #post table#right-and-left {
        margin-bottom: 0
    }
}

#blog #content #post table#right-and-left p {
    color: #212529;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 22.5px
}

#blog #content #post table#right-and-left tbody tr {
    background-color: transparent !important
}

#blog #content #post table#right-and-left tbody tr.content td {
    padding: 10px
}

@media screen and (max-width:768px) {

    #blog #content #post table#right-and-left tbody tr.content td h3,
    #blog #content #post table#right-and-left tbody tr.content td p {
        text-align: left !important
    }

    #blog #content #post table#right-and-left tbody tr.content td:first-child {
        width: 100% !important
    }
}

#blog #content #post table#right-and-left tbody tr.content td.visual {
    padding: 0
}

#blog #content #post table#right-and-left tbody tr.content td.visual img {
    height: auto;
    width: 100%
}

@media screen and (max-width:768px) {
    #blog #content #post table#right-and-left tbody tr.content td.visual h3 {
        margin: 15px 0 10px
    }

    #blog #content #post table#right-and-left tbody tr.content td.visual p {
        margin-bottom: 12px
    }
}

#blog #content #post table#right-and-left tbody tr.even td.visual {
    padding-right: 10px
}

@media screen and (max-width:768px) {
    #blog #content #post table#right-and-left tbody tr.even td.visual {
        padding-right: 0
    }
}

#blog #content #post table#right-and-left tbody tr.odd td.visual {
    padding-left: 10px
}

@media screen and (max-width:768px) {
    #blog #content #post table#right-and-left tbody tr.odd td.visual {
        padding-left: 0
    }
}

#blog #content #post table#right-and-left tbody tr.campaign td img {
    margin: 20px 0
}

@media screen and (max-width:768px) {
    #blog #content #post table#right-and-left tbody tr.campaign td img {
        margin: 0 0 15px
    }
}

#blog #content #post table#right-and-left td,
#blog #content #post table#right-and-left th {
    background-color: transparent !important;
    border: none !important
}

#blog #content #share-post {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    display: flex;
    margin: 25px 0 0;
    overflow: hidden
}

#blog #content #share-post a {
    background-color: #f5f5f5;
    color: #fff;
    display: flex;
    flex: 1;
    font-size: 20px;
    justify-content: center;
    padding: 10px 0
}

#blog #content #share-post a.whatsapp {
    background-color: #36b74d
}

#blog #content #share-post a.facebook {
    background-color: #3b5999
}

#blog #content #share-post a.twitter {
    background-color: #55acee
}

#blog #content #share-post a.linkedin {
    background-color: #0077b5
}

#blog #content #share-post a.pinterest {
    background-color: #bd081c
}

#blog #content #author {
    border-top: 1px solid #ddd;
    margin: 30px 0 -15px;
    padding-top: 25px
}

#blog #content #author .a-avatar {
    float: left;
    margin: 0 15px 0 0
}

#blog #content #author .a-avatar img {
    border: 1px solid #eee;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 2px;
    width: 110px
}

#blog #content #author .a-name {
    display: flex;
    flex-direction: column;
    font-weight: 500
}

#blog #content #author .a-name a {
    color: #000;
    font-size: 16px
}

#blog #content #author .a-name a:hover {
    color: var(--site-color)
}

#blog #content #author .a-name span.description {
    color: #aaa;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 4px 0 0
}

#blog #content #similar-posts {
    border-top: 1px solid #ddd;
    margin: 30px 0 -15px;
    padding-top: 25px
}

#blog #content #similar-posts a {
    align-items: center;
    color: #000;
    display: flex;
    flex: 1
}

#blog #content #similar-posts a:hover {
    color: var(--site-color)
}

#blog #content #similar-posts a .sp-featured-visual {
    float: left;
    margin: 0 15px 0 0
}

#blog #content #similar-posts a .sp-featured-visual img {
    border: 1px solid #eee;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 2px;
    width: 110px
}

#blog #content #similar-posts a .sp-title {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

#blog #content #similar-posts a .sp-title span {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px
}

#blog #content #blog-comments {
    border-top: 1px solid #ddd;
    margin: 30px 0 -15px;
    padding-top: 25px
}

#blog #content #blog-comments .bc-comments {
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    #blog #content #blog-comments .bc-comments {
        margin-bottom: 23px
    }
}

#blog #content #blog-comments .bc-comments .bcc-content {
    margin-bottom: 15px
}

#blog #content #blog-comments .bc-comments .bcc-content:last-of-type {
    margin-bottom: 0
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment {
    background-color: var(--site-color-transparent-050);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    display: flex;
    padding: 15px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment:hover {
    background-color: var(--site-color-transparent-075);
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03)
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-avatar {
    height: 70px;
    margin-right: 15px;
    width: 70px
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-avatar img {
    border: 1px solid #f5f5f5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 2px;
    width: 100%
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content {
    flex: 1
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content .bccccc-name {
    font-weight: 700
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content .bccccc-date {
    color: #aaa;
    font-size: 12px
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content .bccccc-comment {
    margin: 10px 0 0
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content .bccccc-reply {
    display: flex;
    justify-content: flex-end
}

#blog #content #blog-comments .bc-comments .bcc-content .bccc-comment .bcccc-content .bccccc-reply a {
    background-color: var(--site-color);
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    color: #fff;
    font-size: 10px;
    margin: 0 -15px -15px 0;
    padding: 5px 9px 4px 11px
}

#blog #content #blog-comments .bc-comments .bcc-content .child-comment {
    margin-left: 60px;
    margin-top: 15px
}

#blog #content #blog-comments .bc-comments .bcc-content .child-comment .child-comment {
    margin-left: 60px
}

@media screen and (max-width:768px) {
    #blog #content #blog-comments {
        padding-bottom: 30px;
        padding-top: 23px
    }
}

@media screen and (max-width:1024px) {
    #blog #content {
        border-right: none;
        padding-right: 15px
    }
}

#blog #sidebar {
    margin: 0
}