.comments * {
    margin: 0 !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    font-family: inherit !important;
    font-size: 100% !important;
    box-sizing: border-box !important
}

.comments {
    position: relative !important;
    max-width: 780px !important;
    margin: 40px auto 0!important;
    margin-bottom: 30px !important;
    box-sizing: border-box !important
}

.comments > * {
    box-sizing: border-box !important
}

.comments__item.hidden {
    display: none !important
}

.comments__header {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 0 30px 0 !important;
    padding: 0 0 !important;
    box-sizing: border-box !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__header::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #eeee !important
}

.comments__left-box {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 10px 0 !important;
    border-bottom: 2px solid #9faeb5 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__header-count {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-indent: 0 !important;
    font-weight: 700 !important;
    color: #414141 !important;
    box-sizing: border-box !important
}

.comments__header-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-indent: 0 !important;
    text-transform: capitalize !important;
    color: #414141 !important;
    box-sizing: border-box !important
}

.comments__right-box {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    padding: 10px 0 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__right-box > a {
    box-shadow: none !important
}

.comments__item-list {
    display: flex !important;
    flex-flow: column !important;
    gap: 30px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item {
    display: flex !important;
    flex-flow: column !important;
    gap: 10px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-header {
    display: flex !important;
    gap: 15px !important
}

.comments__item-header.hidden {
    display: none !important
}

.comments__item-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    border-radius: 100% !important;
    object-fit: cover !important
}

.comments__item-avatar.hidden {
    display: none !important
}

.comments__item-info {
    display: flex !important;
    flex-flow: column !important;
    gap: 7px !important;
    text-indent: 0 !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-name {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
    color: #000 !important
}

.comments__item-data {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: initial !important;
    line-height: 1 !important;
    color: #9faeb5 !important
}

.comments__item-data-now {
    text-indent: 0 !important;
    color: #29bb0c !important
}

.comments__item-data.hidden {
    display: none !important
}

.comments__item-body {
    display: flex !important;
    flex-flow: column !important;
    gap: 15px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: initial !important;
    line-height: 1.3 !important;
    color: #414141 !important
}

.comments__item-content.hidden {
    display: none !important
}

.comments__item-content--printing {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-indent: 0 !important
}

.comments__item-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important
}

.comments__item-img.hidden {
    display: none !important
}

.comments__item-gif {
    width: 50px !important;
    height: 50px !important;
    padding-top: 10px !important;
    box-sizing: border-box !important
}

.comments__item-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-indent: 0 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__item-footer.hidden {
    display: none !important
}

.comments__item-replay {
    margin: 0 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: initial !important;
    color: #9faeb5 !important;
    transition: all .2s ease-in-out !important;
    box-shadow: none !important
}

.comments__item-replay:hover {
    color: #5f95ad !important
}

.comments__item-icon {
    cursor: pointer !important;
    width: 20px !important;
    height: 20px !important
}

.comments__form {
    position: relative !important;
    display: flex !important;
    gap: 10px !important;
    height: 210px !important;
    max-width: 780px !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
    padding: 15px !important;
    border: 1px solid #9faeb5 !important;
    border-radius: 5px !important;
    background-color: #ffff !important;
    transition: all .4s linear !important;
    opacity: 1 !important;
    box-sizing: border-box !important
}

.comments__form.hidden {
    height: 0 !important;
    opacity: 0 !important
}

.comments__form.none {
    display: none !important
}

.comments__form-input {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    border: 1px solid #9faeb5 !important;
    border-radius: 5px !important;
    outline: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    background-color: #fff !important;
    transition: height .4s linear !important;
    box-shadow: none !important;
    box-sizing: border-box !important
}

.comments__form-input::placeholder {
    font-family: inherit !important;
    font-size: 14px !important
}

.comments__form-input--text {
    height: 80px !important;
    padding-top: 10px !important
}

@media (min-width: 576px) {
    .comments__item-name {
        font-size: 18px !important
    }

    .comments__item-data {
        font-size: 16px !important
    }

    .comments__item-content {
        text-indent: 0 !important;
        font-size: 16px !important
    }

    .comments__item-img {
        max-width: 350px !important
    }

    .comments__item-footer {
        max-width: 350px !important
    }
}

@media (min-width: 992px) {
    .comments__header-count {
        font-size: 20px !important
    }

    .comments__header-title {
        font-size: 20px !important
    }
}

.page-separator, .post-card:not(.post-card--small) .post-card__category, .post-card:not(.post-card--small) .post-card__thumbnail a:before, ::selection {
    background-color: #1c1c1c
}

.entry-image--full .entry-image__body .post-card__category a, .page-content ul:not([class]) > li:before, .widget-area .widget_nav_menu ul.menu li a:before, .widget-area .widget_nav_menu ul.menu li span:before, .widget-area .widget_nav_menu > ul li a:before, .widget-area .widget_nav_menu > ul li span:before {
    background-color: #1c1c1c
}

.entry-content ul:not([class]) > li:before, .entry-tag:focus, .entry-tag:hover, .input:focus, .page-content ul:not([class]) > li:before, .post-card--standard:after, .search-screen .search-form .search-field:focus, .text-content ul:not([class]) > li:before, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
    border-color: #1c1c1c !important
}

.breadcrumb a, .breadcrumb span, .entry-author:before, .entry-content ol:not([class]) > li:before, .entry-date:before, .entry-time:before, .post-card--small .post-card__category, .post-card__author:before, .post-card__comments:before, .post-card__date:before, .search-form .search-submit:hover:before, .search-icon:hover:before, .search-screen .search-form .search-submit:before, .text-content ol:not([class]) > li:before {
    color: #1c1c1c
}

.entry-content a:not(.wp-block-button__link), .entry-content a:not(.wp-block-button__link):visited {
    color: #494949
}

.site-header, .site-header a {
    color: #fff
}

.humburger span, .top-menu > ul > li > a:before, .top-menu > ul > li > span:before {
    background: #fff
}

.site-header {
    background-color: #111
}

@media (min-width: 992px) {
    .top-menu ul li .sub-menu {
        background-color: #111
    }
}

.site-title, .site-title a {
    color: #fff
}

body {
    font-size: 17px
}

.site-title, .site-title a {
    font-size: 16px
}

.site-logotype {
    max-width: 80px
}

.site-logotype img {
    max-height: 40px
}

.tds-message-box {
    margin: 15px 0;
    padding: 25px 25px 25px 70px;
    position: relative;
    font-style: normal;
    overflow: hidden
}

.box-note {
    background: #e8f5e9;
    color: #1b5e20
}

.box-info {
    background: #fff8e1;
    color: #de6000
}

.box-note:before {
    content: "\f537"
}

.box-info:before {
    content: "\f348"
}

.box-info:before, .box-note:before {
    font-family: sans-serif;
    font-size: 40px;
    display: inline-block;
    opacity: .4;
    vertical-align: top;
    float: left;
    font-style: normal;
    line-height: 40px;
    margin-right: 7px;
    position: absolute;
    left: 15px;
    top: calc(50% - 20px)
}

[class^=adsbtn-] {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 80px;
    max-width: 250px;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
    line-height: 80px;
    text-align: center;
    z-index: 0;
    font-size: 1.1rem
}

[class^=adsbtn-]:after, [class^=adsbtn-]:before {
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

[class^=adsbtn-] span:after, [class^=adsbtn-] span:before {
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

@-webkit-keyframes criss-cross-left {

0
{
    left: -20px
}
50
%
{
    left: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    left: 50%
;
    width: 375px
;
    height: 375px
}
}
@keyframes criss-cross-left {

0
{
    left: -20px
}
50
%
{
    left: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    left: 50%
;
    width: 375px
;
    height: 375px
}
}
@-webkit-keyframes criss-cross-right {

0
{
    right: -20px
}
50
%
{
    right: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    right: 50%
;
    width: 375px
;
    height: 375px
}
}
@keyframes criss-cross-right {

0
{
    right: -20px
}
50
%
{
    right: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    right: 50%
;
    width: 375px
;
    height: 375px
}
}
@-webkit-keyframes criss-cross-left {

0
{
    left: -20px
}
50
%
{
    left: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    left: 50%
;
    width: 375px
;
    height: 375px
}
}
@keyframes criss-cross-left {

0
{
    left: -20px
}
50
%
{
    left: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    left: 50%
;
    width: 375px
;
    height: 375px
}
}
@-webkit-keyframes criss-cross-right {

0
{
    right: -20px
}
50
%
{
    right: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    right: 50%
;
    width: 375px
;
    height: 375px
}
}
@keyframes criss-cross-right {

0
{
    right: -20px
}
50
%
{
    right: 50%
;
    width: 20px
;
    height: 20px
}
100
%
{
    right: 50%
;
    width: 375px
;
    height: 375px
}
}
[class^=cell] {
    margin-right: 2%;
    margin-bottom: 1.5rem
}

[class^=cell-]:last-child {
    margin-right: 0
}

@media (max-width: 500px) {
    [class^=cell] {
        flex: 0 0 100%
    }
}

[class^=hr-]:after, [class^=hr-]:before {
    content: ''
}

[class^=hr-] {
    border: 0;
    margin: 1.35em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box
}

.hr-solid {
    height: 3px;
    width: 95%;
    background: #eaeaea;
    box-shadow: 0 1px 0 0 #bfbfbf
}

@media only screen and (max-width: 768px) {
    .tds-message-box {
        margin: 10px 0;
        padding: 25px 25px 25px 25px
    }

    .box-info:before, .box-note:before {
        display: none
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

[data-hint='']:after, [data-hint='']:before {
    display: none !important
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype')
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#comments {
    max-width: 1100px;
    margin: 50px auto;
    color: #333;
    font-style: normal
}

#comments p {
    float: none !important
}

[wpd-tooltip] {
    position: relative
}

[wpd-tooltip]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    z-index: 100;
    opacity: 0
}

[wpd-tooltip]::after {
    content: attr(wpd-tooltip);
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%) translateY(-100%);
    background: #555;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.5;
    min-width: 6vw;
    border-width: 0;
    border-radius: 4px;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
    text-transform: none
}

[wpd-tooltip]:hover::after, [wpd-tooltip]:hover::before {
    opacity: 1;
    transition: all .4s ease-in-out
}

[wpd-tooltip-size=small]::after {
    min-width: 5vw
}

[wpd-tooltip-size=medium]::after {
    min-width: 10vw
}

[wpd-tooltip-size=long]::after {
    min-width: 14vw
}

[wpd-tooltip-position=left]::before {
    left: 0;
    top: 50%;
    margin-left: -11px;
    transform: translatey(-50%) rotate(-90deg)
}

[wpd-tooltip-position=top]::before {
    left: 50%
}

[wpd-tooltip-position=bottom]::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[wpd-tooltip-position=right]::before {
    left: 100%;
    top: 50%;
    margin-left: 0;
    transform: translatey(-50%) rotate(90deg)
}

[wpd-tooltip-position=left]::after {
    left: 0;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%)
}

[wpd-tooltip-position=top]::after {
    left: 50%
}

[wpd-tooltip-position=bottom]::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0)
}

