.ea-shop-header-url {
    padding: 10px;
    width: 100%;
    background: #ef5323;
    display: block;
    color: #0f0e0c;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.ea-shop-product-wrapper {
    width: 100%;
    background: #fff;
    z-index: 4 !important;
    padding: 10px;
    display: flex;
    height: 171px;
}

.ea-shop-product-footer {
    border-radius: 5px !important;
    z-index: 1 !important;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
}

.ea-shop-product-wrapper > a.article {
    display: flex;
    flex: 1;
    max-height: 150px;
    position: relative;
    cursor: pointer !important;
    align-items: center;
    justify-content: center;
}

.ea-shop-product-wrapper span {
    background: rgba(0,0,0,1);
    padding: 2px 6px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
    width: auto !important;
    color: #fff;
    width: fit-content;
    font-size: 14px;
}

.ea-shop-product-wrapper a:hover span {
    padding:4px 8px;
    transition: padding .5s ease-out;
}

.ea-shop-product-wrapper a:not(:hover) span {
    padding: 2px 6px;
    transition: padding .5s ease-out;
}

.ea-shop-product-wrapper img {
    width: 90px;
}

.small-product-image {
    margin-top:-15px;
}

.small-product-tee-image, .small-product-sticker-image, .small-product-mask-image, .small-product-mug-image {
    margin-top:-30px;
}

.small-product-hat-image {
    margin-top:-35px;
}

.small-product-hoodie-image {
    margin-top:5px;
}

.small-product-bottle-image {
    margin-top: -10px;
}

@media (min-width: 530px) and (max-width:1200px) {
    .ea-shop-product-wrapper a:nth-child(n+4) {
        display:none !important;
    }
}

@media (min-width: 400px) and (max-width:530px) {
    .ea-shop-product-wrapper a:nth-child(n+2) {
        display:none !important;
    }
}

@media (max-width: 400px) {
    .ea-shop-product-wrapper a:nth-child(n+2) {
        display:none !important;
    }
	
	.plugin-large > div > a:not(.article), .widget-small > div > a:not(.article) {
		font-size: 13px;
	}
}

@media (min-width: 720px) {
    .widget-small .ea-shop-product-wrapper a:nth-child(n+2) {
        display:none !important;
    }
}

.footer-shop-widget .ea-shop-product-wrapper {
    height:140px;
}

.footer-shop-widget .ea-shop-product-wrapper a:nth-child(n+2) {
    display:none !important;
}

.plugin-large > div:first-of-type:before, .widget-small > div:first-of-type:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 600px;
    background: linear-gradient(60deg, black 0%, black 26%, transparent 0);
    transform: rotate(90deg);
    left: 150px;
    top: -150px;
    overflow: hidden;
    pointer-events: none;
}

.plugin-large, .widget-small {
    position: relative;
    max-height: 171px;
    overflow: hidden;
	border-radius: 5px;
}

.plugin-large > div hr, .widget-small > div hr {
    position: absolute;
    background: var(--cs-color-accent);
    z-index: 3;
    padding: 2px;
    border: none;
}

.plugin-large > div > a:not(.article), .widget-small > div > a:not(.article) {
    position: absolute;
    background: var(--cs-color-accent);
	color: #fff !important;
    padding: 10px;
    left: 0;
    z-index: 2;
    bottom: 20px;
    width: max-content;
    border-radius: 0 !important;
}

.plugin-large > div > a:not(.article):hover, .widget-small > div > a:not(.article):hover {
	color: #000;
}

.plugin-large > div:first-of-type:before {
    width: 300px;
    top: -150px;
}

.plugin-large > div > span {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 5px;
    z-index: 2;
    font-family: var(--cs-font-entry-excerpt-family), sans-serif;
    max-width: 250px;
}

.plugin-large > div hr {
    top: 60px;
    width: 133px;
}

.plugin-large > div hr:last-of-type {
    top: 75px;
    width: 100px;
}

.plugin-large .ea-shop-product-wrapper {
    padding-left: 250px;    
}

.widget-small > div:first-of-type:before {
    width: 300px;
    top: -200px;
}

.widget-small > div hr {
    top: 10px;
    width: 100px;
}

.widget-small > div hr:last-of-type {
    top: 30px;
    width: 80px;
}

.widget-small .ea-shop-product-wrapper {
    padding-left: 150px;    
}.wp-admin-book-details-author {
  font-style: italic;
}
.wp-admin-book-details-summary {
  margin-top: 24px;
}

.custom-block__editor {
  padding: 10px;
  background: #23282e;
  color: #fff !important;
  border-radius: 5px;
  font-size: 1.6rem !important;
  font-family: avenir;
}
#toc_table-of-contents {
    font-size:16px;
    margin:10px 30px;
    padding:10px;
}

#toc_table-of-contents a {
	color: var(--cs-color-contrast-900);
	text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500 !important;
}

#toc_table-of-contents a:hover {
    cursor: pointer;
	color: var(--cs-color-contrast-700);
}

#toc_wrapper {
	min-height: 38px;
    margin-bottom: 18px;
    position: relative;
    text-align: left;
    background: var(--cs-color-contrast-50);
    border: none;
    color: var(--cs-color-contrast-900);
    padding: 10px;
}

.toc_element {
    position:absolute;
    margin-top: -80px !important;
}

#toc_minimise {
    text-decoration: none;
    padding: 0;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: max-content;
	top: 10px;
    margin: -11px 15px;
}

#toc_minimise svg {
	fill: var(--cs-color-contrast-900);
	width: 20px;
	height: 20px;
}

span.toc_title h2 {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
}

span.toc_title h2 span {
    color:var(--cs-color-accent);
}

span.toc_title {
    font-family: 'Roboto';
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
}

span.toc_title:hover {
    cursor:pointer;
}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;align-items:center;width:100%;transition:transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}@supports (transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:0;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}

.post-information-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    padding: 20px;
}

.post-information-wrapper * {
	color: #fff;
}

.post-information-wrapper .category {
    font-size: .6em;
    margin: 0 0 .5em;
    font-weight: bold;
    font-family: var(--cs-font-post-content-family), sans-serif;
}

.post-information-wrapper .title h3 {
    font-size: 1.6em;
    margin: 0 !important;
}

.post-information-wrapper .author .author-avatar {
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    margin-right: 10px;
}

.post-information-wrapper .author .author-name {
    font-weight: bold;
}

.post-information-wrapper .author {
    margin-top: .5em;
    font-family: var(--cs-font-post-content-family), sans-serif;
    font-size: .8em;
    display: inline-block;
}

.post-information-wrapper .date {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: var(--cs-font-secondary-size);
    display: inline-block;
    margin-left: 20px;
}

#wp-block-ea-carousel-pause {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-color: rgba(0,0,0,.5);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    height: 48px;
    transition: background-color .25s,box-shadow .25s;
    width: 48px;
    position: absolute;
    top: 20px;
    right: 20px;
}

#wp-block-ea-carousel-pause.start {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M8 5v14l11-7z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
}

.wp-block-ea-carousel {
    height: 520px;
    padding-bottom: 30px;
}

.wp-block-ea-carousel .carousel-inner, .wp-block-ea-carousel .carousel-inner .carousel-item, .wp-block-ea-carousel .carousel {
    height: 100%;
}

.wp-block-ea-carousel .carousel-inner .carousel-item {
    background-size: cover !important;
    background-position: center !important;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0,0,0,.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 4px;
    opacity: 1 !important;
    height: 48px;
    width: 48px !important;
    margin: auto;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: rgba(0,0,0,.8);
}

.carousel-control-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z' fill='%23fff'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
    right: 20px !important;
}

.carousel-control-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18 4.12L10.12 12 18 19.88 15.88 22l-10-10 10-10z' fill='%23fff'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
    left: 20px !important;
}

.carousel-inner a {
    color: #fff !important;
}

.carousel-inner a:hover {
    color: rgba(255, 255, 255, .8) !important;
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px !important;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin: 0 !important;
}

.carousel-indicators li {
    background: var(--cs-color-secondary);
    border-radius: 6px;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    opacity: .5;
    padding: 0;
    transition: box-shadow .25s,opacity .25s,width .25s;
    width: 12px;
}

.carousel-indicators li:not(.active) {
    cursor: pointer;
}

.carousel-indicators li.active {
    background: var(--cs-color-accent);
    opacity: 1;
    outline: 0;
    width: 24px;
}

.carousel-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-item a.category, .carousel-item .author a {
    z-index: 5;
    position: relative;
    display: inline-block;
}
.previous-launches-counter::before {
    counter-increment: previouslaunches !important;
}

.upcoming-counter-reset {
    counter-reset: upcominglaunches;
}

.previous-counter-reset {
    counter-reset: previouslaunches;
}

.panel-gap {
    --cs-posts-area-grid-gap:10px !important;
}

.date-window-starts, .date-window-ends {
    margin-top:0 !important;
}

.date-window-ends {
    padding-top:0 !important;
}

.countdown-date, .date-window-starts, .date-window-ends {
    font-size: 13px !important;
}

.launch-date-block {
    position: absolute !important;
    right: 0;
    padding: 20px !important;
    width: 240px;
}

article div[data-scheme=inverse] .cs-overlay-background {
    opacity: 1;
}

.launch-filter button, .launch-filter-active button:not(.remove-filter) {
    display: block;
    width: 100%;
    padding: 10px;
    text-align:left;
    background:none;
}

.show-more-filters {
    padding: 6px 10px !important;
    font-family: Manrope, sans-serif !important;
    background: var(--cs-color-accent) !important;
    color: #fff !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.show-more-filters:hover {
    color:#000 !important;
}

div.launch-page-hidden, .launch-filter-hidden, .launch-filter-collection-hidden, .pagination-menu-element-hidden {
    display:none !important;
}

#archive-clear-filters, .remove-filter {
    display: inline-block;
    width: fit-content;
    float: right;
    clear: both;
}

.remove-filter {
    padding: 0;
    background: none;
}

.launch-pagination-begin, .launch-pagination-end {
    padding-left: 16px;
    padding-right: 16px;
}

.launch-pagination-wrapper {
    text-align:center;
}

.article-launch-date {
    display: block !important;
}

.type-post > div:hover div.cs-overlay-background:not(.next-launch-border) {
    background:none !important;
}

article.plp-block-item .cs-entry__content h2.upcoming-launches-counter {
    max-width:24ch;
}

.t-minus-bottom {
    display: none;    
}

article.archive-launches-block div .cs-entry__wrapper .cs-entry__inner  {
    max-width:100% !important;
}

.filter-count {
    font-size: 0.8rem;
    vertical-align: top;
}

.launch-filter {
    margin-bottom:20px;
    color:var(--cs-color-primary);
}

.launch-filter > span, .filter-legend-title {
    width: 100%;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
}

.launch-filter > span > svg {
    float: right;
    stroke: var(--cs-color-primary);
    margin-right: -4px;
}

.launch-filter > div > div:first-of-type, .launch-filter > div > select {
    margin-top: 10px;
}

.launch-filter > div > select {
    color: #000;
    font-size: 14px;
}

.launch-filter-date {
    width: 50% !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.launch-filter-year {
    float:left !important;
}

.launch-filter-month {
    float:right !important;
}

.container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.launch-filter-checkbox {
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background-color: var(--cs-color-primary);
}

.container:hover input ~ .launch-filter-checkbox {
    background-color: var(--cs-color-contrast-700);
}

.container input:checked ~ .launch-filter-checkbox {
    background-color: var(--cs-color-accent);
}

.launch-filter-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .launch-filter-checkbox:after {
    display: block;
}

.container .launch-filter-checkbox:after {
    left: 5px;
    top: 1.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.launch-pagination {
    margin: 5px !important;
}

.launch-pagination.active  {
    background: var(--cs-color-category-hover) !important;
    color: var(--cs-color-styled-category-hover-contrast) !important;
}

article.has-article-thumbnail .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta .cs-meta-category .post-categories li, 
article.has-article-thumbnail .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta {
    color:var(--cs-color-secondary) !important;
}

[data-scheme=default] article:not(.has-article-thumbnail) .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta .cs-meta-category .post-categories li, 
[data-scheme=default] article:not(.has-article-thumbnail) .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta {
	color:var(--cs-color-accent) !important;
}

[data-scheme=default] article.has-article-thumbnail .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta .cs-meta-category .post-categories li, 
[data-scheme=default] article.has-article-thumbnail .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__post-meta {
	color:var(--cs-color-inversed) !important;
}

[data-scheme=default] article:not(.has-article-thumbnail) .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__inner.cs-entry__content.cs-overlay-content .cs-entry__title {
    color:var(--cs-color-styled-heading-hover) !important;
}

[data-scheme=default] article.has-article-thumbnail .everyday-astronaut-prelaunch-preview-item[data-scheme=inverse] .cs-entry__inner.cs-entry__content.cs-overlay-content .cs-entry__title {
    color:var(--cs-color-primary) !important;
}

[data-scheme=default] .cnvs-block-posts-layout-tile-type-2 article:hover > div.cs-entry__outer:before {
	color:var(--cs-color-primary) !important;
	border-color:var(--cs-color-primary) !important;
}

article.has-article-thumbnail .cs-entry__content.launch-date-block div, article.has-article-thumbnail .cs-entry__content:not(.launch-date-block) h2, article.has-article-thumbnail .cs-entry__content:not(.launch-date-block) ul li  {
    text-shadow: 0px 0px 10px #717171;
}

#launch-archive-list {
    position:relative;
}

#launch-archive-list > span {
    display: block;
    padding: 10px 20px;
    position: absolute;
    top: -15px;
    margin: auto;
    left: 0;
    width: fit-content;
    right: 0;
    background: var(--cs-color-accent);
    color: #fff;
}

.upcoming-launches-block, .archive-launches-block {
    position: relative;
}

.state_go::before,
.state_tbd::before,
.state_tbd_time_date::before,
.state_tbd_date::before,
.state_tbd_time::before,
.state_failure::before,
.state_success::before,
.state_unconfirmed::before,
.state_partial_success::before {
    content: " ";
    width: 10px;
    height: 100%;
    border-radius: 3px;
    z-index: 1;
    position: absolute;
}

.state_tbd::before,
.state_tbd_time_date::before,
.state_tbd_date::before,
.state_tbd::before,
.state_tbd_time::before, .state_partial_success::before {
    background: #e8e400;
}

.state_go::before, .state_success::before {
    background: #00A855;
}

.state_failure::before, .state_unconfirmed::before {
    background: #e23535;
}

.filter-legend {
    margin: 15px 0;
}

.filter-legend-upcoming {
    padding: 10px 10px 5px;
    background: var(--cs-color-contrast-50);
    position: relative;
}

.filter-legend-upcoming div {
    display: inline-block;
}

.filter-legend-upcoming .filter-legend-title {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: -3px 0 0;
    padding: 10px 10px 10px 16px;
    margin-left: -10px;
    cursor: unset !important;
}

.filter-legend-upcoming div:not(:first-child) {
    margin-left: 10px;
}

.filter-legend div, .filter-legend-upcoming div {
    position: relative;
}

.filter-legend div span:first-of-type, .filter-legend-upcoming div span:first-of-type  {
    width: 50px;
    height: 26px;
    display: inline-block;
    border-radius: 3px;
}

.filter-legend-upcoming {
	border-radius: 3px;
}

.filter-legend div span:last-of-type {
    position: absolute;
    left: 60px;
}

.filter-legend-upcoming div span:last-of-type {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.success-legend { background: #05a755; }
.partial-success-legend { background: #e8e400; }
.failure-legend { background: #e23535; }

.filter-legend-upcoming-mobile-only {
    display: none;
}

button.launch-pagination {
	background: var(--cs-color-accent);
}

button.launch-pagination:hover {
	background: var(--cs-color-accent);
	color: var(--cs-color-button-contrast);
}

.ea-spot-1-upcoming {
    width: 100%;
    margin: 10px 0;
}

.ea-show-mobile-only {
    display: none;
}

.ea-show-desktop-only {
    display: block;
}

@media(min-width:900px) {
    table.ea_prelaunch_previews > tbody > tr > td:first-child {
        width:70%;
    }
    
    table.ea_prelaunch_previews > tbody > tr > td:last-child {
        width:30%;
    }
}

@media(min-width:1280px) {
    article.plp-block-item .cs-entry__content h2.upcoming-launches-counter {
        max-width:35ch;
    }

    table.ea_prelaunch_previews > tbody > tr > td:first-child {
        width:75%;
    }
    
    table.ea_prelaunch_previews > tbody > tr > td:last-child {
        width:25%;
    }
}

@media(max-width:719px) {
    .t-minus-bottom {
        display: block !important;
    }

    .launch-date-block {
        display:none !important;
    }
}

@media(min-width:1020px) {
    article div .cs-entry__wrapper .cs-entry__inner  {
        max-width:75%;
    }

    .filter-legend-upcoming div:first-of-type {
        margin-left: 90px !important;
    }
}

@media(max-width:1019px) {
    .filter-legend-title {
        position: unset !important;
        padding-top: 0 !important;
        margin-left: -7px !important;
    }

    .filter-legend-upcoming div {  
        position: unset !important;
        display: block !important;
        margin-left: 10px !important;
    }

    .filter-legend-upcoming-mobile-only {
        display: block;
    }

    .launch-filters .filter-legend-title, .launch-filters .filter-legend {
        display:none;
    }
}

@media(min-width:1200px) {
    article div .cs-entry__wrapper .cs-entry__inner  {
        max-width:80%;
    }
}

@media(min-width:720px) {
    article.plp-block-item .cs-entry__content h2.upcoming-launches-counter {
        max-width: 35ch;
        display: block;
        width: 35ch;
    }
    
    article div .cs-entry__wrapper .cs-entry__inner  {
        max-width:65%;
    }
}

@media(max-width: 599px) {
    .ea-show-mobile-only {
        display: block;
    }
    
    .ea-show-desktop-only {
        display: none;
    }
    
    .cs-posts-area__main.upcoming-counter-reset .is-mobile-variant {
        display:block !important;
    }

    .cs-posts-area__main.upcoming-counter-reset .is-desktop-variant {
        display:none !important;
    }
}

@media(min-width: 600px) {
    .cs-posts-area__main.upcoming-counter-reset .is-mobile-variant {
        display:none !important;
    }

    .cs-posts-area__main.upcoming-counter-reset .is-desktop-variant {
        display:block !important;
    }
}

.no-launches-found {
	margin:20px auto !important;
	position: unset !important;
}

.no-launches-found + div {
	margin: unset !important;
}.wp-block-cgb-block-my-block  {
    background: #bada55;
    border: 0.2rem solid rgb(41, 41, 41);
    color: rgb(41, 41, 41);
    margin: 0 auto;
    max-width: 740px;
    padding: 2rem;
}

.wp-block-ea-next-launch-next-launch .cs-entry__thumbnail > div {
    border-radius: 6px;
    color: var(--cs-color-styled-heading-contrast);
    background: var(--cs-color-styled-heading);
}

.wp-block-ea-next-launch-next-launch .cs-entry__thumbnail + div {
    width: 100% !important;
}

.wp-block-ea-next-launch-next-launch .cs-overlay-background:after, .cs-overlay-background:before {
    bottom: unset !important;
}

.next-launch-date {
    font-size:14px !important;
}

.next-launch-date + span, .next-launch-date {
    text-align: center;
    width: 100%;
    display: block;
    text-shadow: 0 2px #000 !important;
    color: #fff;
}

.next-launch-date + span {
    font-size: 20px;
}

.wp-block-ea-next-launch-next-launch img[src=""] {
    display: none;
}
.wp-block-cgb-block-my-block  {
    background: #bada55;
    border: 0.2rem solid rgb(41, 41, 41);
    color: rgb(41, 41, 41);
    margin: 0 auto;
    max-width: 740px;
    padding: 2rem;
}

.wp-block-ea-next-launch-next-launch .cs-entry__thumbnail > div {
    border-radius: 6px;
    color: var(--cs-color-styled-heading-contrast);
    background: var(--cs-color-styled-heading);
}

.wp-block-ea-next-launch-next-launch .cs-entry__thumbnail + div {
    width:100% !important;
}

.next-launch-date {
    font-size:14px;
}

.next-launch-date + span, .next-launch-date {
    text-align: center;
    width: 100%;
    display: block;
    text-shadow: 0 2px #000 !important;
    color: #fff;
}

.next-launch-date + span {
    font-size: 20px;
}

.wp-block-ea-next-launch-next-launch img[src=""] {
    display: none;
}

.rocket-model-wrapper {
    background: var(--cs-color-contrast-100);
    position: relative;
    border-bottom: 5px solid var(--cs-color-accent);
    display: flex;
    flex:2;
}

.rocket-model-wrapper div#rocket-model {
    text-align: center;
    display: table-cell;
}

#rocket-model-wrapper {
    flex: 1;
    display: table;
}

#rocket-stage-buttons {
    position: relative;
    margin: 15px;
}

.rocket-model-wrapper div#rocket-title {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 10px 20px;
    background: var(--cs-color-accent);
    z-index: 9;
}

.rocket-model-wrapper svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: 20px;
    cursor: pointer;
    fill: var(--cs-color-accent);
}

#rocket-model-wrapper {
    position: relative;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
  
.container:hover input ~ .checkmark {
    background-color: #ccc;
}
  
.container input:checked ~ .checkmark {
    background-color: var(--cs-color-accent);
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container input:checked ~ .checkmark:after {
    display: block;
}
  
.container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.container label {
    margin-left: 34px;
}

.variant-wrapper {
    display: flex;
    flex: 3;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 10px;
}

.variant-wrapper figure {
    flex: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 200px;
    text-align: center;
}

.variant-wrapper figure img {
    max-height: 200px;
}

.dg.main {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
}

.models-by {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    font-family: var(--cs-font-base-family);
    font-size: .8em;
}

.rocket-rundown-loader {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.rocket-rundown-tab-init {
    visibility: hidden;
    position: absolute;
    top: 0;
}

#selected-variant::after {
    content: "\2713";
    display: block;
    font-size: 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    margin: -2px auto;
}

.zoom-slider * {
    width: unset !important;
    display: inline-block !important;
}

/* SLIDER */
.zoom-slider-container {
    width: 100%;
    position: relative;
    margin-bottom: 14px;
}

.zoom-slider-container span {
    position: absolute;
    text-align: center;
    pointer-events: none;
    z-index: 9;
    color: var(--cs-color-category-hover);
    font-size: 1.6em;
    top: 0;
}

.zoom-slider-container span:first-of-type {
    left: 0;
    margin-top: -7px;
    margin-left: 6px;
}

.zoom-slider-container span:not(:first-of-type) {
    right: 0;
    margin-top: -8px;
    margin-right: 4px;
}

.zoom-slider {
    -webkit-appearance: none;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    padding: unset !important;
    background-color: var(--cs-color-site-background) !important;
    border: var(--cs-color-site-background) !important;
}

.zoom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--cs-color-accent);
    cursor: pointer;
}

.zoom-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--cs-color-accent);
    cursor: pointer;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/* Include */
/*--------------------------------------------------------------*/
@font-face {
	font-family: 'canvas-icons';
	src: url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.woff) format("woff"), url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.ttf) format("truetype"), url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="cnvs-icon-"],
[class*=" cnvs-icon-"] {
	font-family: 'canvas-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cnvs-icon-arrow-right:before {
	content: "\e940";
}

.cnvs-icon-arrow-left:before {
	content: "\e941";
}

.cnvs-icon-arrow-down:before {
	content: "\e942";
}

.cnvs-icon-arrow-up:before {
	content: "\e943";
}

.cnvs-icon-watch:before {
	content: "\e93f";
}

.cnvs-icon-eye:before {
	content: "\e93e";
}

.cnvs-icon-share:before {
	content: "\e93d";
}

.cnvs-icon-check:before {
	content: "\e912";
}

.cnvs-icon-minus:before {
	content: "\e90d";
}

.cnvs-icon-chevron-right:before {
	content: "\e914";
}

.cnvs-icon-chevron-left:before {
	content: "\e915";
}

.cnvs-icon-x:before {
	content: "\e913";
}

.cnvs-icon-arrow-right-circle:before {
	content: "\e911";
}

.cnvs-icon-arrow-left-circle:before {
	content: "\e910";
}

.cnvs-icon-up:before {
	content: "\e908";
}

.cnvs-icon-comment:before {
	content: "\e900";
}

.cnvs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.cnvs-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.cnvs-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.cnvs-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.cnvs-container {
		max-width: 1140px;
	}
}

.cnvs-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.cnvs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.cnvs-col-1, .cnvs-col-2, .cnvs-col-3, .cnvs-col-4, .cnvs-col-5, .cnvs-col-6, .cnvs-col-7, .cnvs-col-8, .cnvs-col-9, .cnvs-col-10, .cnvs-col-11, .cnvs-col-12, .cnvs-col-sm-1, .cnvs-col-sm-2, .cnvs-col-sm-3, .cnvs-col-sm-4, .cnvs-col-sm-5, .cnvs-col-sm-6, .cnvs-col-sm-7, .cnvs-col-sm-8, .cnvs-col-sm-9, .cnvs-col-sm-10, .cnvs-col-sm-11, .cnvs-col-sm-12, .cnvs-col-md-1, .cnvs-col-md-2, .cnvs-col-md-3, .cnvs-col-md-4, .cnvs-col-md-5, .cnvs-col-md-6, .cnvs-col-md-7, .cnvs-col-md-8, .cnvs-col-md-9, .cnvs-col-md-10, .cnvs-col-md-11, .cnvs-col-md-12, .cnvs-col-lg-1, .cnvs-col-lg-2, .cnvs-col-lg-3, .cnvs-col-lg-4, .cnvs-col-lg-5, .cnvs-col-lg-6, .cnvs-col-lg-7, .cnvs-col-lg-8, .cnvs-col-lg-9, .cnvs-col-lg-10, .cnvs-col-lg-11, .cnvs-col-lg-12, .cnvs-col-xl-1, .cnvs-col-xl-2, .cnvs-col-xl-3, .cnvs-col-xl-4, .cnvs-col-xl-5, .cnvs-col-xl-6, .cnvs-col-xl-7, .cnvs-col-xl-8, .cnvs-col-xl-9, .cnvs-col-xl-10, .cnvs-col-xl-11, .cnvs-col-xl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.cnvs-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.cnvs-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.cnvs-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.cnvs-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.cnvs-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.cnvs-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.cnvs-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.cnvs-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.cnvs-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.cnvs-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.cnvs-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.cnvs-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.cnvs-col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.cnvs-col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.cnvs-col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.cnvs-col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.cnvs-d-none {
	display: none;
}

.cnvs-clearfix {
	clear: both;
}

.cnvs-clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.cnvs-post-meta {
	--cnvs-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--cnvs-post-meta-color);
	padding: 0;
	margin: 0;
}

.cnvs-post-meta > li {
	display: inline-block;
}

.cnvs-post-meta > li:not(:last-child) {
	margin-right: 0.5rem;
}

.cnvs-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.cnvs-post-meta .cnvs-icon {
	margin-right: 0.25rem;
}

.cnvs-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cnvs-meta-category .post-categories > li {
	display: inline-block;
}

.cnvs-meta-category .post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.cnvs-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .cnvs-meta-category .post-categories {
	margin-bottom: 0;
}

.cnvs-meta-author span + a,
.cnvs-meta-author a + span {
	margin-left: 0.25rem;
}

/* Blocks */
/*--------------------------------------------------------------*/
.wp-block-button.is-cnvs-button-full-width,
.entry-content .wp-block-button.is-cnvs-button-full-width {
	width: 100%;
}

.wp-block-button.is-cnvs-button-full-width .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-full-width .wp-block-button__link {
	width: 100%;
}

.wp-block-button.is-cnvs-button-size-sm .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-size-sm .wp-block-button__link {
	padding: 0.25rem 0.5rem;
}

.wp-block-button.is-cnvs-button-size-lg .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-size-lg .wp-block-button__link {
	padding: 1rem 2rem;
}

/* Color Styles */
/*--------------------------------------------------------------*/
.cnvs-color-primary {
	--cnvs-primary-color: #343a40;
	color: var(--cnvs-primary-color);
}

.cnvs-color-secondary {
	--cnvs-secondary-color: #A0A0A0;
	color: var(--cnvs-secondary-color);
}

.cnvs-bg-primary {
	--cnvs-primary-background: #343a40;
	background-color: var(--cnvs-primary-background);
}

.cnvs-bg-overlay {
	--cnvs-overlay-background: rgba(52, 58, 64, 0.5);
	background-color: var(--cnvs-overlay-background);
}

/* Font Styles */
/*--------------------------------------------------------------*/
.cnvs-font-primary {
	--cnvs-primary-font-weight: 700;
	font-weight: var(--cnvs-primary-font-weight);
}

.cnvs-font-secondary {
	--cnvs-secondary-font-size: 80%;
	--cnvs-secondary-font-color: #6c757d;
	font-size: var(--cnvs-secondary-font-size);
	color: var(--cnvs-secondary-font-color);
}

.cnvs-font-heading {
	--cnvs-heading-font-weight: 700;
	--cnvs-heading-font-color: #212529;
	font-weight: var(--cnvs-heading-font-weight);
	color: var(--cnvs-heading-font-color);
}

/* Background */
/*--------------------------------------------------------------*/
.cnvs-bg-primary {
	background-color: #007bff;
}

a.cnvs-bg-primary:hover, a.cnvs-bg-primary:focus,
button.cnvs-bg-primary:hover,
button.cnvs-bg-primary:focus {
	background-color: #0062cc;
}

.cnvs-bg-secondary {
	background-color: #A0A0A0;
}

a.cnvs-bg-secondary:hover, a.cnvs-bg-secondary:focus,
button.cnvs-bg-secondary:hover,
button.cnvs-bg-secondary:focus {
	background-color: #878686;
}

.cnvs-bg-success {
	background-color: #28a745;
}

a.cnvs-bg-success:hover, a.cnvs-bg-success:focus,
button.cnvs-bg-success:hover,
button.cnvs-bg-success:focus {
	background-color: #1e7e34;
}

.cnvs-bg-info {
	background-color: #17a2b8;
}

a.cnvs-bg-info:hover, a.cnvs-bg-info:focus,
button.cnvs-bg-info:hover,
button.cnvs-bg-info:focus {
	background-color: #117a8b;
}

.cnvs-bg-warning {
	background-color: #ffc107;
}

a.cnvs-bg-warning:hover, a.cnvs-bg-warning:focus,
button.cnvs-bg-warning:hover,
button.cnvs-bg-warning:focus {
	background-color: #d39e00;
}

.cnvs-bg-danger {
	background-color: #dc3545;
}

a.cnvs-bg-danger:hover, a.cnvs-bg-danger:focus,
button.cnvs-bg-danger:hover,
button.cnvs-bg-danger:focus {
	background-color: #bd2130;
}

.cnvs-bg-light {
	background-color: #f8f9fa;
}

a.cnvs-bg-light:hover, a.cnvs-bg-light:focus,
button.cnvs-bg-light:hover,
button.cnvs-bg-light:focus {
	background-color: #dae0e5;
}

.cnvs-bg-dark {
	background-color: #343a40;
}

a.cnvs-bg-dark:hover, a.cnvs-bg-dark:focus,
button.cnvs-bg-dark:hover,
button.cnvs-bg-dark:focus {
	background-color: #1d2124;
}

.cnvs-bg-white {
	--cnvs-bg-white: #fff;
	background-color: var(--cnvs-bg-white);
}

.cnvs-bg-transparent {
	--cnvs-bg-transparent: transparent;
	background-color: var(--cnvs-bg-transparent);
}

/* Alerts */
/*--------------------------------------------------------------*/
.cnvs-alert {
	--cnvs-alert-background: #f8f9fa;
	--cnvs-alert-heading-color: inherit;
	--cnvs-alert-close-color: #000;
	--cnvs-alert-close-hover-color: #000;
	--cnvs-alert-font-size: 0.875rem;
	--cnvs-alert-link-font-weight: 700;
	--cnvs-alert-close-font-size: 1rem;
	--cnvs-alert-close-line-height: 1;
	--cnvs-alert-close-text-shadow: 0 1px 0 #fff;
	--cnvs-alert-close-opacity: .75;
}

/*--------------------------------------------------------------*/
.cnvs-alert {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	background: var(--cnvs-alert-background);
	font-size: var(--cnvs-alert-font-size);
}

.cnvs-alert a {
	text-decoration: underline;
	text-shadow: none;
	border: none;
}

.cnvs-alert a:hover {
	text-decoration: none;
	text-shadow: none;
	border: none;
}

.cnvs-alert p {
	margin-bottom: 0.5rem;
}

.cnvs-alert > *:last-child {
	margin-bottom: 0;
}

.cnvs-alert-multiline {
	padding: 1.25rem 1.75rem;
}

.cnvs-alert-heading {
	color: var(--cnvs-alert-heading-color);
}

.cnvs-alert-link {
	font-weight: var(--cnvs-alert-link-font-weight);
}

.cnvs-alert-dismissible {
	padding-right: 4rem;
}

.cnvs-alert-dismissible .cnvs-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.cnvs-close {
	float: right;
	font-size: var(--cnvs-alert-close-font-size);
	line-height: var(--cnvs-alert-close-line-height);
	color: var(--cnvs-alert-close-color);
	text-shadow: var(--cnvs-alert-close-text-shadow);
	opacity: var(--cnvs-alert-close-opacity);
}

.cnvs-close:hover, .cnvs-close:focus {
	color: var(--cnvs-alert-close-hover-color);
	text-decoration: none;
	opacity: 1;
}

button.cnvs-close {
	padding: 0;
	text-decoration: none !important;
	border: none !important;
	-webkit-appearance: none !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cnvs-alert-primary {
	border-left: #007bff 2px solid;
}

.cnvs-alert-primary .cnvs-icon-close,
.cnvs-alert-primary .cnvs-alert-title {
	color: #0062cc;
}

.cnvs-alert-secondary {
	border-left: #A0A0A0 2px solid;
}

.cnvs-alert-secondary .cnvs-icon-close,
.cnvs-alert-secondary .cnvs-alert-title {
	color: #878686;
}

.cnvs-alert-success {
	border-left: #28a745 2px solid;
}

.cnvs-alert-success .cnvs-icon-close,
.cnvs-alert-success .cnvs-alert-title {
	color: #1e7e34;
}

.cnvs-alert-info {
	border-left: #17a2b8 2px solid;
}

.cnvs-alert-info .cnvs-icon-close,
.cnvs-alert-info .cnvs-alert-title {
	color: #117a8b;
}

.cnvs-alert-warning {
	border-left: #ffc107 2px solid;
}

.cnvs-alert-warning .cnvs-icon-close,
.cnvs-alert-warning .cnvs-alert-title {
	color: #d39e00;
}

.cnvs-alert-danger {
	border-left: #dc3545 2px solid;
}

.cnvs-alert-danger .cnvs-icon-close,
.cnvs-alert-danger .cnvs-alert-title {
	color: #bd2130;
}

.cnvs-alert-light {
	border-left: #f8f9fa 2px solid;
}

.cnvs-alert-light .cnvs-icon-close,
.cnvs-alert-light .cnvs-alert-title {
	color: #dae0e5;
}

.cnvs-alert-dark {
	border-left: #343a40 2px solid;
}

.cnvs-alert-dark .cnvs-icon-close,
.cnvs-alert-dark .cnvs-alert-title {
	color: #1d2124;
}

/* Badges */
/*--------------------------------------------------------------*/
.cnvs-badge {
	--cnvs-badge-background: #f8f9fa;
	--cnvs-badge-color: inherit;
	--cnvs-badge-primary-background: #00A0D2;
	--cnvs-badge-primary-color: #FFFFFF;
	--cnvs-badge-light-background: #FFFFFF;
	--cnvs-badge-light-color: #000000;
	--cnvs-badge-border-radius: 30px;
	--cnvs-badge-font-size: 75%;
	--cnvs-badge-line-height: 1;
}

/*--------------------------------------------------------------*/
.cnvs-badge {
	background: var(--cnvs-badge-background);
	color: var(--cnvs-badge-color);
	display: inline-block;
	padding: 0.3em 0.6em;
	font-size: var(--cnvs-badge-font-size);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--cnvs-badge-border-radius);
	text-transform: uppercase;
	line-height: var(--cnvs-badge-line-height);
}

.cnvs-badge:empty {
	display: none;
}

.menu-item .cnvs-badge {
	margin-left: 0.5rem;
}

.cnvs-button .cnvs-badge {
	position: relative;
	top: -1px;
}

.is-cnvs-badge-color-primary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-primary {
	background: rgba(0, 123, 255, 0.1);
	color: #0056b3;
}

.is-cnvs-badge-color-secondary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-secondary {
	background: rgba(160, 160, 160, 0.1);
	color: #7a7a7a;
}

.is-cnvs-badge-color-success,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: rgba(40, 167, 69, 0.1);
	color: #19692c;
}

.is-cnvs-badge-color-info,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: rgba(23, 162, 184, 0.1);
	color: #0f6674;
}

.is-cnvs-badge-color-warning,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: rgba(255, 193, 7, 0.1);
	color: #ba8b00;
}

.is-cnvs-badge-color-danger,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: rgba(220, 53, 69, 0.1);
	color: #a71d2a;
}

.is-cnvs-badge-color-light,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-light {
	background: rgba(248, 249, 250, 0.1);
	color: #cbd3da;
}

.is-cnvs-badge-color-dark,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-dark {
	background: rgba(52, 58, 64, 0.1);
	color: #121416;
}

.is-cnvs-badge-color-primary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-primary {
	background: var(--cnvs-badge-primary-background);
	color: var(--cnvs-badge-primary-color);
}

.is-cnvs-badge-color-light,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-light {
	background: var(--cnvs-badge-light-background);
	color: var(--cnvs-badge-light-color);
}

/* Flickity */
/*--------------------------------------------------------------*/
[cnvs-flickity="init"] {
	--cnvs-flickity-button-background: hsla(0, 0%, 100%, 0.75);
	--cnvs-flickity-button-color: #333;
	--cnvs-flickity-button-hover-background: white;
	--cnvs-flickity-button-focus-box-shadow: 0 0 0 5px #19F;
	--cnvs-flickity-button-active-opacity: 0.6;
	--cnvs-flickity-button-disabled-opacity: 0.3;
	--cnvs-flickity-button-icon-fill: #333;
	--cnvs-flickity-prev-next-border-radius: 50%;
	--cnvs-flickity-page-info-font-size: .75rem;
	--cnvs-flickity-page-info-line-height: 1;
	--cnvs-flickity-dot-width: 10px;
	--cnvs-flickity-dot-height: 10px;
	--cnvs-flickity-dot-margin: 0 3px;
	--cnvs-flickity-dot-background: #333;
	--cnvs-flickity-dot-border-radius: 50%;
	--cnvs-flickity-dot-opacity: 0.25;
}

[cnvs-flickity="init"].flickity-enabled {
	position: relative;
	padding-bottom: 0;
}

[cnvs-flickity="init"].flickity-enabled:focus {
	outline: none;
}

[cnvs-flickity="init"].flickity-enabled.is-animate .flickity-viewport {
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

[cnvs-flickity="init"] .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

[cnvs-flickity="init"] .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

[cnvs-flickity="init"] .flickity-button {
	position: absolute;
	background: var(--cnvs-flickity-button-background);
	border: none;
	color: var(--cnvs-flickity-button-color);
}

[cnvs-flickity="init"] .flickity-button:hover {
	background: var(--cnvs-flickity-button-hover-background);
	cursor: pointer;
}

[cnvs-flickity="init"] .flickity-button:focus {
	outline: none;
	-webkit-box-shadow: var(--cnvs-flickity-button-focus-box-shadow);
	box-shadow: var(--cnvs-flickity-button-focus-box-shadow);
}

[cnvs-flickity="init"] .flickity-button:active {
	opacity: var(--cnvs-flickity-button-active-opacity);
}

[cnvs-flickity="init"] .flickity-button:disabled {
	opacity: var(--cnvs-flickity-button-disabled-opacity);
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

[cnvs-flickity="init"] .flickity-button-icon {
	fill: var(--cnvs-flickity-button-icon-fill);
}

[cnvs-flickity="init"] .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: var(--cnvs-flickity-prev-next-border-radius);
	/* vertically center */
	margin-top: -22px;
}

[cnvs-flickity="init"] .flickity-prev-next-button.previous {
	left: 1rem;
}

[cnvs-flickity="init"] .flickity-prev-next-button.next {
	right: 1rem;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

[cnvs-flickity="init"] .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
}

[cnvs-flickity="init"] [data-sg-page-info="true"],
[cnvs-flickity="init"] [data-sg-page-dots="true"] {
	padding-bottom: 50px;
}

[cnvs-flickity="init"] [data-sg-page-info="true"] .flickity-prev-next-button,
[cnvs-flickity="init"] [data-sg-page-dots="true"] .flickity-prev-next-button {
	/* vertically center */
	margin-top: -52px;
}

[cnvs-flickity="init"] .flickity-pages {
	position: relative;
}

[cnvs-flickity="init"] .flickity-page-info {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--cnvs-flickity-page-info-font-size);
	line-height: var(--cnvs-flickity-page-info-line-height);
}

[cnvs-flickity="init"] .flickity-page-info span:not(:last-child) {
	margin-right: .25rem;
}

[cnvs-flickity="init"] .flickity-page-dots {
	padding: 1rem 3rem 0;
	list-style: none;
	text-align: center;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-page-dots {
	direction: rtl;
}

[cnvs-flickity="init"] .flickity-page-dots .dot {
	display: inline-block;
	width: var(--cnvs-flickity-dot-width);
	height: var(--cnvs-flickity-dot-height);
	margin: var(--cnvs-flickity-dot-margin);
	background: var(--cnvs-flickity-dot-background);
	border-radius: var(--cnvs-flickity-dot-border-radius);
	opacity: var(--cnvs-flickity-dot-opacity);
	cursor: pointer;
}

[cnvs-flickity="init"] .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/* Include */
/*--------------------------------------------------------------*/
@font-face {
	font-family: 'powerkit-icons';
	src: url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.woff) format("woff"), url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.ttf) format("truetype"), url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="pk-icon-"],
[class*=" pk-icon-"] {
	font-family: 'powerkit-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pk-icon-alert-circle:before {
	content: "\e946";
}

.pk-icon-star-half:before {
	content: "\e938";
}

.pk-icon-star-full:before {
	content: "\e939";
}

.pk-icon-star-empty:before {
	content: "\e93a";
}

.pk-icon-discord:before {
	content: "\e947";
}

.pk-icon-tiktok:before {
	content: "\e948";
}

.pk-icon-mix:before {
	content: "\e93c";
}

.pk-icon-strava:before {
	content: "\e93b";
}

.pk-icon-microblog:before {
	content: "\e937";
}

.pk-icon-mastodon:before {
	content: "\e935";
}

.pk-icon-goodreads:before {
	content: "\e934";
}

.pk-icon-codepen:before {
	content: "\e924";
}

.pk-icon-medium:before {
	content: "\e906";
}

.pk-icon-powerkit:before {
	content: "\e904";
}

.pk-icon-line:before {
	content: "\e90e";
}

.pk-icon-fb-messenger:before {
	content: "\e90a";
}

.pk-icon-pixelfed:before {
	content: "\e936";
}

.pk-icon-steam:before {
	content: "\e932";
}

.pk-icon-thumbtack:before {
	content: "\e933";
}

.pk-icon-tripadvisor:before {
	content: "\e931";
}

.pk-icon-slideshare:before {
	content: "\e925";
}

.pk-icon-producthunt:before {
	content: "\e930";
}

.pk-icon-meetup:before {
	content: "\e92f";
}

.pk-icon-houzz:before {
	content: "\e92e";
}

.pk-icon-deviantart:before {
	content: "\e92d";
}

.pk-icon-delicious:before {
	content: "\e92c";
}

.pk-icon-500px:before {
	content: "\e92b";
}

.pk-icon-bitbucket:before {
	content: "\e929";
}

.pk-icon-jsfiddle:before {
	content: "\e928";
}

.pk-icon-freecodecamp:before {
	content: "\e927";
}

.pk-icon-gitlab:before {
	content: "\e926";
}

.pk-icon-stackoverflow:before {
	content: "\e923";
}

.pk-icon-wechat:before {
	content: "\e91e";
}

.pk-icon-xing:before {
	content: "\e91c";
}

.pk-icon-ok:before {
	content: "\e91d";
}

.pk-icon-snapchat:before {
	content: "\e917";
}

.pk-icon-behance:before {
	content: "\f1b4";
}

.pk-icon-diamond:before {
	content: "\f219";
}

.pk-icon-dribbble:before {
	content: "\f17d";
}

.pk-icon-facebook:before {
	content: "\e949";
}

.pk-icon-feed:before {
	content: "\f09e";
}

.pk-icon-rss:before {
	content: "\f09e";
}

.pk-icon-get-pocket:before {
	content: "\f265";
}

.pk-icon-pocket:before {
	content: "\f265";
}

.pk-icon-google-plus:before {
	content: "\f0d5";
}

.pk-icon-googleplus:before {
	content: "\f0d5";
}

.pk-icon-linkedin:before {
	content: "\f0e1";
}

.pk-icon-map-marker:before {
	content: "\f041";
}

.pk-icon-phone:before {
	content: "\f095";
}

.pk-icon-viber:before {
	content: "\f095";
}

.pk-icon-pinterest:before {
	content: "\f0d2";
}

.pk-icon-retweet:before {
	content: "\f079";
}

.pk-icon-soundcloud:before {
	content: "\f1be";
}

.pk-icon-spotify:before {
	content: "\f1bc";
}

.pk-icon-stumbleupon:before {
	content: "\f1a4";
}

.pk-icon-tumblr:before {
	content: "\f173";
}

.pk-icon-twitter:before {
	content: "\f099";
}

.pk-icon-vimeo:before {
	content: "\f27d";
}

.pk-icon-vk:before {
	content: "\f189";
}

.pk-icon-vkontakte:before {
	content: "\f189";
}

.pk-icon-whatsapp:before {
	content: "\f232";
}

.pk-icon-youtube:before {
	content: "\e945";
}

.pk-icon-foursquare:before {
	content: "\e92a";
}

.pk-icon-yelp:before {
	content: "\e922";
}

.pk-icon-weibo:before {
	content: "\e91f";
}

.pk-icon-apple:before {
	content: "\e921";
}

.pk-icon-flickr:before {
	content: "\e918";
}

.pk-icon-bloglovin:before {
	content: "\e944";
}

.pk-icon-twitch:before {
	content: "\e905";
}

.pk-icon-flipboard:before {
	content: "\e94a";
}

.pk-icon-googlenews:before {
	content: "\e94b";
}

.pk-icon-github:before {
	content: "\e90f";
}

.pk-icon-instagram:before {
	content: "\e90c";
}

.pk-icon-telegram:before {
	content: "\e909";
}

.pk-icon-reddit:before {
	content: "\e90b";
}

.pk-icon-android:before {
	content: "\e920";
}

.pk-icon-link:before {
	content: "\e91b";
}

.pk-icon-globe:before {
	content: "\e91a";
}

.pk-icon-website:before {
	content: "\e91a";
}

.pk-icon-bell:before {
	content: "\e919";
}

.pk-icon-zoom-in:before {
	content: "\e916";
}

.pk-icon-check:before {
	content: "\e912";
}

.pk-icon-minus:before {
	content: "\e90d";
}

.pk-icon-chevron-right:before {
	content: "\e914";
}

.pk-icon-chevron-left:before {
	content: "\e915";
}

.pk-icon-x:before {
	content: "\e913";
}

.pk-icon-arrow-right-circle:before {
	content: "\e911";
}

.pk-icon-arrow-left-circle:before {
	content: "\e910";
}

.pk-icon-up:before {
	content: "\e908";
}

.pk-icon-comment:before {
	content: "\e900";
}

.pk-icon-refresh-cw:before {
	content: "\e902";
}

.pk-icon-reply:before {
	content: "\e903";
}

.pk-icon-like:before {
	content: "\e901";
}

.pk-icon-mail:before {
	content: "\e002";
}

.pk-icon-email:before {
	content: "\e002";
}

.pk-icon-video:before {
	content: "\e018";
}

.pk-icon-share:before {
	content: "\e93d";
}

.pk-icon-watch:before {
	content: "\e93f";
}

.pk-icon-eye:before {
	content: "\e93e";
}

.pk-icon-arrow-right:before {
	content: "\e940";
}

.pk-icon-arrow-left:before {
	content: "\e941";
}

.pk-icon-arrow-down:before {
	content: "\e942";
}

.pk-icon-arrow-up:before {
	content: "\e943";
}

.pk-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.pk-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.pk-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.pk-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.pk-container {
		max-width: 1140px;
	}
}

.pk-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.pk-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.pk-col-1, .pk-col-2, .pk-col-3, .pk-col-4, .pk-col-5, .pk-col-6, .pk-col-7, .pk-col-8, .pk-col-9, .pk-col-10, .pk-col-11, .pk-col-12, .pk-col-sm-1, .pk-col-sm-2, .pk-col-sm-3, .pk-col-sm-4, .pk-col-sm-5, .pk-col-sm-6, .pk-col-sm-7, .pk-col-sm-8, .pk-col-sm-9, .pk-col-sm-10, .pk-col-sm-11, .pk-col-sm-12, .pk-col-md-1, .pk-col-md-2, .pk-col-md-3, .pk-col-md-4, .pk-col-md-5, .pk-col-md-6, .pk-col-md-7, .pk-col-md-8, .pk-col-md-9, .pk-col-md-10, .pk-col-md-11, .pk-col-md-12, .pk-col-lg-1, .pk-col-lg-2, .pk-col-lg-3, .pk-col-lg-4, .pk-col-lg-5, .pk-col-lg-6, .pk-col-lg-7, .pk-col-lg-8, .pk-col-lg-9, .pk-col-lg-10, .pk-col-lg-11, .pk-col-lg-12, .pk-col-xl-1, .pk-col-xl-2, .pk-col-xl-3, .pk-col-xl-4, .pk-col-xl-5, .pk-col-xl-6, .pk-col-xl-7, .pk-col-xl-8, .pk-col-xl-9, .pk-col-xl-10, .pk-col-xl-11, .pk-col-xl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.pk-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.pk-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.pk-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.pk-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.pk-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.pk-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.pk-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.pk-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.pk-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.pk-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.pk-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.pk-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.pk-col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.pk-col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.pk-col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.pk-col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pk-d-none {
	display: none;
}

.pk-clearfix {
	clear: both;
}

.pk-clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.pk-post-meta {
	--pk-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--pk-post-meta-color);
	padding: 0;
	margin: 0;
}

.pk-post-meta > li {
	display: inline-block;
}

.pk-post-meta > li:not(:last-child) {
	margin-right: 0.5rem;
}

.pk-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.pk-post-meta .pk-icon {
	margin-right: 0.25rem;
}

.pk-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pk-meta-category .post-categories > li {
	display: inline-block;
}

.pk-meta-category .post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.pk-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .pk-meta-category .post-categories {
	margin-bottom: 0;
}

.pk-meta-author span + a,
.pk-meta-author a + span {
	margin-left: 0.25rem;
}

/* Blocks */
/*--------------------------------------------------------------*/
.wp-block-button.is-pk-button-full-width,
.entry-content .wp-block-button.is-pk-button-full-width {
	width: 100%;
}

.wp-block-button.is-pk-button-full-width .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-full-width .wp-block-button__link {
	width: 100%;
}

.wp-block-button.is-pk-button-size-sm .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-size-sm .wp-block-button__link {
	padding: 0.25rem 0.5rem;
}

.wp-block-button.is-pk-button-size-lg .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-size-lg .wp-block-button__link {
	padding: 1rem 2rem;
}

/* Color Styles */
/*--------------------------------------------------------------*/
.pk-color-primary {
	--pk-primary-color: #343a40;
	color: var(--pk-primary-color);
}

.pk-color-secondary {
	--pk-secondary-color: #A0A0A0;
	color: var(--pk-secondary-color);
}

.pk-bg-primary {
	--pk-primary-background: #343a40;
	background-color: var(--pk-primary-background);
}

.pk-bg-overlay {
	--pk-overlay-background: rgba(52, 58, 64, 0.5);
	background-color: var(--pk-overlay-background);
}

/* Font Styles */
/*--------------------------------------------------------------*/
.pk-font-primary {
	--pk-primary-font-weight: 700;
	font-weight: var(--pk-primary-font-weight);
}

.pk-font-secondary {
	--pk-secondary-font-size: 80%;
	--pk-secondary-font-color: #6c757d;
	font-size: var(--pk-secondary-font-size);
	color: var(--pk-secondary-font-color);
}

.pk-font-heading {
	--pk-heading-font-weight: 700;
	--pk-heading-font-color: #212529;
	font-weight: var(--pk-heading-font-weight);
	color: var(--pk-heading-font-color);
}

/* Background */
/*--------------------------------------------------------------*/
.pk-bg-primary {
	background-color: #007bff;
}

a.pk-bg-primary:hover, a.pk-bg-primary:focus,
button.pk-bg-primary:hover,
button.pk-bg-primary:focus {
	background-color: #0062cc;
}

.pk-bg-secondary {
	background-color: #A0A0A0;
}

a.pk-bg-secondary:hover, a.pk-bg-secondary:focus,
button.pk-bg-secondary:hover,
button.pk-bg-secondary:focus {
	background-color: #878686;
}

.pk-bg-success {
	background-color: #28a745;
}

a.pk-bg-success:hover, a.pk-bg-success:focus,
button.pk-bg-success:hover,
button.pk-bg-success:focus {
	background-color: #1e7e34;
}

.pk-bg-info {
	background-color: #17a2b8;
}

a.pk-bg-info:hover, a.pk-bg-info:focus,
button.pk-bg-info:hover,
button.pk-bg-info:focus {
	background-color: #117a8b;
}

.pk-bg-warning {
	background-color: #ffc107;
}

a.pk-bg-warning:hover, a.pk-bg-warning:focus,
button.pk-bg-warning:hover,
button.pk-bg-warning:focus {
	background-color: #d39e00;
}

.pk-bg-danger {
	background-color: #dc3545;
}

a.pk-bg-danger:hover, a.pk-bg-danger:focus,
button.pk-bg-danger:hover,
button.pk-bg-danger:focus {
	background-color: #bd2130;
}

.pk-bg-light {
	background-color: #f8f9fa;
}

a.pk-bg-light:hover, a.pk-bg-light:focus,
button.pk-bg-light:hover,
button.pk-bg-light:focus {
	background-color: #dae0e5;
}

.pk-bg-dark {
	background-color: #343a40;
}

a.pk-bg-dark:hover, a.pk-bg-dark:focus,
button.pk-bg-dark:hover,
button.pk-bg-dark:focus {
	background-color: #1d2124;
}

.pk-bg-white {
	--pk-bg-white: #fff;
	background-color: var(--pk-bg-white);
}

.pk-bg-transparent {
	--pk-bg-transparent: transparent;
	background-color: var(--pk-bg-transparent);
}

/* Alerts */
/*--------------------------------------------------------------*/
.pk-alert {
	--pk-alert-background: #f8f9fa;
	--pk-alert-heading-color: inherit;
	--pk-alert-close-color: #000;
	--pk-alert-close-hover-color: #000;
	--pk-alert-font-size: 0.875rem;
	--pk-alert-link-font-weight: 700;
	--pk-alert-close-font-size: 1rem;
	--pk-alert-close-line-height: 1;
	--pk-alert-close-text-shadow: 0 1px 0 #fff;
	--pk-alert-close-opacity: .75;
}

/*--------------------------------------------------------------*/
.pk-alert {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	background: var(--pk-alert-background);
	font-size: var(--pk-alert-font-size);
}

.pk-alert a {
	text-decoration: underline;
	text-shadow: none;
	border: none;
}

.pk-alert a:hover {
	text-decoration: none;
	text-shadow: none;
	border: none;
}

.pk-alert p {
	margin-bottom: 0.5rem;
}

.pk-alert > *:last-child {
	margin-bottom: 0;
}

.pk-alert-multiline {
	padding: 1.25rem 1.75rem;
}

.pk-alert-heading {
	color: var(--pk-alert-heading-color);
}

.pk-alert-link {
	font-weight: var(--pk-alert-link-font-weight);
}

.pk-alert-dismissible {
	padding-right: 4rem;
}

.pk-alert-dismissible .pk-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.pk-close {
	float: right;
	font-size: var(--pk-alert-close-font-size);
	line-height: var(--pk-alert-close-line-height);
	color: var(--pk-alert-close-color);
	text-shadow: var(--pk-alert-close-text-shadow);
	opacity: var(--pk-alert-close-opacity);
}

.pk-close:hover, .pk-close:focus {
	color: var(--pk-alert-close-hover-color);
	text-decoration: none;
	opacity: 1;
}

button.pk-close {
	padding: 0;
	text-decoration: none !important;
	border: none !important;
	-webkit-appearance: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.pk-alert-primary {
	border-left: #007bff 2px solid;
}

.pk-alert-primary .pk-icon-close,
.pk-alert-primary .pk-alert-title {
	color: #0062cc;
}

.pk-alert-secondary {
	border-left: #A0A0A0 2px solid;
}

.pk-alert-secondary .pk-icon-close,
.pk-alert-secondary .pk-alert-title {
	color: #878686;
}

.pk-alert-success {
	border-left: #28a745 2px solid;
}

.pk-alert-success .pk-icon-close,
.pk-alert-success .pk-alert-title {
	color: #1e7e34;
}

.pk-alert-info {
	border-left: #17a2b8 2px solid;
}

.pk-alert-info .pk-icon-close,
.pk-alert-info .pk-alert-title {
	color: #117a8b;
}

.pk-alert-warning {
	border-left: #ffc107 2px solid;
}

.pk-alert-warning .pk-icon-close,
.pk-alert-warning .pk-alert-title {
	color: #d39e00;
}

.pk-alert-danger {
	border-left: #dc3545 2px solid;
}

.pk-alert-danger .pk-icon-close,
.pk-alert-danger .pk-alert-title {
	color: #bd2130;
}

.pk-alert-light {
	border-left: #f8f9fa 2px solid;
}

.pk-alert-light .pk-icon-close,
.pk-alert-light .pk-alert-title {
	color: #dae0e5;
}

.pk-alert-dark {
	border-left: #343a40 2px solid;
}

.pk-alert-dark .pk-icon-close,
.pk-alert-dark .pk-alert-title {
	color: #1d2124;
}

/* ToolTip */
/*--------------------------------------------------------------*/
.pk-tippy .pk-alert {
	display: none;
}

.tippy-content .pk-alert {
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	padding: 0;
	margin: 0;
	max-width: 600px;
}

/* Badges */
/*--------------------------------------------------------------*/
.pk-badge {
	--pk-badge-background: #f8f9fa;
	--pk-badge-color: inherit;
	--pk-badge-primary-background: #00A0D2;
	--pk-badge-primary-color: #FFFFFF;
	--pk-badge-light-background: #FFFFFF;
	--pk-badge-light-color: #000000;
	--pk-badge-border-radius: 30px;
	--pk-badge-font-size: 75%;
	--pk-badge-line-height: 1;
}

/*--------------------------------------------------------------*/
.pk-badge {
	background: var(--pk-badge-background);
	color: var(--pk-badge-color);
	display: inline-block;
	padding: 0.3em 0.6em;
	font-size: var(--pk-badge-font-size);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--pk-badge-border-radius);
	text-transform: uppercase;
	line-height: var(--pk-badge-line-height);
}

.pk-badge:empty {
	display: none;
}

.menu-item .pk-badge {
	margin-left: 0.5rem;
}

.pk-button .pk-badge {
	position: relative;
	top: -1px;
}

.pk-badge-primary {
	background: rgba(0, 123, 255, 0.1);
	color: #0056b3;
}

.pk-badge-secondary {
	background: rgba(160, 160, 160, 0.1);
	color: #7a7a7a;
}

.pk-badge-success {
	background: rgba(40, 167, 69, 0.1);
	color: #19692c;
}

.pk-badge-info {
	background: rgba(23, 162, 184, 0.1);
	color: #0f6674;
}

.pk-badge-warning {
	background: rgba(255, 193, 7, 0.1);
	color: #ba8b00;
}

.pk-badge-danger {
	background: rgba(220, 53, 69, 0.1);
	color: #a71d2a;
}

.pk-badge-light {
	background: rgba(248, 249, 250, 0.1);
	color: #cbd3da;
}

.pk-badge-dark {
	background: rgba(52, 58, 64, 0.1);
	color: #121416;
}

.pk-badge-primary {
	background: var(--pk-badge-primary-background);
	color: var(--pk-badge-primary-color);
}

.pk-badge-light {
	background: var(--pk-badge-light-background);
	color: var(--pk-badge-light-color);
}

/* Tippy */
/*--------------------------------------------------------------*/
.tippy-tooltip {
	color: #fff;
}

.tippy-tooltip a {
	text-decoration: underline;
	color: inherit;
}

.tippy-tooltip a:hover {
	text-decoration: none;
	color: inherit;
}

/* Flickity */
/*--------------------------------------------------------------*/
[pk-flickity="init"] {
	--pk-flickity-button-background: hsla(0, 0%, 100%, 0.75);
	--pk-flickity-button-color: #333;
	--pk-flickity-button-hover-background: white;
	--pk-flickity-button-focus-box-shadow: 0 0 0 5px #19F;
	--pk-flickity-button-active-opacity: 0.6;
	--pk-flickity-button-disabled-opacity: 0.3;
	--pk-flickity-button-icon-fill: #333;
	--pk-flickity-prev-next-border-radius: 50%;
	--pk-flickity-page-info-font-size: .75rem;
	--pk-flickity-page-info-line-height: 1;
	--pk-flickity-dot-width: 10px;
	--pk-flickity-dot-height: 10px;
	--pk-flickity-dot-margin: 0 3px;
	--pk-flickity-dot-background: #333;
	--pk-flickity-dot-border-radius: 50%;
	--pk-flickity-dot-opacity: 0.25;
}

[pk-flickity="init"].flickity-enabled {
	position: relative;
	padding-bottom: 0;
}

[pk-flickity="init"].flickity-enabled:focus {
	outline: none;
}

[pk-flickity="init"].flickity-enabled.is-animate .flickity-viewport {
	transition: height 0.2s;
}

[pk-flickity="init"].flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[pk-flickity="init"].flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

[pk-flickity="init"].flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

[pk-flickity="init"] .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

[pk-flickity="init"] .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

[pk-flickity="init"] .flickity-button {
	position: absolute;
	background: var(--pk-flickity-button-background);
	border: none;
	color: var(--pk-flickity-button-color);
}

[pk-flickity="init"] .flickity-button:hover {
	background: var(--pk-flickity-button-hover-background);
	cursor: pointer;
}

[pk-flickity="init"] .flickity-button:focus {
	outline: none;
	box-shadow: var(--pk-flickity-button-focus-box-shadow);
}

[pk-flickity="init"] .flickity-button:active {
	opacity: var(--pk-flickity-button-active-opacity);
}

[pk-flickity="init"] .flickity-button:disabled {
	opacity: var(--pk-flickity-button-disabled-opacity);
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

[pk-flickity="init"] .flickity-button-icon {
	fill: var(--pk-flickity-button-icon-fill);
}

[pk-flickity="init"] .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: var(--pk-flickity-prev-next-border-radius);
	/* vertically center */
	margin-top: -22px;
}

[pk-flickity="init"] .flickity-prev-next-button.previous {
	left: 1rem;
}

[pk-flickity="init"] .flickity-prev-next-button.next {
	right: 1rem;
}

[pk-flickity="init"] .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

[pk-flickity="init"] .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

[pk-flickity="init"] .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
}

[pk-flickity="init"] [data-sg-page-info="true"],
[pk-flickity="init"] [data-sg-page-dots="true"] {
	padding-bottom: 50px;
}

[pk-flickity="init"] [data-sg-page-info="true"] .flickity-prev-next-button,
[pk-flickity="init"] [data-sg-page-dots="true"] .flickity-prev-next-button {
	/* vertically center */
	margin-top: -52px;
}

[pk-flickity="init"] .flickity-pages {
	position: relative;
}

[pk-flickity="init"] .flickity-page-info {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	font-size: var(--pk-flickity-page-info-font-size);
	line-height: var(--pk-flickity-page-info-line-height);
}

[pk-flickity="init"] .flickity-page-info span:not(:last-child) {
	margin-right: .25rem;
}

[pk-flickity="init"] .flickity-page-dots {
	padding: 1rem 3rem 0;
	list-style: none;
	text-align: center;
	list-style: none;
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

[pk-flickity="init"] .flickity-rtl .flickity-page-dots {
	direction: rtl;
}

[pk-flickity="init"] .flickity-page-dots .dot {
	display: inline-block;
	width: var(--pk-flickity-dot-width);
	height: var(--pk-flickity-dot-height);
	margin: var(--pk-flickity-dot-margin);
	background: var(--pk-flickity-dot-background);
	border-radius: var(--pk-flickity-dot-border-radius);
	opacity: var(--pk-flickity-dot-opacity);
	cursor: pointer;
}

[pk-flickity="init"] .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important;margin-bottom:1.75em}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:#fff;width:100%;z-index:1}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image img,.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%);width:100%}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt{margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:1.5em;min-width:1.5em;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start;
  height: 100%; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
.wp-block-jetpack-videopress{position:relative}.wp-block-jetpack-videopress figcaption{color:#555;font-size:13px;margin-bottom:1em;margin-top:.5em;text-align:center}.is-dark-theme .wp-block-jetpack-videopress figcaption{color:hsla(0,0%,100%,.65)}.wp-block-jetpack-videopress .jetpack-videopress-player__wrapper{display:flex;position:relative}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay{cursor:pointer;height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}.wp-block-jetpack-videopress .jetpack-videopress-player__overlay:hover{opacity:0}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-alert {
	--cnvs-alert-background: #f8f9fa;
	--cnvs-alert-padding: 0.5rem 1rem;
	--cnvs-alert-font-size: 0.875rem;
	--cnvs-alert-margin-bottom: 1rem;
	--cnvs-alert-border-left: 2px solid transparent;
}

/*--------------------------------------------------------------*/
.cnvs-block-alert {
	position: relative;
	padding: var(--cnvs-alert-padding);
	background: var(--cnvs-alert-background);
	font-size: var(--cnvs-alert-font-size);
	margin-bottom: var(--cnvs-alert-margin-bottom);
	border-left: var(--cnvs-alert-border-left);
}

.cnvs-block-alert.cnvs-block-alert-dismissible {
	padding-right: 4rem;
}

.cnvs-block-alert.cnvs-block-alert-dismissible button.cnvs-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.cnvs-block-alert .cnvs-block-alert-inner h1, .cnvs-block-alert .cnvs-block-alert-inner h2, .cnvs-block-alert .cnvs-block-alert-inner h3, .cnvs-block-alert .cnvs-block-alert-inner h4, .cnvs-block-alert .cnvs-block-alert-inner h5, .cnvs-block-alert .cnvs-block-alert-inner h6 {
	margin-bottom: 1rem;
}

.cnvs-block-alert .cnvs-block-alert-inner > * {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.cnvs-block-alert .cnvs-block-alert-inner > *:first-child:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.is-style-cnvs-block-alert-primary {
	border-left-color: #007bff;
}

.is-style-cnvs-block-alert-secondary {
	border-left-color: #6c757d;
}

.is-style-cnvs-block-alert-success {
	border-left-color: #28a745;
}

.is-style-cnvs-block-alert-info {
	border-left-color: #17a2b8;
}

.is-style-cnvs-block-alert-warning {
	border-left-color: #ffc107;
}

.is-style-cnvs-block-alert-danger {
	border-left-color: #dc3545;
}

.is-style-cnvs-block-alert-light {
	border-left-color: #f8f9fa;
}

.is-style-cnvs-block-alert-dark {
	border-left-color: #343a40;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-progress {
	--cnvs-progress-background: #f8f9fa;
	--cnvs-progress-border-radius: .25rem;
	--cnvs-progress-font-size: .75rem;
	--cnvs-progress-bar-background: #007bff;
	--cnvs-progress-bar-color: #fff;
	--cnvs-progress-striped-bar-background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/*--------------------------------------------------------------*/
.cnvs-block-progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: var(--cnvs-progress-font-size);
	background-color: var(--cnvs-progress-background);
	border-radius: var(--cnvs-progress-border-radius);
}

.cnvs-block-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--cnvs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background-color: var(--cnvs-progress-bar-background);
}

.is-style-cnvs-block-progress-primary .cnvs-block-progress-bar {
	background-color: #007bff;
}

.is-style-cnvs-block-progress-secondary .cnvs-block-progress-bar {
	background-color: #6c757d;
}

.is-style-cnvs-block-progress-success .cnvs-block-progress-bar {
	background-color: #28a745;
}

.is-style-cnvs-block-progress-info .cnvs-block-progress-bar {
	background-color: #17a2b8;
}

.is-style-cnvs-block-progress-warning .cnvs-block-progress-bar {
	background-color: #ffc107;
}

.is-style-cnvs-block-progress-danger .cnvs-block-progress-bar {
	background-color: #dc3545;
}

.is-style-cnvs-block-progress-light .cnvs-block-progress-bar {
	background-color: #f8f9fa;
}

.is-style-cnvs-block-progress-dark .cnvs-block-progress-bar {
	background-color: #343a40;
}

@media screen and (prefers-reduced-motion: reduce) {
	.cnvs-block-progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.cnvs-block-progress-striped .cnvs-block-progress-bar {
	background-image: var(--cnvs-progress-striped-bar-background-image);
	background-size: 1rem 1rem;
}

.cnvs-block-progress-animated .cnvs-block-progress-bar {
	-webkit-animation: cnvs-block-progress-stripes 1s linear infinite;
	animation: cnvs-block-progress-stripes 1s linear infinite;
}

@-webkit-keyframes cnvs-block-progress-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes cnvs-block-progress-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-collapsible {
	--cnvs-collapsible-border-top: 1px solid #e9ecef;
	--cnvs-collapsible-a-color: #212529;
	--cnvs-collapsible-a-hover-color: #adb5bd;
}

/*--------------------------------------------------------------*/
.cnvs-block-collapsible {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	margin-bottom: 0;
	background-clip: border-box;
}

.cnvs-block-collapsible + .cnvs-block-collapsible {
	border-top: var(--cnvs-collapsible-border-top);
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 {
	margin: 0;
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.75rem 0;
	border: none;
	color: var(--cnvs-collapsible-a-color);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a:hover {
	color: var(--cnvs-collapsible-a-hover-color);
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a:after {
	content: "\e914";
	font-family: "canvas-icons";
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.cnvs-block-collapsible .cnvs-block-collapsible-content {
	display: none;
}

.cnvs-block-collapsible.cnvs-block-collapsible-opened > .cnvs-block-collapsible-title h6 a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cnvs-block-collapsible.cnvs-block-collapsible-opened > .cnvs-block-collapsible-content {
	display: block;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-tabs {
	--cnvs-tabs-border-width: 1px;
	--cnvs-tabs-border-color: #dee2e6;
	--cnvs-tabs-border-radius: 0.25rem;
	--cnvs-tabs-button-font-size: 1rem;
	--cnvs-tabs-button-color: #adb5bd;
	--cnvs-tabs-button-hover-color: #212529;
	--cnvs-tabs-button-active-color: #000;
	--cnvs-tabs-button-active-background: #e9ecef;
	--cnvs-tabs-button-pills-color: #adb5bd;
	--cnvs-tabs-button-pills-active-color: #000;
	--cnvs-tabs-button-pills-active-background: #e9ecef;
	--cnvs-pc-tabs-button-active-border-bottom-color: #FFFFFF;
	--cnvs-pc-tabs-button-active-background-color: #FFFFFF;
}

/*--------------------------------------------------------------*/
.cnvs-block-tabs .cnvs-block-tabs-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	display: block;
	border: var(--cnvs-tabs-border-width) solid transparent;
	border-color: var(--cnvs-tabs-border-color);
	padding: 1rem 1.5rem;
	line-height: 1;
	font-size: var(--cnvs-tabs-button-font-size);
	color: var(--cnvs-tabs-button-color);
	text-decoration: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-top-left-radius: var(--cnvs-tabs-border-radius);
	border-top-right-radius: var(--cnvs-tabs-border-radius);
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a:hover, .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a:focus {
	color: var(--cnvs-tabs-button-hover-color);
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
	color: var(--cnvs-tabs-button-active-color);
	background-color: var(--cnvs-tabs-button-active-background);
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab {
	display: none;
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab.cnvs-block-tab-active {
	display: block;
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab > *:last-child {
	margin-bottom: 0;
}

.cnvs-block-tabs.cnvs-block-tabs-vertical {
	margin-bottom: 0;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 0;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button:last-of-type {
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: var(--cnvs-tabs-border-radius);
	padding: 0.75rem 1rem;
	line-height: 1;
	color: var(--cnvs-tabs-button-pills-color);
	border: none;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
	color: var(--cnvs-tabs-button-pills-active-color);
	background-color: var(--cnvs-tabs-button-pills-active-background);
}

@media (min-width: 768px) {
	.cnvs-block-tabs .cnvs-block-tabs-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border-bottom: var(--cnvs-tabs-border-width) solid var(--cnvs-tabs-border-color);
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
		margin-bottom: 0;
		-webkit-transform: translateY(var(--cnvs-tabs-border-width));
		transform: translateY(var(--cnvs-tabs-border-width));
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button:not(.cnvs-block-tabs-button-active) a {
		border-color: transparent;
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
		border-bottom-color: var(--cnvs-pc-tabs-button-active-border-bottom-color);
		background-color: var(--cnvs-pc-tabs-button-active-background-color);
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		border-bottom: none;
		border-right: var(--cnvs-tabs-border-width) solid var(--cnvs-tabs-border-color);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
		width: 100%;
		max-width: 100%;
		border-right-color: transparent;
		border-radius: var(--cnvs-tabs-border-radius) 0 0 var(--cnvs-tabs-border-radius);
		-webkit-transform: translateX(var(--cnvs-tabs-border-width));
		transform: translateX(var(--cnvs-tabs-border-width));
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button-active a {
		border-bottom-color: var(--cnvs-tabs-border-color);
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-content {
		margin-left: 5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons {
		border-bottom: none;
		border-right: none;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button:last-of-type {
		margin-bottom: 0;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
		color: var(--cnvs-tabs-button-pills-active-color);
		background-color: var(--cnvs-tabs-button-pills-active-background);
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills.cnvs-block-tabs-vertical .cnvs-block-tabs-button-active a {
		border-radius: var(--cnvs-tabs-border-radius);
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-section-heading {
	--cnvs-section-heading-color: #000000;
	--cnvs-section-heading-border-color: #e9ecef;
	--cnvs-section-heading-icon-color: #000000;
	--cnvs-section-heading-accent-block-backround: #000000;
	--cnvs-section-heading-accent-block-color: #FFFFFF;
}

/*--------------------------------------------------------------*/
.cnvs-block-section-heading {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.cnvs-block-section-heading .cnvs-section-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: var(--cnvs-section-heading-color);
}

.cnvs-block-section-heading .cnvs-section-title > span {
	position: relative;
}

.cnvs-block-section-heading.haligncenter {
	text-align: center;
}

.cnvs-block-section-heading.halignright {
	text-align: right;
}

.is-style-cnvs-block-section-heading-2,
.section-heading-default-style-2 .is-style-cnvs-block-section-heading-default {
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-3,
.section-heading-default-style-3 .is-style-cnvs-block-section-heading-default {
	border-bottom: 4px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-4,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-4 .cnvs-section-title,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-4:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-4.haligncenter,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-4.haligncenter:before, .is-style-cnvs-block-section-heading-4.haligncenter:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4.haligncenter:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-4.halignright,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-4.halignright:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4.halignright:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-4.halignright:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-5,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-5 .cnvs-section-title,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-5:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-5.haligncenter,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-5.haligncenter:before, .is-style-cnvs-block-section-heading-5.haligncenter:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5.haligncenter:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-5.halignright,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-5.halignright:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5.halignright:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-5.halignright:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-6,
.section-heading-default-style-6 .is-style-cnvs-block-section-heading-default {
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	padding-top: 1em;
}

.is-style-cnvs-block-section-heading-7,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-7 .cnvs-section-title,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-7.haligncenter,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-7.halignright,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-8,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.is-style-cnvs-block-section-heading-8 .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.125rem 1em 0.125rem 0;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-8:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.haligncenter,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-8.haligncenter:before, .is-style-cnvs-block-section-heading-8.haligncenter:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.haligncenter .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding-left: 1em;
	padding-right: 1em;
}

.is-style-cnvs-block-section-heading-8.halignright,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-8.halignright:before,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.halignright .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: none;
	padding-left: 1em;
	padding-right: 0;
}

.is-style-cnvs-block-section-heading-8.halignright:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-9,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	padding-left: 1.75em;
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title:before,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	content: '';
	margin-right: 0.5em;
	height: calc(0.875em + 2px);
	width: 2px;
	background: var(--cnvs-section-heading-icon-color);
	position: absolute;
	top: 50%;
	left: 0.4375em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title:after,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title:after {
	content: '';
	height: 2px;
	width: calc(0.875em + 2px);
	left: 0;
	position: absolute;
	background: var(--cnvs-section-heading-icon-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.is-style-cnvs-block-section-heading-9.haligncenter,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-9.halignright,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-10,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-10 .cnvs-section-title,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	padding: 0.5em 1em;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-10 .cnvs-section-title:before,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	position: absolute;
	background-color: var(--cnvs-section-heading-accent-block-backround);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.is-style-cnvs-block-section-heading-10.haligncenter,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-10.halignright,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-11,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-11 .cnvs-section-title,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	color: var(--cnvs-section-heading-accent-block-color);
	padding: 0.5em 1em;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-11 .cnvs-section-title:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	position: absolute;
	background-color: var(--cnvs-section-heading-accent-block-backround);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.is-style-cnvs-block-section-heading-11:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-11.haligncenter,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-11.haligncenter:before, .is-style-cnvs-block-section-heading-11.haligncenter:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11.haligncenter:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-11.halignright,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-11.halignright:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11.halignright:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-11.halignright:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-12,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-12 .cnvs-section-title,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	background-color: var(--cnvs-section-heading-accent-block-backround);
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-12.haligncenter,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-12.halignright,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-13,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-13 .cnvs-section-title,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-color);
}

.is-style-cnvs-block-section-heading-13.haligncenter,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-13.halignright,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-14,
.section-heading-default-style-14 .is-style-cnvs-block-section-heading-default {
	background-color: var(--cnvs-section-heading-accent-block-backround);
}

.is-style-cnvs-block-section-heading-14 .cnvs-section-title,
.section-heading-default-style-14 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	display: inline-block;
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-15,
.section-heading-default-style-15 .is-style-cnvs-block-section-heading-default {
	border: 1px solid var(--cnvs-section-heading-border-color);
}

.is-style-cnvs-block-section-heading-15 .cnvs-section-title,
.section-heading-default-style-15 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	display: inline-block;
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-color);
}

.is-style-cnvs-block-section-heading-16,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-16 .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.125rem 1em 0.125rem 0;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-16:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.haligncenter,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-16.haligncenter:before, .is-style-cnvs-block-section-heading-16.haligncenter:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.haligncenter .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding-left: 1em;
	padding-right: 1em;
}

.is-style-cnvs-block-section-heading-16.halignright,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-16.halignright:before,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.halignright .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: none;
	padding-left: 1em;
	padding-right: 0;
}

.is-style-cnvs-block-section-heading-16.halignright:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-17,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title:not([contenteditable="true"]),
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title:not([contenteditable="true"]) {
	position: relative;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	display: block;
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	width: 100%;
	max-width: 30%;
	content: '';
}

.is-style-cnvs-block-section-heading-17.haligncenter .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.is-style-cnvs-block-section-heading-17.halignright .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title:after {
	left: auto;
	right: 0;
}

.is-style-cnvs-block-section-heading-17.haligncenter,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-17.halignright,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*--------------------------------------------------------------*/
.cnvs-block-row > .cnvs-block-row-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.cnvs-block-column {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.cnvs-block-column {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cnvs-block-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
}

.cnvs-block-column-inner > div {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-gallery-type-justified {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 1.5rem;
}

.cnvs-gallery-type-justified .gallery-item {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	/* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
	opacity: 0.1;
}

.cnvs-gallery-type-justified .gallery-item > img, .cnvs-gallery-type-justified .gallery-item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 0;
}

.cnvs-gallery-type-justified .gallery-item > .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.5rem;
	opacity: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 0.75rem;
	-webkit-transition: 0.2s ease opacity;
	transition: 0.2s ease opacity;
}

.cnvs-gallery-type-justified .gallery-item > .caption.caption-visible {
	opacity: 1;
}

.cnvs-gallery-type-justified > .entry-visible {
	opacity: 1;
	background: none;
}

.cnvs-gallery-type-justified > .entry-visible > img, .cnvs-gallery-type-justified > .entry-visible > a > img {
	opacity: 1;
}

.cnvs-gallery-type-justified > .jg-filtered {
	display: none;
}

.cnvs-gallery-type-justified.justified-loaded:before {
	display: none;
}

.cnvs-gallery-type-justified:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-gallery-type-slider.gallery {
	display: block;
}

.cnvs-gallery-type-slider .gallery-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.cnvs-gallery-type-slider .wp-caption-text {
	margin-top: 1rem;
}

.cnvs-gallery-type-slider figure {
	margin-bottom: 0;
}

.cnvs-gallery-type-slider img {
	width: 100%;
	height: auto;
}

.cnvs-gallery-type-slider > .gallery-item:not(:first-child) {
	position: fixed;
	top: -9999px;
	left: -9999px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar {
	--cnvs-posts-sidebar-thumbnail-width: 80px;
	--cnvs-posts-sidebar-thumbnail-gutter: 2rem;
	--cnvs-posts-sidebar-number-top: 0;
	--cnvs-posts-sidebar-number-left: 0;
	--cnvs-posts-sidebar-number-right: initial;
	--cnvs-posts-sidebar-number-bottom: initial;
	--cnvs-posts-sidebar-number-width: 30px;
	--cnvs-posts-sidebar-number-height: 30px;
	--cnvs-posts-sidebar-number-line-height: 30px;
	--cnvs-posts-sidebar-number-background: #000;
	--cnvs-posts-sidebar-number-color: white;
	--cnvs-posts-sidebar-number-font-size: 80%;
	--cnvs-posts-sidebar-number-border-radius: 0;
}

/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar .cnvs-posts-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnvs-block-posts-sidebar .cnvs-post-item:not(:first-child) {
	margin-top: 1rem;
}

.cnvs-block-posts-sidebar .cnvs-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	margin-right: var(--cnvs-posts-sidebar-thumbnail-gutter);
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail img {
	width: var(--cnvs-posts-sidebar-thumbnail-width);
	height: var(--cnvs-posts-sidebar-thumbnail-width);
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cnvs-block-posts-sidebar .cnvs-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.cnvs-block-posts-sidebar .cnvs-post-number {
	background: var(--cnvs-posts-sidebar-number-background);
	position: absolute;
	top: var(--cnvs-posts-sidebar-number-top);
	left: var(--cnvs-posts-sidebar-number-left);
	right: var(--cnvs-posts-sidebar-number-right);
	bottom: var(--cnvs-posts-sidebar-number-bottom);
	width: var(--cnvs-posts-sidebar-number-width);
	height: var(--cnvs-posts-sidebar-number-height);
	line-height: var(--cnvs-posts-sidebar-number-line-height);
	color: var(--cnvs-posts-sidebar-number-color);
	text-align: center;
	font-size: var(--cnvs-posts-sidebar-number-font-size);
	border-radius: var(--cnvs-posts-sidebar-number-border-radius);
}

.cnvs-block-posts-sidebar .cnvs-post-data .meta-category {
	display: inline-block;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-data .entry-title {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .avatar {
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta a {
	text-decoration: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + * {
	margin-left: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + *:before {
	content: "\b7";
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .published + .updated {
	display: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta-hide {
	display: none;
}

.cnvs-block-posts-sidebar-large .cnvs-post-item:not(:first-child) {
	margin-top: 2rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-outer {
	display: block;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail {
	margin-right: 0;
	margin-bottom: 1rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 0;
}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'absolute-reviews-icons';
	src: url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.woff) format("woff"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.ttf) format("truetype"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="abr-icon-"],
[class*=" abr-icon-"] {
	font-family: 'absolute-reviews-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.abr-icon-comment:before {
	content: "\e905";
}

.abr-icon-eye:before {
	content: "\e903";
}

.abr-icon-watch:before {
	content: "\e904";
}

.abr-icon-funds-fill:before {
	content: "\e902";
}

.abr-icon-x:before {
	content: "\e901";
}

.abr-icon-check:before {
	content: "\e900";
}

.abr-icon-star-half:before {
	content: "\e938";
}

.abr-icon-star-full:before {
	content: "\e939";
}

.abr-icon-star-empty:before {
	content: "\e93a";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.abr-post-meta {
	--abr-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--abr-post-meta-color);
	margin: 0;
	padding: 0;
}

.abr-post-meta li {
	display: inline-block;
}

.abr-post-meta li + li {
	margin-left: 0.5rem;
}

.abr-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.abr-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.abr-meta-category .post-categories li {
	display: inline-block;
}

.abr-meta-category .post-categories li + li {
	margin-left: 0.5rem;
}

.abr-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .abr-meta-category .post-categories {
	margin-bottom: 0;
}

.abr-meta-author span + a,
.abr-meta-author a + span {
	margin-left: 0.25rem;
}

.abr-badge {
	--abr-badge-color: #fff;
	--abr-badge-border-radius: 30px;
	display: inline-block;
	padding: 0.2rem 0.25rem;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-color);
	border-radius: var(--abr-badge-border-radius);
}

.abr-badge-primary.abr-review-badge-0 {
	background-color: #000000;
}

.abr-badge-primary.abr-review-badge-1 {
	background-color: #E00F15;
}

.abr-badge-primary.abr-review-badge-2 {
	background-color: #FE761E;
}

.abr-badge-primary.abr-review-badge-3 {
	background-color: #FFA61E;
}

.abr-badge-primary.abr-review-badge-4 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-5 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-6 {
	background-color: #E7D456;
}

.abr-badge-primary.abr-review-badge-7 {
	background-color: #52AA6B;
}

.abr-badge-primary.abr-review-badge-8 {
	background-color: #4DA065;
}

.abr-badge-primary.abr-review-badge-9 {
	background-color: #419759;
}

.abr-badge-primary.abr-review-badge-10 {
	background-color: #33884B;
}

.abr-badge-text {
	--abr-badge-text-color: #000000;
	--abr-badge-text-border-radius: 30px;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-text-color);
	border-radius: var(--abr-badge-text-border-radius);
}

.abr-badge-text-primary.abr-review-badge-text-0 {
	color: #000000;
}

.abr-badge-text-primary.abr-review-badge-text-1 {
	color: #E00F15;
}

.abr-badge-text-primary.abr-review-badge-text-2 {
	color: #FE761E;
}

.abr-badge-text-primary.abr-review-badge-text-3 {
	color: #FFA61E;
}

.abr-badge-text-primary.abr-review-badge-text-4 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-5 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-6 {
	color: #E7D456;
}

.abr-badge-text-primary.abr-review-badge-text-7 {
	color: #52AA6B;
}

.abr-badge-text-primary.abr-review-badge-text-8 {
	color: #4DA065;
}

.abr-badge-text-primary.abr-review-badge-text-9 {
	color: #419759;
}

.abr-badge-text-primary.abr-review-badge-text-10 {
	color: #33884B;
}

.abr-review-line {
	--abr-review-line-grid-gap: 2px;
	display: grid;
	grid-gap: var(--abr-review-line-grid-gap);
	margin-top: 0.5rem;
}

.abr-review-slice {
	--abr-review-slice-background-color: #e9ecef;
	--abr-review-slice-height: 6px;
	background-color: var(--abr-review-slice-background-color);
	height: var(--abr-review-slice-height);
}

.abr-review-point-5 .abr-review-line {
	grid-template-columns: repeat(5, 1fr);
}

.abr-review-point-10 .abr-review-line {
	grid-template-columns: repeat(10, 1fr);
}

.abr-review-point-5 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(2) {
	background-color: #FFA61E;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(3) {
	background-color: #DECB53;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(4) {
	background-color: #52AA6B;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(5) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(0) {
	background-color: #000000;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(2) {
	background-color: #FE761E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(3) {
	background-color: #FFA61E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(4) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(5) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(6) {
	background-color: #E7D456;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(7) {
	background-color: #52AA6B;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(8) {
	background-color: #4DA065;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(9) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(10) {
	background-color: #33884B;
}

.abr-review-progress {
	--abr-review-progress-background: #e9ecef;
	--abr-review-progress-height: 6px;
	--abr-review-progress-border-radius: 4px;
	background: var(--abr-review-progress-background);
	height: var(--abr-review-progress-height);
	border-radius: var(--abr-review-progress-border-radius);
	margin-top: 0.5rem;
}

.abr-review-progressbar {
	--abr-review-progressbar-height: 6px;
	--abr-review-progressbar-border-radius: 4px;
	height: var(--abr-review-progressbar-height);
	border-radius: var(--abr-review-progressbar-border-radius);
}

.abr-review-progressbar-1 {
	background: linear-gradient(to right, #E00F15 10%, transparent 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-2 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-3 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-4 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-5 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-6 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-7 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-8 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-9 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, transparent 100%);
}

.abr-review-progressbar-10 {
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, #33884B 100%);
}

.abr-review-stars {
	--abr-review-star-empty-color: #e9ecef;
	--abr-review-star-width: 1.125rem;
	--abr-review-star-height: 1.125rem;
	--abr-review-star-font-size: 1.125rem;
	--abr-review-star-color: #FFE27F;
	margin-top: 0.5rem;
}

.abr-review-stars .screen-reader-text {
	display: none;
}

.abr-review-stars .abr-star-full:before {
	content: "\e939";
}

.abr-review-stars .abr-star-half:before {
	content: "\e938";
}

.abr-review-stars .abr-star-empty:before {
	content: "\e93a";
}

.abr-review-stars .abr-star.abr-star-empty {
	color: var(--abr-review-star-empty-color);
}

.abr-review-stars .abr-star {
	display: inline-block;
	width: var(--abr-review-star-width);
	height: var(--abr-review-star-height);
	font-size: var(--abr-review-star-font-size);
	line-height: 1;
	font-family: 'absolute-reviews-icons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	transition: color .1s ease-in;
	text-align: center;
	color: var(--abr-review-star-color);
	margin-right: 0.125rem;
}

.abr-review-stars .abr-star:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------*/
.abr-post-review {
	--abr-review-text-font-size: 1rem;
	--abr-review-text-font-weight: bold;
	--abr-review-name-font-size: 0.75rem;
	--abr-review-name-text-transform: uppercase;
	--abr-review-name-color: #777777;
	--abr-review-details-line-height: 1.5;
	--abr-review-details-font-size: 1rem;
	--abr-review-score-text-font-size: 3rem;
	--abr-review-score-label-text-transform: uppercase;
	--abr-review-score-label-font-size: 0.75rem;
	--abr-review-score-label-font-weight: 700;
	--abr-review-score-label-color: #777777;
	--abr-review-score-info-background: #6c757d;
	--abr-review-score-info-color: #fff;
	--abr-review-score-info-border-radius: 50%;
	--abr-review-score-info-font-size: 0.75rem;
	--abr-review-score-info-width: 1rem;
	--abr-review-score-info-height: 1rem;
	--abr-review-score-info-popup-border-color: #e9ecef;
	--abr-review-score-info-popup-background: #fff;
	--abr-review-score-info-popup-color: #000000;
	--abr-review-score-info-popup-font-size: 1rem;
	--abr-review-score-info-popup-border-radius: 5px;
}

.abr-post-review .abr-review-author {
	display: none;
}

.abr-post-review .abr-review-total {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.abr-post-review .abr-review-total > .abr-review-data {
	display: flex;
	flex-direction: column-reverse;
	flex-grow: 1;
	margin-bottom: 1rem;
	margin-top: 0;
	order: 1;
}

.abr-post-review .abr-review-total > .abr-review-list {
	flex-grow: 1;
	order: 2;
}

.abr-post-review .abr-review-total > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

.abr-post-review .abr-review-score {
	display: flex;
	flex-direction: column;
	line-height: 1;
	order: 1;
}

.abr-post-review .abr-review-score .abr-review-text {
	font-size: var(--abr-review-score-text-font-size);
}

.abr-post-review .abr-review-score .abr-review-subtext {
	margin-top: 0.5rem;
	white-space: nowrap;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	text-transform: var(--abr-review-score-label-text-transform);
	font-size: var(--abr-review-score-label-font-size);
	font-weight: var(--abr-review-score-label-font-weight);
	color: var(--abr-review-score-label-color);
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info {
	display: inline-flex;
	position: relative;
	background: var(--abr-review-score-info-background);
	color: var(--abr-review-score-info-color);
	width: var(--abr-review-score-info-width);
	height: var(--abr-review-score-info-height);
	align-items: center;
	justify-content: center;
	margin-left: 0.25rem;
	border-radius: var(--abr-review-score-info-border-radius);
	font-size: var(--abr-review-score-info-font-size);
	cursor: pointer;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span {
	position: absolute;
	border: 1px solid var(--abr-review-score-info-popup-border-color);
	background: var(--abr-review-score-info-popup-background);
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	max-width: 250px;
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: -1.5rem;
	font-size: var(--abr-review-score-info-popup-font-size);
	line-height: normal;
	color: var(--abr-review-score-info-popup-color);
	transition: opacity 0.3s;
	border-radius: var(--abr-review-score-info-popup-border-radius);
	white-space: normal;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	top: 100%;
	right: 1.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	border-color: transparent;
	border-top-color: var(--abr-review-score-info-popup-border-color);
	border-width: 8px;
	margin-left: -8px;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info:hover > span {
	opacity: 1;
	visibility: visible;
}

.abr-post-review .abr-review-score-row {
	flex-direction: row;
	align-items: flex-end;
}

@media (min-width: 720px) {
	.abr-post-review .abr-review-total {
		flex-direction: row;
		align-items: center;
		margin-top: 0;
	}
	.abr-post-review .abr-review-total > .abr-review-data {
		margin-bottom: 0;
		margin-top: 0;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list {
		margin-top: 0;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.abr-post-review .abr-review-data + .abr-review-score,
	.abr-post-review .abr-review-list + .abr-review-score {
		margin-left: 2rem;
	}
	.abr-post-review .abr-review-score {
		order: 2;
	}
}

.abr-post-review .abr-review-text {
	font-size: var(--abr-review-text-font-size);
	font-weight: var(--abr-review-text-font-weight);
}

.abr-post-review .abr-review-name {
	font-size: var(--abr-review-name-font-size);
	text-transform: var(--abr-review-name-text-transform);
	color: var(--abr-review-name-color);
}

.abr-post-review .abr-review-label {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.abr-review-percentage .abr-review-text .sep,
.abr-review-percentage .abr-review-text .max {
	display: none;
}

.abr-review-percentage .abr-review-text .total:after {
	content: '%';
}

.abr-review-star > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-review-star > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-review-star > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

@media (min-width: 720px) {
	.abr-review-star > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.abr-review-list {
	margin-top: 2rem;
}

.abr-review-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.abr-review-list .abr-review-item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-list .abr-review-item:first-child {
	margin-top: 0;
}

.abr-review-list .abr-review-item .abr-review-desc {
	font-size: 0.875rem;
}

@media (min-width: 720px) {
	.abr-review-list .abr-review-item {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.abr-review-list .abr-review-item {
		grid-gap: 40px;
	}
}

.abr-review-details {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-details ul {
	margin: 0;
	padding: 0;
	line-height: var(--abr-review-details-line-height);
	list-style: none;
	font-size: var(--abr-review-details-font-size);
}

.abr-review-details ul:not(:first-child) {
	margin-top: 1.5rem;
}

.abr-review-details ul:not(:last-child) {
	margin-bottom: 1.5rem;
}

.abr-review-details ul li:not(:first-child) {
	margin-top: 0.5rem;
}

.abr-review-details ul > li {
	position: relative;
	padding-left: 2.5rem;
}

.abr-review-details ul > li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 1.5rem;
	font-family: 'absolute-reviews-icons';
	left: 0;
	top: 0;
}

.abr-review-details .abr-review-pros ul > li:before {
	content: "\e900";
	color: #28a745;
}

.abr-review-details .abr-review-cons ul > li:before {
	content: "\e901";
	color: #dc3545;
}

@media (min-width: 720px) {
	.abr-review-details {
		grid-template-columns: 1fr 1fr;
	}
}

.abr-review-info + .abr-review-total {
	margin-top: 1rem;
}

.abr-review-scheme-hidden {
	display: none;
}

/*--------------------------------------------------------------*/
.abr-review-block {
	display: flex;
	flex-direction: column;
}

.abr-review-block .abr-review-title {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.abr-review-block .abr-review-indicator {
	line-height: 1;
	order: -1;
}

.abr-review-block .abr-review-indicator .abr-badge {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5rem;
	padding: 0.4rem 0.75rem;
}

.abr-review-block .abr-review-data {
	max-width: 50%;
}

@media (min-width: 720px) {
	.abr-review-block .abr-review-data + .abr-review-score {
		margin-left: 1.5rem;
	}
}

.abr-review-block.abr-review-star .abr-review-data {
	max-width: initial;
	flex-grow: initial;
}

/*--------------------------------------------------------------*/
.abr-reviews-posts {
	--abr-posts-meta-color: #000;
	--abr-posts-number-font-size: 1rem;
	--abr-posts-number-large-font-size: 1.25rem;
	--abr-posts-number-badge-color: #FFF;
	--abr-posts-number-caption-color: #FFF;
	--abr-posts-percentage-icon-font-size: 1.25em;
	--abr-posts-percentage-icon-color: #F7BF40;
	--abr-posts-star-width: 0.875rem;
	--abr-posts-star-height: 0.875rem;
	--abr-posts-star-font-size: 0.875rem;
	--abr-posts-star-color: #F8C249;
	--abr-posts-item-separator-color: #e9ecef;
	--abr-posts-thumbnail-small-width: 80px;
	--abr-posts-thumbnail-small-gutter: 1rem;
	--abr-posts-thumbnail-width: 80px;
	--abr-posts-thumbnail-gutter: 1rem;
	--abr-posts-overlay-background: rgba(0,0,0,0.125);
	--abr-posts-overlay-color: #FFFFFF;
	--abr-posts-overlay-hover-color: rgba(255,255,255,0.75);
}

.abr-reviews-posts .abr-post-item {
	margin-top: 2rem;
}

.abr-reviews-posts .abr-post-item:first-child {
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline {
	display: flex;
	flex-direction: column;
}

.abr-reviews-posts .abr-post-headline .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.abr-reviews-posts .abr-post-headline .meta-category ul {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-post-headline .entry-title {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline > *:last-child {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-review-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.5rem;
	color: var(--abr-posts-meta-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-number {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-left: 0;
	font-size: var(--abr-posts-number-font-size);
}

.abr-reviews-posts .abr-review-meta .abr-review-number.abr-badge {
	color: var(--abr-posts-number-badge-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-caption {
	margin-left: 0.5rem;
}

.abr-reviews-posts .abr-review-meta .abr-review-caption.abr-badge {
	color: var(--abr-posts-number-caption-color);
}

.abr-reviews-posts .abr-review-meta .abr-badge-primary {
	white-space: nowrap;
}

.abr-reviews-posts .abr-type-percentage .abr-review-number:before {
	content: "\e902";
	font-family: 'absolute-reviews-icons';
	margin-right: 0.25rem;
	font-size: var(--abr-posts-percentage-icon-font-size);
	color: var(--abr-posts-percentage-icon-color);
}

.abr-reviews-posts .abr-review-indicator {
	margin-right: 0.5rem;
}

.abr-reviews-posts .abr-review-line,
.abr-reviews-posts .abr-review-progress,
.abr-reviews-posts .abr-review-stars {
	min-width: 100px;
	margin-top: 0;
}

.abr-reviews-posts .abr-review-stars {
	min-width: initial;
	line-height: 1;
}

.abr-reviews-posts .abr-review-stars .abr-star {
	width: var(--abr-posts-star-width);
	height: var(--abr-posts-star-height);
	font-size: var(--abr-posts-star-font-size);
	color: var(--abr-posts-star-color);
}

.abr-posts-template-reviews-1 .abr-post-outer,
.abr-posts-template-reviews-2 .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-1 .abr-post-data,
.abr-posts-template-reviews-2 .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-1 .abr-post-thumbnail,
.abr-posts-template-reviews-2 .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-1 .abr-post-thumbnail img,
.abr-posts-template-reviews-2 .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-2 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-3 .abr-post-item,
.abr-posts-template-reviews-4 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:first-child,
.abr-posts-template-reviews-4 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-outer,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-4 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data {
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-post-headline {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: initial;
	flex: 0 0 60px;
	margin-top: 0;
	margin-left: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-data {
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	flex: 0 0 var(--abr-posts-thumbnail-small-width);
	margin-right: var(--abr-posts-thumbnail-small-gutter);
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-small-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-outer,
.abr-posts-template-reviews-7 .abr-post-outer,
.abr-posts-template-reviews-8 .abr-post-outer {
	position: relative;
	display: flex;
}

.abr-posts-template-reviews-6 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-7 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-8 .abr-post-outer .abr-post-inner {
	width: 100%;
}

.abr-posts-template-reviews-6 .abr-post-outer:after,
.abr-posts-template-reviews-7 .abr-post-outer:after,
.abr-posts-template-reviews-8 .abr-post-outer:after {
	padding-bottom: 125%;
	width: 0;
	content: '';
}

.abr-posts-template-reviews-6 .abr-post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail img,
.abr-posts-template-reviews-7 .abr-post-thumbnail img,
.abr-posts-template-reviews-8 .abr-post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-data,
.abr-posts-template-reviews-7 .abr-post-data,
.abr-posts-template-reviews-8 .abr-post-data {
	background: var(--abr-posts-overlay-background);
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: var(--abr-posts-overlay-color);
	z-index: 1;
}

.abr-posts-template-reviews-6 .abr-post-data a,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a,
.abr-posts-template-reviews-7 .abr-post-data a,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a,
.abr-posts-template-reviews-8 .abr-post-data a,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a {
	position: relative;
	color: var(--abr-posts-overlay-color);
	z-index: 2;
}

.abr-posts-template-reviews-6 .abr-post-data a:hover, .abr-posts-template-reviews-6 .abr-post-data a:focus,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-7 .abr-post-data a:hover,
.abr-posts-template-reviews-7 .abr-post-data a:focus,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-8 .abr-post-data a:hover,
.abr-posts-template-reviews-8 .abr-post-data a:focus,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:focus {
	color: var(--abr-posts-overlay-hover-color);
}

.abr-posts-template-reviews-6 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-7 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-8 .abr-post-data .abr-post-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-headline,
.abr-posts-template-reviews-7 .abr-post-headline,
.abr-posts-template-reviews-8 .abr-post-headline {
	width: 100%;
	margin-top: auto;
	padding-top: 1rem;
	order: 2;
}

.abr-posts-template-reviews-6 .abr-review-meta,
.abr-posts-template-reviews-7 .abr-review-meta,
.abr-posts-template-reviews-8 .abr-review-meta {
	width: 100%;
	order: 1;
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number:before {
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-7 .abr-post-headline {
	order: 1;
}

.abr-posts-template-reviews-7 .abr-review-meta {
	order: 2;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'advanced-popups-icons';
	src: url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.woff) format("woff"), url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.ttf) format("truetype"), url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="adp-icon-"],
[class*=" adp-icon-"] {
	font-family: 'advanced-popups-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adp-icon-x:before {
	content: "\e913";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.adp-popup {
	--adp-popup-wrap-scrollbar-width: 0.625rem;
	--adp-popup-wrap-scrollbar-track-background: #f1f1f1;
	--adp-popup-wrap-scrollbar-thumb-background: #888;
	--adp-popup-wrap-scrollbar-thumb-hover-background: #555;
	--adp-popup-wrap-box-shadow: 0 0 40px 0 rgba(0,0,0,.075);
	--adp-popup-container-background: #FFFFFF;
	--adp-popup-close-font-size: 1.25rem;
	--adp-popup-close-color: #000;
	--adp-popup-close-hover-color: #777;
	--adp-popup-close-light-color: #FFFF;
	--adp-popup-close-light-hover-color: rgba(255,255,255,0.75);
	--adp-popup-type-content-close-font-size: 1.5rem;
	--adp-popup-type-notification-text-font-size: 90%;
	--adp-popup-type-notification-text-color: #777777;
	--adp-popup-type-notification-text-link-color: #000000;
	--adp-popup-type-notification-button-background: #282828;
	--adp-popup-type-notification-button-color: #FFF;
	--adp-popup-type-notification-button-border-radius: 0;
}

.adp-popup-overlay {
	--adp-popup-overlay-background: rgba(0,0,0,0.25);
}

/*--------------------------------------------------------------*/
.adp-popup-scroll-hidden {
	overflow: hidden;
	width: 100%;
}

.adp-popup-animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow: hidden  !important;
}

@-webkit-keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes popupOpenSlide {
	from {
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlide {
	from {
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100vh, 0);
	}
}

@keyframes popupExitSlide {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100vh, 0);
	}
}

@-webkit-keyframes popupOpenZoom {
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes popupOpenZoom {
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes popupExitZoom {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.1);
	}
}

@keyframes popupExitZoom {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.1);
	}
}

@-webkit-keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlideFade {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 40px, 0);
	}
}

@keyframes popupExitSlideFade {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 40px, 0);
	}
}

.popupOpenFade {
	-webkit-animation-name: popupOpenFade;
	animation-name: popupOpenFade;
}

.popupExitFade {
	-webkit-animation-name: popupExitFade;
	animation-name: popupExitFade;
}

.popupOpenSlide {
	-webkit-animation-name: popupOpenSlide;
	animation-name: popupOpenSlide;
}

.popupExitSlide {
	-webkit-animation-name: popupExitSlide;
	animation-name: popupExitSlide;
}

.popupOpenZoom {
	-webkit-animation-name: popupOpenZoom;
	animation-name: popupOpenZoom;
}

.popupExitZoom {
	-webkit-animation-name: popupExitZoom;
	animation-name: popupExitZoom;
}

.popupOpenSlideFade {
	-webkit-animation-name: popupOpenSlideFade;
	animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
	-webkit-animation-name: popupExitSlideFade;
	animation-name: popupExitSlideFade;
}

.adp-popup {
	display: none;
	position: fixed;
	z-index: 999999;
	max-width: calc(100vw - 1.5rem);
	max-height: calc(100vh - 1.5rem);
	-webkit-backface-visibility: hidden;
}

@media (min-width: 720px) {
	.adp-popup {
		max-width: calc(100vw - 6rem);
		max-height: calc(100vh - 6rem);
	}
}

.adp-popup.adp-popup-location-top {
	top: 20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-top-left {
	top: 20px;
	left: 20px;
}

.adp-popup.adp-popup-location-top-right {
	top: 20px;
	right: 20px;
}

.adp-popup.adp-popup-location-bottom {
	bottom: 20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-bottom-left {
	left: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-bottom-right {
	right: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-left {
	top: 50%;
	left: 20px;
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-right {
	top: 50%;
	right: 20px;
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-center {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.adp-popup .adp-popup-wrap {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	box-shadow: var(--adp-popup-wrap-box-shadow);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar {
	width: var(--adp-popup-wrap-scrollbar-width);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-track {
	background: var(--adp-popup-wrap-scrollbar-track-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb {
	background: var(--adp-popup-wrap-scrollbar-thumb-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover {
	background: var(--adp-popup-wrap-scrollbar-thumb-hover-background);
}

.adp-popup .adp-popup-container {
	background: var(--adp-popup-container-background);
	width: 100%;
}

.adp-popup .adp-popup-outer {
	position: relative;
	display: flex;
	flex-direction: column;
}

.adp-popup .adp-popup-thumbnail img {
	width: 100%;
}

.adp-popup .adp-popup-close {
	position: absolute;
	background: transparent;
	color: var(--adp-popup-close-color);
	padding: 0;
	line-height: 1;
	font-size: var(--adp-popup-close-font-size);
	top: 20px;
	right: 20px;
	z-index: 2;
}

.adp-popup .adp-popup-close:before {
	font-family: 'advanced-popups-icons';
	transition: color 0.25s ease;
	content: "\e913";
}

.adp-popup .adp-popup-close:hover:before {
	color: var(--adp-popup-close-hover-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

.adp-popup.adp-popup-open {
	display: flex;
}

@media (max-width: 720px) {
	.adp-popup.adp-popup-open[data-mobile-disable="true"] {
		display: none;
	}
}

.adp-popup-overlay {
	background: var(--adp-popup-overlay-background);
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
}

.adp-popup-overlay .adp-popup-wrap {
	box-shadow: none;
}

.adp-popup-open + .adp-popup-overlay {
	display: block;
}

@media (max-width: 719.98px) {
	.adp-popup-type-content {
		max-width: 100vw;
		max-height: 100vh;
	}
}

.adp-popup-type-content .adp-popup-content {
	padding: 40px;
}

.adp-popup-type-content .adp-popup-close {
	font-size: var(--adp-popup-type-content-close-font-size);
}

.adp-popup-type-content .wp-block-cover:first-child:last-child {
	margin: -40px;
	width: initial;
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

@media (min-width: 1024px) {
	.adp-popup-type-content .adp-popup-outer {
		flex-direction: row;
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close {
		color: var(--adp-popup-close-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before {
		color: var(--adp-popup-close-hover-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
		order: 1;
	}
	.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail {
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-outer {
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer {
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail {
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content .adp-popup-thumbnail {
		position: relative;
		flex: 1 0 50%;
		order: 1;
	}
	.adp-popup-type-content .adp-popup-thumbnail img {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.adp-popup-type-content .adp-popup-content {
		padding: 80px;
		flex: 1 0 50%;
		order: 2;
	}
	.adp-popup-type-content .adp-popup-content:first-child:last-child {
		flex: 1 0 100%;
	}
	.adp-popup-type-content .wp-block-cover:first-child:last-child {
		margin: -80px;
	}
}

.adp-popup-type-notification-box .adp-popup-outer,
.adp-popup-type-notification-bar .adp-popup-outer {
	padding: 30px;
}

.adp-popup-type-notification-box .adp-popup-text,
.adp-popup-type-notification-bar .adp-popup-text {
	padding-right: 10px;
	font-size: var(--adp-popup-type-notification-text-font-size);
	color: var(--adp-popup-type-notification-text-color);
}

.adp-popup-type-notification-box .adp-popup-text a,
.adp-popup-type-notification-bar .adp-popup-text a {
	color: var(--adp-popup-type-notification-text-link-color);
	text-decoration: underline;
}

.adp-popup-type-notification-box .adp-popup-text a:hover,
.adp-popup-type-notification-bar .adp-popup-text a:hover {
	text-decoration: none;
}

.adp-popup-type-notification-box .adp-popup-button,
.adp-popup-type-notification-bar .adp-popup-button {
	background: var(--adp-popup-type-notification-button-background);
	margin-top: 1.5rem;
	width: 100%;
	color: var(--adp-popup-type-notification-button-color);
	border-radius: var(--adp-popup-type-notification-button-border-radius);
}

.adp-popup-type-notification-box .adp-popup-close {
	top: 15px;
	right: 15px;
}

.adp-popup-type-notification-bar.adp-popup-location-top {
	width: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	bottom: auto;
	transform: none;
}

.adp-popup-type-notification-bar.adp-popup-location-bottom {
	width: 100%;
	max-width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	transform: none;
}

.adp-popup-type-notification-bar .adp-popup-outer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width: 720px) {
	.adp-popup-type-notification-bar .adp-popup-outer {
		justify-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.adp-popup-type-notification-bar .adp-popup-close {
		top: 50%;
		transform: translateY(-50%);
	}
	.adp-popup-type-notification-bar .adp-button {
		margin-left: 1rem;
		margin-top: 0;
		width: auto;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.is-style-cnvs-heading-numbered {
	--cnvs-heading-numbered-background: #ced4da;
	--cnvs-heading-numbered-color: white;
	--cnvs-heading-numbered-border-radius: 50rem;
}

/*--------------------------------------------------------------*/
.content,
.entry-content {
	counter-reset: h2;
}

.content h2,
.entry-content h2 {
	counter-reset: h3;
}

.content h3,
.entry-content h3 {
	counter-reset: h4;
}

.content h4,
.entry-content h4 {
	counter-reset: h5;
}

.content h5,
.entry-content h5 {
	counter-reset: h6;
}

.is-style-cnvs-heading-numbered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.is-style-cnvs-heading-numbered:before {
	margin-right: 0.5em;
}

h2.is-style-cnvs-heading-numbered:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0.34em;
	padding-right: 0.34em;
	height: 1.25em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.25em;
	flex: 0 0 1.25em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	border-radius: var(--cnvs-heading-numbered-border-radius);
	background: var(--cnvs-heading-numbered-background);
	color: var(--cnvs-heading-numbered-color);
	counter-increment: h2;
	content: counter(h2);
}

h3.is-style-cnvs-heading-numbered:before {
	counter-increment: h3;
	content: counter(h3);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3);
}

h4.is-style-cnvs-heading-numbered:before {
	counter-increment: h4;
	content: counter(h4);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4);
}

h5.is-style-cnvs-heading-numbered:before {
	counter-increment: h5;
	content: counter(h5);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}

h6.is-style-cnvs-heading-numbered:before {
	counter-increment: h6;
	content: counter(h6);
}

h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h5) "." counter(h6);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5) "." counter(h6);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
[class*="is-style-cnvs-list-styled"] {
	--cnvs-list-styled-line-height: 1.5;
	--cnvs-list-styled-font-size: 1rem;
	--cnvs-list-styled-children-font-size: 0.875rem;
	--cnvs-list-styled-ul-box-background: #ced4da;
	--cnvs-list-styled-ul-box-border-radius: 0;
	--cnvs-list-styled-ul-positive-box-color: #28a745;
	--cnvs-list-styled-ul-negative-box-color: #dc3545;
	--cnvs-list-styled-ol-box-color: #495057;
	--cnvs-list-styled-ol-box-font-size: 0.875rem;
	--cnvs-list-styled-ol-box-font-weight: 600;
	--cnvs-list-styled-ol-box-background-color: #e9ecef;
	--cnvs-list-styled-ol-box-border-radius: 50%;
	--cnvs-list-styled-ol-positive-box-background-color: #28a745;
	--cnvs-list-styled-ol-negative-box-background-color: #dc3545;
	--cnvs-list-styled-ol-positive-box-color: #fff;
	--cnvs-list-styled-ol-negative-box-color: #fff;
}

/*--------------------------------------------------------------*/
.is-style-cnvs-list-styled,
.is-style-cnvs-list-styled-positive,
.is-style-cnvs-list-styled-negative {
	line-height: var(--cnvs-list-styled-line-height);
	list-style: none;
	font-size: var(--cnvs-list-styled-font-size);
}

.is-style-cnvs-list-styled:not(:first-child),
.is-style-cnvs-list-styled-positive:not(:first-child),
.is-style-cnvs-list-styled-negative:not(:first-child) {
	margin-top: 1.5rem;
}

.is-style-cnvs-list-styled:not(:last-child),
.is-style-cnvs-list-styled-positive:not(:last-child),
.is-style-cnvs-list-styled-negative:not(:last-child) {
	margin-bottom: 1.5rem;
}

.is-style-cnvs-list-styled li:not(:first-child),
.is-style-cnvs-list-styled-positive li:not(:first-child),
.is-style-cnvs-list-styled-negative li:not(:first-child) {
	margin-top: 0.5rem;
}

.is-style-cnvs-list-styled > li,
.is-style-cnvs-list-styled-positive > li,
.is-style-cnvs-list-styled-negative > li {
	position: relative;
	padding-left: 2.5rem;
}

.is-style-cnvs-list-styled > li:before,
.is-style-cnvs-list-styled-positive > li:before,
.is-style-cnvs-list-styled-negative > li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

ol.is-style-cnvs-list-styled,
ol.is-style-cnvs-list-styled-positive,
ol.is-style-cnvs-list-styled-negative {
	counter-reset: ol;
}

ol.is-style-cnvs-list-styled > li:before,
ol.is-style-cnvs-list-styled-positive > li:before,
ol.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	color: var(--cnvs-list-styled-ol-box-color);
	font-size: var(--cnvs-list-styled-ol-box-font-size);
	font-weight: var(--cnvs-list-styled-ol-box-font-weight);
	background-color: var(--cnvs-list-styled-ol-box-background-color);
	border-radius: var(--cnvs-list-styled-ol-box-border-radius);
	line-height: 1;
}

ul.is-style-cnvs-list-styled > li:before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.75rem;
	left: 1rem;
	background: var(--cnvs-list-styled-ul-box-background);
	border-radius: var(--cnvs-list-styled-ul-box-border-radius);
}

ol.is-style-cnvs-list-styled ul,
ol.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	font-size: var(--cnvs-list-styled-children-font-size);
}

ol.is-style-cnvs-list-styled ul > li:not(:first-child),
ol.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ul > li:not(:first-child) {
	margin-top: 0.25rem;
}

ol.is-style-cnvs-list-styled-positive > li:before {
	background-color: var(--cnvs-list-styled-ol-positive-box-background-color);
	color: var(--cnvs-list-styled-ol-positive-box-color);
}

ol.is-style-cnvs-list-styled-negative > li:before {
	background-color: var(--cnvs-list-styled-ol-negative-box-background-color);
	color: var(--cnvs-list-styled-ol-negative-box-color);
}

ul.is-style-cnvs-list-styled-positive > li:before,
ul.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	font-family: 'canvas-icons';
}

ul.is-style-cnvs-list-styled-positive > li:before {
	content: "\e912";
	color: var(--cnvs-list-styled-ul-positive-box-color);
}

ul.is-style-cnvs-list-styled-negative > li:before {
	content: "\e913";
	color: var(--cnvs-list-styled-ul-negative-box-color);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.has-drop-cap {
	--cnvs-drop-cap-color: black;
	--cnvs-drop-cap-font-size: 2.5rem;
	--cnvs-drop-cap-dark-background: black;
	--cnvs-drop-cap-dark-color: #fff;
	--cnvs-drop-cap-light-background: #f8f9fa;
	--cnvs-drop-cap-light-color: inherit;
	--cnvs-drop-cap-bordered-width: 1px;
	--cnvs-drop-cap-bordered-color: #dee2e6;
}

.is-style-cnvs-paragraph-callout {
	--cnvs-callout-font-size: 1.25rem;
	--cnvs-callout-font-weight: 600;
}

/*--------------------------------------------------------------*/
.content .has-drop-cap.is-cnvs-dropcap-simple:after,
.content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	color: var(--cnvs-drop-cap-color);
	font-size: var(--cnvs-drop-cap-font-size);
	line-height: 1;
	text-align: center;
}

.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-dark-background);
	color: var(--cnvs-drop-cap-dark-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-light-background);
	color: var(--cnvs-drop-cap-light-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter {
	margin-top: 0.25rem;
	padding: 0.5rem 1rem;
	border: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
}

.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter {
	padding-right: 2rem;
	border-right: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
	border-radius: 0;
}

.content .is-style-cnvs-paragraph-callout,
.entry-content .is-style-cnvs-paragraph-callout {
	font-size: var(--cnvs-callout-font-size);
	font-weight: var(--cnvs-callout-font-weight);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-separator {
	--cnvs-wp-block-separator-color: #dee2e6;
}

/*--------------------------------------------------------------*/
.content .wp-block-separator:not(.has-text-color),
.entry-content .wp-block-separator:not(.has-text-color) {
	color: var(--cnvs-wp-block-separator-color);
}

.content .wp-block-separator.is-style-cnvs-separator-double, .content .wp-block-separator.is-style-cnvs-separator-dotted, .content .wp-block-separator.is-style-cnvs-separator-dashed,
.entry-content .wp-block-separator.is-style-cnvs-separator-double,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed {
	position: relative;
	display: block;
	height: 10px;
	background-color: transparent !important;
	border-bottom: none !important;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after, .content .wp-block-separator.is-style-cnvs-separator-dotted:after, .content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	border-bottom: 2px solid;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after {
	border-bottom-width: 4px !important;
	border-bottom-style: double !important;
	margin-top: -2px;
}

.content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after {
	border-bottom-style: dotted !important;
}

.content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	border-bottom-style: dashed !important;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-group {
	position: relative;
}

.wp-block-group .wp-block-group__inner-container {
	position: relative;
	width: 100%;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 760px) and (min-width: 760px) {
	.wp-block-group > .is-block-content {
		max-width: 50%;
		width: 100%;
	}
}

.is-style-cnvs-block-bordered {
	--cnvs-style-single-border-color: #dee2e6;
	border: 1px solid var(--cnvs-style-single-border-color);
	padding: 40px;
}

.is-style-cnvs-block-single-border {
	--cnvs-style-single-border-width: 1px;
	--cnvs-style-single-border-color: #dee2e6;
	--cnvs-style-single-margin: 2rem;
}

.is-style-cnvs-block-single-border:before {
	position: relative !important;
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border:after {
	position: relative !important;
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border.alignright {
	border: none;
	padding-left: var(--cnvs-style-single-margin);
	border-left: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignright:before, .is-style-cnvs-block-single-border.alignright:after {
	content: none;
}

.is-style-cnvs-block-single-border.alignleft {
	border: none;
	padding-right: var(--cnvs-style-single-margin);
	border-right: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignleft:before, .is-style-cnvs-block-single-border.alignleft:after {
	content: none;
}

.is-style-cnvs-block-bg-light {
	--cnvs-style-bg-light-background: #f8f9fa;
	--cnvs-style-bg-light-padding: 40px;
	background: var(--cnvs-style-bg-light-background);
	padding: var(--cnvs-style-bg-light-padding);
}

.is-style-cnvs-block-bg-inverse {
	--cnvs-style-bg-inverse-background: black;
	--cnvs-style-bg-inverse-color: #fff;
	--cnvs-style-bg-inverse-padding: 40px;
	background: var(--cnvs-style-bg-inverse-background);
	padding: var(--cnvs-style-bg-inverse-padding);
	color: var(--cnvs-style-bg-inverse-color);
}

.is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(0,0,0,0.08);
	--cnvs-style-shadow-padding: 40px;
	-webkit-box-shadow: var(--cnvs-style-shadow-box-shadow);
	box-shadow: var(--cnvs-style-shadow-box-shadow);
	padding: var(--cnvs-style-shadow-padding);
}

@media (max-width: 1019.98px) {
	.is-style-cnvs-block-single-border.alignleft,
	.is-style-cnvs-block-single-border.alignright {
		float: none;
		width: 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-right: 0;
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-cover {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wp-block-cover.is-cnvs-vert-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-cover.is-cnvs-vert-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-author {
	--pk-author-social-link-color: #000000;
	--pk-author-with-bg-color: #FFFFFF;
	--pk-author-with-bg-links-color: #FFFFFF;
	--pk-author-with-bg-links-hover-color: rgba(255,255,255, 0.6);
	--pk-author-with-bg-decsription-color: #FFFFFF;
	--pk-author-avatar-border-radius: 100%;
	--pk-author-description-font-size: 90%;
}

/*--------------------------------------------------------------*/
.pk-widget-author {
	position: relative;
	text-align: center;
}

.pk-widget-author .pk-widget-author-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pk-widget-author .pk-widget-author-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-widget-author .pk-widget-author-container {
	position: relative;
	padding: 0 2rem;
	z-index: 2;
}

.pk-widget-author .pk-author-avatar img {
	border-radius: var(--pk-author-avatar-border-radius);
}

.pk-widget-author .pk-author-data {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-data .author-description {
	font-size: var(--pk-author-description-font-size);
}

.pk-widget-author .pk-author-footer {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-button {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-wrap {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-items {
	justify-content: center;
}

.pk-widget-author .pk-social-links-link {
	color: var(--pk-author-social-link-color);
}

.pk-author-social-links .pk-social-links-link {
	padding: 0 0.25rem;
}

.pk-widget-author-with-bg {
	color: var(--pk-author-with-bg-color);
}

.pk-widget-author-with-bg a,
.pk-widget-author-with-bg .section-heading,
.pk-widget-author-with-bg .pk-social-links-link {
	color: var(--pk-author-with-bg-links-color) !important;
}

.pk-widget-author-with-bg a:hover,
.pk-widget-author-with-bg .pk-social-links-link:hover {
	color: var(--pk-author-with-bg-links-hover-color) !important;
}

.pk-widget-author-with-bg .author-description {
	color: var(--pk-author-with-bg-decsription-color) !important;
}

.pk-widget-author-with-bg .pk-widget-author-container {
	padding: 2rem;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-coming-soon-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}

.pk-coming-soon-image {
	position: relative;
	width: 100%;
}

.pk-coming-soon-image img {
	width: 100%;
	height: auto;
}

.pk-coming-soon-content {
	display: flex;
	align-items: center;
	padding: 40px;
	width: 100%;
}

@media (min-width: 992px) {
	.pk-coming-soon-page {
		min-height: 100vh;
	}
	.pk-coming-soon-container {
		flex-direction: row;
		flex-wrap: nowrap;
		min-height: 100vh;
	}
	.pk-coming-soon-image {
		flex: 0 0 50%;
		max-width: 50%;
		min-height: 100vh;
		height: 100%;
	}
	.pk-coming-soon-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.pk-coming-soon-content {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-coming-soon-content:first-child:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pk-coming-soon-content .entry-content {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.pk-coming-soon-content .pk-social-links-items {
	justify-content: center;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.content,
.entry-content,
.mce-content-body {
	counter-reset: h2;
}

.content h2,
.entry-content h2,
.mce-content-body h2 {
	counter-reset: h3;
}

.content h3,
.entry-content h3,
.mce-content-body h3 {
	counter-reset: h4;
}

.content h4,
.entry-content h4,
.mce-content-body h4 {
	counter-reset: h5;
}

.content h5,
.entry-content h5,
.mce-content-body h5 {
	counter-reset: h6;
}

.pk-list-styled,
.pk-list-positive,
.pk-list-negative {
	line-height: 1.5;
	list-style: none;
	font-size: 1rem;
}

.pk-list-styled:not(:first-child),
.pk-list-positive:not(:first-child),
.pk-list-negative:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-list-styled:not(:last-child),
.pk-list-positive:not(:last-child),
.pk-list-negative:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-list-styled li:not(:first-child),
.pk-list-positive li:not(:first-child),
.pk-list-negative li:not(:first-child) {
	margin-top: 0.5rem;
}

.pk-list-styled > li,
.pk-list-positive > li,
.pk-list-negative > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-list-styled > li:before,
.pk-list-positive > li:before,
.pk-list-negative > li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

ol.pk-list-styled,
ol.pk-list-positive,
ol.pk-list-negative {
	counter-reset: ol;
}

ol.pk-list-styled > li:before,
ol.pk-list-positive > li:before,
ol.pk-list-negative > li:before {
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	color: #495057;
	font-size: 0.875rem;
	font-weight: 600;
	background-color: #e9ecef;
	border-radius: 50%;
	line-height: 1;
}

ul.pk-list-styled > li:before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background: #ced4da;
	margin-top: 0.75rem;
	left: 1rem;
}

ol.pk-list-styled ul,
ol.pk-list-styled ol,
ul.pk-list-styled ol,
ul.pk-list-styled ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	font-size: 0.875rem;
}

ol.pk-list-styled ul > li:not(:first-child),
ol.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ul > li:not(:first-child) {
	margin-top: 0.25rem;
}

ol.pk-list-positive > li:before {
	background-color: #28a745;
	color: #fff;
}

ol.pk-list-negative > li:before {
	background-color: #dc3545;
	color: #fff;
}

ul.pk-list-positive > li:before,
ul.pk-list-negative > li:before {
	width: 1.5rem;
	font-family: 'powerkit-icons';
}

ul.pk-list-positive > li:before {
	content: "\e912";
	color: #28a745;
}

ul.pk-list-negative > li:before {
	content: "\e913";
	color: #dc3545;
}

.pk-heading-numbered {
	display: flex;
}

.pk-heading-numbered:before {
	margin-right: 1rem;
}

h2.pk-heading-numbered:before {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	flex: 0 0 2.5rem;
	border-radius: 50%;
	background: #ced4da;
	color: white;
	counter-increment: h2;
	content: counter(h2);
}

h3.pk-heading-numbered:before {
	counter-increment: h3;
	content: counter(h3);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3);
}

h4.pk-heading-numbered:before {
	counter-increment: h4;
	content: counter(h4);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4);
}

h5.pk-heading-numbered:before {
	counter-increment: h5;
	content: counter(h5);
}

h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h4) "." counter(h5);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}

h6.pk-heading-numbered:before {
	counter-increment: h6;
	content: counter(h6);
}

h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h5) "." counter(h6);
}

h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h4) "." counter(h5) "." counter(h6);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

.content .pk-dropcap,
.entry-content .pk-dropcap,
.mce-content-body .pk-dropcap {
	text-align: left;
}

.content .pk-dropcap:after,
.entry-content .pk-dropcap:after,
.mce-content-body .pk-dropcap:after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.content .pk-dropcap:first-letter,
.entry-content .pk-dropcap:first-letter,
.mce-content-body .pk-dropcap:first-letter {
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	color: black;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

.content .pk-dropcap-bg-inverse:first-letter,
.entry-content .pk-dropcap-bg-inverse:first-letter,
.mce-content-body .pk-dropcap-bg-inverse:first-letter {
	padding: 0.5rem 1rem;
	background: black;
	color: #fff;
}

.content .pk-dropcap-bg-light:first-letter,
.entry-content .pk-dropcap-bg-light:first-letter,
.mce-content-body .pk-dropcap-bg-light:first-letter {
	padding: 0.5rem 1rem;
	background: #f8f9fa;
}

.content .pk-dropcap-borders:first-letter,
.entry-content .pk-dropcap-borders:first-letter,
.mce-content-body .pk-dropcap-borders:first-letter {
	margin-top: 0.25rem;
	padding: 0.5rem 1rem;
	border: 1px solid #dee2e6;
}

.content .pk-dropcap-border-right:first-letter,
.entry-content .pk-dropcap-border-right:first-letter,
.mce-content-body .pk-dropcap-border-right:first-letter {
	padding-right: 2rem;
	border-right: 1px solid #dee2e6;
	border-radius: 0;
}

.content .pk-callout,
.entry-content .pk-callout,
.mce-content-body .pk-callout {
	font-size: 1.25rem;
	font-weight: 600;
}

.content .pk-content-block,
.entry-content .pk-content-block,
.mce-content-body .pk-content-block {
	margin-bottom: 2rem;
}

.content .pk-content-block > *:last-child,
.entry-content .pk-content-block > *:last-child,
.mce-content-body .pk-content-block > *:last-child {
	margin-bottom: 0;
}

.content .pk-block-alignment-left,
.entry-content .pk-block-alignment-left,
.mce-content-body .pk-block-alignment-left {
	float: left;
	max-width: 50%;
	margin-right: 2rem;
}

.content .pk-block-alignment-right,
.entry-content .pk-block-alignment-right,
.mce-content-body .pk-block-alignment-right {
	float: right;
	max-width: 50%;
	margin-left: 2rem;
}

.content .pk-block-border-left,
.entry-content .pk-block-border-left,
.mce-content-body .pk-block-border-left {
	padding-left: 2rem;
	border-left: 1px solid #dee2e6;
}

.content .pk-block-border-right,
.entry-content .pk-block-border-right,
.mce-content-body .pk-block-border-right {
	padding-right: 2rem;
	border-right: 1px solid #dee2e6;
}

.content .pk-block-border-top:before,
.entry-content .pk-block-border-top:before,
.mce-content-body .pk-block-border-top:before {
	background-color: #dee2e6;
	display: block;
	width: 4rem;
	height: 1px;
	margin: 2rem auto;
	content: "";
}

.content .pk-block-border-bottom:after,
.entry-content .pk-block-border-bottom:after,
.mce-content-body .pk-block-border-bottom:after {
	background-color: #dee2e6;
	display: block;
	width: 4rem;
	height: 1px;
	margin: 2rem auto;
	content: "";
}

.content .pk-block-border-all,
.entry-content .pk-block-border-all,
.mce-content-body .pk-block-border-all {
	padding: 2rem;
	border: 1px solid #dee2e6;
}

.content .pk-block-bg-light,
.entry-content .pk-block-bg-light,
.mce-content-body .pk-block-bg-light {
	background: #f8f9fa;
	padding: 2rem;
}

.content .pk-block-bg-inverse,
.entry-content .pk-block-bg-inverse,
.mce-content-body .pk-block-bg-inverse {
	background: black;
	padding: 2rem;
	color: #fff;
}

.content .pk-block-bg .pk-alert,
.entry-content .pk-block-bg .pk-alert,
.mce-content-body .pk-block-bg .pk-alert {
	background-color: white;
}

.content .pk-block-bg .pk-subscribe-form-wrap form,
.entry-content .pk-block-bg .pk-subscribe-form-wrap form,
.mce-content-body .pk-block-bg .pk-subscribe-form-wrap form {
	box-shadow: none;
}

.content .pk-block-shadows,
.entry-content .pk-block-shadows,
.mce-content-body .pk-block-shadows {
	padding: 2rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 767.98px) {
	.content .pk-content-block,
	.entry-content .pk-content-block,
	.mce-content-body .pk-content-block {
		float: none;
		width: 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-right: 0;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-contributors {
	--pk-contributors-item-border-color: #eeeeee;
	--pk-contributors-post-arrow-color: #ced4da;
	--pk-contributors-post-arrow-color-hover: #fff;
	--pk-contributors-post-arrow-backgroynd-hover: #6c757d;
	--pk-contributors-avatar-border-radius: 100%;
	--pk-contributors-post-arrow-border-radius: 100%;
	--pk-contributors-description-font-size: 80%;
	--pk-contributors-post-link-font-size: 0.875rem;
	--pk-contributors-post-link-line-height: 1.25rem;
	--pk-contributors-post-arrow-font-size: 14px;
}

/*--------------------------------------------------------------*/
.pk-widget-contributors .pk-author-item {
	display: flex;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px var(--pk-contributors-item-border-color) solid;
}

.pk-widget-contributors .pk-author-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.pk-widget-contributors .pk-author-avatar {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin-right: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-widget-contributors .pk-author-avatar img {
	border-radius: var(--pk-contributors-avatar-border-radius);
}

.pk-widget-contributors .pk-author-data {
	flex-grow: 1;
	width: 100%;
}

.pk-widget-contributors .pk-author-data .author-name {
	margin-top: 0;
	margin-bottom: .5rem;
}

.pk-widget-contributors .pk-author-data .author-description {
	font-size: var(--pk-contributors-description-font-size);
	margin-bottom: .5rem;
}

.pk-widget-contributors .pk-social-links-wrap {
	margin-top: .5rem;
}

.pk-widget-contributors .pk-author-posts {
	margin-top: 2rem;
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a {
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	position: relative;
	padding-left: 2rem;
	font-size: var(--pk-contributors-post-link-font-size);
	line-height: var(--pk-contributors-post-link-line-height);
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'powerkit-icons';
	content: "\e940";
	color: var(--pk-contributors-post-arrow-color);
	font-size: var(--pk-contributors-post-arrow-font-size);
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: var(--pk-contributors-post-arrow-border-radius);
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:hover:before {
	color: var(--pk-contributors-post-arrow-color-hover);
	transition: .2s ease all;
	background: var(--pk-contributors-post-arrow-backgroynd-hover);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.fb-page-wrapper {
	overflow: hidden;
}

.fb-comments {
	margin-top: 3rem;
}

.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
	width: 100% !important;
	left: 0;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-featured-categories {
	--pk-featured-image-background: #f8f9fa;
	--pk-featured-content-color: #FFFFFF;
	--pk-featured-overlay-background: #000000;
	--pk-featured-link-color: #FFFFFF;
	--pk-featured-list-count-background: #000000;
	--pk-featured-overlay-opacity: 0.3;
	--pk-featured-name-font-weight: bold;
	--pk-featured-tiles-count-font-size: 0.75rem;
	--pk-featured-list-count-font-size: 0.6875rem;
	--pk-featured-list-count-size: 1.5rem;
	--pk-featured-list-number-font-weight: bold;
}

/*--------------------------------------------------------------*/
.pk-featured-categories .pk-featured-item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.pk-featured-categories .pk-featured-image {
	background: var(--pk-featured-image-background);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pk-featured-categories .pk-featured-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pk-featured-categories .pk-featured-content {
	position: relative;
	padding: 40px;
	color: var(--pk-featured-content-color);
}

.pk-featured-categories .pk-featured-content:before {
	position: absolute;
	background: var(--pk-featured-overlay-background);
	opacity: var(--pk-featured-overlay-opacity);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.pk-featured-categories .pk-featured-inner {
	position: relative;
}

.pk-featured-categories .pk-featured-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pk-featured-categories .pk-featured-link span {
	display: none;
}

.pk-featured-categories-tiles {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.pk-featured-categories-tiles .pk-featured-item {
	min-height: 170px;
}

.pk-featured-categories-tiles .pk-featured-content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-grow: 1;
}

.pk-featured-categories-tiles .pk-featured-inner {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 0.25s;
}

.pk-featured-categories-tiles .pk-featured-item:hover .pk-featured-inner {
	transform: translate3d(0, -20%, 0);
	opacity: 0;
}

.pk-featured-categories-tiles .pk-featured-name {
	font-weight: var(--pk-featured-name-font-weight);
}

.pk-featured-categories-tiles .pk-featured-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pk-featured-link-color);
}

.pk-featured-categories-tiles .pk-featured-link span {
	display: inline-block;
	opacity: 0;
	transform: translate3d(0, 20%, 0);
	transition: 0.25s ease 0s;
}

.pk-featured-categories-tiles .pk-featured-link span:after {
	content: ' →';
}

.pk-featured-categories-tiles .pk-featured-link:hover span {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 0.25s ease 0.15s;
}

.pk-featured-categories-tiles .pk-featured-count {
	font-size: var(--pk-featured-tiles-count-font-size);
}

.pk-featured-categories-vertical-list .pk-featured-item {
	margin-top: 0.5rem;
}

.pk-featured-categories-vertical-list .pk-featured-item:first-child {
	margin-top: 0;
}

.pk-featured-categories-vertical-list .pk-featured-content {
	padding: 1rem;
}

.pk-featured-categories-vertical-list .pk-featured-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.pk-featured-categories-vertical-list .pk-featured-name {
	font-weight: var(--pk-featured-name-font-weight);
}

.pk-featured-categories-vertical-list .pk-featured-count {
	position: relative;
	background: var(--pk-featured-list-count-background);
	min-width: var(--pk-featured-list-count-size);
	height: var(--pk-featured-list-count-size);
	padding: 0 0.25rem;
	font-size: var(--pk-featured-list-count-font-size);
	overflow: hidden;
}

.pk-featured-categories-vertical-list .pk-featured-count:after {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--pk-featured-list-count-size);
	content: '→';
}

.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--pk-featured-list-count-size);
	font-weight: var(--pk-featured-list-number-font-weight);
	margin-top: 0;
	transition: 0.25s ease;
}

.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-label {
	display: none;
}

.pk-featured-categories-vertical-list .pk-featured-item:hover .pk-featured-number {
	margin-top: calc(var(--pk-featured-list-count-size) * -1);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-inline-posts .pk-inline-posts-title {
	margin-bottom: 1.5rem;
}

.pk-inline-posts:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}

.pk-inline-posts:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}

.pk-inline-posts-container .pk-overlay {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
}

.pk-inline-posts-container .pk-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pk-inline-posts-container .pk-overlay-background figure {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.pk-inline-posts-container .pk-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-inline-posts-container .pk-overlay-ratio:before {
	content: '';
	display: table;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.pk-inline-posts-container .pk-ratio-landscape:before {
	padding-bottom: 75%;
}

.pk-inline-posts-container .pk-overlay-link {
	display: block;
	width: 100%;
	height: 100%;
}

.pk-inline-posts-container .pk-post-inner:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-inline-posts-container .pk-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pk-inline-posts-container .pk-post-meta .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.pk-inline-posts-container article:not(:first-child) {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.pk-inline-posts-template-list .pk-post-outer {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.pk-inline-posts-template-list .pk-post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-inline-posts-template-list .pk-post-inner:not(:last-child) {
		margin-bottom: 0;
	}
	.pk-inline-posts-template-list .pk-post-inner:first-child:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pk-inline-posts-template-list .pk-post-inner + .pk-post-inner {
		margin-top: 0;
		display: flex;
		flex-direction: column;
	}
}

.pk-inline-posts-template-grid .pk-post-inner + .pk-post-inner {
	margin-top: 1rem;
}

@media (min-width: 576px) {
	.pk-inline-posts-template-grid {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.pk-inline-posts-template-grid article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-inline-posts-template-grid article:nth-child(-n+2) {
		margin-top: 0;
	}
	.pk-inline-posts-template-grid[data-columns="1"] {
		flex-direction: column;
	}
	.pk-inline-posts-template-grid[data-columns="1"] article {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pk-inline-posts-template-grid[data-columns="1"] article:not(:first-child) {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.pk-inline-posts-template-grid[data-columns="3"] article {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-inline-posts-template-grid[data-columns="3"] article:nth-child(-n+3) {
		margin-top: 0;
	}
	.pk-inline-posts-template-grid[data-columns="4"] article {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-inline-posts-template-grid[data-columns="4"] article:nth-child(-n+4) {
		margin-top: 0;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-instagram-feed {
	--pk-instagram-a-color: inherit;
	--pk-instagram-info-color: #000000;
	--pk-instagram-name-a-color: inherit;
	--pk-instagram-number-color: #000000;
	--pk-instagram-data-color: rgba(255, 255, 255, 0.9);
	--pk-instagram-link-opacity: rgba(0, 0, 0, 0.5);
	--pk-instagram-name-font-size: 0.875rem;
	--pk-instagram-counters-font-size: 80%;
	--pk-instagram-number-font-size: 0.875rem;
	--pk-instagram-number-font-weight: bold;
	--pk-instagram-meta-font-size: 14px;
}

/*--------------------------------------------------------------*/
.pk-instagram-header {
	margin-bottom: 1.5rem;
}

.pk-instagram-container {
	display: flex;
	align-items: center;
}

.pk-avatar-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	margin-right: 1rem;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}

.pk-instagram-avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pk-instagram-info a {
	color: var(--pk-instagram-a-color);
}

.pk-instagram-username {
	color: var(--pk-instagram-info-color);
	margin-top: 0;
	margin-bottom: 0;
	word-break: break-all;
}

.pk-instagram-name {
	font-size: var(--pk-instagram-name-font-size);
	word-break: break-all;
}

.pk-instagram-name a {
	color: var(--pk-instagram-name-a-color);
}

.pk-instagram-counters {
	display: flex;
	margin-top: 1rem;
	font-size: var(--pk-instagram-counters-font-size);
}

.pk-instagram-counters .counter + .counter {
	margin-left: 0.5rem;
}

.pk-instagram-counters .number {
	color: var(--pk-instagram-number-color);
	font-size: var(--pk-instagram-number-font-size);
	font-weight: var(--pk-instagram-number-font-weight);
}

.pk-instagram-footer {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.pk-instagram-footer .pk-instagram-btn {
	display: block;
	width: 100%;
}

.pk-instagram-items {
	display: flex;
	flex-wrap: wrap;
}

.pk-instagram-item {
	display: block;
	position: relative;
}

.pk-instagram-item:after {
	position: relative;
	padding-bottom: 100%;
	display: block;
	height: 0;
	z-index: 0;
	content: '';
}

.pk-instagram-link img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.25s;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pk-instagram-link {
	position: absolute;
	display: block;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: none;
}

.pk-instagram-link:before {
	background: var(--pk-instagram-link-opacity);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	transition: 0.25s;
	z-index: 2;
}

.pk-instagram-link:hover {
	box-shadow: none;
}

.pk-instagram-link:hover:before {
	opacity: 1;
}

.pk-instagram-link:hover img {
	transform: scale(1.1);
}

.pk-instagram-data {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--pk-instagram-data-color);
	z-index: 3;
	opacity: 0;
	transition: 0.25s;
}

.pk-instagram-link:hover .pk-instagram-data {
	opacity: 1;
}

.pk-instagram-meta {
	display: flex;
}

.pk-instagram-meta .pk-meta {
	display: flex;
	align-items: baseline;
	font-size: var(--pk-instagram-meta-font-size);
	margin-left: 10px;
}

.pk-instagram-meta .pk-meta i {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.pk-instagram-meta .pk-meta:first-child {
	margin-left: 0;
}

.widget .pk-instagram-meta {
	flex-direction: column;
	align-items: center;
}

.widget .pk-instagram-meta .pk-meta {
	margin: 0;
}

.pk-instagram-columns-1 .pk-instagram-item {
	flex: 0 0 100%;
}

.pk-instagram-columns-2 .pk-instagram-item {
	flex: 0 0 50%;
}

.pk-instagram-columns-3 .pk-instagram-item {
	flex: 0 0 33.3333333333%;
}

.pk-instagram-columns-4 .pk-instagram-item {
	flex: 0 0 25%;
}

.pk-instagram-columns-5 .pk-instagram-item {
	flex: 0 0 20%;
}

.pk-instagram-columns-6 .pk-instagram-item {
	flex: 0 0 16.6666666667%;
}

.pk-instagram-columns-7 .pk-instagram-item {
	flex: 0 0 14.2857142857%;
}

.pk-instagram-size-auto .pk-instagram-items {
	margin-left: -5px;
	margin-right: -5px;
}

.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
	margin: 5px;
}

.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
	flex: 0 0 calc(100% / 1 - 10px);
}

.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
	flex: 0 0 calc(100% / 2 - 10px);
}

.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
	flex: 0 0 calc(100% / 3 - 10px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.pk-instagram-size-auto .pk-instagram-items {
		margin: 0;
	}
	.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
		margin: 0;
	}
	.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
		flex: 0 0 100%;
	}
	.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
		flex: 0 0 50%;
	}
	.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
		flex: 0 0 33.3333333333%;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.gallery-type-justified {
	--pk-twitter-caption-color: #FFFFFF;
	--pk-twitter-caption-background: rgba(0, 0, 0, 0.5);
	--pk-twitter-loader-border-color: rgba(0, 0, 0, 0.25);
	--pk-twitter-loader-color: #777;
	--pk-twitter-caption-font-size: 0.75rem;
}

/*--------------------------------------------------------------*/
.gallery-type-justified {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 1.5rem;
}

.gallery-type-justified .gallery-item {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	/* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
	opacity: 0.1;
}

.gallery-type-justified .gallery-item > img,
.gallery-type-justified .gallery-item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 0;
}

.gallery-type-justified .gallery-item > .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.5rem;
	opacity: 0;
	color: var(--pk-twitter-caption-color);
	background-color: var(--pk-twitter-caption-background);
	font-size: var(--pk-twitter-caption-font-size);
	transition: 0.2s ease opacity;
}

.gallery-type-justified .gallery-item > .caption.caption-visible {
	opacity: 1;
}

.gallery-type-justified > .entry-visible {
	opacity: 1;
	background: none;
}

.gallery-type-justified > .entry-visible > img,
.gallery-type-justified > .entry-visible > a > img {
	opacity: 1;
}

.gallery-type-justified > .jg-filtered {
	display: none;
}

.gallery-type-justified.justified-loaded:before {
	display: none;
}

.gallery-type-justified:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid var(--pk-twitter-loader-border-color);
	border-top-color: var(--pk-twitter-loader-color);
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/* Vars */
.pk-zoom-icon-popup {
	--pk-zoom-icon-popup-color: white;
	--pk-zoom-icon-popup-background: rgba(0, 0, 0, 0.6);
	--pk-zoom-icon-popup-font-size: 16px;
}

/* Common Style */
.pk-lightbox-container {
	position: relative;
	max-width: 100%;
}

.pk-zoom-icon-popup {
	display: block;
}

.pk-zoom-icon-popup:after {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	opacity: 0;
	color: var(--pk-zoom-icon-popup-color);
	background: var(--pk-zoom-icon-popup-background);
	transition: all 0.2s ease;
	font-family: 'powerkit-icons';
	font-size: var(--pk-zoom-icon-popup-font-size);
	content: "\e916";
}

.pk-zoom-icon-popup:hover:after {
	opacity: 1;
}

.pk-zoom-icon-popup img {
	min-width: 100%;
}

.glightbox-clean .gslide-description {
	background: transparent;
}

.glightbox-clean .gdesc-inner {
	padding-left: 0;
	padding-right: 0;
}

.glightbox-clean .gslide-title {
	color: white;
	font-family: inherit;
	font-size: 1rem;
	font-weight: inherit;
}

.glightbox-clean .gslide-desc {
	color: rgba(255, 255, 255, 0.75);
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: inherit;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	--pk-subscribe-with-bg-color: #FFFFFF;
	--pk-subscribe-with-bg-elements-color: #FFFFFF;
	--pk-subscribe-heading-font-size: 1.25rem;
	--pk-subscribe-privacy-font-size: 80%;
}

/*--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	position: relative;
}

.pk-subscribe-form-wrap .pk-subscribe-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pk-subscribe-form-wrap .pk-subscribe-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-subscribe-form-wrap .pk-input-group {
	display: flex;
}

.pk-subscribe-form-wrap .pk-alert {
	margin: 1rem 0 0;
}

.pk-subscribe-form-wrap .pk-font-heading {
	font-size: var(--pk-subscribe-heading-font-size);
}

.pk-subscribe-form-wrap .pk-privacy {
	margin: 1rem 0 0;
	font-size: var(--pk-subscribe-privacy-font-size);
}

.pk-subscribe-form-wrap .pk-privacy label {
	margin-bottom: 0;
	cursor: pointer;
}

.pk-subscribe-form-wrap .pk-privacy input[type="checkbox"] {
	margin-right: 0.5rem;
}

.pk-subscribe-form-wrap .pk-subscribe-message a,
.pk-subscribe-form-wrap .pk-privacy a {
	border: none;
	text-decoration: underline;
}

.pk-subscribe-form-wrap .pk-subscribe-message a:hover,
.pk-subscribe-form-wrap .pk-privacy a:hover {
	text-decoration: none;
}

.pk-subscribe-with-name .pk-input-group {
	flex-direction: column;
}

.pk-subscribe-with-name .pk-input-group input,
.pk-subscribe-with-name .pk-input-group button {
	margin-top: 0.5rem;
}

.pk-subscribe-with-name .pk-input-group input:first-child,
.pk-subscribe-with-name .pk-input-group button:first-child {
	margin-top: 0;
}

.pk-subscribe-with-name .pk-input-group input[type="text"] {
	width: 100%;
}

.pk-subscribe-with-bg {
	color: var(--pk-subscribe-with-bg-color);
	overflow: hidden;
}

.pk-subscribe-with-bg .pk-subscribe-container {
	position: relative;
	padding: 2rem;
	z-index: 2;
}

.pk-subscribe-with-bg .pk-input-group input,
.pk-subscribe-with-bg .pk-input-group button {
	margin-top: 0.5rem;
}

.pk-subscribe-with-bg .pk-input-group input:first-child,
.pk-subscribe-with-bg .pk-input-group button:first-child {
	margin-top: 0;
}

.pk-subscribe-with-bg .section-heading {
	color: var(--pk-subscribe-with-bg-elements-color);
}

.pk-subscribe-with-bg .pk-title,
.pk-subscribe-with-bg .pk-subscribe-message,
.pk-subscribe-with-bg .pk-subscribe-message a,
.pk-subscribe-with-bg .pk-privacy,
.pk-subscribe-with-bg .pk-privacy a {
	color: var(--pk-subscribe-with-bg-elements-color);
}

.pk-subscribe-with-bg .subscription {
	box-shadow: none !important;
}

.pk-subscribe-form-widget .pk-bg-overlay {
	text-align: center;
}

.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group {
	background: transparent;
	display: block;
}

.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group button {
	margin-bottom: 0;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-pin-it {
	--pk-pinterest-pinit-background: rgba(0,0,0,0.25);
	--pk-pinterest-pinit-background-hover: rgba(0,0,0,0.5);
	--pk-pinterest-pinit-color: #FFFFFF;
	--pk-pinterest-pinit-color-hover: #FFFFFF;
	--pk-pinterest-pinit-font-size: 16px;
}

/*--------------------------------------------------------------*/
.pk-pin-it-container {
	position: relative;
	max-width: 100%;
}

@-webkit-keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pk-pin-it {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--pk-pinterest-pinit-color) !important;
	text-decoration: none !important;
	border: none !important;
	box-shadow: none !important;
	background-color: var(--pk-pinterest-pinit-background);
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: var(--pk-pinterest-pinit-font-size);
	text-align: center;
	opacity: 1;
	transition: background-color 0.25s ease;
	z-index: 2;
}

.pk-pin-it:hover {
	background-color: var(--pk-pinterest-pinit-background-hover);
	color: var(--pk-pinterest-pinit-color-hover);
}

.pk-pin-it span:first-child {
	display: none;
}

.pk-pin-it.pk-pin-it-visible {
	-webkit-animation: pk_pin_it_show 0.25s ease;
	animation: pk_pin_it_show 0.25s ease;
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item
.wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.wp-block-gallery figure.wp-block-image a.pk-pin-it {
	display: block !important;
	width: initial !important;
	height: initial !important;
	flex: initial !important;
	min-width: 32px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-scroll-to-top {
	--pk-scrolltop-background: #a0a0a0;
	--pk-scrolltop-icon-color: #FFFFFF;
	--pk-scrolltop-opacity: 1;
	--pk-scrolltop-opacity-hover: 0.7;
}

/*--------------------------------------------------------------*/
.pk-scroll-to-top {
	background: var(--pk-scrolltop-background);
	display: none;
	position: fixed;
	left: -9999px;
	bottom: 2rem;
	opacity: 0;
	transition: opacity 0.25s;
}

.pk-scroll-to-top.pk-active {
	opacity: var(--pk-scrolltop-opacity);
	left: auto;
	right: 2rem;
}

.pk-scroll-to-top:hover {
	opacity: var(--pk-scrolltop-opacity-hover);
}

.pk-scroll-to-top .pk-icon {
	display: block;
	padding: .6rem;
	color: var(--pk-scrolltop-icon-color);
	line-height: 1;
	transition: opacity .2s ease;
}

@media (min-width: 760px) {
	.pk-scroll-to-top {
		display: block;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-share-buttons-wrap {
	--pk-share-link-background: #F8F9FA;
	--pk-share-link-color: #000000;
	--pk-share-link-hover-color: #FFFFFF;
	--pk-share-link-hover-count-color: rgba(255,255,255,.9);
	--pk-share-simple-light-link-background: transparent;
	--pk-share-simple-light-link-hover-color: #6c757d;
	--pk-share-simple-dark-link-background: rgba(0,0,0,1);
	--pk-share-simple-dark-link-color: white;
	--pk-share-simple-dark-link-count-color: rgba(255, 255, 255, 0.9);
	--pk-share-simple-dark-link-hover-background: rgba(0,0,0,0.85);
	--pk-share-bold-bg-link-color: #fff;
	--pk-share-bold-bg-link-count-color: rgba(255, 255, 255, 0.9);
	--pk-share-bold-light-link-hover-count-color: #6c757d;
	--pk-share-bold-link-hover-count-color: #6c757d;
	--pk-share-inverse-link-color: #fff;
	--pk-share-inverse-link-count-color: rgba(255,255,255,0.75);
	--pk-share-inverse-total-count-color: rgba(255,255,255,0.75);
	--pk-share-inverse-total-label-color: #fff;
	--pk-share-highlight-background: #fff;
	--pk-share-highlight-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.07);
	--pk-mobile-share-horizontal-background: #F8F9FA;
	--pk-mobile-share-total-background: rgba(0,0,0,1);
	--pk-mobile-share-total-label-color: rgba(255,255,255,1);
	--pk-mobile-share-total-count-color: rgba(255,255,255,0.5);
	--pk-mobile-share-total-count-font-size: 0.75rem;
	--pk-mobile-share-close-font-size: 1.5rem;
	--pk-mobile-share-close-color: #FFF;
	--pk-share-tip-background: #FFFFFF;
	--pk-share-tip-border-color: #dbdbdb;
	--pk-share-tip-border-radius: 2px;
}

.pk-mobile-share-overlay {
	--pk-mobile-share-overlay-background: rgba(0,0,0,0.35);
}

/*--------------------------------------------------------------*/
/* --------------------------------------------------------------*/
.pk-share-buttons-wrap {
	display: flex;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1;
}

.pk-share-buttons-wrap .pk-share-buttons-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: 100%;
	height: 36px;
	padding: 0 1rem;
	background: var(--pk-share-link-background);
	color: var(--pk-share-link-color);
	text-decoration: none;
	transition: .25s ease all;
	border: none;
	box-shadow: none;
}

.pk-share-buttons-wrap .pk-share-buttons-link:hover {
	color: var(--pk-share-link-hover-color);
	box-shadow: none;
}

.pk-share-buttons-wrap .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: var(--pk-share-link-hover-count-color);
}

.pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
	transition: .25s ease all;
	opacity: 0.6;
}

.pk-share-buttons-icon,
.pk-share-buttons-title,
.pk-share-buttons-label,
.pk-share-buttons-count {
	padding: 0 0.25rem;
}

.pk-share-buttons-total {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 2rem;
}

.pk-share-buttons-total .pk-share-buttons-title {
	display: none;
	margin-bottom: .25rem;
}

.pk-share-buttons-total .pk-share-buttons-count {
	margin-bottom: .25rem;
}

.pk-share-buttons-items {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	margin: -0.25rem;
}

.pk-share-buttons-item {
	display: flex;
	align-items: center;
	padding: 0.25rem;
}

.pk-share-buttons-icon {
	line-height: inherit;
}

.pk-share-buttons-item > .pk-share-buttons-count {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	padding: 0.25rem 0.25rem;
	margin-left: 0.5rem;
	position: relative;
	background: var(--pk-share-tip-background);
	border-color: var(--pk-share-tip-border-color);
	border: 1px solid var(--pk-share-tip-border-color);
	line-height: 1rem;
	border-radius: var(--pk-share-tip-border-radius);
	cursor: default;
}

.pk-share-buttons-item > .pk-share-buttons-count:after, .pk-share-buttons-item > .pk-share-buttons-count:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	pointer-events: none;
}

.pk-share-buttons-item > .pk-share-buttons-count:after {
	border-color: transparent;
	border-right-color: var(--pk-share-tip-background);
	border-width: 5px;
	margin-top: -5px;
}

.pk-share-buttons-item > .pk-share-buttons-count:before {
	border-color: transparent;
	border-right-color: var(--pk-share-tip-border-color);
	border-width: 6px;
	margin-top: -6px;
}

.pk-share-buttons-no-count .pk-share-buttons-count {
	display: none;
}

.pk-share-buttons-total-no-count {
	display: none;
}

/* ----------------------------- Layouts ---------------------------------*/
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n+2) {
	flex-grow: 1;
}

.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-title {
	display: none;
}

.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-label {
	display: none;
}

.pk-share-buttons-layout-equal .pk-share-buttons-item {
	flex-grow: 1;
}

/* ----------------------------- Schemes ---------------------------------*/
.pk-share-buttons-scheme-simple-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: var(--pk-share-simple-light-link-background);
	padding: 0;
	height: initial;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-link:hover .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: var(--pk-share-simple-light-link-hover-color);
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #00aced;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #3b5998;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #675144;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #006567;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #007bb6;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #cb2027;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #eb4823;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #29a628;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #25af00;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #7b519d;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #ef4056;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #EE8208;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	color: #f52928;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #ff4500;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #FF8226;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: #121212;
}

.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	background: #00aced;
}

.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	background: #3b5998;
}

.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	background: #675144;
}

.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	background: #0084ff;
}

.pk-share-buttons-scheme-default .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	background: #006567;
}

.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	background: #007bb6;
}

.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	background: #cb2027;
}

.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	background: #eb4823;
}

.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	background: #29a628;
}

.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	background: #2ca5e0;
}

.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	background: #25af00;
}

.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	background: #7b519d;
}

.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	background: #ef4056;
}

.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	background: #0084ff;
}

.pk-share-buttons-scheme-default .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	background: #EE8208;
}

.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	background: #45668e;
}

.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	background: #45668e;
}

.pk-share-buttons-scheme-default .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	background: #f52928;
}

.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	background: #ff4500;
}

.pk-share-buttons-scheme-default .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	background: #FF8226;
}

.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	background: #121212;
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: var(--pk-share-simple-dark-link-background);
	color: var(--pk-share-simple-dark-link-color);
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-simple-dark-link-count-color);
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover {
	background: var(--pk-share-simple-dark-link-hover-background);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link {
	color: var(--pk-share-bold-bg-link-color);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-bold-bg-link-count-color);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	background: #00aced;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	background: #21c2ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	background: #3b5998;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	background: #4c70ba;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	background: #675144;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	background: #866958;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	background: #0084ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	background: #339dff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	background: #006567;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	background: #00979a;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	background: #007bb6;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	background: #009de9;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	background: #cb2027;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	background: #e03e44;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	background: #eb4823;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	background: #ef6f52;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	background: #29a628;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	background: #34ce33;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	background: #2ca5e0;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	background: #58b8e7;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	background: #25af00;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	background: #30e200;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	background: #7b519d;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	background: #946db4;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	background: #ef4056;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	background: #f36f80;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	background: #0084ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	background: #339dff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	background: #EE8208;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	background: #f89b31;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	background: #45668e;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	background: #587fae;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	background: #45668e;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	background: #587fae;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
	background: #f52928;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	background: #f75a59;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	background: #ff4500;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	background: #ff6a33;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	background: #FF8226;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	background: #ff9f59;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	background: #121212;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	background: #2c2b2b;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: transparent;
	padding: 0;
	height: initial;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-link:hover > .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count {
	color: var(--pk-share-bold-light-link-hover-count-color);
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	color: #00aced;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #0087ba;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	color: #3b5998;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #2d4373;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	color: #675144;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #483930;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	color: #006567;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #003334;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	color: #007bb6;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #005983;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	color: #cb2027;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #9f191f;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	color: #eb4823;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #c93412;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	color: #29a628;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #1f7d1e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #1c88bd;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	color: #25af00;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #1a7c00;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	color: #7b519d;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #61407b;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	color: #ef4056;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #e9132e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	color: #EE8208;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #bd6706;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
	color: #f52928;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	color: #e00b0a;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	color: #ff4500;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #cc3700;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	color: #FF8226;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #f26700;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	color: #121212;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: black;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold .pk-share-buttons-link:hover > .pk-share-buttons-count {
	color: var(--pk-share-bold-link-hover-count-color);
}

.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	color: #00aced;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #0087ba;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	color: #3b5998;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #2d4373;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	color: #675144;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #483930;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	color: #006567;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #003334;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	color: #007bb6;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #005983;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	color: #cb2027;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #9f191f;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	color: #eb4823;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #c93412;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	color: #29a628;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #1f7d1e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #1c88bd;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	color: #25af00;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #1a7c00;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	color: #7b519d;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #61407b;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	color: #ef4056;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #e9132e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	color: #EE8208;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #bd6706;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
	color: #f52928;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	color: #e00b0a;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	color: #ff4500;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #cc3700;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	color: #FF8226;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #f26700;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	color: #121212;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: black;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: transparent;
	padding: 0;
	height: initial;
	color: var(--pk-share-inverse-link-color);
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-inverse-link-count-color);
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--pk-share-inverse-total-count-color) !important;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-label,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label {
	color: var(--pk-share-inverse-total-label-color) !important;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #00aced;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #3b5998;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #675144;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #006567;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #007bb6;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #cb2027;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #eb4823;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #29a628;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #25af00;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #7b519d;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #ef4056;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #EE8208;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
	color: #f52928;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #ff4500;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #FF8226;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: #121212;
}

@media (min-width: 720px) {
	.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-whatsapp,
	.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-fb-messenger {
		display: none;
	}
}

/* ----------------------------- Highlight and Shares ---------------------------------*/
.pk-share-buttons-highlight-text {
	display: none;
}

.pk-share-buttons-highlight-clone {
	background: var(--pk-share-highlight-background);
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	padding: 1rem;
	margin: 0;
	z-index: 3;
	box-shadow: var(--pk-share-highlight-box-shadow);
}

/* ----------------------------- Blockquote ---------------------------------*/
.pk-share-buttons-blockquote {
	display: none;
}

.pk-share-buttons-blockquote-clone {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

/* ----------------------------- Mobile Share ---------------------------------*/
.pk-share-buttons-mobile-share {
	position: fixed;
	z-index: 99997;
}

@media (min-width: 720px) {
	.pk-share-buttons-mobile-share {
		display: none !important;
	}
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal {
	background: var(--pk-mobile-share-horizontal-background);
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-total {
	margin-right: 1.5rem;
	padding-left: 1.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-items {
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-item {
	flex: 1;
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-link {
	height: 100%;
	padding: 1.5rem 0.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
	flex-direction: column;
	overflow: hidden;
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
	position: relative;
	background: var(--pk-mobile-share-total-background);
	flex-direction: row;
	align-items: center;
	padding: 1rem;
	margin: 0;
	order: 2;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.25s;
	z-index: 1;
	cursor: pointer;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-title {
	display: none;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label {
	display: flex;
	align-items: center;
	color: var(--pk-mobile-share-total-label-color);
	margin: 0;
	order: 1;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label:before {
	font-family: 'powerkit-icons';
	margin-right: 0.5rem;
	content: "\e93d";
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--pk-mobile-share-total-count-color);
	font-size: var(--pk-mobile-share-total-count-font-size);
	margin: 0;
	order: 2;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count {
	display: flex;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count .pk-share-buttons-count {
	display: none;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
	flex-direction: column;
	margin: 0;
	margin-bottom: 1rem;
	order: 1;
	opacity: 1;
	transform: translate3d(0, calc(100% + 1rem), 0);
	transition: 0.5s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:first-child, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:first-child {
	transform: translate3d(0, 0, 0);
	margin-bottom: 0;
	opacity: 1;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:after, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
	bottom: -1rem;
	right: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: transparent;
	border-width: 5px;
	transform: translateX(50%);
	margin-bottom: -10px;
	transition: 0.5s;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-item, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-item {
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-link, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-link {
	height: 40px;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side {
	left: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items {
	margin-right: auto;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side {
	right: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
	margin-left: auto;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	right: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup:after {
	position: absolute;
	top: 0;
	right: 0;
	left: -99999px;
	font-family: 'powerkit-icons';
	font-size: var(--pk-mobile-share-close-font-size);
	color: var(--pk-mobile-share-close-color);
	opacity: 0;
	transition: opacity 0.25s ease;
	cursor: pointer;
	content: "\e913";
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
	bottom: 1rem;
	right: 0;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 0.25s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-items {
	flex-grow: initial;
	margin: 0;
	opacity: 0;
	margin-left: -9999px;
	max-height: calc(100vh - 8rem);
	overflow-y: auto;
	transition: opacity 0.25s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-item {
	flex: 1;
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link {
	display: flex;
	flex-direction: column;
	padding: 3rem 1.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link .pk-share-buttons-count {
	margin-top: 0.25rem;
}

.pk-mobile-share-overlay {
	background: transparent;
	transition: 0.5s;
	z-index: 99996;
}

.pk-mobile-share-active .pk-mobile-share-overlay {
	background: var(--pk-mobile-share-overlay-background);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items:after,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
	border-bottom-color: var(--pk-mobile-share-total-background);
	margin-bottom: 0;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup {
	overflow: initial;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup:after {
	left: initial;
	opacity: 1;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-total {
	position: absolute;
	transform: translate3d(0, 100%, 0);
	opacity: 0;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-items {
	margin-left: 0;
	opacity: 1;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.gallery-type-slider.gallery {
	display: block;
}

.gallery-type-slider .gallery-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.gallery-type-slider .wp-caption-text {
	margin-top: 1rem;
}

.gallery-type-slider figure {
	margin-bottom: 0;
}

.gallery-type-slider img {
	width: 100%;
	height: auto;
}

.gallery-type-slider > .gallery-item:not(:first-child) {
	position: fixed;
	top: -9999px;
	left: -9999px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-social-links-wrap {
	--pk-social-link-color: #000000;
	--pk-social-links-label-color: rgba(0,0,0,.3);
	--pk-social-links-icon-color: inherit;
	--pk-social-links-title-color: inherit;
	--pk-social-nav-count-color: rgba(0,0,0,.5);
	--pk-social-bold-title-color: #000000;
	--pk-social-inverse-link-color: #FFFFFF;
	--pk-social-light-bg-link-background: #f8f9fa;
	--pk-social-light-bg-hover-color: #FFFFFF;
	--pk-social-light-bg-hover-title-color:#FFFFFF;
	--pk-social-light-bg-hover-label-color:rgba(255,255,255,.75);
	--pk-social-light-bg-hover-count-color:rgba(255,255,255,.75);
	--pk-social-bold-bg-link-color: #FFFFFF;
	--pk-social-dark-link-background: #000000;
	--pk-social-dark-link-color: #FFFFFF;
	--pk-social-dark-link-hover-background: #1a1919;
	--pk-social-light-rounded-icon-background: #f8f9fa;
	--pk-social-light-rounded-title-color: #000000;
	--pk-social-bold-rounded-icon-background: #f8f9fa;
	--pk-social-bold-rounded-icon-color: #FFFFFF;
	--pk-social-bold-rounded-title-color: #000000;
	--pk-social-dark-rounded-link-background: #000000;
	--pk-social-dark-rounded-link-color: #FFFFFF;
	--pk-social-dark-rounded-link-hover-background: #1a1919;
	--pk-social-links-title-font-size: 0.875rem;
	--pk-social-vertical-icon-font-size: 110%;
}

/*--------------------------------------------------------------*/
/* --------------------------------------------------------------*/
.pk-social-links-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.125rem;
}

.pk-social-links-item {
	display: flex;
}

.pk-social-links-item {
	padding: 0 0.125rem 0.125rem;
}

.pk-social-links-item .pk-social-links-link {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	height: 100%;
	line-height: 1;
	text-align: center;
	color: var(--pk-social-link-color);
	border: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.2s;
}

.pk-social-links-note {
	display: inline-block !important;
}

.pk-social-links-note-icon:before {
	font-family: 'powerkit-icons';
	font-size: 1.125em;
	content: "\e946";
}

.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
	margin-top: 0.5rem;
}

.pk-social-links-icon,
.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
	transition: color 0.2s;
}

.pk-social-links-title {
	transition: color 0.2s;
	white-space: nowrap;
	font-size: var(--pk-social-links-title-font-size);
}

.pk-social-links-label {
	color: var(--pk-social-links-label-color);
}

.pk-social-links-no-count .pk-social-links-count {
	display: none;
}

.pk-social-links .pk-social-links-icon {
	color: var(--pk-social-links-icon-color);
}

.pk-social-links .pk-social-links-title {
	color: var(--pk-social-links-title-color);
}

.pk-social-links-twitter .pk-social-links-link:hover {
	color: #00aced;
}

.pk-social-links-facebook .pk-social-links-link:hover {
	color: #3b5998;
}

.pk-social-links-instagram .pk-social-links-link:hover {
	color: #675144;
}

.pk-social-links-fb-messenger .pk-social-links-link:hover {
	color: #0084ff;
}

.pk-social-links-youtube .pk-social-links-link:hover {
	color: #ff0000;
}

.pk-social-links-vimeo .pk-social-links-link:hover {
	color: #00ADEF;
}

.pk-social-links-soundcloud .pk-social-links-link:hover {
	color: #FE8336;
}

.pk-social-links-spotify .pk-social-links-link:hover {
	color: #1ED760;
}

.pk-social-links-dribbble .pk-social-links-link:hover {
	color: #EA4C89;
}

.pk-social-links-behance .pk-social-links-link:hover {
	color: #115EFA;
}

.pk-social-links-github .pk-social-links-link:hover {
	color: #010101;
}

.pk-social-links-tumblr .pk-social-links-link:hover {
	color: #35455C;
}

.pk-social-links-bloglovin .pk-social-links-link:hover {
	color: #00BDF4;
}

.pk-social-links-linkedin .pk-social-links-link:hover {
	color: #007bb6;
}

.pk-social-links-pinterest .pk-social-links-link:hover {
	color: #cb2027;
}

.pk-social-links-stumbleupon .pk-social-links-link:hover {
	color: #eb4823;
}

.pk-social-links-whatsapp .pk-social-links-link:hover {
	color: #29a628;
}

.pk-social-links-telegram .pk-social-links-link:hover {
	color: #2ca5e0;
}

.pk-social-links-line .pk-social-links-link:hover {
	color: #25af00;
}

.pk-social-links-viber .pk-social-links-link:hover {
	color: #7b519d;
}

.pk-social-links-pocket .pk-social-links-link:hover {
	color: #ef4056;
}

.pk-social-links-messenger .pk-social-links-link:hover {
	color: #0084ff;
}

.pk-social-links-ok .pk-social-links-link:hover {
	color: #EE8208;
}

.pk-social-links-vk .pk-social-links-link:hover {
	color: #45668e;
}

.pk-social-links-vkontakte .pk-social-links-link:hover {
	color: #45668e;
}

.pk-social-links-xing .pk-social-links-link:hover {
	color: #006567;
}

.pk-social-links-twitch .pk-social-links-link:hover {
	color: #4B367C;
}

.pk-social-links-flickr .pk-social-links-link:hover {
	color: #FF1981;
}

.pk-social-links-snapchat .pk-social-links-link:hover {
	color: #F0EC00;
}

.pk-social-links-medium .pk-social-links-link:hover {
	color: #1f1f1f;
}

.pk-social-links-reddit .pk-social-links-link:hover {
	color: #ff4500;
}

.pk-social-links-wechat .pk-social-links-link:hover {
	color: #1AAD19;
}

.pk-social-links-tiktok .pk-social-links-link:hover {
	color: #000000;
}

.pk-social-links-discord .pk-social-links-link:hover {
	color: #5b77b8;
}

.pk-social-links-weibo .pk-social-links-link:hover {
	color: #D72829;
}

.pk-social-links-android .pk-social-links-link:hover {
	color: #A4C639;
}

.pk-social-links-apple .pk-social-links-link:hover {
	color: #444444;
}

.pk-social-links-yelp .pk-social-links-link:hover {
	color: #D32323;
}

.pk-social-links-stackoverflow .pk-social-links-link:hover {
	color: #FE7A15;
}

.pk-social-links-codepen .pk-social-links-link:hover {
	color: #000000;
}

.pk-social-links-gitlab .pk-social-links-link:hover {
	color: #E24329;
}

.pk-social-links-freecodecamp .pk-social-links-link:hover {
	color: #006400;
}

.pk-social-links-jsfiddle .pk-social-links-link:hover {
	color: #487AA2;
}

.pk-social-links-bitbucket .pk-social-links-link:hover {
	color: #205081;
}

.pk-social-links-foursquare .pk-social-links-link:hover {
	color: #2D5BE3;
}

.pk-social-links-500px .pk-social-links-link:hover {
	color: #0099E5;
}

.pk-social-links-delicious .pk-social-links-link:hover {
	color: #3399FF;
}

.pk-social-links-deviantart .pk-social-links-link:hover {
	color: #05CC47;
}

.pk-social-links-houzz .pk-social-links-link:hover {
	color: #7AC142;
}

.pk-social-links-meetup .pk-social-links-link:hover {
	color: #EC1C40;
}

.pk-social-links-producthunt .pk-social-links-link:hover {
	color: #DA552F;
}

.pk-social-links-slideshare .pk-social-links-link:hover {
	color: #0077B5;
}

.pk-social-links-tripadvisor .pk-social-links-link:hover {
	color: #589442;
}

.pk-social-links-steam .pk-social-links-link:hover {
	color: #00ADEE;
}

.pk-social-links-thumbtack .pk-social-links-link:hover {
	color: #1AA1D8;
}

.pk-social-links-goodreads .pk-social-links-link:hover {
	color: #BAAC9A;
}

.pk-social-links-mastodon .pk-social-links-link:hover {
	color: #3088D4;
}

.pk-social-links-pixelfed .pk-social-links-link:hover {
	color: #F22349;
}

.pk-social-links-microblog .pk-social-links-link:hover {
	color: #FD8308;
}

.pk-social-links-googlenews .pk-social-links-link:hover {
	color: #4b8cf5;
}

.pk-social-links-flipboard .pk-social-links-link:hover {
	color: #f52928;
}

.pk-social-links-strava .pk-social-links-link:hover {
	color: #FC4C02;
}

.pk-social-links-phone .pk-social-links-link:hover {
	color: #121212;
}

.pk-social-links-mail .pk-social-links-link:hover {
	color: #121212;
}

.pk-social-links-rss .pk-social-links-link:hover {
	color: #FFA500;
}

/* ----------------------------- Templates ---------------------------------*/
.pk-social-links-template-inline.pk-social-links-align-left .pk-social-links-items {
	justify-content: flex-start;
}

.pk-social-links-template-inline.pk-social-links-align-center .pk-social-links-items {
	justify-content: center;
}

.pk-social-links-template-inline.pk-social-links-align-right .pk-social-links-items {
	justify-content: flex-end;
}

.pk-social-links-template-inline .pk-social-links-item {
	min-width: 3rem;
}

.pk-social-links-template-columns .pk-social-links-items {
	justify-content: flex-start;
}

.pk-social-links-template-columns .pk-social-links-item {
	padding: 0;
}

.pk-social-links-template-columns .pk-social-links-link {
	padding: 1rem .5rem !important;
}

.pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
	margin-top: 0;
}

.pk-social-links-template-col-2 .pk-social-links-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.pk-social-links-template-col-3 .pk-social-links-item {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.pk-social-links-template-col-4 .pk-social-links-item {
	flex: 0 0 25%;
	max-width: 25%;
}

.pk-social-links-template-col-5 .pk-social-links-item {
	flex: 0 0 20%;
	max-width: 20%;
}

.pk-social-links-template-col-6 .pk-social-links-item {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.pk-social-links-template-vertical .pk-social-links-items {
	display: block;
	margin: 0;
}

.pk-social-links-template-vertical .pk-social-links-item {
	padding: 0;
}

.pk-social-links-template-vertical .pk-social-links-item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.pk-social-links-template-vertical .pk-social-links-link {
	padding: .5rem 0;
}

.pk-social-links-template-vertical .pk-social-links-item + .pk-social-links-item {
	margin-top: 1px;
}

.pk-social-links-template-vertical .pk-social-links-icon,
.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label,
.pk-social-links-template-vertical .pk-social-links-title {
	margin-top: 0;
}

.pk-social-links-template-vertical .pk-social-links-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	font-size: var(--pk-social-vertical-icon-font-size);
	order: 1;
}

.pk-social-links-template-vertical .pk-social-links-title {
	margin-left: 1rem;
	order: 2;
}

.pk-social-links-template-vertical .pk-social-links-label {
	margin-left: 0.5rem;
	order: 3;
}

.pk-social-links-template-vertical .pk-social-links-count {
	margin-left: auto;
	order: 4;
}

.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label {
	padding: 0 0.125rem;
}

.pk-social-links-template-nav .pk-social-links-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -0.225rem;
}

.pk-social-links-template-nav .pk-social-links-item {
	padding: 0 0.225rem;
}

.pk-social-links-template-nav .pk-social-links-item:not(:last-child) {
	margin-right: .25rem;
}

.pk-social-links-template-nav .pk-social-links-item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 1;
}

.pk-social-links-template-nav .pk-social-links-icon {
	margin-top: 0;
}

.pk-social-links-template-nav .pk-social-links-count,
.pk-social-links-template-nav .pk-social-links-label,
.pk-social-links-template-nav .pk-social-links-title {
	margin-top: 0;
	margin-left: 0.25rem;
	transition: color 0.2s;
}

.pk-social-links-template-nav .pk-social-links-count {
	color: var(--pk-social-nav-count-color);
}

/* ----------------------------- Schemes ---------------------------------*/
.pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-bold-title-color);
}

.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link {
	color: #00aced;
}

.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link {
	color: #00aced !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998;
}

.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba !important;
}

.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link {
	color: #675144;
}

.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link {
	color: #675144 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958 !important;
}

.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff;
}

.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000;
}

.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333 !important;
}

.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF;
}

.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336;
}

.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269 !important;
}

.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760;
}

.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d !important;
}

.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89;
}

.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link {
	color: #115EFA;
}

.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link {
	color: #115EFA !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb !important;
}

.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link {
	color: #010101;
}

.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link {
	color: #010101 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a !important;
}

.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C;
}

.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c !important;
}

.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4;
}

.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff !important;
}

.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6;
}

.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9 !important;
}

.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027;
}

.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44 !important;
}

.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823;
}

.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52 !important;
}

.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628;
}

.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33 !important;
}

.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0;
}

.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link {
	color: #25af00;
}

.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link {
	color: #25af00 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200 !important;
}

.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link {
	color: #7b519d;
}

.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link {
	color: #7b519d !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4 !important;
}

.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056;
}

.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80 !important;
}

.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff;
}

.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link {
	color: #EE8208;
}

.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link {
	color: #EE8208 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31 !important;
}

.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link {
	color: #45668e;
}

.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e;
}

.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link {
	color: #006567;
}

.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link {
	color: #006567 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a !important;
}

.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C;
}

.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0 !important;
}

.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981;
}

.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d !important;
}

.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00;
}

.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24 !important;
}

.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f;
}

.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838 !important;
}

.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500;
}

.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33 !important;
}

.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19;
}

.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f !important;
}

.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link {
	color: #000000;
}

.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8;
}

.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link {
	color: #D72829;
}

.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link {
	color: #D72829 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354 !important;
}

.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link {
	color: #A4C639;
}

.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link {
	color: #A4C639 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161 !important;
}

.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link {
	color: #444444;
}

.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link {
	color: #444444 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d !important;
}

.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link {
	color: #D32323;
}

.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link {
	color: #D32323 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848 !important;
}

.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15;
}

.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748 !important;
}

.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link {
	color: #000000;
}

.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329;
}

.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56 !important;
}

.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400;
}

.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700 !important;
}

.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2;
}

.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba !important;
}

.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081;
}

.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa !important;
}

.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3;
}

.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9 !important;
}

.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link {
	color: #0099E5;
}

.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link {
	color: #0099E5 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF;
}

.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47;
}

.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a !important;
}

.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142;
}

.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68 !important;
}

.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40;
}

.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68 !important;
}

.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F;
}

.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a !important;
}

.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5;
}

.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442;
}

.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356 !important;
}

.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE;
}

.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8;
}

.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A;
}

.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4;
}

.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd !important;
}

.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349;
}

.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371 !important;
}

.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308;
}

.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b !important;
}

.pk-social-links-scheme-bold .pk-social-links-googlenews .pk-social-links-link {
	color: #4b8cf5;
}

.pk-social-links-scheme-bold .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
	color: #7babf8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link {
	color: #4b8cf5 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
	color: #7babf8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-flipboard .pk-social-links-link {
	color: #f52928;
}

.pk-social-links-scheme-bold .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
	color: #f75a59;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link {
	color: #f52928 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
	color: #f75a59 !important;
}

.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02;
}

.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34 !important;
}

.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link {
	color: #121212;
}

.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link {
	color: #121212;
}

.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link {
	color: #FFA500;
}

.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link {
	color: #FFA500 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733 !important;
}

.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link {
	color: var(--pk-social-inverse-link-color) !important;
}

.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #00aced !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #3b5998 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #675144 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #0084ff !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff0000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #00ADEF !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #FE8336 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #1ED760 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #115EFA !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #010101 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #35455C !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #007bb6 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #cb2027 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #eb4823 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #29a628 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #25af00 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #7b519d !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef4056 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #0084ff !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #EE8208 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #45668e !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #45668e !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #006567 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #4B367C !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #FF1981 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4500 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #000000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #D72829 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #A4C639 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #444444 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #D32323 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #000000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #E24329 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #006400 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #487AA2 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #205081 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099E5 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #3399FF !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #05CC47 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #7AC142 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #DA552F !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0077B5 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #589442 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #00ADEE !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #3088D4 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #F22349 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #FD8308 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
	color: #4b8cf5 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
	color: #f52928 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #121212 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #121212 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #FFA500 !important;
}

.pk-social-links-scheme-light-bg .pk-social-links-link,
.is-style-pk-social-links-light-bg .pk-social-links-link {
	padding: .8rem 1rem;
	background-color: var(--pk-social-light-bg-link-background);
	color: var(--pk-social-light-bg-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-title {
	color: var(--pk-social-light-bg-title-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-label {
	color: var(--pk-social-light-bg-label-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-count {
	color: var(--pk-social-light-bg-count-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover {
	color: var(--pk-social-light-bg-hover-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-light-bg-hover-title-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-label {
	color: var(--pk-social-light-bg-hover-label-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-count {
	color: var(--pk-social-light-bg-hover-count-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitter .pk-social-links-link:hover {
	background-color: #00aced;
}

.pk-social-links-scheme-light-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-facebook .pk-social-links-link:hover {
	background-color: #3b5998;
}

.pk-social-links-scheme-light-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-instagram .pk-social-links-link:hover {
	background-color: #675144;
}

.pk-social-links-scheme-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
	background-color: #0084ff;
}

.pk-social-links-scheme-light-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-youtube .pk-social-links-link:hover {
	background-color: #ff0000;
}

.pk-social-links-scheme-light-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vimeo .pk-social-links-link:hover {
	background-color: #00ADEF;
}

.pk-social-links-scheme-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
	background-color: #FE8336;
}

.pk-social-links-scheme-light-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-spotify .pk-social-links-link:hover {
	background-color: #1ED760;
}

.pk-social-links-scheme-light-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-dribbble .pk-social-links-link:hover {
	background-color: #EA4C89;
}

.pk-social-links-scheme-light-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-behance .pk-social-links-link:hover {
	background-color: #115EFA;
}

.pk-social-links-scheme-light-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-github .pk-social-links-link:hover {
	background-color: #010101;
}

.pk-social-links-scheme-light-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tumblr .pk-social-links-link:hover {
	background-color: #35455C;
}

.pk-social-links-scheme-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
	background-color: #00BDF4;
}

.pk-social-links-scheme-light-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-linkedin .pk-social-links-link:hover {
	background-color: #007bb6;
}

.pk-social-links-scheme-light-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pinterest .pk-social-links-link:hover {
	background-color: #cb2027;
}

.pk-social-links-scheme-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
	background-color: #eb4823;
}

.pk-social-links-scheme-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
	background-color: #29a628;
}

.pk-social-links-scheme-light-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-telegram .pk-social-links-link:hover {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-light-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-line .pk-social-links-link:hover {
	background-color: #25af00;
}

.pk-social-links-scheme-light-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-viber .pk-social-links-link:hover {
	background-color: #7b519d;
}

.pk-social-links-scheme-light-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pocket .pk-social-links-link:hover {
	background-color: #ef4056;
}

.pk-social-links-scheme-light-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-messenger .pk-social-links-link:hover {
	background-color: #0084ff;
}

.pk-social-links-scheme-light-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-ok .pk-social-links-link:hover {
	background-color: #EE8208;
}

.pk-social-links-scheme-light-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vk .pk-social-links-link:hover {
	background-color: #45668e;
}

.pk-social-links-scheme-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
	background-color: #45668e;
}

.pk-social-links-scheme-light-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-xing .pk-social-links-link:hover {
	background-color: #006567;
}

.pk-social-links-scheme-light-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitch .pk-social-links-link:hover {
	background-color: #4B367C;
}

.pk-social-links-scheme-light-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-flickr .pk-social-links-link:hover {
	background-color: #FF1981;
}

.pk-social-links-scheme-light-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-snapchat .pk-social-links-link:hover {
	background-color: #F0EC00;
}

.pk-social-links-scheme-light-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-medium .pk-social-links-link:hover {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-light-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-reddit .pk-social-links-link:hover {
	background-color: #ff4500;
}

.pk-social-links-scheme-light-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-wechat .pk-social-links-link:hover {
	background-color: #1AAD19;
}

.pk-social-links-scheme-light-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tiktok .pk-social-links-link:hover {
	background-color: #000000;
}

.pk-social-links-scheme-light-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-discord .pk-social-links-link:hover {
	background-color: #5b77b8;
}

.pk-social-links-scheme-light-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-weibo .pk-social-links-link:hover {
	background-color: #D72829;
}

.pk-social-links-scheme-light-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-android .pk-social-links-link:hover {
	background-color: #A4C639;
}

.pk-social-links-scheme-light-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-apple .pk-social-links-link:hover {
	background-color: #444444;
}

.pk-social-links-scheme-light-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-yelp .pk-social-links-link:hover {
	background-color: #D32323;
}

.pk-social-links-scheme-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
	background-color: #FE7A15;
}

.pk-social-links-scheme-light-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-codepen .pk-social-links-link:hover {
	background-color: #000000;
}

.pk-social-links-scheme-light-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-gitlab .pk-social-links-link:hover {
	background-color: #E24329;
}

.pk-social-links-scheme-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
	background-color: #006400;
}

.pk-social-links-scheme-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
	background-color: #487AA2;
}

.pk-social-links-scheme-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
	background-color: #205081;
}

.pk-social-links-scheme-light-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-foursquare .pk-social-links-link:hover {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-light-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-500px .pk-social-links-link:hover {
	background-color: #0099E5;
}

.pk-social-links-scheme-light-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-delicious .pk-social-links-link:hover {
	background-color: #3399FF;
}

.pk-social-links-scheme-light-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-deviantart .pk-social-links-link:hover {
	background-color: #05CC47;
}

.pk-social-links-scheme-light-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-houzz .pk-social-links-link:hover {
	background-color: #7AC142;
}

.pk-social-links-scheme-light-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-meetup .pk-social-links-link:hover {
	background-color: #EC1C40;
}

.pk-social-links-scheme-light-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-producthunt .pk-social-links-link:hover {
	background-color: #DA552F;
}

.pk-social-links-scheme-light-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-slideshare .pk-social-links-link:hover {
	background-color: #0077B5;
}

.pk-social-links-scheme-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
	background-color: #589442;
}

.pk-social-links-scheme-light-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-steam .pk-social-links-link:hover {
	background-color: #00ADEE;
}

.pk-social-links-scheme-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-light-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-goodreads .pk-social-links-link:hover {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-light-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mastodon .pk-social-links-link:hover {
	background-color: #3088D4;
}

.pk-social-links-scheme-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
	background-color: #F22349;
}

.pk-social-links-scheme-light-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-microblog .pk-social-links-link:hover {
	background-color: #FD8308;
}

.pk-social-links-scheme-light-bg .pk-social-links-googlenews .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-googlenews .pk-social-links-link:hover {
	background-color: #4b8cf5;
}

.pk-social-links-scheme-light-bg .pk-social-links-flipboard .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-flipboard .pk-social-links-link:hover {
	background-color: #f52928;
}

.pk-social-links-scheme-light-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-strava .pk-social-links-link:hover {
	background-color: #FC4C02;
}

.pk-social-links-scheme-light-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-phone .pk-social-links-link:hover {
	background-color: #121212;
}

.pk-social-links-scheme-light-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mail .pk-social-links-link:hover {
	background-color: #121212;
}

.pk-social-links-scheme-light-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-rss .pk-social-links-link:hover {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link {
	padding: .8rem 1rem;
	color: var(--pk-social-bold-bg-link-color) !important;
}

.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link {
	background-color: #00aced;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link:hover {
	background-color: #21c2ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link {
	background-color: #3b5998;
}

.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link:hover {
	background-color: #4c70ba;
}

.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link {
	background-color: #675144;
}

.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link:hover {
	background-color: #866958;
}

.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link {
	background-color: #ff0000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link:hover {
	background-color: #ff3333;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link {
	background-color: #00ADEF;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover {
	background-color: #23c2ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link {
	background-color: #FE8336;
}

.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
	background-color: #fea269;
}

.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link {
	background-color: #1ED760;
}

.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link:hover {
	background-color: #43e57d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link {
	background-color: #EA4C89;
}

.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover {
	background-color: #ef7aa7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link {
	background-color: #115EFA;
}

.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link:hover {
	background-color: #4380fb;
}

.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link {
	background-color: #010101;
}

.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link:hover {
	background-color: #1b1a1a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link {
	background-color: #35455C;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover {
	background-color: #485d7c;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link {
	background-color: #00BDF4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
	background-color: #28cfff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link {
	background-color: #007bb6;
}

.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover {
	background-color: #009de9;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link {
	background-color: #cb2027;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover {
	background-color: #e03e44;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link {
	background-color: #eb4823;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
	background-color: #ef6f52;
}

.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link {
	background-color: #29a628;
}

.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
	background-color: #34ce33;
}

.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link:hover {
	background-color: #58b8e7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link {
	background-color: #25af00;
}

.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link:hover {
	background-color: #30e200;
}

.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link {
	background-color: #7b519d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link:hover {
	background-color: #946db4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link {
	background-color: #ef4056;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link:hover {
	background-color: #f36f80;
}

.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link:hover {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link {
	background-color: #EE8208;
}

.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link:hover {
	background-color: #f89b31;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link:hover {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link {
	background-color: #006567;
}

.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link:hover {
	background-color: #00979a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link {
	background-color: #4B367C;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link:hover {
	background-color: #6045a0;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link {
	background-color: #FF1981;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link:hover {
	background-color: #ff4c9d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link {
	background-color: #F0EC00;
}

.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover {
	background-color: #fffb24;
}

.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link:hover {
	background-color: #393838;
}

.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link {
	background-color: #ff4500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link:hover {
	background-color: #ff6a33;
}

.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link {
	background-color: #1AAD19;
}

.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link:hover {
	background-color: #21da1f;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link {
	background-color: #000000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link {
	background-color: #5b77b8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link:hover {
	background-color: #7f95c7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link {
	background-color: #D72829;
}

.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link:hover {
	background-color: #df5354;
}

.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link {
	background-color: #A4C639;
}

.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link:hover {
	background-color: #b6d161;
}

.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link {
	background-color: #444444;
}

.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link:hover {
	background-color: #5e5d5d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link {
	background-color: #D32323;
}

.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link:hover {
	background-color: #e14848;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link {
	background-color: #FE7A15;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
	background-color: #fe9748;
}

.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link {
	background-color: #000000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link:hover {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link {
	background-color: #E24329;
}

.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover {
	background-color: #e86a56;
}

.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link {
	background-color: #006400;
}

.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
	background-color: #009700;
}

.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link {
	background-color: #487AA2;
}

.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
	background-color: #6393ba;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link {
	background-color: #205081;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
	background-color: #2a69aa;
}

.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover {
	background-color: #5a7ee9;
}

.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link {
	background-color: #0099E5;
}

.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link:hover {
	background-color: #19b3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link {
	background-color: #3399FF;
}

.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link:hover {
	background-color: #66b3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link {
	background-color: #05CC47;
}

.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover {
	background-color: #0bf95a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link {
	background-color: #7AC142;
}

.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link:hover {
	background-color: #95ce68;
}

.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link {
	background-color: #EC1C40;
}

.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link:hover {
	background-color: #f04b68;
}

.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link {
	background-color: #DA552F;
}

.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover {
	background-color: #e2785a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link {
	background-color: #0077B5;
}

.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover {
	background-color: #0099e8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link {
	background-color: #589442;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
	background-color: #6fb356;
}

.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link {
	background-color: #00ADEE;
}

.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link:hover {
	background-color: #22c3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
	background-color: #3db6e8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover {
	background-color: #cfc5b8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link {
	background-color: #3088D4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover {
	background-color: #5aa0dd;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link {
	background-color: #F22349;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
	background-color: #f55371;
}

.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link {
	background-color: #FD8308;
}

.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link:hover {
	background-color: #fd9c3b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-googlenews .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-googlenews .pk-social-links-link {
	background-color: #4b8cf5;
}

.pk-social-links-scheme-bold-bg .pk-social-links-googlenews .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-googlenews .pk-social-links-link:hover {
	background-color: #7babf8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flipboard .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-flipboard .pk-social-links-link {
	background-color: #f52928;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flipboard .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-flipboard .pk-social-links-link:hover {
	background-color: #f75a59;
}

.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link {
	background-color: #FC4C02;
}

.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link:hover {
	background-color: #fd6f34;
}

.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link {
	background-color: #121212;
}

.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link:hover {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link {
	background-color: #121212;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link:hover {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link:hover {
	background-color: #ffb733;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link {
	background: var(--pk-social-dark-link-background);
	padding: .8rem 1rem;
	color: var(--pk-social-dark-link-color) !important;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link:hover,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link:hover {
	background-color: var(--pk-social-dark-link-hover-background);
}

.pk-social-links-scheme-light-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-link {
	background-color: transparent;
	padding: 0;
}

.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.is-style-pk-social-links-light-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-light-rounded-icon-background);
	display: flex;
	align-content: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	transition: color 0.2s;
}

.pk-social-links-scheme-light-rounded .pk-social-links-title,
.is-style-pk-social-links-light-rounded .pk-social-links-title {
	color: var(--pk-social-light-rounded-title-color);
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link {
	color: #00aced !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link {
	color: #675144 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link {
	color: #115EFA !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link {
	color: #010101 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link {
	color: #25af00 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link {
	color: #7b519d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link {
	color: #EE8208 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link {
	color: #006567 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link {
	color: #D72829 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link {
	color: #A4C639 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link {
	color: #444444 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link {
	color: #D32323 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link {
	color: #0099E5 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-googlenews .pk-social-links-link {
	color: #4b8cf5 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
	color: #7babf8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flipboard .pk-social-links-link {
	color: #f52928 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
	color: #f75a59 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link {
	color: #FFA500 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733 !important;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-bold-rounded-icon-background);
	display: flex;
	align-content: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	color: var(--pk-social-bold-rounded-icon-color);
	transition: background-color 0.2s;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold-rounded .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-bold-rounded-title-color);
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-icon {
	background-color: #00aced;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #21c2ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-icon {
	background-color: #3b5998;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #4c70ba;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-icon {
	background-color: #675144;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #866958;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-icon {
	background-color: #ff0000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff3333;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-icon {
	background-color: #00ADEF;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #23c2ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon {
	background-color: #FE8336;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fea269;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-icon {
	background-color: #1ED760;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #43e57d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-icon {
	background-color: #EA4C89;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ef7aa7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-icon {
	background-color: #115EFA;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #4380fb;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-icon {
	background-color: #010101;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1b1a1a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-icon {
	background-color: #35455C;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #485d7c;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon {
	background-color: #00BDF4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #28cfff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-icon {
	background-color: #007bb6;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #009de9;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-icon {
	background-color: #cb2027;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e03e44;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon {
	background-color: #eb4823;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ef6f52;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon {
	background-color: #29a628;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #34ce33;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-icon {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #58b8e7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-icon {
	background-color: #25af00;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #30e200;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-icon {
	background-color: #7b519d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #946db4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-icon {
	background-color: #ef4056;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f36f80;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-icon {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-icon {
	background-color: #EE8208;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f89b31;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-icon {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-icon {
	background-color: #006567;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #00979a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-icon {
	background-color: #4B367C;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6045a0;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-icon {
	background-color: #FF1981;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff4c9d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-icon {
	background-color: #F0EC00;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fffb24;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-icon {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #393838;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-icon {
	background-color: #ff4500;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff6a33;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-icon {
	background-color: #1AAD19;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #21da1f;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-icon {
	background-color: #000000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-icon {
	background-color: #5b77b8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #7f95c7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-icon {
	background-color: #D72829;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #df5354;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-icon {
	background-color: #A4C639;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #b6d161;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-icon {
	background-color: #444444;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5e5d5d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-icon {
	background-color: #D32323;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e14848;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon {
	background-color: #FE7A15;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fe9748;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-icon {
	background-color: #000000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-icon {
	background-color: #E24329;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e86a56;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon {
	background-color: #006400;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #009700;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon {
	background-color: #487AA2;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6393ba;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon {
	background-color: #205081;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2a69aa;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-icon {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5a7ee9;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-icon {
	background-color: #0099E5;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #19b3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-icon {
	background-color: #3399FF;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #66b3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-icon {
	background-color: #05CC47;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #0bf95a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-icon {
	background-color: #7AC142;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #95ce68;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-icon {
	background-color: #EC1C40;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f04b68;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-icon {
	background-color: #DA552F;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e2785a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-icon {
	background-color: #0077B5;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #0099e8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon {
	background-color: #589442;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6fb356;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-icon {
	background-color: #00ADEE;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #22c3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #3db6e8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-icon {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #cfc5b8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-icon {
	background-color: #3088D4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5aa0dd;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon {
	background-color: #F22349;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f55371;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-icon {
	background-color: #FD8308;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fd9c3b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-googlenews .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-googlenews .pk-social-links-icon {
	background-color: #4b8cf5;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #7babf8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flipboard .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flipboard .pk-social-links-icon {
	background-color: #f52928;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f75a59;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-icon {
	background-color: #FC4C02;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fd6f34;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-icon {
	background-color: #121212;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-icon {
	background-color: #121212;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-icon {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ffb733;
}

.pk-social-links-scheme-dark-rounded .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-dark-rounded-link-background);
	display: flex;
	align-content: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	color: var(--pk-social-dark-rounded-link-color);
	transition: background-color 0.2s;
}

.pk-social-links-scheme-dark-rounded .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-link:hover .pk-social-links-icon {
	background-color: var(--pk-social-dark-rounded-link-hover-background);
}

/* ----------------------------- Combinations ---------------------------------*/
.pk-social-links-template-default.pk-social-links-scheme-light-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-dark-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-bold-bg .pk-social-links-item,
.is-style-pk-social-links-light-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-dark-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-bold-bg .pk-social-links-template-default .pk-social-links-item {
	flex-grow: 1;
	padding: 0.125rem .25rem;
}

.pk-social-links-template-vertical.pk-social-links-scheme-light-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-dark-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-bold-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-dark-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-bold-rounded .pk-social-links-template-vertical .pk-social-links-link {
	padding: 0.125rem 0;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-toc {
	--pk-toc-box-background: #e9ecef;
	--pk-toc-box-color: #495057;
	--pk-toc-box-small-background: #ced4da;
	--pk-toc-box-border-radius: 50%;
	--pk-toc-box-small-border-radius: 0;
	--pk-toc-ol-line-height: 1.5;
	--pk-toc-ol-font-size: 1rem;
	--pk-toc-ol-ol-font-size: 0.875rem;
	--pk-toc-box-font-size: 0.875rem;
	--pk-toc-box-font-weight: 600;
	--pk-toc-box-line-height: 1;
	--pk-toc-widget-active-font-weight: bold;
}

/*--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-toc:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-toc-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.pk-toc-title .pk-toc-btn-hide {
	display: flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-left: 1rem;
}

.pk-toc-title .pk-toc-btn-hide:after {
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 0.25rem;
	border-left-width: 0.25rem;
	border-bottom: 0.25rem solid currentColor;
	margin-left: 0.5em;
	transition: 0.25s;
	content: '';
}

.pk-toc-hide .pk-toc-title .pk-toc-btn-hide:after {
	transform: rotate(180deg);
}

.pk-toc > ol:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-toc > ol:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-toc > ol:last-child {
	margin-bottom: 0;
}

.pk-toc ol {
	line-height: var(--pk-toc-ol-line-height);
	font-size: var(--pk-toc-ol-font-size);
	counter-reset: ol;
}

.pk-toc ol,
.editor-styles-wrapper .pk-toc ol {
	list-style: none;
}

.pk-toc ol li:not(:first-child) {
	margin-top: 0.5rem;
}

.pk-toc ol > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-toc ol > li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	background-color: var(--pk-toc-box-background);
	color: var(--pk-toc-box-color);
	font-size: var(--pk-toc-box-font-size);
	font-weight: var(--pk-toc-box-font-weight);
	line-height: var(--pk-toc-box-line-height);
	border-radius: var(--pk-toc-box-border-radius);
}

.pk-toc ol ol {
	list-style: none;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 0;
	padding-left: 0;
	font-size: var(--pk-toc-ol-ol-font-size);
}

.pk-toc ol ol > li:not(:first-child) {
	margin-top: 0.25rem;
}

.pk-toc ol ol > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-toc ol ol > li:before {
	background: var(--pk-toc-box-small-background);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.6666666667rem;
	left: 1rem;
	border-radius: var(--pk-toc-box-small-border-radius);
}

.pk-anchor-link {
	text-decoration: none;
	color: inherit;
}

.pk-anchor-link:before {
	font-family: 'powerkit-icons';
	margin-right: 0.5rem;
	content: "\e91b";
}

.powerkit_toc_widget ol {
	padding-left: 0;
}

.powerkit_toc_widget ol li.active > a,
.powerkit_toc_widget ol li.active-child > a {
	font-weight: var(--pk-toc-widget-active-font-weight);
	text-decoration: none;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-twitter-wrap {
	--pk-twitter-a-color: inherit;
	--pk-twitter-number-color: #000000;
	--pk-twitter-tweet-border-color: #eeeeee;
	--pk-twitter-a-font-family: inherit;
	--pk-twitter-username-font-size: 0.875rem;
	--pk-twitter-number-font-size: 0.875rem;
	--pk-twitter-number-font-weight: bold;
	--pk-twitter-content-font-size: 90%;
	--pk-twitter-counters-font-size: 80%;
	--pk-twitter-actions-font-size: 80%;
	--pk-twitter-label-font-size: 80%;
	--pk-twitter-count-font-size: 80%;
}

/*--------------------------------------------------------------*/
.pk-twitter-wrap a {
	font-family: var(--pk-twitter-a-font-family);
	box-shadow: none !important;
}

.pk-twitter-header {
	margin-bottom: 1.5rem;
}

.pk-twitter-container {
	display: flex;
	align-items: center;
}

.pk-twitter-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	margin-right: 1rem;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}

.pk-twitter-avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pk-twitter-info a {
	color: var(--pk-twitter-a-color);
}

.pk-twitter-name {
	margin-bottom: 0;
	word-break: break-all;
}

.pk-twitter-username {
	font-size: var(--pk-twitter-username-font-size);
	word-break: break-all;
}

.pk-twitter-counters {
	display: flex;
	margin-top: 1rem;
	font-size: var(--pk-twitter-counters-font-size);
}

.pk-twitter-counters .counter + .counter {
	margin-left: 0.5rem;
}

.pk-twitter-counters .number {
	color: var(--pk-twitter-number-color);
	font-weight: var(--pk-twitter-number-font-weight);
	font-size: var(--pk-twitter-number-font-size);
}

.pk-twitter-tweet:after {
	display: table;
	clear: both;
	width: 100%;
	content: '';
}

.pk-twitter-content {
	font-size: var(--pk-twitter-content-font-size);
}

.pk-twitter-label {
	display: none;
}

.pk-twitter-count {
	margin-left: 0.25rem;
	font-size: var(--pk-twitter-count-font-size);
}

.pk-twitter-label {
	margin-left: 0.25rem;
	font-size: var(--pk-twitter-label-font-size);
}

.pk-twitter-count:empty {
	display: none;
}

.pk-twitter-time {
	display: block;
	float: left;
	margin-top: .25rem;
	height: 20px;
	display: flex;
	align-items: center;
}

.pk-twitter-time:before {
	font-family: "powerkit-icons";
	content: "\f099";
	margin-right: .25rem;
}

.pk-twitter-actions {
	float: right;
	margin-top: .25rem;
	font-size: var(--pk-twitter-actions-font-size);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pk-twitter-actions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pk-twitter-actions ul li {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
}

.pk-twitter-actions ul li:not(:last-child) {
	margin-right: .25rem;
}

.pk-twitter-actions ul li a {
	display: flex;
	align-items: center;
	border: none;
}

.pk-twitter-actions ul li .pk-icon {
	text-decoration: none;
}

.pk-twitter-footer {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.pk-twitter-footer .pk-twitter-btn {
	display: block;
	width: 100%;
}

.pk-twitter-default .pk-twitter-tweet {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px var(--pk-twitter-tweet-border-color) solid;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-about,
.pk-block-about {
	--pk-about-small-color: #adb5bd;
}

/*--------------------------------------------------------------*/
.pk-widget-about,
.pk-block-about {
	text-align: center;
}

.pk-widget-about .pk-about-media,
.pk-block-about .pk-about-media {
	margin-bottom: 1rem;
}

.pk-widget-about .pk-about-media img,
.pk-block-about .pk-about-media img {
	max-width: 100%;
}

.pk-widget-about .pk-about-content,
.pk-widget-about .pk-about-small,
.pk-widget-about .pk-about-button,
.pk-widget-about .pk-social-links-wrap,
.pk-block-about .pk-about-content,
.pk-block-about .pk-about-small,
.pk-block-about .pk-about-button,
.pk-block-about .pk-social-links-wrap {
	margin-top: 1rem;
	margin-bottom: 0;
}

.pk-widget-about .pk-about-small,
.pk-block-about .pk-about-small {
	color: var(--pk-about-small-color);
}

.pk-widget-about .pk-about-button,
.pk-block-about .pk-about-button {
	display: inline-block;
}

.pk-widget-about .pk-social-links-items,
.pk-block-about .pk-social-links-items {
	justify-content: center;
}

.pk-widget-about .pk-social-links-item,
.pk-block-about .pk-social-links-item {
	min-width: 2rem;
}

.widget .pk-widget-about .title-widget {
	margin: 0;
}
.wpt-header iframe {
	float: right;
}

.wpt-left {
    float: left;
    margin-right: 10px;
}

.wpt-right {
    float: right;
    margin-left: 10px;
}

.wpt-twitter-name {
    font-size: 120%;
    line-height: 1;
}

.wpt-twitter-id {
	display: inline-block;
	margin-top: .5em;
}

.wpt-tweet-time {
    font-size: 90%;
}

.wpt-latest-tweets li, .wpt-search-tweets li {
	margin-bottom: .75em;
	list-style-type: none;
}

.wpt-intents-border {
    border-top: 1px solid;
    opacity: .3;
    margin: 5px 0;
}

.wpt-intents {
    padding: 0 0 5px;
    text-align: center;
	font-size: 12px;
}

.wpt-twitter-image {
	width: 100%;
	height: auto;
}

.wpt-intents a span {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.wpt-intents .wpt-reply span {
    background: url(/wp-content/plugins/wp-to-twitter/css/../images/spritev2.png) 0px;
}

.wpt-intents .wpt-retweet span {
    background: url(/wp-content/plugins/wp-to-twitter/css/../images/spritev2.png) -80px;
}

.wpt-intents .wpt-favorite span {
    background: url(/wp-content/plugins/wp-to-twitter/css/../images/spritev2.png) -32px;
}

.wpt-intents .wpt-reply:hover span, .wpt-intents .wpt-reply:focus span {
    background-position: -16px;
}

.wpt-intents .wpt-retweet:hover span, .wpt-intents .wpt-retweet:focus span {
    background-position: -96px;
}

.wpt-intents .wpt-favorite:hover span, .wpt-intents .wpt-favorite:focus span {
    background-position: -48px;
}

.retweeted .wpt-intents .wpt-retweet span {
    background-position: -112px;
}

.favorited .wpt-intents .wpt-favorite span {
    background-position: -64px;
}

.wpt-intents a span.intent-text {
	width: auto;
	height: auto;
	margin: 0;
	top: 0;
	background: none;
}@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:220px;padding:16px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:3px solid transparent}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid transparent;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006ba1));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#005a87));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#005a87));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));color:hsla(0,0%,100%,.4);opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 3px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#005a87)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#005a87)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid transparent}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){background:var(--wp-components-color-gray-300,#ddd);box-shadow:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006ba1))}.components-button.is-secondary:hover:not(:disabled),.components-button.is-tertiary:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006ba1));color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006ba1))}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#eaeaea;box-shadow:none;color:#828282;opacity:1;outline:none;transform:none}.components-button.is-secondary{box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:1px solid transparent}.components-button.is-secondary,.components-button.is-tertiary{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));white-space:nowrap}.components-button.is-tertiary{padding:6px}.components-button.is-tertiary .dashicon{display:inline-block;flex:0 0 auto}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){box-shadow:inset 0 0 0 1px #cc1818;color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not([aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon .dashicon{display:inline-block;flex:0 0 auto;margin-left:2px;margin-right:2px}.components-button.has-icon.has-text{justify-content:start;padding-right:12px}.components-button.has-icon.has-text svg{margin-right:8px}.components-button.has-icon.has-text .dashicon{margin-right:10px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:2px solid transparent}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 transparent;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:24px}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:2px solid transparent}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{display:inline-block;height:24px;margin-right:12px;position:relative;vertical-align:middle;width:24px}@media (min-width:600px){.components-checkbox-control__input-container{height:20px;width:20px}}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{fill:#fff;cursor:pointer;height:24px;left:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:24px}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{left:-2px;top:-2px}}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:transparent;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option.is-pressed{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option.is-pressed+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid transparent;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:32px;left:-2px;position:absolute;top:-2px;width:32px}.components-circular-option-picker__option.components-button:focus{background-color:transparent;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:280px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-color-palette__custom-color{background:none;background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border:none;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:border-box;color:#fff;cursor:pointer;font-family:inherit;height:64px;outline:1px solid transparent;padding:12px;position:relative;width:100%}.components-color-palette__custom-color:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline-width:2px}.components-color-palette__custom-color-name{text-align:left}.components-color-palette__custom-color-value{margin-left:16px;text-transform:uppercase}.components-custom-gradient-picker:not(.is-next-has-no-margin){margin-bottom:24px;margin-top:12px}.components-custom-gradient-picker__gradient-bar:not(.has-gradient){opacity:.4}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 rgba(0,0,0,.25);height:inherit;outline:2px solid transparent;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 rgba(0,0,0,.25);outline:1.5px solid transparent}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-36px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:transparent;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:content-box;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,.components-dropdown-menu__menu .components-menu-item>svg{border-radius:2px;height:24px;width:24px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-dropdown-menu__menu .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-8px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-duotone-picker__color-indicator:before{background:transparent}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);color:transparent}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:transparent}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;transition:background .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:5px solid #1e1e1e;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .1s ease;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));border:9px solid transparent}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:2px solid transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 0 8px;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{border-top:1px solid var(--wp-components-color-gray-600,#949494);flex:1 0 100%;list-style:none;margin:0;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));color:#fff}.components-form-token-field__suggestion-match{text-decoration:underline}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:30px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{height:30px;margin:-6px 0;min-width:20px}.components-modal__frame.components-guide{border:none;height:80vh;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{height:30px;position:absolute}.components-button.components-guide__back-button,.components-button.components-guide__forward-button{font-size:13px;padding:4px 2px}.components-button.components-guide__back-button.has-text svg,.components-button.components-guide__forward-button.has-text svg{margin:0}.components-button.components-guide__back-button:hover,.components-button.components-guide__forward-button:hover{text-decoration:underline}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__forward-button{color:#1386bf;font-weight:700;right:32px}.components-button.components-guide__finish-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#006ba1));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:rgba(0,0,0,.35);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{background:#fff;border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);display:flex;margin:0;overflow:hidden;width:100%}@media (min-width:600px){.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:360px;width:auto}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame.is-full-screen{min-height:90vh;width:90vw}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid transparent;box-sizing:border-box;display:flex;flex-direction:row;height:76px;justify-content:space-between;left:0;padding:0 32px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:76px;overflow:auto;padding:0 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:5px 15px 2px;padding:8px 12px}.components-notice.is-dismissible{padding-right:36px;position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:transparent;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:content-box;display:flex;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;margin:0;min-height:200px;outline:1px solid transparent;padding:1em;position:relative;text-align:left;width:100%}@supports (position:sticky){.components-placeholder.components-placeholder{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__label{align-items:center;display:flex;font-weight:600;margin-bottom:16px}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:12px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.components-placeholder__fieldset{border:none;padding:0}.components-placeholder__fieldset.components-placeholder__fieldset .components-placeholder__instructions{font-size:1em;font-weight:400;padding:0}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 8px 0 0;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__fieldset .components-button{margin-bottom:12px;margin-right:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-large .components-placeholder__label{font-size:18pt;font-weight:400}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:transparent;border-radius:2px;box-shadow:none;color:inherit;display:flex;min-width:100px;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:rgba(0,0,0,.1)}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0;width:auto}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:content-box;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:transparent;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin-right:6px;margin-top:0;padding:6px 8px;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-radio-control__input[type=radio]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));content:"";cursor:inherit;display:block;height:15px;outline:2px solid transparent;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));border-radius:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{max-width:100%;position:relative}.components-responsive-wrapper,.components-responsive-wrapper>span{display:block}.components-responsive-wrapper__content{bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-search-control{position:relative}.components-search-control input[type=search].components-search-control__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 transparent;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:48px;line-height:normal;margin-left:0;margin-right:0;padding:16px 48px 16px 16px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-search-control input[type=search].components-search-control__input{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px;line-height:normal}}.components-search-control input[type=search].components-search-control__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-search-control input[type=search].components-search-control__input::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-search-control input[type=search].components-search-control__input:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px}}.components-search-control input[type=search].components-search-control__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-search-control input[type=search].components-search-control__input::placeholder{color:#757575}.components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration{-webkit-appearance:none}.components-search-control__icon{align-items:center;bottom:0;display:flex;position:absolute;right:12px;top:0}.components-search-control__icon>svg{margin:8px 0}.components-search-control__input-wrapper{position:relative}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3);box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:16px 24px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{left:28px;position:absolute;top:24px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:32px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:transparent;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 transparent;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));outline:2px solid transparent}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:12px;padding-right:12px}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:active:before{display:none}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:content-box;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover .components-popover__content{min-width:min-content}.components-tooltip .components-popover__content{background:var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;border-width:0;box-shadow:none;color:var(--wp-components-color-foreground-inverted,#fff);font-size:12px;line-height:1.4;outline:none;padding:4px 8px;text-align:center;white-space:nowrap}.components-tooltip__shortcut{display:inline-block;margin-left:8px}.disabled-element-wrapper{position:relative}.disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100002}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
@charset "UTF-8";
/*
Theme Name:           Newsblock
Theme URI:            http://codesupply.co/themes/newsblock
Description:          News & Magazine WordPress Theme with Dark Mode
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.8
Tags:                 two-columns, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          newsblock
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSS Variables
--------------------------------------------------------------*/
:root {
	--cs-common-border-radius: 0px;
	--cs-primary-border-radius: 0px;
	--cs-secondary-border-radius: 50%;
	--cs-styled-category-border-radius: 0;
	--cs-image-border-radius: 0px;
	--cs-header-topbar-height: 90px;
	--cs-header-height: 60px;
	--cs-header-initial-height: 200px;
	--cs-entry-content-width: 700px;
	--cs-entry-content-medium-width: 1160px;
	--cs-entry-content-large-width: 1160px;
	--cs-entry-heading-large-width: 1160px;
}

:root,
[site-data-scheme=default] {
	--cs-color-site-background: #ffffff;
	--cs-color-topbar-background: #FFFFFF;
	--cs-color-header-background: #FFFFFF;
	--cs-color-submenu-background: #FFFFFF;
	--cs-color-search-background: #f8f9fa;
	--cs-color-footer-background: #111111;
}

[site-data-scheme=dark] {
	--cs-color-site-background: #1c1c1c;
	--cs-color-topbar-background: #1c1c1c;
	--cs-color-header-background: #1c1c1c;
	--cs-color-submenu-background: #1c1c1c;
	--cs-color-search-background: #333335;
	--cs-color-footer-background: #1c1c1c;
}

:root,
[data-scheme=default] {
	--cs-color-inversed: #000000;
	--cs-color-contrast-50: #f8f9fa;
	--cs-color-contrast-100: #f8f9fa;
	--cs-color-contrast-200: #e9ecef;
	--cs-color-contrast-300: #dee2e6;
	--cs-color-contrast-400: #ced4da;
	--cs-color-contrast-500: #adb5bd;
	--cs-color-contrast-600: #6c757d;
	--cs-color-contrast-700: #495057;
	--cs-color-contrast-800: #343a40;
	--cs-color-contrast-900: #212529;
	--cs-color-button: #000000;
	--cs-color-button-contrast:#ffffff;
	--cs-color-button-hover: #282828;
	--cs-color-button-hover-contrast:#ffffff;
	--cs-color-styled-heading: #0ee6b0;
	--cs-color-styled-heading-contrast:#000000;
	--cs-color-styled-heading-hover: #0ee6b0;
	--cs-color-styled-heading-hover-contrast: #000000;
	--cs-color-styled-category: rgba(0,0,0,0.3);
	--cs-color-styled-category-contrast: #ffffff;
	--cs-color-styled-category-hover: #000000;
	--cs-color-styled-category-hover-contrast:#ffffff;
	--cs-color-category: #04bc8e;
	--cs-color-category-hover: #000000;
	--cs-color-category-underline: rgba(255,255,255,0);
	--cs-color-primary: #000000;
	--cs-color-primary-contrast: #ffffff;
	--cs-color-secondary: #818181;
	--cs-color-secondary-contrast: #000000;
	--cs-color-accent: #0a0a0a;
	--cs-color-accent-contrast: #ffffff;
	--cs-color-overlay-background: rgba(0,0,0,0.25);
}

[data-scheme=inverse] {
	--cs-color-inversed: #ffffff;
	--cs-color-contrast-50: rgba(255, 255, 255, 0.1);
	--cs-color-contrast-100: rgba(255, 255, 255, 0.1);
	--cs-color-contrast-200: rgba(255, 255, 255, 0.2);
	--cs-color-contrast-300: rgba(255, 255, 255, 0.3);
	--cs-color-contrast-400: rgba(255, 255, 255, 0.4);
	--cs-color-contrast-500: rgba(255, 255, 255, 0.5);
	--cs-color-contrast-600: rgba(255, 255, 255, 0.6);
	--cs-color-contrast-700: rgba(255, 255, 255, 0.7);
	--cs-color-contrast-800: rgba(255, 255, 255, 0.8);
	--cs-color-contrast-900: rgba(255, 255, 255, 0.9);
	--cs-color-primary: #ffffff;
	--cs-color-primary-contrast: #000000;
	--cs-color-secondary:rgba(255, 255, 255, 0.85);
	--cs-color-secondary-contrast: #000000;
	--cs-color-category: #ffffff;
	--cs-color-category-hover: rgba(255, 255, 255, 0.85);
}

[data-scheme=dark] {
	--cs-color-contrast-50: #000000;
	--cs-color-contrast-100: #333333;
	--cs-color-contrast-200: #494949;
	--cs-color-contrast-300: #606060;
	--cs-color-contrast-400: #777777;
	--cs-color-contrast-500: #8e8e8e;
	--cs-color-contrast-600: #a4a4a5;
	--cs-color-contrast-700: #bbbbbb;
	--cs-color-contrast-800: #d2d2d2;
	--cs-color-contrast-900: #e9e9e9;
	--cs-color-button: #3d3d3d;
	--cs-color-button-contrast:#ffffff;
	--cs-color-button-hover: #242424;
	--cs-color-button-hover-contrast: #ffffff;
	--cs-color-styled-heading: #0ee6b0;
	--cs-color-styled-heading-contrast: #000000;
	--cs-color-styled-heading-hover: #0ee6b0;
	--cs-color-styled-heading-hover-contrast: #000000;
	--cs-color-styled-category: #000000;
	--cs-color-styled-category-contrast: #ffffff;
	--cs-color-styled-category-hover: #0ee6b0;
	--cs-color-styled-category-hover-contrast:#000000;
	--cs-color-category: #0ee6b0;
	--cs-color-category-hover: #ffffff;
	--cs-color-category-underline: rgba(255,255,255,0);
	--cs-color-primary: #ffffff;
	--cs-color-primary-contrast: #000000;
	--cs-color-secondary:#858585;
	--cs-color-secondary-contrast: #000000;
	--cs-color-accent: #0ee6b0;
	--cs-color-accent-contrast: #000000;
}

[data-scheme] {
	color: var(--cs-color-primary);
}

.cs-scheme-toggled[data-scheme] *,
.cs-scheme-toggled[data-scheme] *::after,
.cs-scheme-toggled[data-scheme] *::before {
	-webkit-transition: none !important;
	transition: none !important;
}

/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
:root,
[data-scheme=default] {
	--cs-palette-color-blue: #59BACC;
	--cs-palette-color-green: #58AD69;
	--cs-palette-color-orange: #FFBC49;
	--cs-palette-color-red: #e32c26;
	--cs-palette-color-black: #000000;
	--cs-palette-color-white: #FFFFFF;
	--cs-palette-color-secondary: "#818181";
	--cs-palette-color-gray-50: #f8f9fa;
	--cs-palette-color-gray-100: #f8f9fa;
	--cs-palette-color-gray-200: #e9ecef;
}

[data-scheme=inverse] {
	--cs-palette-color-black: #FFFFFF;
	--cs-palette-color-white: #000000;
	--cs-palette-color-secondary: rgba(255, 255, 255, 0.85);
	--cs-palette-color-gray-50: rgba(255, 255, 255, 0.1);
	--cs-palette-color-gray-100: rgba(255, 255, 255, 0.1);
	--cs-palette-color-gray-200: rgba(255, 255, 255, 0.2);
}

[data-scheme=dark] {
	--cs-palette-color-black: #FFFFFF;
	--cs-palette-color-white: #000000;
	--cs-palette-color-secondary: "#858585";
	--cs-palette-color-gray-50: #000000;
	--cs-palette-color-gray-100: #333335;
	--cs-palette-color-gray-200: #49494b;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
	color: var(--cs-palette-color-blue) !important;
}

.has-blue-background-color {
	background-color: var(--cs-palette-color-blue) !important;
}

.has-green-color {
	color: var(--cs-palette-color-green) !important;
}

.has-green-background-color {
	background-color: var(--cs-palette-color-green) !important;
}

.has-orange-color {
	color: var(--cs-palette-color-orange) !important;
}

.has-orange-background-color {
	background-color: var(--cs-palette-color-orange) !important;
}

.has-red-color {
	color: var(--cs-palette-color-red) !important;
}

.has-red-background-color {
	background-color: var(--cs-palette-color-red) !important;
}

.has-black-color {
	color: var(--cs-palette-color-black) !important;
}

.has-black-background-color {
	background-color: var(--cs-palette-color-black) !important;
}

.has-white-color {
	color: var(--cs-palette-color-white) !important;
}

.has-white-background-color {
	background-color: var(--cs-palette-color-white) !important;
}

.has-secondary-color {
	color: var(--cs-palette-color-secondary) !important;
}

.has-secondary-background-color {
	background-color: var(--cs-palette-color-secondary) !important;
}

.has-gray-50-color {
	color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-50-background-color {
	background-color: var(--cs-palette-color-gray-50) !important;
}

.has-gray-100-color {
	color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-100-background-color {
	background-color: var(--cs-palette-color-gray-100) !important;
}

.has-gray-200-color {
	color: var(--cs-palette-color-gray-200) !important;
}

.has-gray-200-background-color {
	background-color: var(--cs-palette-color-gray-200) !important;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@font-face {
	font-family: "cs-icons";
	src: url(/wp-content/themes/newsblock/./assets/static/icon-fonts/icons.ttf) format("truetype"), url(/wp-content/themes/newsblock/./assets/static/icon-fonts/icons.woff) format("woff"), url(/wp-content/themes/newsblock/./assets/static/icon-fonts/icons.svg#icons) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[class^=cs-icon-],
[class*=" cs-icon-"] {
	font-family: "cs-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-icon-pinterest:before {
	content: "";
}

.cs-icon-arrow-long-bottom:before {
	content: "";
}

.cs-icon-arrow-long-top:before {
	content: "";
}

.cs-icon-arrow-long-left:before {
	content: "";
}

.cs-icon-arrow-long-right:before {
	content: "";
}

.cs-icon-instagram:before {
	content: "";
}

.cs-icon-youtube-alt:before {
	content: "";
}

.cs-icon-dot-single:before {
	content: "";
}

.cs-icon-pause:before {
	content: "";
}

.cs-icon-send:before {
	content: "";
}

.cs-icon-share-top:before {
	content: "";
}

.cs-icon-volume-x:before {
	content: "";
}

.cs-icon-volume:before {
	content: "";
}

.cs-icon-pause-circle:before {
	content: "";
}

.cs-icon-play-circle:before {
	content: "";
}

.cs-icon-clock:before {
	content: "";
}

.cs-icon-bag:before {
	content: "";
}

.cs-icon-cart:before {
	content: "";
}

.cs-icon-activity:before {
	content: "";
}

.cs-icon-alert-circle:before {
	content: "";
}

.cs-icon-arrow-down:before {
	content: "";
}

.cs-icon-arrow-down-circle:before {
	content: "";
}

.cs-icon-arrow-left:before {
	content: "";
}

.cs-icon-arrow-left-circle:before {
	content: "";
}

.cs-icon-arrow-right:before {
	content: "";
}

.cs-icon-arrow-right-circle:before {
	content: "";
}

.cs-icon-arrow-up-circle:before {
	content: "";
}

.cs-icon-at-sign:before {
	content: "";
}

.cs-icon-award:before {
	content: "";
}

.cs-icon-bookmark:before {
	content: "";
}

.cs-icon-chevron-down:before {
	content: "";
}

.cs-icon-chevron-left:before {
	content: "";
}

.cs-icon-chevron-right:before {
	content: "";
}

.cs-icon-chevron-up:before {
	content: "";
}

.cs-icon-circle:before {
	content: "";
}

.cs-icon-eye:before {
	content: "";
}

.cs-icon-file:before {
	content: "";
}

.cs-icon-file-text:before {
	content: "";
}

.cs-icon-film:before {
	content: "";
}

.cs-icon-help-circle:before {
	content: "";
}

.cs-icon-info:before {
	content: "";
}

.cs-icon-menu:before {
	content: "";
}

.cs-icon-message-square:before {
	content: "";
}

.cs-icon-more-horizontal:before {
	content: "";
}

.cs-icon-more-vertical:before {
	content: "";
}

.cs-icon-music:before {
	content: "";
}

.cs-icon-play:before {
	content: "";
}

.cs-icon-play-circle:before {
	content: "";
}

.cs-icon-plus-circle:before {
	content: "";
}

.cs-icon-search:before {
	content: "";
}

.cs-icon-share:before {
	content: "";
}

.cs-icon-tag:before {
	content: "";
}

.cs-icon-watch:before {
	content: "";
}

.cs-icon-x:before {
	content: "";
}

.cs-icon-x-circle:before {
	content: "";
}

.cs-icon-x-square:before {
	content: "";
}

.cs-icon-youtube:before {
	content: "";
}

.cs-icon-zap:before {
	content: "";
}

.cs-icon-zoom-in:before {
	content: "";
}

.cs-icon-zoom-out:before {
	content: "";
}

.cs-icon-mail:before {
	content: "";
}

.cs-icon-bar-chart:before {
	content: "";
}

.cs-icon-image:before {
	content: "";
}

.cs-icon-moon:before {
	content: "";
}

.cs-icon-sun:before {
	content: "";
}

/*--------------------------------------------------------------
# Section Heading
--------------------------------------------------------------*/
.cnvs-block-section-heading {
	--cnvs-section-heading-color: var(--cs-color-primary);
	--cnvs-section-heading-border-color: var(--cs-color-contrast-200);
	--cnvs-section-heading-icon-color: var(--cs-color-primary);
	--cnvs-section-heading-accent-block-backround: var(--cs-color-primary);
	--cnvs-section-heading-accent-block-color: var(--cs-color-primary-contrast);
	font-family: var(--cs-font-section-headings-family), sans-serif;
	font-size: var(--cs-font-section-headings-size);
	font-weight: var(--cs-font-section-headings-weight);
	font-style: var(--cs-font-section-headings-style);
	letter-spacing: var(--cs-font-section-headings-letter-spacing);
	text-transform: var(--cs-font-section-headings-text-transform);
}
.cnvs-block-section-heading .cnvs-section-title {
	font-family: var(--cs-font-section-headings-family), sans-serif;
	font-size: var(--cs-font-section-headings-size);
	font-weight: var(--cs-font-section-headings-weight);
	font-style: var(--cs-font-section-headings-style);
	letter-spacing: var(--cs-font-section-headings-letter-spacing);
	text-transform: var(--cs-font-section-headings-text-transform);
}

.is-style-cnvs-block-section-heading-decorative .cnvs-section-title,
.section-heading-default-decorative .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	font-family: var(--cs-font-decorated-heading-family), sans-serif;
	font-size: var(--cs-font-decorated-heading-font-size);
	font-weight: var(--cs-font-decorated-heading-weight);
	text-transform: var(--cs-font-decorated-heading-text-transform);
	line-height: var(--cs-font-decorated-heading-line-height);
	letter-spacing: var(--cs-font-decorated-heading-letter-spacing);
}

/*--------------------------------------------------------------
## Reboot
--------------------------------------------------------------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr, .wp-block-separator {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: var(--cs-color-primary);
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
a:hover {
	color: var(--cs-color-primary);
	text-decoration: none;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table, .wp-block-table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.screen-reader-text, .sr-only {
	display: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-family: var(--cs-font-base-family);
}

body {
	font-family: var(--cs-font-base-family), sans-serif;
	font-size: var(--cs-font-base-size);
	font-weight: var(--cs-font-base-weight);
	font-style: var(--cs-font-base-style);
	line-height: var(--cs-font-base-line-height);
	letter-spacing: var(--cs-font-base-letter-spacing);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	word-wrap: break-word;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
}

h1, .h1 {
	font-size: 3rem;
}

h2, .h2 {
	font-size: 2.5rem;
}

h3, .h3 {
	font-size: 1.875rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

hr, .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--cs-color-contrast-200);
}

small, .small {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

figcaption,
cite,
caption,
time {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.cs-section-heading {
	font-family: var(--cs-font-section-headings-family), sans-serif;
	font-size: var(--cs-font-section-headings-size);
	font-weight: var(--cs-font-section-headings-weight);
	font-style: var(--cs-font-section-headings-style);
	letter-spacing: var(--cs-font-section-headings-letter-spacing);
	text-transform: var(--cs-font-section-headings-text-transform);
	margin-bottom: 0;
}

.cs-section-heading-common {
	border-bottom: 4px solid var(--cs-color-contrast-200);
	padding-bottom: 1em;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table, .wp-block-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	text-align: left;
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
	padding: 0.75rem;
	vertical-align: middle;
	border: none;
	border-top: 1px solid var(--cs-color-contrast-200);
}
table thead, .wp-block-table thead {
	border-bottom: 2px solid var(--cs-color-contrast-200);
}
table thead th, .wp-block-table thead th {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
}
table tfoot, .wp-block-table tfoot {
	border-top: 2px solid var(--cs-color-contrast-200);
}
table tbody + tbody, .wp-block-table tbody + tbody {
	border-top: 2px solid var(--cs-color-contrast-200);
}
table thead th, .wp-block-table thead th,
table thead td,
.wp-block-table thead td {
	border-bottom-width: 1px;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--cs-color-contrast-100);
}
.wp-block-table figcaption {
	background-color: var(--cs-color-contrast-200);
	padding: 0.75rem;
	color: var(--cs-color-secondary);
	text-align: left;
}

.cs-table-bordered th,
.cs-table-bordered td {
	border: 1px solid var(--cs-color-contrast-200);
}
.cs-table-bordered thead th,
.cs-table-bordered thead td {
	border-bottom-width: 1px;
}

.cs-table-striped tbody tr:nth-of-type(odd) {
	background-color: var(--cs-color-contrast-100);
}

@media (max-width: 599.98px) {
	.cs-table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 719.98px) {
	.cs-table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1019.98px) {
	.cs-table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1199.98px) {
	.cs-table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1919.98px) {
	.cs-table-responsive-full {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.cs-table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.cs-main-content .entry-content > *:last-child:after,
.cs-main-content .entry-summary > *:last-child:after {
	content: "";
	clear: both;
	display: table;
}
.cs-main-content .entry-content > *,
.cs-main-content .entry-content .wp-block-column > *,
.cs-main-content .entry-content .wp-block-group__inner-container > *,
.cs-main-content .entry-content .wp-block-cover__inner-container > *,
.cs-main-content .entry-content .wp-block-media-text__content > *,
.cs-main-content .entry-content .cnvs-block-column-inner > div > *,
.cs-main-content .entry-content .cnvs-block-section-content-inner > *,
.cs-main-content .entry-content .cnvs-block-section-sidebar-inner > *,
.cs-main-content .entry-summary > *,
.cs-main-content .entry-summary .wp-block-column > *,
.cs-main-content .entry-summary .wp-block-group__inner-container > *,
.cs-main-content .entry-summary .wp-block-cover__inner-container > *,
.cs-main-content .entry-summary .wp-block-media-text__content > *,
.cs-main-content .entry-summary .cnvs-block-column-inner > div > *,
.cs-main-content .entry-summary .cnvs-block-section-content-inner > *,
.cs-main-content .entry-summary .cnvs-block-section-sidebar-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (min-width: 600px) {
	.cs-main-content .entry-content > *,
.cs-main-content .entry-content .wp-block-column > *,
.cs-main-content .entry-content .wp-block-group__inner-container > *,
.cs-main-content .entry-content .wp-block-cover__inner-container > *,
.cs-main-content .entry-content .wp-block-media-text__content > *,
.cs-main-content .entry-content .cnvs-block-column-inner > div > *,
.cs-main-content .entry-content .cnvs-block-section-content-inner > *,
.cs-main-content .entry-content .cnvs-block-section-sidebar-inner > *,
.cs-main-content .entry-summary > *,
.cs-main-content .entry-summary .wp-block-column > *,
.cs-main-content .entry-summary .wp-block-group__inner-container > *,
.cs-main-content .entry-summary .wp-block-cover__inner-container > *,
.cs-main-content .entry-summary .wp-block-media-text__content > *,
.cs-main-content .entry-summary .cnvs-block-column-inner > div > *,
.cs-main-content .entry-summary .cnvs-block-section-content-inner > *,
.cs-main-content .entry-summary .cnvs-block-section-sidebar-inner > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
.cs-main-content .entry-content > *:first-child,
.cs-main-content .entry-content .wp-block-column > *:first-child,
.cs-main-content .entry-content .wp-block-group__inner-container > *:first-child,
.cs-main-content .entry-content .wp-block-cover__inner-container > *:first-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:first-child,
.cs-main-content .entry-content .cnvs-block-column-inner > div > *:first-child,
.cs-main-content .entry-content .cnvs-block-section-content-inner > *:first-child,
.cs-main-content .entry-content .cnvs-block-section-sidebar-inner > *:first-child,
.cs-main-content .entry-summary > *:first-child,
.cs-main-content .entry-summary .wp-block-column > *:first-child,
.cs-main-content .entry-summary .wp-block-group__inner-container > *:first-child,
.cs-main-content .entry-summary .wp-block-cover__inner-container > *:first-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:first-child,
.cs-main-content .entry-summary .cnvs-block-column-inner > div > *:first-child,
.cs-main-content .entry-summary .cnvs-block-section-content-inner > *:first-child,
.cs-main-content .entry-summary .cnvs-block-section-sidebar-inner > *:first-child {
	margin-top: 0;
}
.cs-main-content .entry-content > *:last-child,
.cs-main-content .entry-content .wp-block-column > *:last-child,
.cs-main-content .entry-content .wp-block-group__inner-container > *:last-child,
.cs-main-content .entry-content .wp-block-cover__inner-container > *:last-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:last-child,
.cs-main-content .entry-content .cnvs-block-column-inner > div > *:last-child,
.cs-main-content .entry-content .cnvs-block-section-content-inner > *:last-child,
.cs-main-content .entry-content .cnvs-block-section-sidebar-inner > *:last-child,
.cs-main-content .entry-summary > *:last-child,
.cs-main-content .entry-summary .wp-block-column > *:last-child,
.cs-main-content .entry-summary .wp-block-group__inner-container > *:last-child,
.cs-main-content .entry-summary .wp-block-cover__inner-container > *:last-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:last-child,
.cs-main-content .entry-summary .cnvs-block-column-inner > div > *:last-child,
.cs-main-content .entry-summary .cnvs-block-section-content-inner > *:last-child,
.cs-main-content .entry-summary .cnvs-block-section-sidebar-inner > *:last-child {
	margin-bottom: 0;
}
.cs-main-content .entry-content .cnvs-block-section,
.cs-main-content .entry-summary .cnvs-block-section {
	margin-top: 64px;
	margin-bottom: 64px;
}
@media (min-width: 600px) {
	.cs-main-content .entry-content .cnvs-block-section,
.cs-main-content .entry-summary .cnvs-block-section {
		margin-top: 64px;
		margin-bottom: 64px;
	}
}
.cs-main-content .entry-content .cnvs-block-section:first-child,
.cs-main-content .entry-summary .cnvs-block-section:first-child {
	margin-top: 0;
}
.cs-main-content .entry-content .cnvs-block-section:last-child,
.cs-main-content .entry-summary .cnvs-block-section:last-child {
	margin-bottom: 0;
}
.cs-main-content .entry-content .cnvs-block-posts,
.cs-main-content .entry-summary .cnvs-block-posts {
	margin-top: 48px;
	margin-bottom: 48px;
}
@media (min-width: 600px) {
	.cs-main-content .entry-content .cnvs-block-posts,
.cs-main-content .entry-summary .cnvs-block-posts {
		margin-top: 48px;
		margin-bottom: 48px;
	}
}
.cs-main-content .entry-content .cnvs-block-posts:first-child,
.cs-main-content .entry-summary .cnvs-block-posts:first-child {
	margin-top: 0;
}
.cs-main-content .entry-content .cnvs-block-posts:last-child,
.cs-main-content .entry-summary .cnvs-block-posts:last-child {
	margin-bottom: 0;
}
.cs-main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading,
.cs-main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading {
	margin-top: 64px;
}
@media (min-width: 600px) {
	.cs-main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading,
.cs-main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading {
		margin-top: 64px;
	}
	.cs-main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading:first-child,
.cs-main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading:first-child {
		margin-top: 0;
	}
}
.cs-main-content .entry-content .cnvs-block-section-heading + .cnvs-block-posts,
.cs-main-content .entry-summary .cnvs-block-section-heading + .cnvs-block-posts {
	margin-top: 32px;
}
.cs-main-content .entry-content .cnvs-block-section-heading + .cnvs-block-posts:first-child,
.cs-main-content .entry-summary .cnvs-block-section-heading + .cnvs-block-posts:first-child {
	margin-top: 0;
}
.cs-main-content .entry-content > h1:not(:first-child), .cs-main-content .entry-content > h2:not(:first-child), .cs-main-content .entry-content > h3:not(:first-child), .cs-main-content .entry-content > h4:not(:first-child), .cs-main-content .entry-content > h5:not(:first-child), .cs-main-content .entry-content > h6:not(:first-child),
.cs-main-content .entry-content > .h1:not(:first-child), .cs-main-content .entry-content > .h2:not(:first-child), .cs-main-content .entry-content > .h3:not(:first-child), .cs-main-content .entry-content > .h4:not(:first-child), .cs-main-content .entry-content > .h5:not(:first-child), .cs-main-content .entry-content > .h6:not(:first-child),
.cs-main-content .entry-summary > h1:not(:first-child),
.cs-main-content .entry-summary > h2:not(:first-child),
.cs-main-content .entry-summary > h3:not(:first-child),
.cs-main-content .entry-summary > h4:not(:first-child),
.cs-main-content .entry-summary > h5:not(:first-child),
.cs-main-content .entry-summary > h6:not(:first-child),
.cs-main-content .entry-summary > .h1:not(:first-child),
.cs-main-content .entry-summary > .h2:not(:first-child),
.cs-main-content .entry-summary > .h3:not(:first-child),
.cs-main-content .entry-summary > .h4:not(:first-child),
.cs-main-content .entry-summary > .h5:not(:first-child),
.cs-main-content .entry-summary > .h6:not(:first-child) {
	margin-top: 64px;
}

.cs-main-content .entry-content .entry-content,
.cs-main-content .entry-content .entry-summary,
.cs-main-content .entry-summary .entry-content,
.cs-main-content .entry-summary .entry-summary {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}
@media (min-width: 600px) {
	.cs-main-content .entry-content .entry-content,
.cs-main-content .entry-content .entry-summary,
.cs-main-content .entry-summary .entry-content,
.cs-main-content .entry-summary .entry-summary {
		margin: inherit;
		max-width: inherit;
		padding: inherit;
	}
}
.cs-main-content .entry-content > .alignleft, .cs-main-content .entry-content > .alignright,
.cs-main-content .entry-summary > .alignleft,
.cs-main-content .entry-summary > .alignright {
	margin-top: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
	line-height: var(--cs-font-base-line-height);
}
.entry-content p > a,
.entry-content p > strong > a,
.entry-content figcaption > a, .entry-content > a, .entry-content > p > a, .entry-content > ul li > a, .entry-content > ol li > a, .entry-content > p > em > a, .entry-content > p > strong > a {
	color: var(--cs-color-primary);
	text-decoration: underline;
}
.entry-content p > a:hover, .entry-content p > a:focus,
.entry-content p > strong > a:hover,
.entry-content p > strong > a:focus,
.entry-content figcaption > a:hover,
.entry-content figcaption > a:focus, .entry-content > a:hover, .entry-content > a:focus, .entry-content > p > a:hover, .entry-content > p > a:focus, .entry-content > ul li > a:hover, .entry-content > ul li > a:focus, .entry-content > ol li > a:hover, .entry-content > ol li > a:focus, .entry-content > p > em > a:hover, .entry-content > p > em > a:focus, .entry-content > p > strong > a:hover, .entry-content > p > strong > a:focus {
	color: var(--cs-color-primary);
	text-decoration: none;
}
.entry-content pre,
.entry-content code {
	background-color: var(--cs-color-contrast-50);
}
.entry-content pre {
	padding: 20px;
}
.entry-content pre code {
	background-color: transparent;
}
.entry-content > blockquote {
	position: relative;
	font-size: 1.25rem;
	line-height: var(--cs-font-base-line-height);
	margin-left: 0;
	margin-right: 0;
	background: var(--cs-color-contrast-50);
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 2rem;
	border-left: 0;
	border-radius: var(--cs-common-border-radius);
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
}
.entry-content > blockquote cite {
	display: block;
	color: var(--cs-color-secondary);
	font-style: normal;
	margin-top: 0.5rem;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.entry-content > blockquote p {
	line-height: var(--cs-font-base-line-height);
}
.entry-content > blockquote p:first-child {
	font-size: inherit;
	margin-top: 0;
}
.entry-content > blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content .wp-caption-dd {
	color: var(--cs-color-secondary);
	margin-left: 0;
}
.entry-content .cs-embed {
	margin-top: 48px;
	margin-bottom: 48px;
}
.entry-content .is-style-cnvs-paragraph-callout {
	font-size: 1.25rem;
}

.alignnone {
	max-width: 100%;
}

.alignleft {
	float: none;
	margin-right: 0;
	max-width: 100%;
}
@media (min-width: 600px) {
	.alignleft {
		float: left;
		margin-right: 2rem;
	}
}
.alignleft + * {
	margin-top: 0 !important;
}

.alignright {
	float: none;
	margin-left: 0;
	max-width: 100%;
}
@media (min-width: 600px) {
	.alignright {
		float: right;
		margin-left: 2rem;
	}
}
.alignright + * {
	margin-top: 0 !important;
}

.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
	text-align: center;
}

img.alignleft,
img.alignright {
	margin-bottom: 1rem;
}

.wp-block-group.alignleft,
.wp-block-group.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 100%;
}
@media (min-width: 600px) {
	.wp-block-group.alignleft,
.wp-block-group.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
		max-width: calc(50% - 1rem);
	}
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
	margin-top: 0;
}
.wp-block-columns > *:last-child {
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

p.has-background {
	padding: 1.5rem 2rem;
}

p.wp-block-subhead {
	font-size: 1.25rem;
	color: var(--cs-color-secondary);
	opacity: 1;
}

.wp-block-separator {
	--cnvs-wp-block-separator-color: var(--cs-color-contrast-300);
}
.wp-block-separator:not(.is-style-dots) {
	border-top: none;
	border-bottom: 1px solid currentColor;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
	margin-left: 0;
	margin-right: auto;
}

.wp-block-button .wp-block-button__link {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	padding: 0.75rem 1.5rem;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
	background-color: var(--cs-color-button);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {
	background-color: var(--cs-color-button-hover);
	opacity: 1;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
	color: var(--cs-color-button-contrast);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):hover {
	color: var(--cs-color-button-hover-contrast);
	opacity: 1;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	opacity: 0.75;
	cursor: pointer;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	border-color: var(--cs-color-button);
	background-color: var(--cs-color-button-contrast);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
	border-color: var(--cs-color-button-hover);
	background-color: var(--cs-color-button-hover-contrast);
	opacity: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: var(--cs-color-button);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
	color: var(--cs-color-button-hover);
	opacity: 1;
}

.wp-block-file .wp-block-file__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.5rem 1rem;
	border-radius: auto;
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover {
	outline: none;
}
.wp-block-file .wp-block-file__button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

.wp-block-code {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: var(--cs-font-base-line-height);
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	white-space: pre-wrap;
	border-radius: 0;
	border: none;
}
.wp-block-code .editor-plain-text {
	background-color: transparent;
}

.wp-block-preformatted {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
}
.wp-block-preformatted pre {
	padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: var(--cs-font-base-line-height);
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	white-space: pre-wrap;
}

.wp-block-verse {
	background-color: var(--cs-color-contrast-200);
	padding: 1rem 1.5rem;
}
.wp-block-verse pre {
	padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: var(--cs-font-base-line-height);
	font-size: 0.875rem;
	color: var(--cs-color-primary);
	overflow: auto;
}

.wp-block-audio figcaption {
	color: var(--cs-color-secondary);
}

.wp-block-embed figcaption {
	color: var(--cs-color-secondary);
}

.wp-block-video video {
	width: 100%;
}

.wp-block-media-text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 599.98px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 8%;
		padding-bottom: 0;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding-top: 0;
		padding-bottom: 8%;
	}
}

.wp-block-image figcaption {
	color: var(--cs-color-secondary);
	text-align: center;
}
@media (min-width: 600px) {
	.wp-block-image figcaption {
		text-align: initial;
	}
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption,
.wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
	text-align: center;
}
.wp-block-image.alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image.aligncenter figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption {
	text-align: center;
}
.wp-block-image .alignleft, .wp-block-image.alignleft {
	float: none;
	margin-right: 0;
}
@media (min-width: 600px) {
	.wp-block-image .alignleft, .wp-block-image.alignleft {
		float: left;
		margin-right: 2rem;
	}
}
.wp-block-image .alignright, .wp-block-image.alignright {
	float: none;
	margin-left: 0;
}
@media (min-width: 600px) {
	.wp-block-image .alignright, .wp-block-image.alignright {
		float: right;
		margin-left: 2rem;
	}
}
@media (max-width: 599.98px) {
	.wp-block-image .alignleft,
.wp-block-image .alignright {
		margin-left: auto;
		margin-right: auto;
	}
}

.wp-block-cover,
.wp-block-cover-image {
	min-height: auto;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%;
}
.wp-block-cover.has-background-dim,
.wp-block-cover-image.has-background-dim {
	padding: 40px;
}
.wp-block-cover.has-background-dim a, .wp-block-cover.has-background-dim a:hover,
.wp-block-cover-image.has-background-dim a,
.wp-block-cover-image.has-background-dim a:hover {
	color: inherit;
}
.wp-block-cover.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
	color: #ffffff;
}

.wp-block-quote {
	border-radius: var(--cs-common-border-radius);
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	position: relative;
	font-size: 1.25rem;
	line-height: var(--cs-font-base-line-height);
	padding: 2rem;
	background: var(--cs-color-contrast-50);
	margin-top: 48px;
	margin-bottom: 48px;
	color: inherit;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
}
.wp-block-quote p {
	line-height: var(--cs-font-base-line-height);
}
.wp-block-quote p:first-child {
	font-size: inherit;
	margin-top: 0;
}
.wp-block-quote p:last-child {
	margin-bottom: 0;
}
.wp-block-quote .wp-block-quote__citation {
	font-style: normal;
	color: var(--cs-color-secondary);
	line-height: var(--cs-font-base-line-height);
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
	font-size: 1.875rem;
	font-style: normal;
	line-height: var(--cs-font-base-line-height);
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1rem;
	text-align: left;
}

.wp-block-pullquote {
	border-top: 4px solid var(--cs-color-primary);
	border-bottom: 4px solid var(--cs-color-primary);
	padding: 2rem 1rem;
}
.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
	font-style: normal;
}
.wp-block-pullquote p {
	font-size: 1.875rem;
	line-height: var(--cs-font-base-line-height);
}
.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
	font-size: 1.25rem;
}
.wp-block-pullquote blockquote:not(.has-text-color) {
	color: var(--cs-color-primary);
}
.wp-block-pullquote blockquote:not(.has-text-color) cite,
.wp-block-pullquote blockquote:not(.has-text-color) footer,
.wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation {
	color: var(--cs-color-secondary);
}

.wp-block-gallery {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wp-block-gallery .blocks-gallery-item figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	background: transparent;
	position: relative;
	padding: 0;
	min-height: initial;
	color: var(--cs-color-secondary);
	padding-top: 1rem;
	text-align: left;
}

.wp-block-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--cs-primary-border-radius);
	background-color: #ffffff;
	border: 1px solid var(--cs-color-contrast-200);
	overflow: hidden;
}
.wp-block-search .wp-block-search__input {
	display: block;
	width: 100%;
	line-height: var(--cs-font-input-line-height);
	color: #000000;
	background-color: #ffffff;
	border: 1px solid var(--cs-color-contrast-200);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0.3125rem 0.75rem;
	border-radius: var(--cs-primary-border-radius);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	max-width: 100%;
	border: none;
	border-radius: 0;
}
.wp-block-search .wp-block-search__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.625rem;
	border-radius: var(--cs-primary-border-radius);
	font-size: 0;
	background-color: transparent;
	color: #000000;
	margin-left: 0;
}
.wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:hover {
	outline: none;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--cs-color-secondary);
}
.wp-block-search .wp-block-search__button:before {
	content: "";
	font-family: "cs-icons" !important;
	font-size: 0.875rem;
}
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-latest-comments {
	border-top: 1px solid var(--cs-color-contrast-200);
	border-bottom: 1px solid var(--cs-color-contrast-200);
	padding: 2rem 0;
	margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 2rem 0 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment > article {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 0.875rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	color: var(--cs-color-primary);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
	color: var(--cs-color-secondary);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 10px;
	color: var(--cs-color-accent-contrast);
	background: var(--cs-color-accent);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author:hover {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: var(--cs-color-secondary);
	margin-top: 0.5rem;
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin-top: 0.5rem;
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:not(:last-child) {
	margin-bottom: 0.5rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: var(--cs-color-secondary);
}
.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-decoration: none !important;
}
.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 2rem;
	color: var(--cs-color-primary);
}
.wp-block-latest-posts > li > a:before,
.wp-block-categories-list > li > a:before,
.wp-block-categories__list > li > a:before,
.wp-block-archives-list > li > a:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: "cs-icons";
	content: "";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
	color: var(--cs-color-secondary);
}
.wp-block-latest-posts > li > a:hover:before,
.wp-block-categories-list > li > a:hover:before,
.wp-block-categories__list > li > a:hover:before,
.wp-block-archives-list > li > a:hover:before {
	color: var(--cs-color-accent-contrast);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	background: var(--cs-color-accent);
}
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
	margin-left: 2rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.wp-block-categories > .wp-block-categories__list {
	padding: 0;
}

.wp-block-archives.wp-block-archives-list {
	padding: 0;
}

.wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 1rem;
}
.wp-block-latest-posts li a {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 0.875rem;
}
.wp-block-latest-posts li a:hover {
	color: var(--cs-color-secondary);
}

.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
	padding-right: 0.5rem;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.cs-entry__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.cs-entry__overlay {
	position: relative;
}

.cs-overlay-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.cs-overlay-background:after, .cs-overlay-background:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 1;
}
.cs-overlay-background:after {
	background: var(--cs-color-overlay-background);
}
.cs-overlay-background.cs-overlay-transparent:after, .cs-overlay-background.cs-overlay-transparent:before {
	opacity: 0 !important;
}
.cs-breadcrumbs-gradient .cs-overlay-background:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(25%, transparent), to(transparent));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 25%, transparent 100%);
	opacity: 1;
	z-index: 1;
}
.cs-breadcrumbs-gradient .cs-overlay-background:after {
	opacity: 0;
}
.cs-overlay-gradient .cs-overlay-background:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.5) 100%);
	opacity: 1 !important;
}

.cs-overlay-content {
	padding: 20px;
}
.cs-overlay-content a {
	position: relative;
	z-index: 2;
}
.cs-overlay-content .cs-overlay-link {
	position: absolute;
}

.cs-overlay-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cs-overlay-link a {
	display: block;
}

.cs-overlay-ratio {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cs-overlay-ratio:not(.cs-ratio-original):before {
	content: "";
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.cs-ratio-landscape:before {
	padding-bottom: 75%;
}

.cs-ratio-landscape-3-2:before {
	padding-bottom: 66.66667%;
}

.cs-ratio-landscape-16-9:before {
	padding-bottom: 56.25%;
}

.cs-ratio-portrait:before {
	padding-bottom: 133.33333%;
}

.cs-ratio-portrait-2-3:before {
	padding-bottom: 150%;
}

.cs-ratio-square:before {
	padding-bottom: 100%;
}

.cs-ratio-wide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.cs-ratio-wide:before {
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	padding-bottom: 30%;
	min-height: 300px;
}
@media (min-width: 1020px) {
	.cs-ratio-wide:before {
		padding-bottom: 30%;
		min-height: 500px;
	}
}

.cnvs-block-posts-layout-tile-type-2 article > div.cs-entry__outer:before {
	counter-increment: articleCounter;
    content: counter(articleCounter);
    z-index: 2;
    padding-right: 7px;
    font-size: 2.5rem;
    font-family: var(--cs-font-headings-family);
    font-weight: 300;
    line-height: 1;
    color: var(--cs-color-primary);
    border-right: 1px solid var(--cs-color-primary);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    max-height: 40px;
	margin: 20px 0 20px 20px;
	color: #676767;
    border-right-color: #676767;
}
.cs-entry__inner.cs-entry__overlay .cs-overlay-content > * {
	margin-top: auto;
}
.cs-entry__inner.cs-entry__overlay .cs-overlay-content .cs-entry__read-more {
	margin-top: 0;
}
.cs-entry__inner.cs-entry__overlay .cs-overlay-content .cs-entry__read-more:not(:only-child) {
	margin-top: auto;
}
.cs-entry__inner.cs-entry__overlay:hover .cs-overlay-content {
	opacity: 1;
}
.cs-entry__inner.cs-entry__overlay:hover .cs-overlay-background:after {
	opacity: 1;
}

.cs-entry__inner.cs-overlay-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cs-entry__inner.cs-overlay-content:not(:first-child) {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.cs-button:focus,
.cs-button:hover {
	outline: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.cs-button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
	display: block;
	width: 100%;
	line-height: var(--cs-font-input-line-height);
	color: #000000;
	background-color: #ffffff;
	border: 1px solid var(--cs-color-contrast-200);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0.3125rem 0.75rem;
	border-radius: var(--cs-primary-border-radius);
	font-family: var(--cs-font-input-family), sans-serif;
	font-size: var(--cs-font-input-size);
	font-weight: var(--cs-font-input-weight);
	font-style: var(--cs-font-input-style);
	letter-spacing: var(--cs-font-input-letter-spacing);
	text-transform: var(--cs-font-input-text-transform);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=range]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=month]:focus::-webkit-input-placeholder, input[type=week]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=datetime]:focus::-webkit-input-placeholder, input[type=datetime-local]:focus::-webkit-input-placeholder, input[type=color]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0.5;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=range]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=month]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=datetime]:focus::-moz-placeholder, input[type=datetime-local]:focus::-moz-placeholder, input[type=color]:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0.5;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=range]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=month]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=datetime]:focus:-ms-input-placeholder, input[type=datetime-local]:focus:-ms-input-placeholder, input[type=color]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0.5;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=url]:focus::-ms-input-placeholder, input[type=password]:focus::-ms-input-placeholder, input[type=search]:focus::-ms-input-placeholder, input[type=number]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, input[type=range]:focus::-ms-input-placeholder, input[type=date]:focus::-ms-input-placeholder, input[type=month]:focus::-ms-input-placeholder, input[type=week]:focus::-ms-input-placeholder, input[type=time]:focus::-ms-input-placeholder, input[type=datetime]:focus::-ms-input-placeholder, input[type=datetime-local]:focus::-ms-input-placeholder, input[type=color]:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
	opacity: 0.5;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0.5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

select:not([size]):not([multiple]) {
	height: calc(var(--cs-font-input-line-height) + 0.625rem + 2px);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='currentColor'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: 0.6em;
	background-repeat: no-repeat;
	background-position: calc(100% - 0.75rem) center;
}

select::-ms-expand {
	display: none;
}

textarea {
	border-radius: var(--cs-common-border-radius);
}

label {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

textarea {
	height: 150px;
	resize: vertical;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.cs-list-articles {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cs-list-articles > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	color: var(--cs-color-primary);
	font-size: 0.875rem;
	position: relative;
	padding-left: 2rem;
}
.cs-list-articles > li > a:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: "cs-icons";
	content: "";
	color: var(--cs-color-contrast-400);
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: var(--cs-secondary-border-radius);
}
.cs-list-articles > li > a:hover {
	color: var(--cs-color-primary);
}
.cs-list-articles > li > a:hover:before {
	color: var(--cs-color-accent-contrast);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	background: var(--cs-color-accent);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
.cs-d-none {
	display: none !important;
}

.cs-d-inline {
	display: inline !important;
}

.cs-d-inline-block {
	display: inline-block !important;
}

.cs-d-block {
	display: block !important;
}

.cs-d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 600px) {
	.cs-d-sm-none {
		display: none !important;
	}

	.cs-d-sm-inline {
		display: inline !important;
	}

	.cs-d-sm-inline-block {
		display: inline-block !important;
	}

	.cs-d-sm-block {
		display: block !important;
	}

	.cs-d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 720px) {
	.cs-d-md-none {
		display: none !important;
	}

	.cs-d-md-inline {
		display: inline !important;
	}

	.cs-d-md-inline-block {
		display: inline-block !important;
	}

	.cs-d-md-block {
		display: block !important;
	}

	.cs-d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 1020px) {
	.cs-d-lg-none {
		display: none !important;
	}

	.cs-d-lg-inline {
		display: inline !important;
	}

	.cs-d-lg-inline-block {
		display: inline-block !important;
	}

	.cs-d-lg-block {
		display: block !important;
	}

	.cs-d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 1200px) {
	.cs-d-xl-none {
		display: none !important;
	}

	.cs-d-xl-inline {
		display: inline !important;
	}

	.cs-d-xl-inline-block {
		display: inline-block !important;
	}

	.cs-d-xl-block {
		display: block !important;
	}

	.cs-d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 1920px) {
	.cs-d-full-none {
		display: none !important;
	}

	.cs-d-full-inline {
		display: inline !important;
	}

	.cs-d-full-inline-block {
		display: inline-block !important;
	}

	.cs-d-full-block {
		display: block !important;
	}

	.cs-d-full-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.cs-embed-responsive:before {
	display: block;
	content: "";
}
.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-embed-responsive:before {
	padding-top: 56.25%;
}

.wp-block-embed .cs-embed-responsive {
	position: initial;
	margin: 0;
	padding: 0;
	overflow: initial;
}
.wp-block-embed .cs-embed-responsive:before {
	display: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
.cs-site,
.cs-site-inner {
	min-height: 100vh;
}
@media screen and (min-width: 601px) {
	.admin-bar .cs-site,
.admin-bar .cs-site-inner {
		min-height: calc(100vh - 46px);
	}
}
@media screen and (min-width: 783px) {
	.admin-bar .cs-site,
.admin-bar .cs-site-inner {
		min-height: calc(100vh - 32px);
	}
}

body {
	background: var(--cs-color-site-background);
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 600px) {
	.cs-container {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cs-container {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cs-container {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cs-container {
		max-width: 1200px;
	}
}

.cs-site-content {
	margin: 3rem 0;
}

.cs-site-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cs-site-inner > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.cs-site-inner main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.cs-header {
	border-bottom: 1px solid var(--cs-color-contrast-200);
	background: var(--cs-color-header-background);
	width: 100%;
	z-index: 10;
}
.cs-header__item {
	position: static;
	width: 100%;
	opacity: 1;
	border-bottom: 1px solid var(--cs-color-contrast-200);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__item:first-child {
	position: relative;
}
.cs-header__item:first-child:before {
	display: none;
	content: "";
	position: absolute;
	left: 100%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: var(--cs-color-contrast-200);
}
@media (min-width: 1020px) {
	.cs-header__item:first-child:before {
		display: block;
		width: calc(((100vw - 1020px) / 2) + 20px);
	}
}
@media (min-width: 1200px) {
	.cs-header__item:first-child:before {
		display: block;
		width: calc(((100vw - 1200px) / 2) + 20px);
	}
}
.cs-header__item:first-child .cs-col-left {
	padding: 0 20px;
}
.cs-header__item:last-child {
	display: block;
	border: none;
}
.cs-header__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: var(--cs-header-height);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 1;
}
.cs-header__inner-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 1020px) {
	.cs-header__inner-mobile {
		display: none;
	}
}
.cs-header__inner-desktop {
	display: none;
}
@media (min-width: 1020px) {
	.cs-header__inner-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.cs-header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-header__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__col > *:not(:first-child) {
	margin-left: 20px;
}
.cs-header__inner-mobile .cs-header__col > *:not(:first-child) {
	margin-left: 10px;
}
.cs-header__col.cs-col-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 20px;
}
@media (min-width: 1020px) {
	.cs-header__col.cs-col-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cs-header__col.cs-col-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
}
.cs-header__inner-mobile .cs-header__col.cs-col-center {
	padding: 0;
}
.cs-header__col.cs-col-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cs-header__col.cs-col-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cs-header__col.cs-col-column > *:not(:first-child) {
	margin-left: 0;
}
.cs-header__col.cs-col-large {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cs-header__offcanvas-toggle {
	padding: 0;
	cursor: pointer;
}
@media (min-width: 1020px) {
	.cs-header__offcanvas-toggle.cs-d-lg-none + * {
		margin-left: 0 !important;
	}
}
.cs-header__offcanvas-toggle .cs-icon {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__offcanvas-toggle:hover .cs-icon {
	color: var(--cs-color-secondary);
}
.cs-header__logo {
	display: block;
	color: var(--cs-color-primary);
	white-space: nowrap;
	font-family: var(--cs-font-main-logo-family), sans-serif;
	font-size: var(--cs-font-main-logo-size);
	font-weight: var(--cs-font-main-logo-weight);
	font-style: var(--cs-font-main-logo-style);
	letter-spacing: var(--cs-font-main-logo-letter-spacing);
	text-transform: var(--cs-font-main-logo-text-transform);
}
.cs-header__logo.cs-logo-large {
	padding: 10px 0;
	font-family: var(--cs-font-large-logo-family), sans-serif;
	font-size: var(--cs-font-large-logo-size);
	font-weight: var(--cs-font-large-logo-weight);
	font-style: var(--cs-font-large-logo-style);
	letter-spacing: var(--cs-font-large-logo-letter-spacing);
	text-transform: var(--cs-font-large-logo-text-transform);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__logo.cs-logo-dark {
	display: none;
}
[data-scheme=inverse] .cs-header__logo.cs-logo-dark, [data-scheme=dark] .cs-header__logo.cs-logo-dark {
	display: block;
}
[data-scheme=inverse] .cs-header__logo.cs-logo-default, [data-scheme=dark] .cs-header__logo.cs-logo-default {
	display: none;
}
[data-scheme=default] .cnvs-block-posts-layout-tile-type-2 article:hover > div.cs-entry__outer:before {
	color:var(--cs-color-styled-heading-hover) !important;
	border-color:var(--cs-color-styled-heading-hover) !important;
}

.cs-header__logo img {
	display: block;
	width: auto;
	max-width: inherit;
	max-height: calc(var(--cs-header-height) - 20px);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-col-left .cs-header__logo {
	padding-right: 10px;
}
.cs-header .cs-logo {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo {
	font-size: 0;
	-webkit-transition: font-size 0.25s;
	transition: font-size 0.25s;
	padding-right: 0;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo img {
	max-height: 0;
	opacity: 0;
}
.cs-header__nav {
	display: block;
	height: 100%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__scheme-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
[site-data-scheme=dark] .cs-header__scheme-toggle .cs-header__scheme-toggle-element:after {
	left: 1rem;
}
[site-data-scheme=dark] .cs-header__scheme-toggle .cs-header__scheme-toggle-icon:last-child {
	color: var(--cs-color-primary);
}
.cs-header__scheme-toggle:hover .cs-header__scheme-toggle-element {
	background: var(--cs-color-contrast-600);
}
.cs-header__scheme-toggle-mobile {
	width: 2rem;
	height: 2rem;
	position: relative;
}
.cs-header__scheme-toggle-mobile .cs-header__scheme-toggle-icon {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
}
.cs-header__scheme-toggle-mobile .cs-header__scheme-toggle-icon:last-child {
	-webkit-transform: scale(1);
	transform: scale(1);
}
[site-data-scheme=dark] .cs-header__scheme-toggle-mobile .cs-header__scheme-toggle-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
}
[site-data-scheme=dark] .cs-header__scheme-toggle-mobile .cs-header__scheme-toggle-icon:last-child {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.cs-header__scheme-toggle-icon {
	width: 1rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	display: inline-block;
	color: var(--cs-color-primary);
}
.cs-header__scheme-toggle-element {
	margin: 0 0.25rem;
	display: block;
	height: 1rem;
	width: 2rem;
	border-radius: 0.5rem;
	background: var(--cs-color-contrast-400);
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__scheme-toggle-element::after {
	-webkit-transition: 0.25s !important;
	transition: 0.25s !important;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.75rem;
	height: 0.75rem;
	background: #ffffff;
	border-radius: 50%;
	left: 0;
	margin-left: 0.125rem;
}
.cs-header__nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.cs-header__nav-inner li {
	position: relative;
}
.cs-header__nav-inner li:not(.touch-device):hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	top: -1px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.submenu-visible > .sub-menu {
	visibility: visible;
	opacity: 1;
	top: -1px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.menu-item-has-children > a:after {
	margin-left: 2px;
	font-family: "cs-icons";
	content: "";
	font-size: 0.75rem;
	line-height: 1;
}
.cs-header__nav-inner li.current-menu-ancestor > a, .cs-header__nav-inner li.current-menu-item > a {
	color: var(--cs-color-secondary);
}
.cs-header__nav-inner li.current-menu-ancestor > a > span:first-child:before, .cs-header__nav-inner li.current-menu-item > a > span:first-child:before {
	bottom: -3px;
	opacity: 1;
	background-color: var(--cs-color-secondary);
}
.cs-header__nav-inner > li {
	height: 100%;
}
.cs-header__nav-inner > li:not(:first-child) {
	margin-left: 20px;
}
.cs-header__nav-inner > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	height: 100%;
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.cs-header__nav-inner > li > a > span {
	position: relative;
}
.cs-header__nav-inner > li > a > span:first-child:before {
	content: "";
	position: absolute;
	bottom: -10px;
	opacity: 0;
	width: 100%;
	height: 1px;
	background-color: var(--cs-color-secondary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__nav-inner > li > a .pk-badge {
	position: relative;
}
.cs-header__nav-inner > li > a .pk-badge:after {
	content: "";
	position: absolute;
	height: 10px;
	width: calc(100% + 12px);
	top: 100%;
	left: -8px;
	background: var(--cs-color-header-background);
}
.cs-header__nav-inner > li:hover > a {
	color: var(--cs-color-secondary);
}
.cs-header__nav-inner > li:hover > a > span:before {
	opacity: 1;
	bottom: -3px;
}
.cs-header__nav-inner > li.menu-item-has-children > .sub-menu {
	top: -9999px;
	left: 0;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
}
.cs-header-four .cs-header__nav-inner > li.menu-item-has-children > .sub-menu {
	top: -9999px;
}
.cs-header-four .cs-header__nav-inner > li.menu-item-has-children.cs-mega-menu > .sub-menu {
	top: -9999px;
}
.cs-header__nav-inner > li.menu-item-has-children > a:after {
	content: "";
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s, left 0.25s;
	transition: opacity 0.25s, left 0.25s;
}
.cs-header-four .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	top: calc(100% - 1px);
}
.cs-header-four.cs-scroll-sticky .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	top: 100%;
}
.cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
	top: 100%;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.cs-header-four .cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
	top: calc(100% - 1px);
}
.cs-header-four.cs-scroll-sticky .cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
	top: 100%;
}
.cs-header__nav-inner .menu-item .pk-badge {
	margin: auto auto auto 0.5rem;
}
.cs-header__nav-inner .sub-menu {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	background-color: var(--cs-color-submenu-background);
	border: 1px var(--cs-color-contrast-200) solid;
}
.cs-header__nav-inner .sub-menu > li {
	padding: 0 1rem;
}
.cs-header__nav-inner .sub-menu > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 200px;
	padding: 10px 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	font-family: var(--cs-font-submenu-family), sans-serif;
	font-size: var(--cs-font-submenu-size);
	font-weight: var(--cs-font-submenu-weight);
	font-style: var(--cs-font-submenu-style);
	letter-spacing: var(--cs-font-submenu-letter-spacing);
	text-transform: var(--cs-font-submenu-text-transform);
}
.cs-header__nav-inner .sub-menu > li a:hover {
	color: var(--cs-color-secondary);
}
.cs-header__nav-inner .sub-menu > li:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
}
.cs-header__nav-inner .sub-menu > li:first-child a, .cs-header__nav-inner .sub-menu > li:last-child a {
	padding: 10px 0;
}
.cs-header__nav-inner .sub-menu > li.current-menu-ancestor > a, .cs-header__nav-inner .sub-menu > li.current-menu-item > a {
	color: var(--cs-color-secondary);
}
.cs-header__nav-inner .sub-menu .sub-menu {
	display: block;
	top: -9999px;
	left: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	-webkit-transform: translate3d(0.5rem, 0, 0);
	transform: translate3d(0.5rem, 0, 0);
	visibility: hidden;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > .sub-menu {
	left: auto;
	right: 100%;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cs-header__nav-inner .cs-mega-menu {
	position: static;
}
.cs-header__multi-column {
	height: 100%;
}
.cs-header__multi-column .cs-icon {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__multi-column:hover .cs-header__multi-column-container {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__multi-column:hover .cs-icon {
	color: var(--cs-color-secondary);
}
.cs-header__multi-column-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 1.375rem;
	cursor: pointer;
}
.cs-header__multi-column-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 60vh;
	min-height: 100%;
	background: var(--cs-color-submenu-background);
	border: 1px solid var(--cs-color-contrast-200);
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
}
.cs-header__multi-column-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 0;
}
.cs-header__multi-column-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 3 - 2px);
	flex: 0 0 calc(100% / 3 - 2px);
	max-width: calc(100% / 3 - 2px);
	width: 100%;
	padding: 0 40px;
}
.cs-header__multi-column-col:not(:last-child) {
	border-right: 1px solid var(--cs-color-contrast-200);
}
.cs-header__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}
.cs-header__cart {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--cs-color-primary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__cart i {
	font-size: 1.125rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__cart:hover .cs-icon {
	color: var(--cs-color-secondary);
}
.cs-header__cart:hover .cs-header__cart-quantity {
	background-color: var(--cs-color-secondary);
}
@media (min-width: 1020px) {
	.cs-header__cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.cs-header__cart-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 500;
	border-radius: 50%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__search-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.cs-header__search-toggle .cs-icon {
	font-size: 1.125rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__search-toggle:hover .cs-icon {
	color: var(--cs-color-secondary);
}
.cs-header__button {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: var(--cs-color-primary);
	line-height: 1;
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.cs-header__button .cs-icon {
	font-size: 1.125rem;
	margin-right: 5px;
}
@media (min-width: 1200px) {
	.cs-header__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.cs-header__button:hover {
	color: var(--cs-color-secondary);
}
.cs-header__single-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	border-left: 1px solid var(--cs-color-contrast-200);
	color: var(--cs-color-primary);
	cursor: pointer;
}
.cs-header__single-column:after {
	margin-left: 2px;
	font-family: "cs-icons";
	content: "";
	font-size: 0.75rem;
	line-height: 1;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
.cs-header__single-column:hover .cs-header__single-column-label {
	color: var(--cs-color-secondary);
}
.cs-header__single-column:hover .cs-header__single-column-label:before {
	opacity: 1;
	bottom: -3px;
}
.cs-header__single-column:hover:after {
	color: var(--cs-color-secondary);
}
.cs-header__single-column:hover .cs-header__widgets {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__single-column-label {
	position: relative;
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.cs-header__single-column-label:before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: var(--cs-color-secondary);
	opacity: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.cs-header__widgets {
	position: absolute;
	top: 100%;
	right: 0;
	left: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 60vh;
	min-height: 100%;
	width: auto;
	max-width: 980px;
	background: var(--cs-color-submenu-background);
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	cursor: auto;
}
.cs-header__widgets-img {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 400px;
	flex: 0 1 400px;
	width: 400px;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	margin-bottom: 0;
}
.cs-header__widgets-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.cs-header__widgets-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 380px;
	flex: 0 1 380px;
	width: 380px;
	max-width: 100%;
	padding: 40px;
	border: 1px solid var(--cs-color-contrast-200);
	overflow-x: hidden;
	overflow-y: auto;
}
.cs-header .cs-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	height: 100%;
	width: 1px;
	background-color: var(--cs-color-contrast-200);
}
.cs-header .cs-navbar-social-links .pk-social-links-items {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.cs-navbar-sticky-enabled .cs-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo {
	font-size: var(--cs-font-main-logo-size);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo img {
	max-height: calc(var(--cs-header-height) - 20px);
	opacity: 1;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-three .cs-header__col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__inner-wrapper {
	height: var(--cs-header-height);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__logo img {
	max-height: calc(var(--cs-header-height) - 20px);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__item:first-child {
	border-bottom: 0;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__item:first-child:before {
	display: none;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__item:first-child .cs-header__inner {
	height: 0;
	opacity: 0;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky.cs-header-four .cs-header__item:last-child .cs-header__inner {
	height: var(--cs-header-height);
}
.cs-navbar-smart-enabled .cs-header.cs-scroll-active {
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.admin-bar .cs-header {
	top: 32px;
}
.cs-header.cs-header-one .cs-header__nav {
	padding-left: 20px;
	border-left: 1px solid var(--cs-color-contrast-200);
}
.cs-header.cs-header-one .cs-navbar-social-links {
	display: none;
}
@media (min-width: 1200px) {
	.cs-header.cs-header-one .cs-navbar-social-links {
		display: block;
	}
}
.cs-header.cs-header-two .cs-col-left > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-header.cs-header-two .cs-col-left > *:last-child {
	padding-right: 20px;
	border-right: 1px solid var(--cs-color-contrast-200);
}
.cs-header.cs-header-four .cs-header__inner-wrapper {
	position: relative;
	height: var(--cs-header-initial-height);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-header.cs-header-four .cs-header__inner-wrapper > .cs-col-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.cs-header.cs-header-four .cs-header__inner-wrapper > .cs-col-left > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-header.cs-header-four .cs-header__inner-wrapper > .cs-col-left > *:last-child {
	padding-right: 20px;
	border-right: 1px solid var(--cs-color-contrast-200);
}
.cs-header.cs-header-four .cs-header__inner {
	position: static;
}
.cs-header.cs-header-four .cs-col-column .cs-header__inner {
	height: calc(var(--cs-header-initial-height) / 2);
	min-height: auto;
}
.cs-header.cs-header-four .cs-header__logo img {
	max-height: calc(var(--cs-header-initial-height) - 20px);
}

.cs-topbar {
	display: none;
	background: var(--cs-color-topbar-background);
	width: 100%;
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
@media (min-width: 1020px) {
	.cs-topbar {
		display: block;
	}
}
.cs-topbar .cs-header__inner {
	min-height: var(--cs-header-topbar-height);
}
.cs-topbar .cs-header__logo img {
	max-height: calc(var(--cs-header-topbar-height) - 20px);
}

@media screen and (max-width: 782px) {
	.cs-navbar-sticky-enabled.admin-bar .cs-header {
		top: 46px;
	}
	.cs-navbar-smart-enabled.admin-bar .cs-header {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.cs-navbar-sticky-enabled.admin-bar .cs-header {
		top: 46px;
	}
	.cs-navbar-smart-enabled.admin-bar .cs-header {
		top: 0;
	}
}
.cs-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 2rem 0 2.5rem 0;
	background-color: var(--cs-color-search-background);
}
.cs-search.cs-search-disable {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-search__nav-form button {
	position: absolute;
	top: 0;
	width: 40px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
	border: none;
	outline: none;
}
.cs-search__nav-form button i {
	font-size: 1.25rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-search__nav-form button:hover i {
	color: var(--cs-color-secondary);
}
.cs-search__nav-form .cs-search__group {
	position: relative;
	padding: 0 40px;
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.cs-search__nav-form .cs-search__input {
	width: 100%;
	height: 50px;
	border: none !important;
	background: none !important;
	color: var(--cs-color-primary) !important;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cs-search__nav-form .cs-search__submit {
	left: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.cs-search__nav-form .cs-search__submit span {
	display: none;
}
.cs-search__nav-form .cs-search__close {
	right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cs-search__content {
	position: relative;
	width: 100%;
}
.cs-search__posts {
	display: none;
	margin-top: 2.5rem;
}
.cs-search__posts .cs-section-heading {
	margin-bottom: 2rem;
}
@media (min-width: 720px) {
	.cs-search__posts {
		display: block;
	}
}
.cs-search__posts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}
.cs-search__posts-wrapper .cs-entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 1rem;
	padding: 0 20px;
}
.cs-search__posts-wrapper .cs-entry:nth-child(odd) {
	border-right: 1px solid var(--cs-color-contrast-200);
}
@media (min-width: 1200px) {
	.cs-search__posts-wrapper .cs-entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 0;
	}
	.cs-search__posts-wrapper .cs-entry:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}
.cs-search__posts-wrapper .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cs-search__posts-wrapper .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cs-search__posts-wrapper .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cs-search__posts-wrapper .cs-entry__thumbnail img {
	border-radius: 0;
}
.cs-search__posts-wrapper .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cs-search__posts-wrapper .cs-entry__title {
	font-size: 1rem;
}
.cs-search__tags {
	margin-top: 2.5rem;
	display: none;
}
@media (min-width: 1020px) {
	.cs-search__tags {
		display: block;
	}
}
.cs-search__tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	margin: 0;
	padding: 0;
	list-style: none;
}
.cs-search__tags ul > li:not(.cs-title-tags), .cs-search__tags ul > a:not(.cs-title-tags) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.cs-search__tags ul > li:last-child, .cs-search__tags ul > a:last-child {
	margin-right: 0;
}
.cs-search__tags ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 12px;
	border: 1px solid var(--cs-color-contrast-200);
	border-radius: var(--cs-primary-border-radius);
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-search__tags ul a:hover {
	color: var(--cs-color-accent-contrast);
	border: 1px solid var(--cs-color-accent);
	background-color: var(--cs-color-accent);
}

.cs-mega-menu > .sub-menu {
	width: 100%;
	right: 0;
	padding: 40px;
}
.cs-mega-menu .cs-mm__posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.cs-mega-menu .cs-mm__posts .cs-entry {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 20px;
}
.cs-mega-menu .cs-mm__posts .cs-entry__thumbnail {
	margin-bottom: 10px;
}
.cs-mega-menu .cs-mm__posts .cs-entry__overlay-background {
	margin-bottom: 10px;
}
.cs-mega-menu .cs-mm__posts .cs-entry__read-more {
	display: block;
	text-align: center;
}
.cs-mega-menu .cs-mm__posts .cs-entry__title {
	font-size: 1rem;
	text-align: center;
}
.cs-mega-menu .cs-mm__posts .cs-entry__title:not(:first-child) {
	margin-top: 0.5rem;
}
.cs-mega-menu .cs-mm__posts .cs-entry__content .cs-entry__post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cs-mega-menu .cs-mm__posts .cs-entry__content .cs-entry__post-meta:not(:first-child) {
	margin-top: 0.5rem;
}
.cs-mega-menu .cs-mm__posts .cs-entry__content .cs-entry__post-meta li:not(:first-child) {
	margin-left: 10px;
}
.cs-mega-menu .cs-mm__posts .cs-entry__content .cs-entry__post-meta li i {
	margin-right: 4px;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__categories {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 20px;
	list-style: none;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__categories .menu-item {
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__categories .menu-item a {
	display: block;
	min-width: auto;
	padding: 10px 0;
	font-family: var(--cs-font-submenu-family), sans-serif;
	font-size: var(--cs-font-submenu-size);
	font-weight: var(--cs-font-submenu-weight);
	font-style: var(--cs-font-submenu-style);
	letter-spacing: var(--cs-font-submenu-letter-spacing);
	text-transform: var(--cs-font-submenu-text-transform);
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__categories .menu-item:hover a {
	color: var(--cs-color-secondary);
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__posts-container {
	position: relative;
	width: 100%;
	max-width: 80%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	padding: 0 20px;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__posts-container .cs-mm__posts {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__posts-container .cs-mm__posts .cs-entry {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.cs-mega-menu.cs-mega-menu-terms .cs-mm__content .cs-mm__posts-container .cs-mm__posts.cs-active-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cs-mega-menu .cs-active-item > a {
	color: var(--cs-color-secondary);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.cs-footer {
	background-color: var(--cs-color-footer-background);
}
.cs-footer__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 2rem 0;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 1020px) {
	.cs-footer__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: initial;
		padding: 0;
	}
}
.cs-footer__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 300px;
	padding: 0;
}
.cs-footer__col:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 1020px) {
	.cs-footer__col {
		padding: 30px 0;
	}
	.cs-footer__col:not(:first-child) {
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.cs-footer__col {
		padding: 50px 0;
	}
	.cs-footer__col:not(:first-child) {
		margin-top: 0;
	}
}
.cs-footer__col.cs-col-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cs-footer__col.cs-col-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (min-width: 1020px) {
	.cs-footer__col.cs-col-left {
		padding-right: 30px;
	}
}
@media (min-width: 1200px) {
	.cs-footer__col.cs-col-left {
		padding-right: 50px;
	}
}
.cs-footer__col.cs-col-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}
@media (min-width: 1020px) {
	.cs-footer__col.cs-col-center {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (min-width: 1200px) {
	.cs-footer__col.cs-col-center {
		padding-right: 50px;
		padding-left: 50px;
	}
}
.cs-footer__col.cs-col-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (min-width: 1020px) {
	.cs-footer__col.cs-col-right {
		padding-left: 30px;
	}
}
@media (min-width: 1200px) {
	.cs-footer__col.cs-col-right {
		padding-left: 50px;
	}
}
.cs-footer__col:not(:first-child) {
	border-left: none;
}
@media (min-width: 1020px) {
	.cs-footer__col:not(:first-child) {
		border-left: 1px solid var(--cs-color-contrast-200);
	}
}
.cs-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-footer__inner > *:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 1020px) {
	.cs-footer__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.cs-footer__inner > *:not(:first-child) {
		margin-top: 1.25rem;
	}
}
.cs-footer__logo {
	display: block;
	font-family: var(--cs-font-footer-logo-family), sans-serif;
	font-size: var(--cs-font-footer-logo-size);
	font-weight: var(--cs-font-footer-logo-weight);
	font-style: var(--cs-font-footer-logo-style);
	letter-spacing: var(--cs-font-footer-logo-letter-spacing);
	text-transform: var(--cs-font-footer-logo-text-transform);
}
.cs-footer__logo img {
	display: block;
	max-width: inherit;
	width: auto;
	max-height: 60px;
}
.cs-footer__logo.cs-logo-large {
	font-family: var(--cs-font-large-logo-family), sans-serif;
	font-size: var(--cs-font-large-logo-size);
	font-weight: var(--cs-font-large-logo-weight);
	font-style: var(--cs-font-large-logo-style);
	letter-spacing: var(--cs-font-large-logo-letter-spacing);
	text-transform: var(--cs-font-large-logo-text-transform);
}
.cs-footer__logo.cs-logo-dark {
	display: none;
}
footer[data-scheme=inverse] .cs-footer__logo.cs-logo-dark, footer[data-scheme=dark] .cs-footer__logo.cs-logo-dark {
	display: block;
}
footer[data-scheme=inverse] .cs-footer__logo.cs-logo-default, footer[data-scheme=dark] .cs-footer__logo.cs-logo-default {
	display: none;
}
.cs-footer__desc {
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.cs-footer__desc a {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-footer__desc a:hover {
	text-decoration: underline;
}
.cs-footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
@media (min-width: 1020px) {
	.cs-footer__nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cs-footer__nav li {
	padding: 0.25rem 0;
}
.cs-footer__nav li:not(:last-child) {
	margin-right: 20px;
}
.cs-footer__nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-footer__nav a:hover, .cs-footer__nav a:active, .cs-footer__nav a:focus {
	color: var(--cs-color-accent);
	text-decoration: none;
}
.cs-footer__nav .current-menu-item a {
	color: var(--cs-color-accent);
}
.cs-footer__nav .menu-item .pk-badge {
	margin: auto auto auto 0.5rem;
}
.cs-footer__nav.cs-nav-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 1200px) {
	.cs-footer__nav.cs-nav-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-column-gap: 60px;
		grid-row-gap: 0.25rem;
		justify-items: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
@media (min-width: 1200px) {
	.cs-footer__nav.cs-nav-grid li:not(:last-child) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.cs-entry__header {
	position: relative;
}
.cs-entry__header:not(:last-child) {
	margin-bottom: 2.5rem;
}
.cs-entry__header .cs-entry__post-media {
	margin-left: 0;
}
.cs-entry__header .cs-entry__post-media img {
	width: 100%;
}
.cs-entry__header .cs-entry__title {
	margin-bottom: 0;
	word-wrap: break-word;
	font-size: 1.875rem;
}
.cs-entry__header .cs-entry__title:not(:first-child) {
	margin-top: 1.25rem;
}
@media (min-width: 1020px) {
	.cs-entry__header .cs-entry__title {
		font-size: 2.5rem;
	}
}
.cs-entry__header.cs-video-wrap.cs-entry__header-overlay .cs-breadcrumbs {
	padding-left: 0;
}
@media (min-width: 720px) {
	.cs-entry__header.cs-video-wrap.cs-entry__header-overlay .cs-breadcrumbs {
		padding-right: 120px;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 720px) {
	.cs-entry__header.cs-video-wrap .cs-breadcrumbs {
		padding-right: 120px;
	}
}
.cs-entry__header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cs-entry__header-wrap:not(:first-child) {
	margin-top: 2.5rem;
}
.cs-entry__header-wrap .cs-breadcrumbs {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.cs-entry__post-media {
	margin-bottom: 0;
}
.cs-entry__post-media a {
	display: block;
}
.cs-entry__post-media img {
	-o-object-fit: cover;
	object-fit: cover;
}
.cs-entry__post-media:not(:first-child) {
	margin-top: 2.5rem;
}
.cs-entry__overlay-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	margin-bottom: 0;
}
.cs-entry__overlay-bg img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.cs-entry__header-inner {
	width: 100%;
	z-index: 1;
}
.cs-entry__header-info {
	position: relative;
	width: 100%;
	z-index: 2;
}
.single .cs-sidebar-disabled .cs-entry__header-info {
	max-width: var(--cs-entry-content-medium-width);
	margin: auto auto 0 auto;
}
.single .cs-sidebar-disabled.cs-metabar-disabled .cs-entry__header-info {
	max-width: var(--cs-entry-content-width);
	margin: auto auto 0 auto;
}
.cs-entry__header-simple .cs-entry__header-info {
	margin-top: 2rem;
}
.cs-entry__header-simple .cs-entry__post-media img {
	border-radius: var(--cs-image-border-radius);
}
.cs-entry__header-simple .cs-entry__post-media img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
}
.cs-entry__header-standard .cs-entry__title-line {
	width: calc(100% - 20px);
}
.cs-sidebar-disabled .cs-entry__header-standard .cs-entry__header-info {
	padding: 0;
}
.cs-entry__header-standard .cs-entry__post-media img {
	border-radius: var(--cs-image-border-radius);
}
.cs-entry__header-standard .cs-entry__post-media img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
}
.cs-entry__header-standard .cs-entry__post-media + .cs-entry__header-info {
	padding-left: 10px;
}
@media (min-width: 1020px) {
	.cs-entry__header-standard .cs-entry__post-media + .cs-entry__header-info {
		padding-left: 30px;
	}
}
.cs-entry__header-large .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
.cs-entry__header-large .cs-entry__subtitle {
	max-width: var(--cs-entry-heading-large-width);
}
.cs-entry__header-large .cs-entry__header-wrap {
	padding-top: 2.5rem;
	background: var(--cs-color-overlay-background);
}
@media (min-width: 1020px) {
	.cs-entry__header-large .cs-entry__header-wrap {
		padding-top: 2.5rem;
	}
}
.cs-entry__header-large .cs-entry__header-info {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 600px) {
	.cs-entry__header-large .cs-entry__header-info {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cs-entry__header-large .cs-entry__header-info {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cs-entry__header-large .cs-entry__header-info {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cs-entry__header-large .cs-entry__header-info {
		max-width: 1200px;
	}
}
@media (min-width: 1020px) {
	.cs-sidebar-disabled .cs-entry__header-large .cs-entry__header-info {
		max-width: var(--cs-entry-content-medium-width);
		margin: auto auto 0 auto;
		padding-right: 0;
		padding-left: 0;
	}
}
.cs-entry__header-large .cs-breadcrumbs {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 600px) {
	.cs-entry__header-large .cs-breadcrumbs {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cs-entry__header-large .cs-breadcrumbs {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cs-entry__header-large .cs-breadcrumbs {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cs-entry__header-large .cs-breadcrumbs {
		max-width: 1200px;
	}
}
.cs-entry__header-large .cs-video-controls {
	display: none;
}
@media (min-width: 1020px) {
	.cs-entry__header-large .cs-video-controls {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.cs-entry__header-large:first-child {
	margin-top: -3rem;
}
.cs-entry__header-overlay {
	background: var(--cs-color-overlay-background);
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cs-entry__header-overlay .cs-entry__post-media img {
	border-radius: 0;
}
.cs-entry__header-overlay .cs-entry__post-media img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cs-entry__header-overlay .cs-entry__header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem 20px;
}
@media (min-width: 1020px) {
	.cs-entry__header-overlay .cs-entry__header-inner {
		padding: 2.5rem 30px;
	}
}
.cs-entry__header-overlay .cs-entry__header-info {
	margin-top: auto;
}
.cs-entry__header-large-overlay {
	background: var(--cs-color-overlay-background);
	margin-top: -3rem;
}
.cs-entry__header-large-overlay .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
.cs-entry__header-large-overlay .cs-entry__summary {
	max-width: var(--cs-entry-heading-large-width);
}
.cs-entry__header-large-overlay .cs-entry__header-wrap {
	padding-top: 0;
	background: none;
}
.cs-entry__header-large-overlay .cs-entry__header-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
@media (min-width: 600px) {
	.cs-entry__header-large-overlay .cs-entry__header-inner {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cs-entry__header-large-overlay .cs-entry__header-inner {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cs-entry__header-large-overlay .cs-entry__header-inner {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cs-entry__header-large-overlay .cs-entry__header-inner {
		max-width: 1200px;
	}
}
.cs-entry__header-large-overlay .cs-entry__header-info {
	margin-top: auto;
	margin-left: auto;
}
.cs-entry__header-large-overlay .cs-video-controls {
	position: static;
	margin-bottom: 1rem;
}
@media (min-width: 1020px) {
	.cs-entry__header-large-overlay .cs-video-controls {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}

.cs-entry-format {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}
.cs-entry-format > a.cs-format-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	color: #ffffff;
}
.cs-entry-format > a.cs-format-icon:after {
	position: relative;
	font-family: "cs-icons";
	font-weight: normal;
	font-style: normal;
	font-size: 1.125rem;
	opacity: 1;
	width: auto;
}
.cs-entry-format .cs-format-image:after {
	content: "";
}
.cs-entry-format .cs-format-video:after {
	content: "";
}
.cs-entry-format .cs-format-audio:after {
	content: "";
}
.cs-entry-format .cs-format-gallery:after {
	content: "";
}
.cs-entry-format .cs-format-link:after {
	content: "";
}
.cs-entry-format .cs-format-quote:after {
	content: "";
}
.cs-entry-format .cs-format-status:after {
	content: "";
}
.cs-entry-format .cs-format-aside:after {
	content: "";
}
.cs-entry-format .cs-format-chat:after {
	content: "";
}

body {
	counter-reset: articleCounter;
}

.cs-entry__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cs-entry__inner:not(:first-child) {
	margin-top: 1.5rem;
}
.cs-entry__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cs-entry__thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}
.cs-entry__thumbnail img {
	width: 100%;
	border-radius: var(--cs-image-border-radius);
}
.cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
}
.cs-entry__thumbnail .cs-overlay-background img {
	border-radius: 0;
}
.cs-entry__thumbnail .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cs-entry__thumbnail .cs-video-wrapper {
	border-radius: var(--cs-image-border-radius);
}
.cs-entry__title {
	margin-bottom: 0;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 1.25rem;
	color: var(--cs-color-primary);
}
.cs-entry__title:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__title a {
	text-decoration: none;
	color: var(--cs-color-primary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__title a:hover {
	color: var(--cs-color-secondary);
}
.cs-entry__title-line {
	background: none;
	--cs-padding-title-line: 0.25em;
}
.cs-entry__title-line span, .cs-entry__title-line a {
	line-height: calc(var(--cs-font-styled-heading-line-height) + (var(--cs-padding-title-line) * 2));
	padding: var(--cs-padding-title-line) 0.35em;
	/*line-height: 180%;*/
	background-color: var(--cs-color-styled-heading);
	color: var(--cs-color-styled-heading-contrast);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__title-line a:hover {
	background-color: var(--cs-color-styled-heading-hover);
	color: var(--cs-color-styled-heading-hover-contrast);
}
.cs-entry__excerpt {
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
	color: var(--cs-color-contrast-800);
}
.cs-entry__excerpt:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__subtitle {
	font-family: var(--cs-font-post-subtitle-family), sans-serif;
	font-size: var(--cs-font-post-subtitle-size);
	letter-spacing: var(--cs-font-post-subtitle-letter-spacing);
	color: var(--cs-color-secondary);
}
.cs-entry__subtitle:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__summary {
	font-family: var(--cs-font-entry-summary-family), sans-serif;
	font-size: var(--cs-font-entry-summary-size);
	letter-spacing: var(--cs-font-entry-summary-letter-spacing);
	color: var(--cs-color-contrast-800);
}
.cs-entry__summary:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: none;
	font-family: var(--cs-font-category-family), sans-serif;
	font-size: var(--cs-font-category-size);
	font-weight: var(--cs-font-category-weight);
	font-style: var(--cs-font-category-style);
	letter-spacing: var(--cs-font-category-letter-spacing);
	text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__category:not(:first-child) {
	margin-top: 10px;
}
.cs-entry__category .post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-top: -10px;
}
.cs-entry__category .post-categories li {
	display: inline-block;
}
.cs-entry__category li {
	margin-top: 0.25rem;
}
.cs-entry__category li:not(:last-child) {
	margin-right: 10px;
}
.cs-entry__category a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 10px;
	background: var(--cs-color-styled-category);
	color: var(--cs-color-styled-category-contrast);
	border-radius: var(--cs-styled-category-border-radius);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__category a:hover {
	text-decoration: none;
	background-color: var(--cs-color-styled-category-hover);
	color: var(--cs-color-styled-category-hover-contrast);
}
.cs-entry__overlay .cs-entry__excerpt {
	color: var(--cs-color-contrast-800);
	z-index: 1;
}
.cs-entry__overlay .cs-video-wrapper {
	border-radius: 0;
}
.cs-entry__after-share-buttons {
	background: var(--cs-color-contrast-50);
	padding: 30px;
}
.cs-entry__after-share-buttons:not(:first-child) {
	margin-top: 3rem;
}
.cs-entry__read-more {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cs-entry.sticky .cs-entry__title a:before {
	font-family: "cs-icons";
	margin-right: 0.25rem;
	content: "";
}

.cs-entry__post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
	color: var(--cs-color-secondary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__post-meta:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__post-meta a {
	color: var(--cs-color-primary);
	font-size: inherit;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__post-meta a:hover {
	color: var(--cs-color-secondary);
}
.cs-entry__post-meta > *:not(:last-child) {
	margin-right: 0.5rem;
}
.cs-entry__post-meta > *:not(:first-child):before {
	content: "·";
	font-weight: 600;
	margin-right: 0.5em;
}
.cs-entry__post-meta .cs-meta-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cs-entry__post-meta .cs-meta-author > *:not(:last-child) {
	margin-right: 8px;
}
.cs-entry__post-meta .cs-meta-author .cs-photo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 26px;
	height: 26px;
	overflow: hidden;
}
.cs-entry__post-meta .cs-meta-author .cs-photo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%;
}
.cs-entry__post-meta .cs-meta-author .cs-photo img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 50%);
	clip-path: inset(0 0 0 0 round 50%);
}
.cs-entry__post-meta .cs-meta-author .cs-author {
	font-weight: 600;
}
.cs-entry__post-meta .cs-meta-author-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-entry__post-meta .cs-meta-author-inner > *:not(:last-child) {
	margin-right: 5px;
}
.cs-entry__post-meta .cs-meta-icon {
	margin-right: 4px;
}
.cs-entry__post-meta .cs-meta-category {
	font-family: var(--cs-font-category-family), sans-serif;
	font-size: var(--cs-font-category-size);
	font-weight: var(--cs-font-category-weight);
	font-style: var(--cs-font-category-style);
	letter-spacing: var(--cs-font-category-letter-spacing);
	text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__post-meta .cs-meta-category .post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.cs-entry__post-meta .cs-meta-category .post-categories li {
	display: inline-block;
}
.cs-entry__post-meta .cs-meta-category .post-categories li {
	position: relative;
	line-height: 1;
}
.cs-entry__post-meta .cs-meta-category .post-categories li a {
	position: relative;
	z-index: 2;
}
.cs-entry__post-meta .cs-meta-category .post-categories li:not(:first-child) {
	margin-left: 0.125em;
}
.cs-entry__post-meta .cs-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}
.cs-entry__post-meta .cs-meta-category .post-categories li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--cs-color-category-underline);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__post-meta .cs-meta-category .post-categories a {
	color: var(--cs-color-category);
}
.cs-entry__post-meta .cs-meta-category .post-categories a:hover {
	color: var(--cs-color-category-hover);
}
.cs-entry__post-meta .cs-meta-shares {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cs-entry__post-meta .cs-meta-photos i {
	color: #F00F00;
}

.cs-entry__post-related {
	margin-top: 3rem;
}
.cs-entry__post-related .cs-section-heading {
	margin-bottom: 2rem;
}
.cs-entry__post-related .cs-entry__post-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.cs-entry__post-related .cs-entry {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.cs-entry__post-related .cs-entry:not(:first-child) {
	margin-top: 2rem;
}
@media (min-width: 720px) {
	.cs-entry__post-related .cs-entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-entry__post-related .cs-entry:not(:first-child) {
		margin-top: 0;
	}
	.cs-entry__post-related .cs-entry:nth-child(n+3) {
		margin-top: 2rem;
	}
}
@media (min-width: 1200px) {
	.cs-entry__post-related .cs-entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cs-entry__post-related .cs-entry:not(:first-child) {
		margin-top: 0;
	}
	.cs-entry__post-related .cs-entry:nth-child(n+3) {
		margin-top: 0;
	}
	.cs-entry__post-related .cs-entry:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}

.cs-entry__metabar {
	display: none;
}
@media (min-width: 1020px) {
	.cs-entry__metabar {
		display: block;
	}
}
@media (min-width: 1020px) {
	.cs-metabar-enabled .cs-entry__metabar-inner {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
}

.cs-entry__author {
	border-top: 1px solid var(--cs-color-contrast-200);
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.cs-entry__author:not(:first-child) {
	margin-top: 3rem;
}
.cs-entry__author .pk-social-links-link {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	font-size: 1rem;
}
.cs-entry__author-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 0;
}
.cs-entry__author-inner:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
}
@media (min-width: 1020px) {
	.cs-entry__author-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-entry__author-photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	border: 2px solid transparent;
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__author-photo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: var(--cs-secondary-border-radius);
}
.cs-entry__author-photo img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
}
.cs-entry__author-info {
	text-align: center;
}
.cs-entry__author-info:not(:first-child) {
	margin-top: 20px;
}
@media (min-width: 1020px) {
	.cs-entry__author-info {
		text-align: left;
	}
	.cs-entry__author-info:not(:first-child) {
		margin-left: 30px;
		margin-top: 0;
	}
}
.cs-entry__author-position {
	display: block;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cs-entry__author-name-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0.5rem;
}
@media (min-width: 1020px) {
	.cs-entry__author-name-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-entry__author-name {
	font-family: var(--cs-font-section-headings-family), sans-serif;
	font-size: var(--cs-font-section-headings-size);
	font-weight: var(--cs-font-section-headings-weight);
	font-style: var(--cs-font-section-headings-style);
	letter-spacing: var(--cs-font-section-headings-letter-spacing);
	text-transform: var(--cs-font-section-headings-text-transform);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__author-name:hover {
	color: var(--cs-color-secondary);
	text-decoration: none;
}
.cs-entry__author-social {
	margin-top: 10px;
}
@media (min-width: 1020px) {
	.cs-entry__author-social {
		margin-left: 20px;
		margin-top: 0;
	}
}
.cs-entry__author-description {
	margin-top: 0.5rem;
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}

.cs-entry__prev-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cs-entry__prev-next:not(:first-child) {
	margin-top: 3rem;
}
@media (min-width: 1020px) {
	.cs-entry__prev-next {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-entry__prev-next .cs-entry__title {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__prev-next .cs-entry:not(:first-child) {
	margin-top: 1rem;
}
.cs-entry__next .cs-entry__prev-next .cs-entry {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (min-width: 1020px) {
	.cs-entry__next .cs-entry__prev-next .cs-entry {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cs-entry__prev-next .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cs-entry__prev-next .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	overflow: hidden;
	border-radius: var(--cs-image-border-radius);
}
.cs-entry__prev-next .cs-entry__thumbnail img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 0;
}
.cs-entry__prev-next .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cs-entry__prev-next .cs-entry__content {
	margin-top: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.cs-entry__prev-next .cs-entry__post-meta {
	margin-top: 0.5rem;
}
.cs-entry__next .cs-entry__outer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (min-width: 1020px) {
	.cs-entry__next .cs-entry__outer {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cs-entry__next .cs-entry__thumbnail {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.cs-entry__next .cs-entry__content {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.cs-entry__next .cs-entry__content:not(:first-child) {
	margin-right: 16px;
}
.cs-entry__next .cs-entry__title {
	text-align: right;
}
.cs-entry__next .cs-entry__post-meta {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cs-entry__prev .cs-entry__content:not(:first-child) {
	margin-left: 16px;
}
.cs-entry__prev-next-item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__prev-next-item:last-child {
	margin-top: 20px;
}
.cs-entry__prev-next-item:only-child {
	margin-top: 0;
}
@media (min-width: 1020px) {
	.cs-entry__prev-next-item:first-child {
		padding-right: 20px;
	}
	.cs-entry__prev-next-item:last-child {
		padding-left: 20px;
		margin-top: 0;
	}
	.cs-entry__prev-next-item:only-child {
		padding: 0;
		border: none;
	}
	.cs-entry__prev-next-item:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}
.cs-entry__prev-next-item a:not(.cs-entry__prev-next-link) {
	position: relative;
	z-index: 2;
}
.cs-entry__prev-next-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cs-entry__prev-next-link:hover ~ .cs-entry .cs-entry__title {
	color: var(--cs-color-secondary);
}
.cs-entry__prev-next-link:hover ~ .cs-entry__prev-next-label .cs-entry__prev-next-arrow {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__prev-next-type-2 .cs-entry__prev-next-link:hover ~ .cs-entry .cs-entry__title span {
	background-color: var(--cs-color-styled-heading-hover);
	color: var(--cs-color-styled-heading-hover-contrast);
}
.cs-entry__prev-next-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-entry__next .cs-entry__prev-next-label {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cs-entry__prev-next-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: var(--cs-color-accent-contrast);
	background-color: var(--cs-color-accent);
	border-radius: var(--cs-secondary-border-radius);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cs-entry__next .cs-entry__prev-next-arrow {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.cs-entry__next .cs-entry__prev-next-arrow i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cs-entry__prev-next-text {
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cs-entry__prev .cs-entry__prev-next-text:not(:first-child) {
	margin-left: 10px;
}
.cs-entry__next .cs-entry__prev-next-text {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.cs-entry__next .cs-entry__prev-next-text:not(:first-child) {
	margin-right: 10px;
}

.cs-entry__comments {
	margin-top: 3rem;
}
.cs-entry__comments .cs-section-heading {
	margin-bottom: 1rem;
}
.cs-entry__comments .says {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.comment-content {
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.comment-content > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (min-width: 600px) {
	.comment-content > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
.comment-content > *:first-child {
	margin-top: 0;
}
.comment-content > *:last-child {
	margin-bottom: 0;
}

.cs-entry__comments-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cs-entry__comments-show:not(:first-child) {
	margin-top: 3rem;
}
.cs-entry__comments-show button {
	padding: 1rem 2rem;
	background-color: transparent;
	color: var(--cs-color-primary);
	border: 1px var(--cs-color-primary) solid;
	padding: 1rem 2rem;
	width: 250px;
	max-width: 100%;
}
.cs-entry__comments-show button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

.cs-entry__comments-collapse {
	display: none;
}

.title-comment-reply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-comment-reply a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 8px;
	color: transparent;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.title-comment-reply a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--cs-color-primary);
	font-family: "cs-icons";
	content: "";
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.title-comment-reply a:hover:after {
	color: var(--cs-color-secondary);
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment-list .comment-body {
	display: block;
	padding: 20px 0;
}
.comment-list .comment-edit-link {
	color: var(--cs-color-secondary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	margin-left: 0.25rem;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.comment-list .comment-edit-link:hover {
	color: var(--cs-color-primary);
}
.comment-list .children {
	margin: 0;
	list-style: none;
	padding-left: 20px;
}
@media (min-width: 1020px) {
	.comment-list .children {
		padding-left: 40px;
	}
}
.comment-list .children .children .children .children .children .children {
	padding-left: 0;
}
@media (min-width: 1020px) {
	.comment-list .children .children .children .children .children .children {
		padding-left: 0;
	}
}

.comment-meta {
	margin-bottom: 1rem;
}
.comment-meta:after {
	content: "";
	display: block;
	clear: both;
}

.comment-metadata {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.comment-author .avatar {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: var(--cs-secondary-border-radius);
}
.comment-author .avatar.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
}

.comment-reply-link {
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.comment-reply-link:hover {
	color: var(--cs-color-primary);
}

.comment-navigation + .comment-respond, .comment-list + .comment-respond {
	margin-top: 2rem;
}

.comment-body + .comment-respond {
	padding-top: 2rem;
}

.comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
}
.comment-form .required {
	color: #F00F00;
}

.comment.bypostauthor {
	outline: none;
}

.comment-body {
	border-bottom: 1px solid var(--cs-color-contrast-200);
}

.comment-notes, .comment-form-comment, .logged-in-as {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 1.5rem;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 1.5rem;
}
@media (min-width: 1020px) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

.form-submit {
	margin-bottom: 0;
}
.form-submit input[type=submit] {
	padding: 1rem 2rem;
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
}
.form-submit input[type=submit]:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

.no-comments {
	margin-top: 1.5rem;
	margin-bottom: 0;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

.logged-in-as a {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.cs-entry__tags:not(:first-child) {
	margin-top: 3rem;
}
.cs-entry__tags .cs-title-tags {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 2rem;
}
.cs-entry__tags .cs-title-tags h5 {
	margin-bottom: 0;
}
.cs-entry__tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	margin: 0;
	padding: 0;
	list-style: none;
}
.cs-entry__tags ul > li:not(.cs-title-tags), .cs-entry__tags ul > a:not(.cs-title-tags) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.cs-entry__tags ul > li:last-child, .cs-entry__tags ul > a:last-child {
	margin-right: 0;
}
.cs-entry__tags ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 12px;
	border: 1px solid var(--cs-color-contrast-200);
	border-radius: var(--cs-primary-border-radius);
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-entry__tags ul a:hover {
	color: var(--cs-color-accent-contrast);
	border: 1px solid var(--cs-color-accent);
	background-color: var(--cs-color-accent);
}

.cs-entry__subscribe {
	padding: 20px;
	background-color: var(--cs-color-contrast-50);
}
.cs-entry__subscribe:not(:first-child) {
	margin-top: 3rem;
}
.cs-entry__subscribe .cs-site-subscribe__form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cs-entry__subscribe .cs-site-subscribe__info {
	margin-right: 0;
}
.cs-entry__subscribe .cs-site-subscribe__info {
	margin-bottom: 1rem;
}
@media (min-width: 1020px) {
	.cs-entry__subscribe {
		padding: 40px;
	}
}

.cs-entry__header-standard .cs-entry__header-info:not(:first-child), .cs-entry__header-large .cs-entry__header-info:not(:first-child) {
	margin-top: -4.7em;
}
.cs-entry__header-standard .cs-entry__header-info:not(:first-child) .cs-entry__title-line:first-child, .cs-entry__header-large .cs-entry__header-info:not(:first-child) .cs-entry__title-line:first-child {
	margin-top: 1.5em;
}
@media (min-width: 1020px) {
	.cs-entry__header-standard .cs-entry__header-info:not(:first-child), .cs-entry__header-large .cs-entry__header-info:not(:first-child) {
		margin-top: -5.3em;
	}
	.cs-entry__header-standard .cs-entry__header-info:not(:first-child) .cs-entry__title-line:first-child, .cs-entry__header-large .cs-entry__header-info:not(:first-child) .cs-entry__title-line:first-child {
		margin-top: 1.1em;
	}
}

.cnvs-block-posts-layout-standard-type-2 .cs-entry__content:not(:first-child) {
	margin-top: -3.8em;
}
.cnvs-block-posts-layout-standard-type-2 .cs-entry__content:not(:first-child) .cs-entry__title-line:first-child {
	margin-top: 2.1em;
}

.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer .cs-entry__content:not(:first-child) {
	margin-top: -3.8em;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer .cs-entry__content:not(:first-child) .cs-entry__title-line:first-child {
	margin-top: 2.1em;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer .cs-entry__content:not(:first-child) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer .cs-entry__content:not(:first-child) .cs-entry__title-line:first-child {
		margin-top: 0;
	}
}

.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
	margin-top: -1em;
	padding: 0 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
		margin-top: 0;
		padding: 0;
	}
}

.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content {
	padding: 0 20px;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
	margin-top: -1em;
	padding: 0 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
		margin-top: 0;
		padding: 0;
	}
}

.cnvs-block-posts-layout-large-type-3 .cs-entry__content:not(:first-child) {
	margin-top: -5.4em;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__content:not(:first-child) .cs-entry__title-line:first-child {
	margin-top: 0.9em;
}

.cs-tiles-categories-2 .cs-tiles-categories__content:not(:first-child) {
	margin-top: -1em;
}

/*--------------------------------------------------------------
## Post layout
--------------------------------------------------------------*/
.cnvs-block-posts-layout-tile-type-1[data-min-height*="100%"] {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-1 .cs-posts-area,
.cnvs-block-posts-layout-tile-type-1 .cs-posts-area__outer,
.cnvs-block-posts-layout-tile-type-1 .cs-posts-area__main {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-1 .cnvs-block-posts-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cnvs-block-posts-layout-tile-type-1 .cs-entry__outer {
	border-radius: var(--cs-image-border-radius);
	background: var(--cs-color-overlay-background);
	overflow: hidden;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
}
.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__content.cs-overlay-content {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 600px) {
	.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__content.cs-overlay-content {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__content.cs-overlay-content {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__content.cs-overlay-content {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__content.cs-overlay-content {
		max-width: 1200px;
	}
}
.cnvs-block-section-layout-align-full .cnvs-block-posts-layout-tile-type-1 .cs-entry__overlay:before {
	padding-bottom: 30%;
}
.cnvs-block-posts-layout-tile-type-1 .cs-overlay-content {
	padding: 30px;
}

.cnvs-block-posts-layout-tile-type-2[data-min-heigh*="100%"] {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-2 .cs-posts-area,
.cnvs-block-posts-layout-tile-type-2 .cs-posts-area__outer,
.cnvs-block-posts-layout-tile-type-2 .cs-posts-area__main {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-2 .cnvs-block-posts-inner {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--cs-color-overlay-background);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 1;
	z-index: -1;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer:after {
		opacity: 0;
	}
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer:hover .cs-overlay-background {
	opacity: 1;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer:hover .cs-entry__title:before {
	color: var(--cs-color-primary);
	border-right: 1px solid var(--cs-color-primary);
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__outer:hover:after {
	opacity: 1;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}
.cnvs-block-posts-layout-tile-type-2 .cs-overlay-content {
	padding: 0;
}
.cnvs-block-posts-layout-tile-type-2 .cs-overlay-background {
	opacity: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-2 .cs-overlay-background {
		opacity: 0;
	}
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__content {
	height: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__content .cs-entry__post-meta:last-child, .cnvs-block-posts-layout-tile-type-2 .cs-entry__content .cs-entry__excerpt:last-child {
	margin-top: auto;
	padding-top: 1rem;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__title {
	position: relative;
	font-size: 1.25rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__title a {
	display: block;
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__title a:hover {
	color: inherit;
}
/* .cnvs-block-posts-layout-tile-type-2 .cs-entry__title:before {
	min-width: 35px;
	counter-increment: number-post;
	content: counter(number-post);
	position: absolute;
	left: -45px;
	top: 0;
	z-index: 2;
	padding-right: 7px;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: 300;
	line-height: 1;
	color: var(--cs-color-primary);
	border-right: 1px solid var(--cs-color-primary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
} */
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-2 .cs-entry__title:before {
		color: var(--cs-color-contrast-400);
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}
.cnvs-block-posts-layout-tile-type-2 .cs-entry__excerpt {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.cnvs-block-posts-layout-tile-type-3[data-min-heigh*="100%"] {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-posts-area,
.cnvs-block-posts-layout-tile-type-3 .cs-posts-area__outer,
.cnvs-block-posts-layout-tile-type-3 .cs-posts-area__main {
	height: 100%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--cs-color-overlay-background);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 1;
	z-index: -1;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:after {
		opacity: 0;
	}
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:hover .cs-entry__content:before {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: background 0.25s ease 0.25s, -webkit-transform 0.25s;
	transition: background 0.25s ease 0.25s, -webkit-transform 0.25s;
	transition: background 0.25s ease 0.25s, transform 0.25s;
	transition: background 0.25s ease 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:hover .cs-entry__title:before {
	color: var(--cs-color-primary);
	border-right: 1px solid var(--cs-color-primary);
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:hover .cs-overlay-background:after {
	opacity: 1;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__outer:hover:after {
	opacity: 1;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__wrapper {
	width: 100%;
	padding: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cnvs-block-posts-layout-tile-type-3 .cs-overlay-content .cs-entry__title:before {
	color: var(--cs-color-primary);
	border-right: 1px solid var(--cs-color-primary);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-3 .cs-overlay-content .cs-entry__title:before {
		color: var(--cs-color-contrast-400);
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}
.cnvs-block-posts-layout-tile-type-3 .cs-overlay-background {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-3 .cs-overlay-background:after {
		opacity: 0;
	}
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__title {
	position: relative;
	z-index: 1;
	font-size: 1.25rem;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__title a {
	display: block;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__title a:hover {
	color: inherit;
}
/* .cnvs-block-posts-layout-tile-type-3 .cs-entry__title:before {
	min-width: 35px;
	counter-increment: number-post;
	content: counter(number-post);
	position: absolute;
	left: -45px;
	top: 0;
	z-index: 1;
	padding-right: 7px;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: 300;
	line-height: 1;
	color: var(--cs-color-contrast-400);
	border-right: 1px solid var(--cs-color-contrast-200);
	-webkit-transition: 0.25s;
	transition: 0.25s;
} */
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content-wrapper {
	width: 100%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-ratio-styled-square .cs-entry__thumbnail + .cs-entry__content-wrapper {
	padding-top: 100%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-ratio-styled-landscape .cs-entry__thumbnail + .cs-entry__content-wrapper {
	padding-top: 74%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-ratio-styled-portrait .cs-entry__thumbnail + .cs-entry__content-wrapper {
	padding-top: 125%;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	z-index: 2;
	overflow: hidden;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content:first-child {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content .cs-entry__post-meta {
	position: relative;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content a {
	position: relative;
	z-index: 4;
}
.cnvs-block-posts-layout-tile-type-3 .cs-entry__content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: var(--cs-color-site-background);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-tile-type-3 .cs-entry__content:before {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.cnvs-block-posts-layout-tile-type-3 .cs-overlay-link {
	z-index: 3;
}

.cnvs-block-posts-layout-horizontal-type-1 .cs-display-column {
	grid-gap: 0;
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-display-column .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: calc(var(--cs-posts-area-grid-gap) / 2);
	padding-top: calc(var(--cs-posts-area-grid-gap) / 2);
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__thumbnail {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-right: 3%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__content:not(:first-child) {
		margin-top: 0;
	}
}
.cnvs-block-posts-layout-horizontal-type-1 .cs-entry__content:not(:first-child) .cs-entry__post-meta:last-child, .cnvs-block-posts-layout-horizontal-type-1 .cs-entry__content:not(:first-child) .cs-entry__more:last-child {
	margin-top: 1rem;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-horizontal-type-1 .cs-posts-area__image-width-one-third .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

.cnvs-block-posts-layout-horizontal-type-2 .cs-display-column {
	grid-gap: 0;
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-display-column .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: calc(var(--cs-posts-area-grid-gap) / 2);
	padding-top: calc(var(--cs-posts-area-grid-gap) / 2);
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__title {
	font-size: 1rem;
}

.cnvs-block-posts-layout-horizontal-type-3 .cs-display-column {
	grid-gap: 0;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-display-column .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: calc(var(--cs-posts-area-grid-gap) / 2);
	padding-top: calc(var(--cs-posts-area-grid-gap) / 2);
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__wrapper .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__wrapper .cs-entry__inner:not(:last-child) {
	margin-right: 1rem;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-horizontal-type-3 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}

.cnvs-block-posts-layout-horizontal-type-4 .cs-display-column {
	grid-gap: 0;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-display-column .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: calc(var(--cs-posts-area-grid-gap) / 2);
	padding-top: calc(var(--cs-posts-area-grid-gap) / 2);
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		width: 60%;
	}
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	padding: 0 20px;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 20px 0 20px 20px;
	}
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__content:only-child .cs-entry__title {
	margin-left: 0;
}
.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__title {
	font-size: 1.25rem;
	margin-left: 0;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-horizontal-type-4 .cs-entry__title {
		margin-left: -4em;
	}
}

.cnvs-block-posts-layout-horizontal-type-5 .cs-display-column {
	grid-gap: 0;
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-display-column .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: calc(var(--cs-posts-area-grid-gap) / 2);
	padding-top: calc(var(--cs-posts-area-grid-gap) / 2);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry:not(:first-child) {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid var(--cs-color-contrast-200);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 80px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail:hover .cs-overlay-background:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail:hover .cs-overlay-background:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail .cs-overlay-background:before, .cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail .cs-overlay-background:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: var(--cs-font-base-weight);
	line-height: 1;
	background-color: var(--cs-color-overlay-background);
	opacity: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
/* .cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail .cs-overlay-background:before {
	content: counter(number-post);
	counter-increment: number-post;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} */
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__thumbnail .cs-overlay-background:after {
	font-family: "cs-icons";
	content: "";
	font-size: 1.5rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cnvs-block-posts-layout-horizontal-type-5 .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-tile-type-1 .cnvs-block-posts-layout-horizontal-type-5 .cs-entry__title {
	font-size: 1rem;
}

.cnvs-block-posts-layout-standard-type-1 .cs-entry__thumbnail {
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-standard-type-1 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-standard-type-1 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-standard-type-1 .cs-entry__content {
	max-width: var(--cs-entry-content-width);
}

.cnvs-block-posts-layout-standard-type-2 .cs-entry__thumbnail {
	position: relative;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-standard-type-2 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-standard-type-2 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-standard-type-2 .cs-entry__content {
	padding: 0 20px;
	max-width: var(--cs-entry-content-width);
}

.cnvs-block-posts-layout-standard-type-3 .cs-entry__title {
	position: relative;
}
/* .cnvs-block-posts-layout-standard-type-3 .cs-entry__title:before {
	min-width: 35px;
	counter-increment: number-post;
	content: counter(number-post);
	position: absolute;
	left: -45px;
	top: 0;
	padding-right: 7px;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: 300;
	line-height: 1;
	color: var(--cs-color-contrast-400);
	border-right: 1px solid var(--cs-color-contrast-200);
} */
.cnvs-block-posts-layout-standard-type-3 .cs-entry__thumbnail {
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-standard-type-3 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-standard-type-3 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-standard-type-3 .cs-entry__content {
	max-width: var(--cs-entry-content-width);
	padding-left: 45px;
}

.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 130px;
	margin: 0 auto;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail .cs-overlay-background:before, .cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail .cs-overlay-background:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: var(--cs-font-base-weight);
	line-height: 1;
	background-color: var(--cs-color-overlay-background);
	opacity: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
/* .cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail .cs-overlay-background:before {
	content: counter(number-post);
	counter-increment: number-post;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} */
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail .cs-overlay-background:after {
	font-family: "cs-icons";
	content: "";
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail:hover .cs-overlay-background:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__thumbnail:hover .cs-overlay-background:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__content {
	max-width: var(--cs-entry-content-width);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cnvs-block-posts-layout-standard-type-4 .cs-entry__post-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cnvs-block-posts-layout-standard-type-4 .cs-meta-author {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cnvs-block-posts-layout-large-type-1 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 40px 0;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap {
		padding: 60px 0;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap:before {
	padding-bottom: 25%;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap .cs-overlay-background:after {
	opacity: 1;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap .cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__wrap .cs-overlay-background .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-1 .cs-entry__title {
		font-size: 3rem;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-1 .cs-overlay-content {
	padding: 0;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:first-child {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:first-child .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 2rem;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 0;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry:not(:first-child) {
	margin-top: 2rem;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__inner:not(:first-child) {
		margin-top: 0;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin-left: 0;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
		margin-left: -3em;
	}
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-entry__post-meta {
	position: relative;
	z-index: 2;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-overlay-background {
	position: relative;
}
.cnvs-block-posts-layout-large-type-1 .cs-layout-large__col:last-child .cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
	position: absolute;
}

.cnvs-block-posts-layout-large-type-2 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 40px 0;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap {
		padding: 60px 0;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap:before {
	content: "";
	height: 100%;
	width: 0;
	padding-bottom: 25%;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap .cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap .cs-overlay-background:after {
	opacity: 1;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap .cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__wrap .cs-overlay-background .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cnvs-block-posts-layout-large-type-2 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-2 .cs-entry__title {
		font-size: 3rem;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-2 .cs-overlay-content {
	padding: 0;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:first-child {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 2rem;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry:not(:first-child) {
	margin-top: 2rem;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__inner:not(:first-child) {
		margin-top: 0;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin-left: 0;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__content:not(:first-child) {
		margin-left: -3em;
	}
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-entry__post-meta {
	position: relative;
	z-index: 2;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-overlay-background {
	position: relative;
}
.cnvs-block-posts-layout-large-type-2 .cs-layout-large__col:last-child .cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
	position: absolute;
}

.cnvs-block-posts-layout-large-type-3 {
	overflow-x: hidden;
	text-align: center;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media (min-width: 600px) {
	.cnvs-block-posts-layout-large-type-3 .cs-entry__content {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-3 .cs-entry__content {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-3 .cs-entry__content {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cnvs-block-posts-layout-large-type-3 .cs-entry__content {
		max-width: 1200px;
	}
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
	margin-left: auto;
	margin-right: auto;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__category {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
	margin-left: auto;
	margin-right: auto;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__post-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__title {
	font-size: 3rem;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-3 .cs-entry__thumbnail .cs-video-wrapper {
	border-radius: 0;
}

.cnvs-block-posts-layout-large-type-4 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-4 .cs-entry__content {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 600px) {
	.cnvs-block-posts-layout-large-type-4 .cs-entry__content {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-4 .cs-entry__content {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-4 .cs-entry__content {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cnvs-block-posts-layout-large-type-4 .cs-entry__content {
		max-width: 1200px;
	}
}
.cnvs-block-posts-layout-large-type-4 .cs-entry__overlay {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cnvs-block-posts-layout-large-type-4 .cs-entry__overlay:before {
	padding-bottom: 30%;
}
.cnvs-block-posts-layout-large-type-4 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-4 .cs-entry__title {
		font-size: 3rem;
	}
}
.cnvs-block-posts-layout-large-type-4 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-4 .cs-overlay-background img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-4 .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-4 .cs-video-wrapper {
	border-radius: 0;
}

.cnvs-block-posts-layout-large-type-5 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-5 .cs-entry {
	height: 100%;
}
.cnvs-block-posts-layout-large-type-5 .cs-entry__outer {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cnvs-block-posts-layout-large-type-5 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-5 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-5 .cs-layout-large__row {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 2px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-5 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2px;
		grid-row-gap: 2px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-5 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 2px;
	}
}
.cnvs-block-posts-layout-large-type-5 .cs-overlay-background img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-5 .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-5 .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-5 .cs-overlay-content {
	padding: 40px 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-5 .cs-overlay-content {
		padding: 40px;
	}
}

.cnvs-block-posts-layout-large-type-6 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-6 .cs-entry {
	height: 100%;
}
.cnvs-block-posts-layout-large-type-6 .cs-entry__outer {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cnvs-block-posts-layout-large-type-6 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-6 .cs-layout-large__row {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-6 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
.cnvs-block-posts-layout-large-type-6 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-6 .cs-overlay-background img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-6 .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-6 .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-6 .cs-overlay-content {
	padding: 40px 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-6 .cs-overlay-content {
		padding: 40px;
	}
}

.cnvs-block-posts-layout-large-type-7 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-7 .cs-entry__content {
	position: relative;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 60px 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__wrap:before {
	padding-bottom: 25%;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__wrap .cs-overlay-background img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__wrap .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__wrap .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cnvs-block-posts-layout-large-type-7 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-7 .cs-entry__title {
		font-size: 3rem;
	}
}
.cnvs-block-posts-layout-large-type-7 .cs-overlay-content {
	padding: 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:first-child .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child:not(:first-child) {
	margin-top: 3rem;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child a {
	position: relative;
	z-index: 2;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-overlay-link {
	position: absolute;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry:not(:first-child) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
	}
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__thumbnail img {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-overlay-background {
	position: relative;
}
.cnvs-block-posts-layout-large-type-7 .cs-layout-large__col:last-child .cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
	position: absolute;
}

.cnvs-block-posts-layout-large-type-8 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: var(--cs-color-overlay-background);
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap:before {
	padding-bottom: 25%;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap .cs-overlay-background {
	opacity: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap .cs-overlay-background.active {
	opacity: 1;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__wrap .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}
.cnvs-block-posts-layout-large-type-8 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
	font-size: 1rem;
}
.cnvs-block-posts-layout-large-type-8 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-8 .cs-overlay-content {
	padding: 40px 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-8 .cs-overlay-content {
		padding: 40px;
	}
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__row {
	display: grid;
	grid-template-columns: 1fr;
	height: 100%;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	border-right: 0;
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col:not(:last-child) {
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col.active .cs-entry__title-line span, .cnvs-block-posts-layout-large-type-8 .cs-layout-large__col.active .cs-entry__title-line a {
	background-color: var(--cs-color-styled-heading-hover);
	color: var(--cs-color-styled-heading-hover-contrast);
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col:nth-child(-n+2) {
		border-bottom: 1px solid var(--cs-color-contrast-200);
	}
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col:nth-child(odd) {
		border-right: 1px solid var(--cs-color-contrast-200);
	}
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col:nth-child(2) {
		border-right: 0;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-posts-layout-large-type-8 .cs-layout-large__col:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
		border-bottom: 0;
	}
}

.cnvs-block-posts-layout-large-type-9 {
	overflow-x: hidden;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: var(--cs-color-overlay-background);
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap:before {
	content: "";
	height: 100%;
	width: 0;
	padding-bottom: 25%;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap .cs-overlay-background {
	-webkit-transition: 0.25s;
	transition: 0.25s;
	opacity: 0;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap .cs-overlay-background.active {
	opacity: 1;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap .cs-overlay-background img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__wrap .cs-video-wrapper {
	border-radius: 0;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}
.cnvs-block-posts-layout-large-type-9 .cs-entry__title {
	max-width: var(--cs-entry-heading-large-width);
	font-size: 1rem;
}
.cnvs-block-posts-layout-large-type-9 .cs-overlay-content {
	padding: 40px 20px;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-9 .cs-overlay-content {
		padding: 40px;
	}
}
.cnvs-block-posts-layout-large-type-9 .cs-entry__excerpt {
	max-width: var(--cs-entry-heading-large-width);
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__row {
	display: grid;
	grid-template-columns: 1fr;
	height: 100%;
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-9 .cs-layout-large__row {
		grid-template-columns: 1fr 1fr;
	}
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__col.active .cs-entry__title-line span, .cnvs-block-posts-layout-large-type-9 .cs-layout-large__col.active .cs-entry__title-line a {
	background-color: var(--cs-color-styled-heading-hover);
	color: var(--cs-color-styled-heading-hover-contrast);
}
.cnvs-block-posts-layout-large-type-9 .cs-layout-large__col:not(:last-child) {
	border-right: 0;
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
@media (min-width: 720px) {
	.cnvs-block-posts-layout-large-type-9 .cs-layout-large__col:not(:last-child) {
		border-right: 1px solid var(--cs-color-contrast-200);
		border-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Tiles Categories
--------------------------------------------------------------*/
.cs-tiles-categories {
	--cs-categories-grid-columns: 1;
	--cs-categories-grid-gap: 40px;
}
.cs-tiles-categories__wrap {
	display: grid;
	grid-gap: var(--cs-categories-grid-gap);
	grid-template-columns: repeat(var(--cs-categories-grid-columns), minmax(0, 1fr));
}
.cs-tiles-categories__item {
	height: 100%;
}
.cs-tiles-categories__thumbnail {
	margin-bottom: 0;
}
.cs-tiles-categories__content {
	position: relative;
	padding: 20px;
}
.cs-tiles-categories__title {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-tiles-categories__excerpt {
	color: var(--cs-color-contrast-800);
	font-family: var(--cs-font-entry-summary-family), sans-serif;
	font-size: var(--cs-font-entry-summary-size);
	letter-spacing: var(--cs-font-entry-summary-letter-spacing);
}
.cs-tiles-categories__excerpt:not(:first-child) {
	margin-top: 1rem;
}
.cs-tiles-categories__excerpt p {
	margin-bottom: 0;
}

.cs-tiles-categories-1 .cs-tiles-categories__inner {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: var(--cs-common-border-radius);
	overflow: hidden;
	-webkit-box-shadow: 0 2px 12px 0 rgba(73, 73, 73, 0.1);
	box-shadow: 0 2px 12px 0 rgba(73, 73, 73, 0.1);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-tiles-categories-1 .cs-entry__thumbnail {
	position: relative;
	overflow: hidden;
}
.cs-tiles-categories-1 .cs-entry__thumbnail:hover + .cs-tiles-categories__info .cs-tiles-categories__arrow {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.cs-tiles-categories-1 .cs-tiles-categories__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-tiles-categories-1 .cs-tiles-categories__title:hover .cs-tiles-categories__arrow {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.cs-tiles-categories-1 .cs-tiles-categories__name {
	margin-bottom: 0;
}
.cs-tiles-categories-1 .cs-tiles-categories__arrow {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 1rem;
	color: var(--cs-color-accent-contrast);
	background-color: var(--cs-color-accent);
	border-radius: var(--cs-secondary-border-radius);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.cs-tiles-categories-2 .cs-tiles-categories__inner {
	display: block;
	width: 100%;
	height: 100%;
}
.cs-tiles-categories-2 .cs-entry__thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: var(--cs-image-border-radius);
}
.cs-tiles-categories-2 .cs-entry__thumbnail img {
	border-radius: 0;
}
.cs-tiles-categories-2 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.cs-tiles-categories-2 .cs-entry__thumbnail:hover + .cs-tiles-categories__info .cs-tiles-categories__arrow {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.cs-tiles-categories-2 .cs-tiles-categories__content {
	position: relative;
	z-index: 1;
	padding: 0;
}
.cs-tiles-categories-2 .cs-tiles-categories__content:not(:first-child) {
	padding: 0 20px;
}

.cs-tiles-categories-3 .cs-tiles-categories__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	background-color: var(--cs-color-overlay-background);
	border-radius: var(--cs-image-border-radius);
	overflow-x: hidden;
}
.cs-tiles-categories-3 .cs-tiles-categories__inner:hover .cs-tiles-categories__arrow {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.cs-tiles-categories-3 .cs-tiles-categories__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.cs-tiles-categories-3 .cs-tiles-categories__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-tiles-categories-3 .cs-tiles-categories__name {
	margin-bottom: 0;
}
.cs-tiles-categories-3 .cs-tiles-categories__arrow {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 1rem;
	color: var(--cs-color-accent-contrast);
	background-color: var(--cs-color-accent);
	border-radius: var(--cs-secondary-border-radius);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/*--------------------------------------------------------------
## Searchform
--------------------------------------------------------------*/
.cs-search__form .cs-search__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--cs-primary-border-radius);
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	padding-right: 10px;
	overflow: hidden;
}
.cs-search__form .cs-search__container input {
	height: 55px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	border: none;
	border-radius: 0;
}
.cs-search__form .cs-search__submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.625rem 2rem;
	border-radius: var(--cs-primary-border-radius);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: auto;
}
.cs-search__form .cs-search__submit:focus, .cs-search__form .cs-search__submit:hover {
	outline: none;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.entry-content {
	font-family: var(--cs-font-post-content-family), sans-serif;
	font-size: var(--cs-font-post-content-size);
	letter-spacing: var(--cs-font-post-content-letter-spacing);
}
.entry-content:not(:first-child) {
	margin-top: 4rem;
}
.entry-content:after, .entry-content:before {
	content: "";
	display: table;
	clear: both;
}

.single .cs-entry__container {
	display: grid;
}
@media (min-width: 1020px) {
	.single .cs-entry__container {
		grid-template-columns: minmax(0, var(--cs-entry-content-width));
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.single .cs-metabar-enabled .cs-entry__container {
	grid-template-columns: minmax(0, var(--cs-entry-content-width));
}
@media (min-width: 1020px) {
	.single .cs-metabar-enabled .cs-entry__container {
		grid-template-columns: 60px minmax(0, var(--cs-entry-content-width));
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 1200px) {
	.single .cs-metabar-enabled .cs-entry__container {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}
.single .cs-metabar-disabled .cs-entry__container {
	grid-template-columns: minmax(0, var(--cs-entry-content-width));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single .cs-metabar-disabled.cs-sidebar-enabled .cs-entry__container {
	grid-template-columns: minmax(0, 1fr);
}
.single .cs-entry__content-wrap .entry-content {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1020px) {
	.cs-metabar-enabled .single .cs-entry__content-wrap {
		grid-column-start: 2;
	}
	.cs-metabar-disabled .single .cs-entry__content-wrap {
		grid-column-start: 1;
	}
}

@media (min-width: 1020px) {
	.cs-sidebar-disabled .entry-content .alignfull {
		margin: 48px 0;
		margin-left: calc( -50vw + 50% );
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.cs-sidebar-disabled .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.cs-sidebar-disabled .entry-content .alignfull figcaption {
		text-align: center;
	}
	.cs-sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
		display: none;
	}
	.cs-sidebar-disabled .entry-content .alignfull .pk-pin-it {
		display: none;
	}
}
@media (min-width: 600px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		width: 560px;
	}
}
@media (min-width: 720px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		width: 680px;
	}
}
@media (min-width: 1020px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		width: 980px;
	}
}
@media (min-width: 1200px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		width: 1160px;
	}
}
@media (min-width: 600px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		max-width: 560px;
	}
}
@media (min-width: 720px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		max-width: 680px;
	}
}
@media (min-width: 1020px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		max-width: 980px;
	}
}
@media (min-width: 1200px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		max-width: 1160px;
	}
}
.single .cs-sidebar-disabled .entry-content .alignwide figcaption {
	text-align: center;
}
.single .cs-sidebar-disabled .entry-content .alignwide img {
	width: 100%;
	min-width: 100%;
}
@media (min-width: 1020px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		-webkit-transform: translateX(calc((980px - var(--cs-entry-content-width)) / 2 * -1));
		transform: translateX(calc((980px - var(--cs-entry-content-width)) / 2 * -1));
		margin: 48px 0;
	}
}
@media (min-width: 1200px) {
	.single .cs-sidebar-disabled .entry-content .alignwide {
		-webkit-transform: translateX(calc((1160px - var(--cs-entry-content-width)) / 2 * -1));
		transform: translateX(calc((1160px - var(--cs-entry-content-width)) / 2 * -1));
	}
}
@media (min-width: 1020px) {
	.cs-sidebar-disabled.cs-metabar-enabled .entry-content .alignfull {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}
@media (min-width: 1020px) {
	.single .cs-sidebar-disabled.cs-metabar-enabled .entry-content .alignwide {
		-webkit-transform: translateX(calc((1060px - var(--cs-entry-content-width)) / 2 * -1));
		transform: translateX(calc((1060px - var(--cs-entry-content-width)) / 2 * -1));
	}
}
@media (min-width: 1200px) {
	.single .cs-sidebar-disabled.cs-metabar-enabled .entry-content .alignwide {
		-webkit-transform: translateX(calc((1260px - var(--cs-entry-content-width)) / 2 * -1));
		transform: translateX(calc((1260px - var(--cs-entry-content-width)) / 2 * -1));
	}
}

.cs-nextpost-loading {
	position: relative;
	margin-top: 1rem;
	height: 80px;
}
.cs-nextpost-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(206, 212, 218, 0.25);
	border-top-color: #ced4da;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}
@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cs-nextpost-section {
	border-top: 1px var(--cs-color-contrast-200) solid;
}
.cs-nextpost-section .cs-entry__header-large {
	top: -1px;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.cs-sidebar-enabled .cs-sidebar__area {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
@media (min-width: 1020px) {
	.cs-sidebar-right .cs-sidebar__area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.cs-sidebar-left .cs-sidebar__area {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.cs-sidebar__inner {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.cs-sidebar__inner .widget {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
@media (min-width: 720px) {
	.cs-sidebar__inner {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 1020px) {
	.cs-sidebar__inner {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
	@media (min-width: 1020px) {
		.cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__area {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__inner {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			-webkit-box-flex: initial;
			-ms-flex: initial;
			flex: initial;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}
		.cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__area {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			bottom: 2rem;
			margin-top: auto;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}
		.cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			height: 100%;
		}
		.cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner .widget:last-child {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 3rem;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}
	}
}
@-moz-document url-prefix() {
	@media (min-width: 1020px) {
		.cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
			top: 0;
			bottom: initial;
			margin-top: initial;
			flex: initial;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}
	}
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.cs-main-content {
	position: relative;
	display: grid;
	grid-auto-flow: row;
	row-gap: 3rem;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1020px) {
	.cs-main-content {
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}
@media (min-width: 1200px) {
	.cs-main-content {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}
.cs-sidebar-disabled .cs-main-content {
	grid-template-columns: minmax(0, 1fr);
}
.cs-sidebar-right .cs-main-content {
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1020px) {
	.cs-sidebar-right .cs-main-content {
		grid-template-columns: minmax(0, 1fr) 300px;
	}
}
.cs-sidebar-left .cs-main-content {
	grid-template-columns: auto;
}
@media (min-width: 1020px) {
	.cs-sidebar-left .cs-main-content {
		grid-template-columns: 300px minmax(0, 1fr);
	}
}

.cs-content-area {
	position: relative;
	font-size: var(--cs-font-post-content-size);
}
.cs-sidebar-enabled .cs-content-area {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media (min-width: 1020px) {
	.cs-sidebar-right .cs-content-area {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cs-sidebar-left .cs-content-area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.cs-site-subscribe {
	padding: 60px 0;
	background-color: var(--cs-color-contrast-50);
}
.cs-footer .cs-site-subscribe {
	background-color: transparent;
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
@media (min-width: 1020px) {
	.cs-site-subscribe {
		padding: 4rem 0;
	}
}
.cs-site-subscribe__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cs-site-subscribe__item > *:not(:last-child) {
	margin-right: 0;
	margin-bottom: 1rem;
}
@media (min-width: 1020px) {
	.cs-site-subscribe__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-site-subscribe__item > *:not(:last-child) {
		margin-right: 120px;
		margin-bottom: 0;
	}
}
.cs-site-subscribe__info-text {
	color: var(--cs-color-contrast-800);
	font-size: var(--cs-font-entry-excerpt-size);
}
.cs-site-subscribe__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
@media (min-width: 1020px) {
	.cs-site-subscribe__text {
		text-align: left;
	}
}
.cs-site-subscribe__text .cs-subscribe-text {
	font-family: var(--cs-font-decorated-heading-family), sans-serif;
	font-size: var(--cs-font-decorated-heading-font-size);
	font-weight: var(--cs-font-decorated-heading-weight);
	text-transform: var(--cs-font-decorated-heading-text-transform);
	line-height: var(--cs-font-decorated-heading-line-height);
	letter-spacing: var(--cs-font-decorated-heading-letter-spacing);
}
.cs-site-subscribe__text .cs-subscribe-arrow {
	display: none;
	width: 6.25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 90px;
}
@media (min-width: 1020px) {
	.cs-site-subscribe__text .cs-subscribe-arrow {
		display: block;
	}
}
.cs-site-subscribe__text .cs-subscribe-arrow img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.cs-site-subscribe__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 1020px) {
	.cs-site-subscribe__form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-site-subscribe__info {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 1rem;
	margin-right: 0;
}
@media (min-width: 1020px) {
	.cs-site-subscribe__info {
		margin-right: 20px;
		margin-bottom: 0;
		text-align: left;
	}
}
.cs-site-subscribe .pk-subscribe-form-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.cs-site-subscribe.cs-subscribe-with-name .cs-site-subscribe__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.cs-site-subscribe.cs-subscribe-with-name .pk-subscribe-form-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

/*--------------------------------------------------------------
## Posts Area
--------------------------------------------------------------*/
.cs-section-heading + .cs-posts-area {
	margin-top: 1.5rem;
}
.cs-posts-area .cs-display-borders-between-posts.cs-posts-area__main {
	grid-gap: 0;
}
.cs-posts-area .cs-display-borders-between-posts.cs-posts-area__main .cs-entry:nth-child(n) {
	border: 1px solid var(--cs-color-contrast-200);
	padding: calc(var(--cs-posts-area-grid-gap) / 2);
	margin-top: -1px;
	margin-left: -1px;
}

.cs-posts-area__main {
	--cs-posts-area-grid-columns: 1;
	--cs-posts-area-grid-gap: 40px;
	display: grid;
	grid-gap: var(--cs-posts-area-grid-gap);
	grid-template-columns: repeat(var(--cs-posts-area-grid-columns), minmax(0, 1fr));
}

.cs-posts-area__grid .cs-entry__thumbnail {
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.cs-posts-area__grid .cs-entry__thumbnail img {
	border-radius: 0;
}
.cs-posts-area__grid .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}

.cs-posts-area__list .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 720px) {
	.cs-posts-area__list .cs-entry__outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-posts-area__list .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
@media (min-width: 720px) {
	.cs-posts-area__list .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-right: 2rem;
	}
}
.cs-posts-area__list .cs-entry__thumbnail img {
	border-radius: 0;
}
.cs-posts-area__list .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
@media (min-width: 720px) {
	.cs-posts-area__list .cs-entry__inner:not(:first-child) {
		margin-top: 0;
	}
}
@media (min-width: 720px) {
	.cs-posts-area__list .cs-entry__inner.cs-entry__overlay {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}
.cs-posts-area__list .cs-entry__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}
.cs-posts-area__list .cs-entry__content .cs-entry__post-meta:not(:first-child),
.cs-posts-area__list .cs-entry__content .cs-entry__more:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 720px) {
	.cs-posts-area__list .cs-entry__content .cs-entry__post-meta:not(:first-child):last-child,
.cs-posts-area__list .cs-entry__content .cs-entry__more:not(:first-child):last-child {
		margin-top: auto;
		padding-top: 1rem;
	}
}
@media (min-width: 720px) {
	.cs-posts-area__list.cs-posts-area__image-width-one-third .cs-entry__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

.cs-posts-area__full .cs-entry__header {
	margin-bottom: 0;
}
.cs-posts-area__full .cs-entry__wrap {
	margin-top: 1rem;
}
.cs-posts-area__full .cs-entry-type-summary {
	font-family: var(--cs-font-entry-summary-family), sans-serif;
	font-size: var(--cs-font-entry-summary-size);
	letter-spacing: var(--cs-font-entry-summary-letter-spacing);
}
.cs-posts-area__full .cs-entry__read-more {
	margin-top: 1.5rem;
}
.cs-posts-area__full .more-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	margin-top: 0;
}
.cs-posts-area__full .more-link:focus, .cs-posts-area__full .more-link:hover {
	outline: none;
}
.cs-posts-area__full .more-link:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}
.cs-posts-area__full.cs-posts-area__fullwidth .cs-entry {
	border: none;
	padding: 0;
	margin: 0;
}
.cs-posts-area__full.cs-posts-area__fullwidth .cs-entry:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	padding-top: 40px;
}
.cs-posts-area__full.cs-posts-area__fullwidth .cs-entry__header-info {
	max-width: var(--cs-entry-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0 !important;
}
.cs-posts-area__full.cs-posts-area__fullwidth .cs-entry__wrap {
	max-width: var(--cs-entry-content-width);
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.cs-posts-area__pagination {
	margin-top: 3rem;
}
.cs-posts-area__pagination .cs-load-more {
	padding: 1rem 2rem;
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.cs-posts-area__pagination .cs-load-more:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}
.cnvs-block-column .cs-posts-area__pagination .cs-load-more {
	max-width: 100%;
}
.cs-posts-area__pagination .cs-load-more.loading {
	position: relative;
	color: transparent;
}
.cs-posts-area__pagination .cs-load-more.loading:before {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: white;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}
@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.navigation.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	clear: both;
}
.navigation.pagination:last-child {
	margin-bottom: 0;
}
.navigation.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
	border: 1px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0.5rem 0.75rem;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.navigation.pagination .nav-links > .page-number, .navigation.pagination .nav-links > .current {
	color: var(--cs-color-accent-contrast);
	background-color: var(--cs-color-accent);
	border-radius: var(--cs-primary-border-radius);
}
.navigation.pagination .nav-links a.post-page-numbers:hover, .navigation.pagination .nav-links a.page-numbers:hover {
	color: var(--cs-color-secondary);
}
.navigation.pagination .nav-links a:first-child:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "";
}
.navigation.pagination .nav-links a:last-child:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "";
}
.entry-content + .navigation.pagination {
	margin-top: 3rem;
}

.navigation.comment-navigation {
	border-top: 1px solid var(--cs-color-contrast-200);
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.navigation.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 0;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.navigation.comment-navigation .nav-links a {
	color: var(--cs-color-secondary);
}
.navigation.comment-navigation .nav-links .nav-previous, .navigation.comment-navigation .nav-links .nav-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.navigation.comment-navigation .nav-links .nav-previous:before, .navigation.comment-navigation .nav-links .nav-previous:after, .navigation.comment-navigation .nav-links .nav-next:before, .navigation.comment-navigation .nav-links .nav-next:after {
	font-family: "cs-icons";
	font-size: 14px;
	color: var(--cs-color-secondary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.navigation.comment-navigation .nav-links .nav-previous:hover a, .navigation.comment-navigation .nav-links .nav-next:hover a {
	text-decoration: none;
	color: var(--cs-color-primary);
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before, .navigation.comment-navigation .nav-links .nav-previous:hover:after, .navigation.comment-navigation .nav-links .nav-next:hover:before, .navigation.comment-navigation .nav-links .nav-next:hover:after {
	color: var(--cs-color-primary);
}
.navigation.comment-navigation .nav-links .nav-previous:before {
	content: "";
	margin-right: 5px;
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}
.navigation.comment-navigation .nav-links .nav-next:after {
	content: "";
	margin-left: 5px;
}
.navigation.comment-navigation .nav-links .nav-next:hover:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.comment-list + .comment-navigation {
	border-top: none;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.cs-page__header:not(:last-child) {
	margin-bottom: 3rem;
}
.cs-page__subtitle {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cs-page__title {
	margin-bottom: 0;
}
.cs-page__title:not(:first-child) {
	margin-top: 1rem;
}
.cs-page__archive-count {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
	color: var(--cs-color-secondary);
}
.cs-page__archive-count:not(:first-child) {
	margin-top: 0.5rem;
}
.cs-page__archive-description:not(:first-child) {
	margin-top: 1rem;
}
.cs-page__archive-description > * {
	margin-bottom: 0;
}
.cs-page__archive-description > *:not(:first-child) {
	margin-top: 1rem;
}
.cs-page__subcategories:not(:first-child) {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--cs-color-contrast-200);
}
.cs-page__subcategories .cs-section-heading {
	margin-bottom: 0;
}
.cs-page__subcategories .cs-entry__tags:not(:first-child) {
	margin-top: 2rem;
}
.cs-page__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 1020px) {
	.cs-page__author {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.cs-page__author-thumbnail {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	border: 2px solid transparent;
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-page__author-thumbnail img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: var(--cs-secondary-border-radius);
}
.cs-page__author-thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
}
.cs-page__author-social {
	margin-top: 1rem;
}
.cs-page__author-social .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cs-page__author-info {
	text-align: center;
}
.cs-page__author-info:not(:first-child) {
	margin-top: 20px;
}
@media (min-width: 1020px) {
	.cs-page__author-info {
		text-align: left;
	}
	.cs-page__author-info:not(:first-child) {
		margin-left: 30px;
		margin-top: 0;
	}
}
.cs-page__tags:not(:first-child) {
	margin-top: 2rem;
}
.cs-page__tags ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	margin: 0;
	padding: 0;
	list-style: none;
}
.cs-page__tags ul > li:not(.cs-title-tags), .cs-page__tags ul > a:not(.cs-title-tags) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.cs-page__tags ul > li:last-child, .cs-page__tags ul > a:last-child {
	margin-right: 0;
}
.cs-page__tags ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 12px;
	border: 1px solid var(--cs-color-contrast-200);
	border-radius: var(--cs-primary-border-radius);
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-page__tags ul a:hover {
	color: var(--cs-color-accent-contrast);
	border: 1px solid var(--cs-color-accent);
	background-color: var(--cs-color-accent);
}

/*--------------------------------------------------------------
## Meet The Team Template
--------------------------------------------------------------*/
.cs-meet-team .cs-author:not(:first-child) {
	margin-top: 3rem;
}
.cs-meet-team .cs-author .cs-author-meta {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cs-meet-team .cs-author .cs-author-avatar {
	margin-right: 1.5rem;
}
.cs-meet-team .cs-author .cs-author-avatar img {
	border-radius: var(--cs-secondary-border-radius);
}
.cs-meet-team .cs-author .cs-author-avatar img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-secondary-border-radius));
}
.cs-meet-team .cs-author .cs-author-title {
	margin-right: 1.5rem;
	margin-bottom: 0;
}
.cs-meet-team .cs-author .cs-author-title a {
	color: var(--cs-color-primary);
}
.cs-meet-team .cs-author .cs-author-title a:hover {
	color: var(--cs-color-secondary);
}
.cs-meet-team .cs-author .cs-author-description {
	margin-top: 1rem;
}
.cs-meet-team .cs-author .cs-author-posts {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.cs-meet-team .cs-author .cs-author-title-posts {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.cs-offcanvas {
	position: fixed;
	height: 100%;
	top: 0;
	left: -320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 320px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: var(--cs-color-site-background);
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cs-offcanvas__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px solid var(--cs-color-contrast-200);
	min-height: var(--cs-header-height);
	background: var(--cs-color-header-background);
}
.cs-offcanvas__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.cs-offcanvas__logo {
	display: block;
	margin-left: 0;
}
.cs-offcanvas__logo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.cs-offcanvas__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.cs-offcanvas__toggle .cs-icon {
	font-size: 1.25rem;
	color: var(--cs-color-primary);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.cs-offcanvas__toggle:hover .cs-icon {
	color: var(--cs-color-secondary);
}
.cs-offcanvas__sidebar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
}
.cs-offcanvas__inner {
	padding: 20px;
}
.admin-bar .cs-offcanvas {
	top: 46px;
	height: calc(100% - 46px);
}
@media screen and (min-width: 783px) {
	.admin-bar .cs-offcanvas {
		top: 32px;
		height: calc(100% - 32px);
	}
}

.cs-offcanvas-active {
	overflow: hidden;
}
.cs-offcanvas-active .cs-offcanvas {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}

.cs-site-overlay {
	display: none;
}
.cs-offcanvas-active .cs-site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--cs-color-overlay-background);
	-webkit-animation: fade 0.5s;
	animation: fade 0.5s;
	z-index: 99;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.cs-breadcrumbs {
	margin-bottom: 2rem;
	color: var(--cs-color-secondary);
	z-index: 2;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.cs-container .cs-breadcrumbs {
	padding-left: 0;
	padding-right: 0;
}
.cs-breadcrumbs a {
	color: var(--cs-color-secondary);
}
.cs-breadcrumbs a:hover {
	color: var(--cs-color-primary);
	text-decoration: none;
}
.cs-breadcrumbs .cs-separator {
	margin: 0 5px;
}
.cs-breadcrumbs .cs-separator:before {
	font-family: "cs-icons";
	content: "";
}
.cs-breadcrumbs .breadcrumb_last {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	width: 100%;
}
.widget:not(:last-child) {
	margin-bottom: 3rem;
}
.widget .cs-section-heading {
	margin-bottom: 1.5rem;
}

.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul {
	padding-left: 20px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0.5rem 0;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.widget_categories ul li:not(:last-child),
.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_meta ul li:not(:last-child) {
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
	padding-bottom: 0;
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
	color: var(--cs-color-primary);
	padding-right: 0.6666666667rem;
	margin-right: auto;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover {
	color: var(--cs-color-secodary);
}
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_meta ul ul.children {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin-top: 0.5rem;
}
.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_meta ul ul.children li {
	padding: 0.5rem 0;
}
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_categories ul ul.children li a,
.widget_pages ul ul.children li a,
.widget_archive ul ul.children li a,
.widget_meta ul ul.children li a {
	font-family: var(--cs-font-submenu-family), sans-serif;
	font-size: var(--cs-font-submenu-size);
	font-weight: var(--cs-font-submenu-weight);
	font-style: var(--cs-font-submenu-style);
	letter-spacing: var(--cs-font-submenu-letter-spacing);
	text-transform: var(--cs-font-submenu-text-transform);
}
.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li,
.widget_meta ul ul.children ul.children li {
	margin-left: 1rem;
	padding-left: 0;
}
.widget_categories ul ul.sub-menu,
.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
	margin-top: 0.5rem;
}
.widget_categories ul ul.sub-menu li,
.widget_pages ul ul.sub-menu li,
.widget_archive ul ul.sub-menu li,
.widget_meta ul ul.sub-menu li {
	padding: 0.5rem 0;
}
.widget_categories ul ul.sub-menu li:last-child,
.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_categories ul ul.sub-menu li a,
.widget_pages ul ul.sub-menu li a,
.widget_archive ul ul.sub-menu li a,
.widget_meta ul ul.sub-menu li a {
	font-family: var(--cs-font-submenu-family), sans-serif;
	font-size: var(--cs-font-submenu-size);
	font-weight: var(--cs-font-submenu-weight);
	font-style: var(--cs-font-submenu-style);
	letter-spacing: var(--cs-font-submenu-letter-spacing);
	text-transform: var(--cs-font-submenu-text-transform);
}
.widget_categories ul ul.sub-menu ul.sub-menu li,
.widget_pages ul ul.sub-menu ul.sub-menu li,
.widget_archive ul ul.sub-menu ul.sub-menu li,
.widget_meta ul ul.sub-menu ul.sub-menu li {
	margin-left: 1rem;
	padding-left: 0;
}
.widget_categories ul .screen-reader-text,
.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
	display: none;
}
.widget_categories > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_meta > ul {
	margin: -0.5rem 0;
	padding-left: 0;
}

.widget_calendar table, .widget_calendar .wp-block-table {
	margin: 0;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0.25rem;
	line-height: 1.75rem;
	text-align: center;
	border-top: 1px solid var(--cs-color-contrast-200);
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.widget_calendar th {
	border-bottom: none;
	color: var(--cs-color-primary);
	border-top: 2px solid var(--cs-color-contrast-200);
	border-bottom: 2px solid var(--cs-color-contrast-200);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar tr {
	border: none;
}
.widget_calendar tbody td a {
	position: relative;
	display: block;
	background: var(--cs-color-contrast-50);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.widget_calendar tbody td a:hover {
	background-color: var(--cs-color-primary);
	color: var(--cs-color-primary-contrast);
}
.widget_calendar tbody td#today a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid var(--cs-color-primary);
	border-left: 10px solid transparent;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	content: "";
}
.widget_calendar tfoot td {
	text-align: left;
}
.widget_calendar tfoot td a {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	padding-right: 10px;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.widget_calendar tfoot td a:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	width: 2px;
	background-color: var(--cs-color-contrast-200);
}
.widget_calendar tfoot td a:hover {
	color: var(--cs-color-secondary);
}
.widget_calendar caption {
	color: var(--cs-color-secondary);
	caption-side: top;
	padding-top: 0;
	text-align: left;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

.widget_recent_comments ul {
	padding: 0;
	list-style: none;
}
.widget_recent_comments li {
	position: relative;
	padding-bottom: 1rem;
	font-size: 0.875rem;
}
.widget_recent_comments li:not(:last-child) {
	border-bottom: 1px solid var(--cs-color-contrast-200);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.widget_recent_comments li:last-child {
	padding-bottom: 0;
}
.widget_recent_comments li > a {
	display: block;
	margin-top: 0.25rem;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 0.875rem;
}
.widget_recent_comments li > a:hover {
	color: var(--cs-color-secondary);
}
.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {
	color: var(--cs-color-secondary);
}

.widget_recent_entries ul {
	padding: 0;
	list-style: none;
}
.widget_recent_entries li {
	position: relative;
}
.widget_recent_entries li:not(:last-child) {
	border-bottom: 1px solid var(--cs-color-contrast-200);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.widget_recent_entries li a {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 0.875rem;
}
.widget_recent_entries li a:hover {
	color: var(--cs-color-secondary);
}
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}
.widget_recent_entries li .post-date {
	display: block;
	margin-top: 0.25rem;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}

.widget_rss .rss-widget-icon {
	display: none;
}
.widget_rss ul {
	padding: 0;
	list-style: none;
}
.widget_rss ul li {
	position: relative;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.widget_rss ul li:not(:last-child) {
	border-bottom: 1px solid var(--cs-color-contrast-200);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.widget_rss ul li a {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 0.875rem;
}
.widget_rss ul li a:hover {
	color: var(--cs-color-secondary);
}
.widget_rss ul li .rsswidget {
	color: var(--cs-color-primary);
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
.widget_rss ul li .rss-date {
	display: block;
	margin-top: 0.25rem;
	color: var(--cs-color-secondary);
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.widget_rss ul li .rssSummary {
	margin-top: 0.25rem;
	color: var(--cs-color-primary);
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.widget_rss ul li cite {
	display: block;
	margin-top: 0.25rem;
	font-style: normal;
	color: var(--cs-color-secondary);
	text-align: right;
}

.widget_search .cs-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
}
.widget_search .cs-input-group input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: calc(100% - 6.25rem);
	padding: 0 20px;
	border: 1px solid #e9ecef;
	color: var(--cs-color-secondary);
	border-right: none;
	outline: none;
}
.widget_search .cs-input-group input::-webkit-input-placeholder {
	color: var(--cs-color-secondary);
}
.widget_search .cs-input-group input::-moz-placeholder {
	color: var(--cs-color-secondary);
}
.widget_search .cs-input-group input:-ms-input-placeholder {
	color: var(--cs-color-secondary);
}
.widget_search .cs-input-group input::-ms-input-placeholder {
	color: var(--cs-color-secondary);
}
.widget_search .cs-input-group input::placeholder {
	color: var(--cs-color-secondary);
}
.widget_search .cs-input-group button {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 8.25rem;
	max-width: 100%;
	background-color: var(--cs-color-accent);
	color: var(--cs-color-accent-contrast);
}
.widget_search .cs-input-group button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}
.widget_search .cs-search__container {
	padding-right: 0;
}
.widget_search .cs-search__container input {
	height: auto;
}
.widget_search .cs-search__submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.625rem;
	border-radius: auto;
	font-size: 0;
	background-color: transparent;
	color: #000000;
}
.widget_search .cs-search__submit:focus, .widget_search .cs-search__submit:hover {
	outline: none;
}
.widget_search .cs-search__submit:hover {
	color: var(--cs-color-secondary);
}
.widget_search .cs-search__submit:before {
	content: "";
	font-family: "cs-icons" !important;
	font-size: 0.875rem;
}

.widget_tag_cloud {
	overflow: hidden;
}
.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -0.5rem;
}
.widget_tag_cloud .tagcloud > li:not(.cs-title-tags), .widget_tag_cloud .tagcloud > a:not(.cs-title-tags) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.widget_tag_cloud .tagcloud > li:last-child, .widget_tag_cloud .tagcloud > a:last-child {
	margin-right: 0;
}
.widget_tag_cloud .tagcloud a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 12px;
	border: 1px solid var(--cs-color-contrast-200);
	border-radius: var(--cs-primary-border-radius);
	line-height: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.widget_tag_cloud .tagcloud a:hover {
	color: var(--cs-color-accent-contrast);
	border: 1px solid var(--cs-color-accent);
	background-color: var(--cs-color-accent);
}
.widget_tag_cloud .tagcloud a {
	font-size: 0.75rem !important;
}

.widget_media_video .mejs-container {
	max-width: 100%;
	overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
	max-width: 100%;
	overflow: hidden;
}

.widget_media_gallery {
	overflow: hidden;
}
.widget_media_gallery [class^=gallery-columns-],
.widget_media_gallery [class*=" gallery-columns-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
	display: block;
	border-radius: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
	opacity: 0.6;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
	padding: 1rem 1rem 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
	display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.2857142857%;
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.1111111111%;
	flex: 0 0 11.1111111111%;
	max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
	color: var(--cs-color-primary);
	word-wrap: break-word;
}
.widget_text ul {
	list-style: disc;
	margin: 0 0 1rem 1rem;
}
.widget_text ol {
	list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
	border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}
.widget_text ul li ul {
	margin: 0 0 0 1rem;
}
.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}
.widget_text ol li {
	list-style-position: inside;
}
.widget_text ol li + li {
	margin-top: -1px;
}
.widget_text img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.widget_text .wp-caption-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.widget_text .emoji {
	width: 1rem;
}
.widget_text .emoji:not(:last-of-type) {
	margin-right: 10px;
	margin-left: 0;
}

.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_nav_menu a {
	display: block;
	padding: 0.5rem 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	font-family: var(--cs-font-menu-family), sans-serif;
	font-size: var(--cs-font-menu-size);
	font-weight: var(--cs-font-menu-weight);
	font-style: var(--cs-font-menu-style);
	letter-spacing: var(--cs-font-menu-letter-spacing);
	text-transform: var(--cs-font-menu-text-transform);
}
.widget_nav_menu a:hover {
	color: var(--cs-color-secondary);
}
.widget_nav_menu .menu-item-has-children {
	position: relative;
	width: 100%;
}
.widget_nav_menu .menu-item-has-children > span {
	position: absolute;
	right: 0;
	top: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	cursor: pointer;
}
.widget_nav_menu .menu-item-has-children > span:after {
	font-family: "cs-icons";
	font-size: 0.875rem;
	content: "";
}
.widget_nav_menu .menu-item-has-children > ul {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.widget_nav_menu .menu-item-has-children .menu-item-has-children > span {
	top: 0.25rem;
}
.widget_nav_menu .menu-item-expanded > span:after {
	content: "";
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
	visibility: hidden;
	float: right;
	opacity: 0;
	font-family: "cs-icons";
	font-size: 0.875rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.widget_nav_menu .sub-menu {
	display: none;
}
.widget_nav_menu .sub-menu a {
	padding: 0.5rem 0;
	line-height: 1;
	font-family: var(--cs-font-submenu-family), sans-serif;
	font-size: var(--cs-font-submenu-size);
	font-weight: var(--cs-font-submenu-weight);
	font-style: var(--cs-font-submenu-style);
	letter-spacing: var(--cs-font-submenu-letter-spacing);
	text-transform: var(--cs-font-submenu-text-transform);
}
.widget_nav_menu .sub-menu .sub-menu {
	padding: 0 0 0 10px;
}
.widget_nav_menu .menu {
	margin: -0.5rem 0;
}
.widget_nav_menu .menu > .menu-item > .sub-menu {
	padding-bottom: 0.5rem;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
}
.widget_nav_menu .menu-item-has-children > a {
	padding-right: 20px;
	display: inline-block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	margin-bottom: 1rem;
}
.wp-caption img[class*=wp-image-] {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.wp-caption .wp-caption-text {
	margin: 1rem 0;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.wp-caption-text {
	margin-top: 1rem;
	color: var(--cs-color-secondary);
	font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
	div[class^=gallery-columns-], div[class*=" gallery-columns-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	div[class^=gallery-columns-] .pk-zoom-icon-popup, div[class*=" gallery-columns-"] .pk-zoom-icon-popup {
		position: relative;
	}
	div[class^=gallery-columns-] .pk-pin-it, div[class*=" gallery-columns-"] .pk-pin-it {
		left: calc(10px + 1rem);
	}
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
@media (min-width: 600px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 600px) {
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

.gallery-caption {
	display: block;
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.cs-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cs-video-wrapper .cs-video-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	max-width: unset;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner.active {
	opacity: 1;
}
.cs-video-wrapper .cs-video-loader {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.75);
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	top: 50%;
	margin: -20px auto 0;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	opacity: 1;
}
.cs-video-wrapper .cs-video-loader:after {
	content: "";
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 27px;
}
@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.cs-video-bg-init .cs-video-wrapper .cs-video-loader {
	opacity: 0;
}
.cs-video-wrapper ~ .cs-entry-format {
	display: none;
}

.cs-video-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
	z-index: 4;
	-webkit-transform: translateX(-9999px);
	transform: translateX(-9999px);
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.cs-video-bg-init .cs-video-controls {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.cs-video-controls .cs-player-control {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 1.125rem;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.cs-video-controls .cs-player-control:after {
	position: relative;
	font-family: "cs-icons";
	font-style: normal;
	font-size: 1.125rem;
	opacity: 1;
	width: auto;
}
.cs-video-controls .cs-player-control .cs-tooltip {
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	-ms-grid-columns: max-content;
	top: 100%;
	left: -9999px;
	padding-left: 50%;
	padding-bottom: 0.5rem;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.cs-video-controls .cs-player-control .cs-tooltip span {
	background: #ffffff;
	display: block;
	position: relative;
	padding: 0.25rem 1rem;
	margin: 0;
	opacity: 0;
	color: #000000;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cs-video-controls .cs-player-control .cs-tooltip span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 0;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip span {
	opacity: 1;
}
.cs-video-controls .cs-player-link:after {
	content: "";
}
.cs-video-controls .cs-player-play:after {
	content: "";
}
.cs-video-controls .cs-player-pause:after {
	content: "";
}
.cs-video-controls .cs-player-unmute:after {
	content: "";
}
.cs-video-controls .cs-player-mute:after {
	content: "";
}

.cs-video-controls-large {
	top: 30px;
	right: 30px;
}
.cs-video-controls-large .cs-player-control {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 1.5rem;
	margin-left: 1.5rem;
	font-size: 1.5rem;
}
.cs-video-controls-large .cs-player-control:after {
	font-size: 1.5rem;
}
.cs-video-controls-large .cs-player-control .cs-tooltip span {
	padding: 0.5rem 1rem;
}
.cs-video-controls-large .cs-player-control:first-child {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Powerkit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.pk-color-secondary {
	--pk-secondary-color: var(--cs-color-secondary);
}

.pk-post-meta {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
	--pk-secondary-font-color: var(--cs-color-secondary);
}
.pk-post-meta a {
	color: var(--cs-color-primary);
	font-size: inherit;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.pk-post-meta a:hover {
	color: var(--cs-color-secondary);
}

.pk-meta-category {
	font-family: var(--cs-font-category-family), sans-serif;
	font-size: var(--cs-font-category-size);
	font-weight: var(--cs-font-category-weight);
	font-style: var(--cs-font-category-style);
	letter-spacing: var(--cs-font-category-letter-spacing);
	text-transform: var(--cs-font-category-text-transform);
}

.pk-font-heading {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	--pk-heading-font-color: var(--cs-color-primary);
}

.pk-font-primary {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	--pk-primary-font-color: var(--cs-color-primary);
}

.pk-font-secondary {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
	--pk-secondary-font-color: var(--cs-color-secondary);
}

.pk-bg-overlay {
	--pk-overlay-background: var(--cs-color-overlay-background);
}

.pk-badge {
	--pk-badge-background: var(--cs-color-contrast-50);
	--pk-badge-color: var(--cs-color-primary);
	--pk-badge-primary-background: var(--cs-color-accent);
	--pk-badge-primary-color: var(--cs-color-accent-contrast);
	--pk-badge-light-background: var(--cs-color-site-background);
	--pk-badge-light-color: var(--cs-color-primary);
	--pk-badge-border-radius: var(--cs-primary-border-radius);
}
[data-scheme=dark] .pk-badge.pk-badge-secondary {
	background-color: var(-color-contrast-100);
}
[data-scheme=dark] .pk-badge.pk-badge-dark {
	background-color: #000000;
	color: #ffffff;
}

.pk-badge-success {
	background: #ccf6d5;
	color: #189134;
}
[data-scheme=dark] .pk-badge-success {
	background: #1ca73b;
	color: #a0efb2;
}
[data-scheme=dark] ul[data-scheme=default] .pk-badge-success {
	background: #ccf6d5;
	color: #189134;
}

.pk-badge-info {
	background: #beeff6;
	color: #127989;
}
[data-scheme=dark] .pk-badge-info {
	background: #158da0;
	color: #91e4f0;
}
[data-scheme=dark] ul[data-scheme=default] .pk-badge-info {
	background: #beeff6;
	color: #127989;
}

.pk-badge-warning {
	background: #fff4d3;
	color: #ba8b00;
}
[data-scheme=dark] .pk-badge-warning {
	background: #d39e00;
	color: #ffe7a0;
}
[data-scheme=dark] ul[data-scheme=default] .pk-badge-warning {
	background: #fff4d3;
	color: #ba8b00;
}

.pk-badge-danger {
	background: #fae3e5;
	color: #a71d2a;
}
[data-scheme=dark] .pk-badge-danger {
	background: #bd2130;
	color: #f3b7bd;
}
[data-scheme=dark] ul[data-scheme=default] .pk-badge-danger {
	background: #fae3e5;
	color: #a71d2a;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.pk-widget-about .pk-about-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-widget-about .pk-about-button:focus, .pk-widget-about .pk-about-button:hover {
	outline: none;
}
.pk-widget-about .pk-about-button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/
.pk-widget-author .pk-author-title {
	margin-bottom: 1rem;
}
.pk-widget-author .pk-author-data {
	margin-top: 1rem;
}
.pk-widget-author .pk-author-data .author-description {
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}
.pk-widget-author .pk-author-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-widget-author .pk-author-button:focus, .pk-widget-author .pk-author-button:hover {
	outline: none;
}
.pk-widget-author .pk-author-button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

.pk-widget-author-with-bg {
	border-radius: var(--cs-common-border-radius);
	overflow: hidden;
}
.pk-widget-author-with-bg .wp-block-button__link:hover {
	color: var(--cs-color-button-hover-contrast) !important;
}

.widget .pk-widget-author .pk-author-title {
	font-size: 1rem;
}

.pk-about-media img {
	border-radius: var(--cs-image-border-radius);
}
.pk-about-media img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
}

/*--------------------------------------------------------------
# Contributors
--------------------------------------------------------------*/
.pk-widget-contributors {
	--pk-contributors-item-border-color: var(--cs-color-contrast-200);
	--pk-contributors-post-arrow-color: var(--cs-color-secondary);
	--pk-contributors-post-arrow-color-hover: var(--cs-color-accent-contrast);
	--pk-contributors-post-arrow-backgroynd-hover: var(--cs-color-accent);
}
.pk-widget-contributors .pk-author-data .author-description {
	font-family: var(--cs-font-entry-excerpt-family), sans-serif;
	font-size: var(--cs-font-entry-excerpt-size);
	letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
}

/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/
.pk-alert {
	--pk-alert-background: var(--cs-color-contrast-50);
}

/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.pk-social-links-wrap {
	--pk-social-link-color: var(--cs-color-primary);
	--pk-social-links-label-color: var(--cs-color-secondary);
	--pk-social-bold-title-color: var(--cs-color-primary);
	--pk-social-light-bg-link-background: var(--cs-color-contrast-100);
	--pk-social-light-rounded-icon-background: var(--cs-color-contrast-100);
	--pk-social-light-rounded-title-color: var(--cs-color-primary);
	--pk-social-bold-rounded-icon-background: var(--cs-color-contrast-100);
	--pk-social-bold-rounded-title-color: var(--cs-color-primary);
	--pk-social-links-title-font-size: 0.75rem;
}
[data-scheme=dark] .pk-social-links-wrap {
	--pk-social-dark-link-hover-background: var(--cs-color-contrast-200);
	--pk-social-dark-rounded-link-hover-background: var(--cs-color-contrast-200);
	--pk-social-light-rounded-icon-background: #ffffff;
}

.pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
	margin-top: 0.4rem;
}

.pk-social-links-template-nav .pk-social-links-link {
	padding: 4px 0;
}
.pk-social-links-template-nav .pk-social-links-link .pk-social-links-icon {
	border: 1px solid var(--cs-color-contrast-200);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.pk-social-links-template-nav .pk-social-links-link .pk-social-links-count {
	color: var(--cs-color-secondary);
}
[data-scheme=dark] .pk-social-links-template-nav .pk-social-links-link:hover .pk-social-links-icon {
	background: #ffffff;
	border-color: #ffffff;
}
.pk-social-links-template-nav.pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-icon {
	background: #ffffff;
}
[data-scheme=dark] .pk-social-links-template-nav.pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-icon {
	border-color: #ffffff;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.pk-instagram-feed {
	--pk-instagram-info-color: var(--cs-color-primary);
	--pk-instagram-number-color: var(--cs-color-primary);
}
.pk-instagram-feed .pk-instagram-counters {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.pk-instagram-feed .pk-instagram-counters .number {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-instagram-feed .pk-instagram-username {
	margin-top: 0;
}
.pk-instagram-feed .pk-instagram-username a:hover {
	color: var(--cs-color-secondary);
}
.pk-instagram-feed .pk-instagram-name a {
	color: var(--cs-color-secondary);
}
.pk-instagram-feed .pk-instagram-name a:hover {
	color: var(--cs-color-primary);
}
.pk-instagram-feed .pk-instagram-meta .pk-meta {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.pk-instagram-feed .pk-instagram-header {
	margin-bottom: 1rem;
}
.pk-instagram-feed .pk-instagram-footer .pk-instagram-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	display: inline-block;
	width: auto;
}
.pk-instagram-feed .pk-instagram-footer .pk-instagram-btn:focus, .pk-instagram-feed .pk-instagram-footer .pk-instagram-btn:hover {
	outline: none;
}
.pk-instagram-feed .pk-instagram-footer .pk-instagram-btn:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.pk-share-buttons-wrap {
	--pk-share-link-background: var(--cs-color-contrast-100);
	--pk-share-link-color: var(--cs-color-primary);
	--pk-mobile-share-horizontal-background: var(--cs-color-contrast-100);
	--pk-mobile-share-total-background: var(--cs-color-primary);
	--pk-mobile-share-total-label-color: var(--cs-color-primary-contrast);
	--pk-mobile-share-total-count-color: var(--cs-color-secondary);
	--pk-mobile-share-close-font-size: 2rem;
}
.pk-share-buttons-wrap .pk-share-buttons-link {
	border-radius: var(--cs-primary-border-radius);
}
.pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
	opacity: 1;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-light .pk-share-buttons-link,
.pk-share-buttons-scheme-bold-light .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-link {
	border-radius: var(--cs-primary-border-radius);
}

.pk-share-buttons-scheme-bold .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-link {
	--pk-share-link-background: var(--cs-color-contrast-100);
}
[data-scheme=dark] .pk-share-buttons-scheme-bold .pk-share-buttons-link,
[data-scheme=dark] .is-style-pk-share-buttons-bold .pk-share-buttons-link {
	--pk-share-link-background: #ffffff;
}

[data-scheme=dark] .pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link,
[data-scheme=dark] .is-style-pk-share-buttons-bold-light .pk-share-buttons-mail .pk-share-buttons-link {
	color: #ffffff;
}
[data-scheme=dark] .pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
[data-scheme=dark] .is-style-pk-share-buttons-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: var(--cs-color-contrast-200);
}

.pk-share-buttons-after-post {
	margin-top: 0;
	margin-bottom: 0;
}
.pk-share-buttons-after-post .pk-share-buttons-link {
	height: 42px;
}
.pk-share-buttons-after-post .pk-share-buttons-icon {
	font-size: 1.25rem;
}
.pk-share-buttons-after-post .pk-share-buttons-total {
	margin-right: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (min-width: 720px) {
	.pk-share-buttons-after-post .pk-share-buttons-total {
		margin-right: 3rem;
	}
}
.pk-share-buttons-after-post .pk-share-buttons-total .pk-share-buttons-count {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 1.5rem;
}
.pk-share-buttons-after-post .pk-share-buttons-total .pk-share-buttons-label {
	padding: 0;
}

.pk-share-buttons-metabar-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-total {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid var(--cs-color-contrast-200);
}
.pk-share-buttons-metabar-post .pk-share-buttons-total .pk-share-buttons-count {
	position: relative;
	padding: 0;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 1.5rem;
}
.pk-share-buttons-metabar-post .pk-share-buttons-total .pk-share-buttons-count:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background-color: var(--cs-color-accent);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.pk-share-buttons-metabar-post .pk-share-buttons-label {
	padding: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-items {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-count {
	padding: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-icon {
	padding: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-items {
	margin: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-item {
	width: 100%;
	padding: 0;
	margin-right: 0;
}
.pk-share-buttons-metabar-post .pk-share-buttons-item:not(:first-child) {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--cs-color-contrast-200);
}
.pk-share-buttons-metabar-post .pk-share-buttons-item .pk-share-buttons-label {
	display: none;
}
.pk-share-buttons-metabar-post .pk-share-buttons-item .pk-share-buttons-icon {
	font-size: 1.25rem;
}
.pk-share-buttons-metabar-post .pk-share-buttons-link {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cs-meta-share-links {
	position: absolute;
	max-width: 320px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	-ms-grid-columns: max-content;
	bottom: 100%;
	left: -9999px;
	padding-left: 50%;
	padding-bottom: 0.5rem;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.cs-meta-share-links .pk-share-buttons-wrap {
	position: relative;
	border-radius: 0;
	background: #ffffff;
	padding: 0.75rem;
	margin: 0;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-box-shadow: 0 0 2.5rem rgba(87, 58, 58, 0.3);
	box-shadow: 0 0 2.5rem rgba(87, 58, 58, 0.3);
}
.cs-meta-share-links .pk-share-buttons-wrap:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.cs-meta-share-links .pk-share-buttons-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cs-meta-share-links .pk-share-buttons-item {
	margin: 0;
}
.cs-meta-share-links .pk-share-buttons-item:not(:first-child) {
	border-left: 1px solid var(--cs-color-contrast-200);
}
.cs-meta-share-links .pk-share-buttons-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0.125rem;
}
.cs-meta-share-links .pk-share-buttons-icon {
	font-size: 1.25rem;
}
.cs-meta-share-links .pk-share-buttons-count {
	margin-top: 0.125rem;
}

.cs-meta-shares:hover {
	cursor: pointer;
}
.cs-meta-shares:hover .cs-meta-share-links {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 0;
}
.cs-meta-shares:hover .pk-share-buttons-wrap {
	opacity: 1;
}

.pk-share-buttons-highlight-text .pk-share-buttons-link {
	border-radius: 0;
}

.pk-share-buttons-blockquote .pk-share-buttons-link {
	border-radius: 0;
}
.wp-block-pullquote .pk-share-buttons-blockquote .pk-share-buttons-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pk-share-buttons-layout-horizontal .pk-share-buttons-link {
	border-radius: 0;
}
.pk-share-buttons-layout-horizontal .pk-share-buttons-total .pk-share-buttons-count {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 1rem;
}
.pk-share-buttons-layout-horizontal .pk-share-buttons-total .pk-share-buttons-count:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background-color: var(--cs-color-accent);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-share-buttons-layout-left-side .pk-share-buttons-link,
.pk-share-buttons-layout-right-side .pk-share-buttons-link,
.pk-share-buttons-layout-popup .pk-share-buttons-link {
	border-radius: 0;
}
.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-count,
.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-count,
.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-count {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: 1rem;
	line-height: 1;
}

/*--------------------------------------------------------------
# Subscribe Form
--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	--pk-subscribe-heading-font-size: $font-size-base;
	border-radius: var(--cs-common-border-radius);
}

.pk-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	overflow: hidden;
}
.pk-input-group input[type=text] {
	height: 36px;
	border: 1px solid #e9ecef;
}
.pk-input-group > *:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 720px) {
	.pk-input-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border-radius: var(--cs-primary-border-radius);
		background-color: #ffffff;
		border: 1px solid #e9ecef;
		padding-right: 10px;
	}
	.pk-input-group input[type=text] {
		height: 55px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		border: none;
		border-radius: 0;
	}
	.pk-input-group input[type=text]:not(:first-child) {
		border-left: 1px solid #e9ecef;
	}
	.pk-input-group > *:not(:first-child) {
		margin-top: 0;
	}
}

.pk-subscribe-with-name .pk-input-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pk-subscribe-with-name .pk-input-group > *:not(:first-child) {
	margin-top: 1rem;
}
@media (min-width: 720px) {
	.pk-subscribe-with-name .pk-input-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.pk-subscribe-with-name .pk-input-group input[type=text] {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
	}
	.pk-subscribe-with-name .pk-input-group > *:not(:first-child) {
		margin-top: 0;
	}
}

.pk-subscribe-submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.625rem 2rem;
	border-radius: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
}
.pk-subscribe-submit:focus, .pk-subscribe-submit:hover {
	outline: none;
}
@media (min-width: 720px) {
	.pk-subscribe-submit {
		width: auto;
	}
}
.pk-subscribe-submit:after {
	margin-left: 4px;
	font-family: "cs-icons" !important;
	content: "";
}

.cnvs-block-section-sidebar .pk-input-group, .cs-widget-area .pk-input-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0;
	border: none;
	padding: 0;
	background: none;
}
.cnvs-block-section-sidebar .pk-input-group > *:not(:first-child), .cs-widget-area .pk-input-group > *:not(:first-child) {
	margin-left: 0;
	margin-top: 1rem;
}
.cnvs-block-section-sidebar .pk-input-group input[type=text], .cs-widget-area .pk-input-group input[type=text] {
	width: 100%;
	height: 36px;
	width: 100%;
	border: 1px solid #e9ecef;
	border-radius: var(--cs-primary-border-radius);
}
.cnvs-block-section-sidebar .pk-subscribe-submit, .cs-widget-area .pk-subscribe-submit {
	width: 100%;
}

.cs-sidebar__area .pk-subscribe-form-wrap, .cs-offcanvas__area .pk-subscribe-form-wrap {
	padding: 30px;
	background: var(--cs-color-contrast-50);
}
.cs-sidebar__area .pk-subscribe-form-wrap.pk-subscribe-with-bg, .cs-offcanvas__area .pk-subscribe-form-wrap.pk-subscribe-with-bg {
	padding: 0;
}
.cs-sidebar__area .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type=text], .cs-offcanvas__area .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type=text] {
	text-align: center;
}

.pk-subscribe-with-bg .pk-input-group {
	border: none;
}
.pk-subscribe-with-bg input {
	border: none;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.pk-widget-posts {
	--pk-posts-thumbnail-border-radius: 0;
	--pk-posts-thumbnail-gutter: 1rem;
	--pk-posts-number-color: #ffffff;
	--pk-posts-number-top: 0.5rem;
	--pk-posts-number-left: 0.5rem;
	--pk-posts-number-right: auto;
	--pk-posts-number-bottom: auto;
	--pk-posts-number-border-radius: var(--cs-image-border-radius);
}
.pk-widget-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pk-widget-posts .pk-post-item:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: 20px;
	padding-top: 20px;
}
.pk-widget-posts .pk-post-outer .pk-post-thumbnail {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-widget-posts .pk-post-outer .pk-post-thumbnail img {
	border-radius: var(--cs-image-border-radius);
}
.pk-widget-posts .pk-post-outer .pk-post-thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
	clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
}
.pk-widget-posts .pk-post-outer .pk-post-number {
	background-color: #000000;
}
[data-scheme=dark] .pk-widget-posts .pk-post-outer .pk-post-number {
	background-color: var(--cs-color-contrast-300);
}
.pk-widget-posts .pk-post-outer .pk-post-data .entry-title {
	margin-bottom: 0;
}
.pk-widget-posts .pk-post-outer .pk-post-data .entry-title a {
	color: var(--cs-color-primary);
}
.pk-widget-posts .pk-post-outer .pk-post-data .entry-title a:hover {
	color: var(--cs-color-secondary);
}
.pk-widget-posts .pk-post-outer .pk-post-data .entry-title:not(:first-child) {
	margin-top: 0.5rem;
}
.pk-widget-posts .pk-post-outer .pk-post-data .cs-entry__post-meta:not(:first-child) {
	margin-top: 0.5rem;
}

.pk-widget-posts-template-large .pk-post-data:not(:first-child) {
	margin-top: 1rem;
}

.pk-widget-posts-template-list .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pk-widget-posts-template-list .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.pk-widget-posts-template-list .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 80px;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.pk-widget-posts-template-list .cs-entry__thumbnail img {
	border-radius: 0;
}
.pk-widget-posts-template-list .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.pk-widget-posts-template-list .cs-entry__title {
	font-size: 1rem;
}

/* .pk-widget-posts-template-numbered {
	counter-reset: upcomingLaunches;
} */
.pk-widget-posts-template-numbered .cs-entry__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 80px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 1rem;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail img {
	border-radius: 0;
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail:hover .cs-overlay-background:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail:hover .cs-overlay-background:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pk-widget-posts-template-numbered .cs-entry__thumbnail .cs-overlay-background:before, .pk-widget-posts-template-numbered .cs-entry__thumbnail .cs-overlay-background:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.5rem;
	font-family: var(--cs-font-headings-family);
	font-weight: var(--cs-font-base-weight);
	line-height: 1;
	background-color: var(--cs-color-overlay-background);
	opacity: 1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
/* .pk-widget-posts-template-numbered .cs-entry__thumbnail .cs-overlay-background:before {
	content: counter(number-post);
	counter-increment: number-post;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} */
.pk-widget-posts-template-numbered .cs-entry__thumbnail .cs-overlay-background:after {
	font-family: "cs-icons";
	content: "";
	font-size: 1.5rem;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.pk-widget-posts-template-numbered .cs-entry__inner:not(:first-child) {
	margin-top: 0;
}
.pk-widget-posts-template-numbered .cs-entry__title {
	font-size: 1rem;
}
.cnvs-block-posts-layout-tile-type-1 .pk-widget-posts-template-numbered .cs-entry__title {
	font-size: 1rem;
}

.pk-widget-posts-template-large-1 .cs-entry__thumbnail {
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.pk-widget-posts-template-large-1 .cs-entry__thumbnail img {
	border-radius: 0;
}
.pk-widget-posts-template-large-1 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}

.pk-widget-posts-template-large-2 .cs-entry__thumbnail {
	position: relative;
	border-radius: var(--cs-image-border-radius);
	overflow: hidden;
}
.pk-widget-posts-template-large-2 .cs-entry__thumbnail img {
	border-radius: 0;
}
.pk-widget-posts-template-large-2 .cs-entry__thumbnail img.pk-lazyload.pk-lqip {
	-webkit-clip-path: inset(0 0 0 0 round 0);
	clip-path: inset(0 0 0 0 round 0);
}
.pk-widget-posts-template-large-2 .cs-entry__content {
	padding: 0 20px;
}
.pk-widget-posts-template-large-2 .cs-entry__content:not(:first-child) {
	margin-top: -3.8em;
}
.pk-widget-posts-template-large-2 .cs-entry__content:not(:first-child) .cs-entry__title-line:first-child {
	margin-top: 2.1em;
}
.pk-widget-posts-template-large-2 .cs-overlay-background:after, .pk-widget-posts-template-large-2 .cs-overlay-background:before {
	display: none;
}

/*--------------------------------------------------------------
# Twitter
--------------------------------------------------------------*/
.pk-twitter-wrap {
	--pk-twitter-number-color: var(--cs-color-primary);
	--pk-twitter-tweet-border-color: var(--cs-color-contrast-200);
}
.pk-twitter-wrap a:hover {
	color: var(--cs-color-secondary);
}
.pk-twitter-wrap .pk-twitter-name {
	margin-top: 0;
}
.pk-twitter-wrap .pk-twitter-username {
	margin-top: 0;
}
.pk-twitter-wrap .pk-twitter-username a {
	color: var(--cs-color-secondary);
}
.pk-twitter-wrap .pk-twitter-username a:hover {
	color: var(--cs-color-primary);
}
.pk-twitter-wrap .pk-twitter-counters {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.pk-twitter-wrap .pk-twitter-counters .number {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-twitter-wrap .pk-twitter-time {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
	color: var(--cs-color-primary);
}
.pk-twitter-wrap .pk-twitter-time:hover {
	color: var(--cs-color-secondary);
}
.pk-twitter-wrap .pk-twitter-actions {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.pk-twitter-wrap .pk-twitter-footer .pk-twitter-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	border-radius: var(--cs-primary-border-radius);
	line-height: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0.75rem 1.5rem;
	border-radius: var(--cs-primary-border-radius);
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	display: inline-block;
	width: auto;
}
.pk-twitter-wrap .pk-twitter-footer .pk-twitter-btn:focus, .pk-twitter-wrap .pk-twitter-footer .pk-twitter-btn:hover {
	outline: none;
}
.pk-twitter-wrap .pk-twitter-footer .pk-twitter-btn:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
.pk-featured-categories {
	--pk-featured-list-count-size: 2rem;
	--pk-featured-overlay-background: var(--cs-color-overlay-background);
}

.pk-featured-categories-tiles .pk-featured-link {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-featured-categories-tiles .pk-featured-link span:after {
	display: none;
}
.pk-featured-categories-tiles .pk-featured-count {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}

.pk-featured-categories-vertical-list .pk-featured-item {
	border-radius: var(--cs-common-border-radius);
	overflow: hidden;
}
.pk-featured-categories-vertical-list .pk-featured-number {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.pk-featured-categories-vertical-list .pk-featured-count {
	border-radius: var(--cs-secondary-border-radius);
}
.pk-featured-categories-vertical-list .pk-featured-count:after {
	font-family: "cs-icons";
	content: "";
}

/*--------------------------------------------------------------
# Table of Contents
--------------------------------------------------------------*/
.pk-toc {
	--pk-toc-box-border-radius: var(--cs-secondary-border-radius);
}
.pk-toc a {
	color: var(--cs-color-primary);
}
.pk-toc a:hover {
	color: var(--cs-color-secondary);
}

/*--------------------------------------------------------------
# Scroll to Top
--------------------------------------------------------------*/
.pk-scroll-to-top {
	--pk-scrolltop-background: var(--cs-color-contrast-100);
	--pk-scrolltop-icon-color: var(--cs-color-primary);
	border-radius: var(--cs-secondary-border-radius);
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pk-zoom-icon-popup:after {
	border-radius: var(--cs-secondary-border-radius);
}

/*--------------------------------------------------------------
## Pinterest
--------------------------------------------------------------*/
.pk-pin-it {
	border-radius: var(--cs-secondary-border-radius);
}

/*--------------------------------------------------------------
# Canvas
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.cnvs-meta {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.cnvs-font-primary {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

.cnvs-font-secondary {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.cnvs-badge {
	--cnvs-badge-background: var(--cs-color-contrast-50);
	--cnvs-badge-color: var(--cs-color-primary);
	--cnvs-badge-primary-background: var(--cs-color-accent);
	--cnvs-badge-primary-color: var(--cs-color-accent-contrast);
	--cnvs-badge-light-background: var(--cs-color-site-background);
	--cnvs-badge-light-color: var(--cs-color-primary);
	--cnvs-badge-border-radius: var(--cs-primary-border-radius);
}
[data-scheme=dark] .cnvs-badge.is-cnvs-badge-color-secondary {
	background-color: var(-color-contrast-100);
}
[data-scheme=dark] .cnvs-badge.is-cnvs-badge-color-dark {
	background-color: #000000;
	color: #ffffff;
}

.is-cnvs-badge-color-success,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: #ccf6d5;
	color: #189134;
}
[data-scheme=dark] .is-cnvs-badge-color-success,
[data-scheme=dark] .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: #1ca73b;
	color: #a0efb2;
}

.is-cnvs-badge-color-info,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: #beeff6;
	color: #127989;
}
[data-scheme=dark] .is-cnvs-badge-color-info,
[data-scheme=dark] .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: #158da0;
	color: #91e4f0;
}

.is-cnvs-badge-color-warning,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: #fff4d3;
	color: #ba8b00;
}
[data-scheme=dark] .is-cnvs-badge-color-warning,
[data-scheme=dark] .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: #d39e00;
	color: #ffe7a0;
}

.is-cnvs-badge-color-danger,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: #fae3e5;
	color: #a71d2a;
}
[data-scheme=dark] .is-cnvs-badge-color-danger,
[data-scheme=dark] .block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: #bd2130;
	color: #f3b7bd;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.page-template-template-canvas-fullwidth .cs-site-content > .cs-container {
	max-width: 100% !important;
	padding-right: initial;
	padding-left: initial;
	margin-right: initial;
	margin-left: initial;
}
.page-template-template-canvas-fullwidth .cs-main-content {
	display: block;
	margin-right: initial;
	margin-left: initial;
}

.cnvs-block-section .cnvs-block-section-inner {
	--cs-block-section-gap: 60px;
	--cs-block-section-sidebar-width: 300px;
}

.cnvs-block-section > .cnvs-block-section-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 600px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 600px;
	}
}
@media (min-width: 720px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1020px;
	}
}
@media (min-width: 1200px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1200px;
	}
}
.cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--cs-block-section-gap);
}

.cnvs-block-section-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	min-width: 0;
}

@media (min-width: 1020px) {
	.cnvs-block-section-sidebar-position-left > .cnvs-block-section-outer > .cnvs-block-section-inner,
.cnvs-block-section-sidebar-position-right > .cnvs-block-section-outer > .cnvs-block-section-inner {
		grid-template-columns: minmax(0, 1fr) var(--cs-block-section-sidebar-width);
	}
}

@media (min-width: 1020px) {
	.cnvs-block-section-sidebar-position-left > .cnvs-block-section-outer > .cnvs-block-section-inner {
		grid-template-columns: var(--cs-block-section-sidebar-width) minmax(0, 1fr);
	}
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.cnvs-block-section .cnvs-block-section-content-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:first-child {
	margin-top: 0;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:last-child {
	margin-bottom: 0;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:last-child:after {
	content: "";
	clear: both;
	display: table;
}

.cnvs-block-section-sidebar-sticky-top .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
}

.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	bottom: 3rem;
	margin-top: auto;
}

@-moz-document url-prefix() {
	.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
		position: sticky;
		top: 3rem;
		bottom: initial;
		margin-top: initial;
	}
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner {
	height: 100%;
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > :last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
}

.cnvs-block-section-layout-align-full .cnvs-block-section-outer {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.cnvs-block-section-layout-align-full .cnvs-block-section-outer .cnvs-block-section-inner {
	display: block;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.wp-block-columns {
	/* counter-reset: number-post; */
	counter-reset: articleCounter;
}

.wp-block-group {
	/* counter-reset: number-post; */
	counter-reset: articleCounter;
}

.cnvs-block-row-inner {
	/* counter-reset: number-post; */
	counter-reset: articleCounter;
}

.cnvs-block-section-content-inner,
.cnvs-block-section-sidebar-inner {
	/* counter-reset: number-post; */
	counter-reset: articleCounter;
}
.cnvs-block-section-content-inner > .cnvs-block-posts,
.cnvs-block-section-sidebar-inner > .cnvs-block-posts {
	/* counter-reset: number-post; */
	counter-reset: articleCounter;
}

/*--------------------------------------------------------------
# Drop Cap
--------------------------------------------------------------*/
p.has-drop-cap {
	--cnvs-drop-cap-color: inherit;
	--cnvs-drop-cap-light-background: var(--cs-color-contrast-100);
	--cnvs-drop-cap-light-color: inherit;
	--cnvs-drop-cap-bordered-color: var(--cs-color-contrast-300);
	--cnvs-drop-cap-font-size: 3rem;
}
[data-scheme=dark] p.has-drop-cap {
	--cnvs-drop-cap-dark-background: #ffffff;
	--cnvs-drop-cap-dark-color: #000000;
}
p.has-drop-cap:not(:focus):first-letter {
	font-family: var(--cs-font-headings-family), sans-serif;
	font-weight: var(--cs-font-headings-weight);
	text-transform: var(--cs-font-headings-text-transform);
	line-height: var(--cs-font-headings-line-height);
	letter-spacing: var(--cs-font-headings-letter-spacing);
	font-size: var(--cnvs-drop-cap-font-size);
	line-height: 1;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.is-cnvs-dropcap-bordered:first-letter {
	border-radius: var(--cs-common-border-radius);
}

.is-cnvs-dropcap-bg-light:first-letter {
	border-radius: var(--cs-common-border-radius);
}

.is-cnvs-dropcap-bg-dark:first-letter {
	border-radius: var(--cs-common-border-radius);
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.cnvs-block-collapsible {
	--cnvs-collapsible-border-top: 1px solid var(--cs-color-contrast-200);
	--cnvs-collapsible-a-color: var(--cs-color-primary);
	--cnvs-collapsible-a-hover-color: var(--cs-color-secondary);
}

.cnvs-block-collapsible-title > h6 {
	margin: 0;
}

/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/
.cnvs-block-alert {
	--cnvs-alert-background: var(--cs-color-contrast-50);
}

/*--------------------------------------------------------------
# Progress
--------------------------------------------------------------*/
.cnvs-block-progress {
	--cnvs-progress-background: var(--cs-color-contrast-100);
	--cnvs-progress-border-radius: var(--cs-common-border-radius);
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.cnvs-block-progress:not([class*=is-style-cnvs]) {
	--cnvs-progress-bar-background: var(--cs-color-accent);
	--cnvs-progress-bar-color: var(--cs-color-accent-contrast);
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.cnvs-block-tabs {
	--cnvs-tabs-border-width: 1px;
	--cnvs-tabs-border-color: var(--cs-color-contrast-200);
	--cnvs-tabs-border-radius: var(--cs-common-border-radius);
	--cnvs-tabs-button-font-size: var(--cs-font-primary-size);
	--cnvs-tabs-button-color: var(--cs-color-secondary);
	--cnvs-tabs-button-hover-color: var(--cs-color-primary);
	--cnvs-tabs-button-active-color: var(--cs-color-primary);
	--cnvs-tabs-button-active-background: var(--cs-color-site-background);
	--cnvs-tabs-button-pills-color: var(--cs-color-secondary);
	--cnvs-tabs-button-pills-active-color: var(--cs-color-primary);
	--cnvs-tabs-button-pills-active-background: var(--cs-color-contrast-200);
	--cnvs-pc-tabs-button-active-border-bottom-color: var(--cs-color-site-background);
	--cnvs-pc-tabs-button-active-background-color: var(--cs-color-site-background);
}
.cnvs-block-tabs.is-style-cnvs-block-tabs-pills {
	--cnvs-tabs-border-radius: var(--cs-primary-border-radius);
}
.cnvs-block-tabs .cnvs-block-tabs-button,
.cnvs-block-tabs .cnvs-block-tabs-button a {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons {
	margin-bottom: 0;
}
.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-content > .block-editor-inner-blocks {
	margin-top: -32px;
}

/*--------------------------------------------------------------
# Block Group
--------------------------------------------------------------*/
.is-style-cnvs-block-bordered {
	--cnvs-style-single-border-color: var(--cs-color-contrast-300);
	border-radius: var(--cs-common-border-radius);
}

.is-style-cnvs-block-single-border {
	--cnvs-style-single-border-color: var(--cs-color-contrast-300);
	border-radius: var(--cs-common-border-radius);
}

.is-style-cnvs-block-bg-light {
	--cnvs-style-bg-light-background: var(--cs-color-contrast-50);
	border-radius: var(--cs-common-border-radius);
}

.is-style-cnvs-block-bg-inverse {
	border-radius: var(--cs-common-border-radius);
}
[data-scheme=dark] .is-style-cnvs-block-bg-inverse {
	--cnvs-style-bg-inverse-background: #ffffff;
	--cnvs-style-bg-inverse-color: #000000;
}

.is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(0,0,0,0.08);
	border-radius: var(--cs-common-border-radius);
}
[data-scheme=dark] .is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(255,255,255,0.08);
}

/*--------------------------------------------------------------
# List Styled
--------------------------------------------------------------*/
[class*=is-style-cnvs-list-styled] {
	--cnvs-list-styled-ul-box-background: var(--cs-color-contrast-400);
	--cnvs-list-styled-ul-box-border-radius: var(--cs-secondary-border-radius);
	--cnvs-list-styled-ol-box-color: var(--cs-color-primary);
	--cnvs-list-styled-ol-box-background-color: var(--cs-color-contrast-200);
	--cnvs-list-styled-ol-box-border-radius: var(--cs-secondary-border-radius);
}

/*--------------------------------------------------------------
# Heading Numbered
--------------------------------------------------------------*/
.is-style-cnvs-heading-numbered {
	--cnvs-heading-numbered-background: var(--cs-color-contrast-100);
	--cnvs-heading-numbered-color: var(--cs-color-primary);
	--cnvs-heading-numbered-border-radius: var(--cs-secondary-border-radius);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.cnvs-block-slider-gallery .flickity-prev-next-button {
	padding: 0;
}

/*--------------------------------------------------------------
# Current Date
--------------------------------------------------------------*/
.cnvs-block-current-date {
	display: block;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0;
	padding: 0.5rem 1rem;
	background: #6cdcff;
	font-size: 0.75rem;
	color: #00526c;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #d8f6df;
	color: #145523;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #ff918a;
	color: #8a0900;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background: #fff4d3;
	color: #a07800;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

label .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}

span.wpcf7-not-valid-tip {
	color: #F00F00;
	font-size: 0.75rem;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #F00F00;
	background: var(--cs-color-primary);
	padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	margin-left: 1rem;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(206, 212, 218, 0.25);
	border-top-color: #ced4da;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: var(--cs-color-secondary);
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type=file] {
	cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
	cursor: default;
}

/*--------------------------------------------------------------
## WPBakery Page Builder
--------------------------------------------------------------*/
.wpb_video_wrapper .cs-embed-responsive:before {
	display: none;
}

/*--------------------------------------------------------------
## SearchWP Live Ajax Search
--------------------------------------------------------------*/
.searchwp-live-search-results {
	position: absolute;
	display: none;
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.searchwp-live-search-results-showing {
	display: block;
	opacity: 1;
	height: auto;
	overflow: auto;
}

.searchwp-live-search-no-results {
	padding: 3em 2em 0;
	text-align: center;
}

.searchwp-live-search-no-min-chars:after {
	display: block;
	text-align: center;
	padding: 2em 2em 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing {
	background: var(--cs-color-search-background);
	border-radius: 0;
	min-height: 164px;
	max-height: 332px;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
.searchwp-live-search-results.searchwp-live-search-results-showing > .spinner {
	margin-top: 1rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing:hover, .searchwp-live-search-results.searchwp-live-search-results-showing:focus {
	outline: none;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background 0.25s;
	transition: background 0.25s;
	white-space: normal;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
	margin-bottom: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .meta-date {
	margin-top: 0.25rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
	display: none;
	margin-left: auto;
	color: var(--cs-color-secondary);
	padding-left: 1rem;
}
@media (min-width: 600px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
		display: block;
	}
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover, .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:focus {
	background: var(--cs-color-contrast-200);
	outline: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:not(:last-child) a {
	border-bottom: 1px solid var(--cs-color-contrast-200);
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--focused {
	background: transparent;
}
@media (max-width: 719.98px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result .h6 {
		font-size: 0.75rem;
	}
}

.cs-search .cs-search-live-result .searchwp-live-search-results {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}
@media (min-width: 720px) {
	.cs-search .cs-search-live-result:not(:first-child) .searchwp-live-search-results {
		top: -2.5rem !important;
	}
	.cs-search .cs-search__posts ~ .cs-search-live-result .searchwp-live-search-results {
		min-height: calc(100% + 2.5rem) !important;
		max-height: calc(100% + 2.5rem) !important;
	}
}

/*--------------------------------------------------------------
# Absolute Reviews
--------------------------------------------------------------*/
.abr-badge {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}

.abr-review-slice {
	--abr-review-slice-background-color: var(--cs-color-contrast-200);
}

.abr-review-progress {
	--abr-review-progress-background: var(--cs-color-contrast-200);
}

.abr-post-review {
	--abr-review-name-color: var(--cs-color-secondary);
	--abr-review-score-info-background: var(--cs-color-secondary);
}
.abr-post-review .abr-review-list .abr-review-name {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.abr-post-review .abr-review-list .abr-review-text {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
	font-size: 0.875rem;
}
.abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}

.abr-reviews-posts {
	--abr-posts-meta-color: var(--cs-color-primary);
	--abr-posts-number-font-size: var(--cs-font-primary-size);
	--abr-posts-number-large-font-size: 1;
	--abr-posts-percentage-icon-font-size: 1.125rem;
	--abr-posts-item-separator-color: var(--cs-color-contrast-200);
	--abr-posts-overlay-background: var(--cs-color-overlay-background);
}
.abr-reviews-posts .abr-post-thumbnail img {
	width: 100%;
}
.abr-reviews-posts .abr-post-meta {
	font-family: var(--cs-font-post-meta-family), sans-serif;
	font-size: var(--cs-font-post-meta-size);
	font-weight: var(--cs-font-post-meta-weight);
	font-style: var(--cs-font-post-meta-style);
	letter-spacing: var(--cs-font-post-meta-letter-spacing);
	text-transform: var(--cs-font-post-meta-text-transform);
}
.abr-reviews-posts .abr-review-number {
	font-family: var(--cs-font-primary-family), sans-serif;
	font-size: var(--cs-font-primary-size);
	font-weight: var(--cs-font-primary-weight);
	font-style: var(--cs-font-primary-style);
	letter-spacing: var(--cs-font-primary-letter-spacing);
	text-transform: var(--cs-font-primary-text-transform);
}
.abr-reviews-posts .abr-review-caption {
	font-family: var(--cs-font-secondary-family), sans-serif;
	font-size: var(--cs-font-secondary-size);
	font-weight: var(--cs-font-secondary-weight);
	font-style: var(--cs-font-secondary-style);
	letter-spacing: var(--cs-font-secondary-letter-spacing);
	text-transform: var(--cs-font-secondary-text-transform);
}
.abr-reviews-posts .cs-entry__post-meta {
	margin-top: 0;
}
.abr-reviews-posts .cs-entry__post-meta + .entry-title {
	margin-top: 0.25rem;
}

.abr-posts-template-reviews-1 .abr-post-item:not(:first-child),
.abr-posts-template-reviews-2 .abr-post-item:not(:first-child) {
	border-top: 1px solid var(--cs-color-contrast-200);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-1 .entry-title,
.abr-posts-template-reviews-2 .entry-title,
.abr-posts-template-reviews-3 .entry-title,
.abr-posts-template-reviews-4 .entry-title,
.abr-posts-template-reviews-5 .entry-title {
	font-size: 1rem;
}
.abr-posts-template-reviews-1 .entry-title a,
.abr-posts-template-reviews-2 .entry-title a,
.abr-posts-template-reviews-3 .entry-title a,
.abr-posts-template-reviews-4 .entry-title a,
.abr-posts-template-reviews-5 .entry-title a {
	color: var(--cs-color-primary);
}
.abr-posts-template-reviews-1 .entry-title a:hover,
.abr-posts-template-reviews-2 .entry-title a:hover,
.abr-posts-template-reviews-3 .entry-title a:hover,
.abr-posts-template-reviews-4 .entry-title a:hover,
.abr-posts-template-reviews-5 .entry-title a:hover {
	color: var(--cs-color-secondary);
}

/*--------------------------------------------------------------
# Advanced Popups
--------------------------------------------------------------*/
.adp-popup .pk-subscribe-submit span:nth-child(2) {
	display: none;
}

.adp-popup-type-content .adp-popup-container {
	--adp-popup-container-background: var(--cs-color-site-background);
	--adp-popup-close-color: var(--cs-color-contrast-600);
	--adp-popup-close-hover-color: var(--cs-color-primary);
}

.adp-popup-type-notification-box .adp-popup-button,
.adp-popup-type-notification-bar .adp-popup-button {
	background-color: var(--cs-color-button);
	color: var(--cs-color-button-contrast);
}
.adp-popup-type-notification-box .adp-popup-button:hover,
.adp-popup-type-notification-bar .adp-popup-button:hover {
	background-color: var(--cs-color-button-hover);
	color: var(--cs-color-button-hover-contrast);
}/* at the very least you must set these two display properties */
/* this is so you can use CSS animations when toggling results */


/* visual styles */
.searchwp-live-search-results {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	border-radius: 3px;
	width: 315px;
	min-height: 175px;
	max-height: 300px;
}

.searchwp-live-search-no-min-chars .spinner {
	opacity: 0.3;
}

.searchwp-live-search-result p {
	font-size:0.9em;
	padding:1em;
	margin:0;
	border-bottom:1px solid rgba(30,30,30,0.1);
}

.searchwp-live-search-result--focused {
	background: #DDD;
}

.searchwp-live-search-result--focused a {
	color: #000;
}

.searchwp-live-search-result:last-of-type p {
	border-bottom:0;
}

.searchwp-live-search-result a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.searchwp-live-search-instructions {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

@keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@charset "UTF-8";@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var( --swiper-navigation-size )/2);position:absolute;top:50%;width:calc(var( --swiper-navigation-size )/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);display:flex;flex-direction:column;opacity:1;text-align:left!important;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{-webkit-font-smoothing:subpixel-antialiased;border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none transparent;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:transparent!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid hsla(0,0%,100%,.2);border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px;--jetpack--contact-form--font-size:16px}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form :where(.grunion-field[type=text],.grunion-field.textarea){padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form :where(input[type=radio],input[type=checkbox]){float:none;height:1rem;width:1rem}.contact-form input[type=checkbox],.contact-form input[type=radio]{margin:0 .75rem 0 0}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{align-items:center;display:inline-flex;float:none;font-weight:400;line-height:1;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{display:flex;flex-direction:column;gap:12px}.contact-form label span{font-size:85%;font-weight:400;margin-left:.25em;opacity:.45}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{word-wrap:break-word;margin:0 auto}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{box-sizing:border-box;flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form-dropdown__button.ui-button{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);display:flex;flex-direction:row-reverse;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);width:100%}.contact-form .contact-form-dropdown__button.ui-button .ui-selectmenu-icon.ui-icon{background:none}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon,.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon{align-items:center;border:2px solid transparent;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-5px;transform:rotate(45deg);transition:all .2s ease-in-out;width:100%}.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon:after{margin-top:8px;transform:rotate(225deg)}.contact-form .contact-form-dropdown__menu{z-index:1}.contact-form .contact-form-dropdown__menu ul.ui-menu{background-color:var(--jetpack--contact-form--input-background-fallback);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px rgba(0,0,0,.05);color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:normal;list-style:none;margin:0;max-height:230px;overflow:auto;padding:0}.contact-form .contact-form-dropdown__menu .ui-menu-item{margin:0}.contact-form .contact-form-dropdown__menu .ui-menu{margin-top:8px}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper{padding:var(--jetpack--contact-form--input-padding)}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active{background-color:var(--jetpack--contact-form--text-color);border:none;color:var(--jetpack--contact-form--input-background-fallback);position:relative}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap){--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch{border-top-color:transparent}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap .contact-form-dropdown__button,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:transparent!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .contact-form-dropdown__menu .ui-menu-item-wrapper,.contact-form .is-style-outlined .grunion-field-wrap textarea{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input{outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) .contact-form-dropdown__button,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .contact-form-dropdown__menu .ui-menu-item-wrapper{padding-left:var(--field-padding);padding-right:var(--field-padding)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-animated .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-radio-wrap .grunion-radio-options{flex-grow:1;padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{left:0;top:0;transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:transparent;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:hsla(0,0%,100%,.8);border:solid rgba(0,0,0,.1);border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{overflow:hidden;width:61px}#wpadminbar iframe.admin-bar-likes-widget{border-width:0;height:28px;min-height:28px;position:absolute;top:0;width:61px}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-author,.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{display:block;flex-direction:row}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;width:100%}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin-top:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:0;max-width:none}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{display:block;margin-top:0}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid hsla(0,0%,100%,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:4px 11px 3px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:"\f220"}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-nextdoor a:before,.sd-social-icon-text .sd-content li.share-nextdoor a:before,.sd-social-official .sd-content li.share-nextdoor a:before,.sd-social-text .sd-content ul li.share-nextdoor a:before{content:"\f10c"}.sd-social-official .sd-content li.share-nextdoor a:before{color:#8ed500}.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button{background:#8ed500;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{min-width:55px}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px rgba(0,0,0,.2);margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:content-box}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{zoom:1;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid hsla(0,0%,100%,.1)!important;border-radius:10em!important;color:#222!important;display:inline-block!important;*display:inline;height:32px!important;line-height:32px!important;margin:0 5px!important;padding:0!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:rgba(0,0,0,.75);border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:transparent;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{fill:#fff;background:#000;border-radius:50%;display:inline-block;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{fill:currentColor;color:inherit;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;content:"\f415";display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before{content:"\f10c"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:transparent;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:hsla(0,0%,100%,.8);bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{left:0;position:absolute;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{color:gray;font-size:10px}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:transparent;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{grid-gap:.5rem;display:grid;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:transparent}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{fill:currentColor;color:inherit;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}