[wpd-tooltip-position=right]::after {
    left: 100%;
    top: 50%;
    margin-left: 9px;
    transform: translateX(0) translateY(-50%)
}

_:-ms-lang(x) {
    top: -24px
}

_:-ms-lang(x) {
    top: -24px
}

_:-ms-lang(x) {
    width: auto
}

@-moz-document url-prefix() {
    #wpdcom .wpd-comment-footer .wpd-reply-button svg {
        vertical-align: bottom
    }
}

_:-ms-lang(x) {
    width: auto
}

_:-ms-lang(x), _:-ms-lang(x) {
    display: -ms-flexbox
}

_:-ms-lang(x) {
    line-height: 10px
}

_:-ms-lang(x), _:-ms-lang(x) {
    display: -ms-flexbox
}

@keyframes wpd_wiggle {
    0% {
        transform: rotate(-3deg)
    }
    2% {
        transform: rotate(20deg)
    }
    4% {
        transform: rotate(-15deg)
    }
    6% {
        transform: rotate(5deg)
    }
    8% {
        transform: rotate(-1deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes wpd_blink {
    0% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    80% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@keyframes wpdBlink {
    50% {
        transform: scale(1.5)
    }
}

@media screen and (max-width: 600px) {
    #comments {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    [wpd-tooltip-size=small]::after {
        min-width: 60px
    }

    [wpd-tooltip-size=medium]::after {
        min-width: 90px
    }

    [wpd-tooltip-size=long]::after {
        min-width: 200px
    }
}