/*
This file is made by Frenify (2023)
This css file includes all base styles and template's main color (in this tempalte main color is pink(#f00a77)). 
Template's main color styles located at the bottom of this file.
*/
a,i,textarea{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease
}
iframe,img,table{
    max-width:100%
}
table td,table th{
    vertical-align:top
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,pre,section{
    display:block
}
.space10,.space100,.space1000,.space20,.space200,.space30,.space300,.space40,.space400,.space50,.space500,.space60,.space70,.space90{
    float:left;
    clear:both;
    width:100%
}
.space10,.space100,.space1000,.space20,.space200,.space30,.space300,.space40,.space400,.space50,.space500,.space60,.space70,.space90,textarea{
    width:100%
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{
    background:0 0;
    border:0;
    margin:0;
    padding:0;
    vertical-align:baseline;
    outline:0
}
table,table td,table th,table tr{
    border:2px solid #000
}
blockquote{
    quotes:none
}
blockquote:after,blockquote:before{
    content:'';
    content:none
}
ol,ul{
    margin:30px
}
ol li,ul li{
    margin-bottom:5px
}
img{
    vertical-align:middle;
    height: auto;
}
del{
    text-decoration:line-through
}
a,i{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    border:none
}
a:hover{
    text-decoration:none
}
h1,h2,h3,h4,h5,h6{
    font-weight:500;
    color:#1e1e1e;
    margin-bottom:20px
}
h1{
    font-size:45px
}
h2{
    font-size:36px
}
h3{
    font-size:30px
}
h4{
    font-size:24px
}
h5{
    font-size:20px
}
h6,table th{
    font-size:16px
}
table{
    text-align:left;
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom:15px;
    color:var(--xoxo-bc)
}
table th{
	text-align: center;
    color:var(--xoxo-hc);
    background:0 0;
    font-weight:500;
    padding:15px 10px;
	background-color: var(--xoxo-mc1);
}
table td{
    padding:10px;
	vertical-align: middle;
}
pre{
    word-break:break-all;
    word-wrap:break-word
}
pre code{
    white-space:pre-wrap
}
p{
    letter-spacing:1px
}
.space10{
    margin-bottom:10px
}
.space20{
    margin-bottom:20px
}
.space30{
    margin-bottom:30px
}
.space40{
    margin-bottom:40px
}
.space50{
    margin-bottom:50px
}
.space60{
    margin-bottom:60px
}
.space70{
    margin-bottom:70px
}
.space80{
    width:100%;
    float:left;
    clear:both;
    margin-bottom:80px
}
.space90{
    margin-bottom:90px
}
.space100{
    margin-bottom:100px
}
.space200{
    margin-bottom:200px
}
.space300{
    margin-bottom:300px
}
.space400{
    margin-bottom:400px
}
.space500{
    margin-bottom:500px
}
.space1000{
    margin-bottom:1000px
}
textarea{
    border-radius:0;
    font-size:13px;
    color:#333;
    resize:vertical;
    font-family:'Open Sans','Arial','Helvetica',sans-serif;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1.4;
    padding:10px;
    border:1px solid #222;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.uneditable-input,input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week]{
    border-radius:0;
    font-size:13px;
    color:#333;
    letter-spacing:.5px;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1.6;
    padding:10px;
    height:44px;
    vertical-align:middle;
    border:1px solid #222;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.uneditable-input:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,textarea:focus{
    border-color:rgba(255,255,255,.042);
    background:rgba(255,255,255,.06)
}
input[type=submit]{
    padding:13px 15px;
    height:44px;
    line-height:1;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:.5px;
    border:none;
    cursor:pointer;
    color:#FFF;
    background:#777;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
input[type=submit]:hover{
    background:#444
}
select{
	max-width: 100%;
	padding:8px;
	border:2px solid #000;
	border-radius: 5px;
	width: 100%;
	display: block;
}
input[type=button]{
    cursor:pointer;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.elementor p{
    margin-bottom:0;
}



a i{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
ol, ul{
	margin: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul{
	margin: 15px;
}
.commentlist ul,
.commentlist ol{
	margin: 30px;
}
textarea,
input,
button{outline: none;}
:focus{
	outline-color: transparent;
	outline-style: none;
}
dl{
	margin-bottom: 20px;
}
dl dt:empty{
	display: none;
}
dl dt{margin: 5px 0;}
dl dt:last-child{margin-bottom: 0;}
input[type=button],
input[type=submit],
button{
	font-family: var(--iff);
}
body blockquote:after{
	clear: both;
	display: table;
	content: '';
}
hr{
	margin-bottom: 20px;
}
body blockquote{
	border-left: 4px solid #000;
	margin: 10px 0px 23px 0px;
	clear: both;
    max-width: 100%;
	background-color: transparent;
	line-height: 1.7;
	color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 20px;
	padding: 12px 12px 12px 4%;
}
body blockquote > *:last-child{
	margin-bottom: 0;
}
.pingback a{
	color: #333;
	border-bottom: 1px solid #333;
}
.pingback a:hover{
	border-bottom-color: transparent;
}
blockquote p{
	margin-bottom: 30px;
}
blockquote p:last-child{
	margin-bottom: 0px;
}
dd a,
dt a,
blockquote a{
	color: #000;
}
table a{
	background-color: #000;
    color: #fff;
    display: block;
   
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    
    font-size: 12px;
}
.wp-calendar-table a{
	border-radius: 100%;
 	width: 30px;
}
table{
	width: 100%;
	width: calc(100% - 2px);
	margin: 0 0 30px 0;
	font-size: 14px;
	-webkit-box-shadow: 2px 2px;
	        box-shadow: 2px 2px;
}
br + code,
br + pre{
	margin-top: 30px;
}
p code,
p pre,
p+code{
	margin-top: 0;
	margin-bottom: 0;
}
p+pre{
	margin: 20px 0px;
}
.uneditable-input,
textarea,
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week]{
	color: #000;
	height: 50px;
	font-size: 15px;
	background-color: transparent;
	font-family: var(--iff);
    border: 1px solid rgba(0,0,0,.021);
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #777;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color: #777;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color: #777;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
 	color: #777;
}
input[type=button],
input[type=submit]{
	border: none;
	height: 50px;
	font-weight: 500;
	font-size: 15px;
	padding: 0px 30px;
	letter-spacing: .5px;
	background-color: #333;
	color: #f5f5f5;
	text-transform: uppercase;
}
input[type=button]:hover,
input[type=submit]:hover{
	background-color: #111;
}
a{
	text-decoration: none;
}
textarea{height: auto;max-width: 600px;}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover{
	color: var(--xoxo-hhc);
    -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
            animation: shine 2s infinite;
}
h1, h2, h3, h4, h5, h6{
	color: var(--xoxo-hc);
	line-height: 1.44;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a{
	color: var(--xoxo-hc);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--hff);
	margin-top: 30px;
}

body p{margin-top: 30px; letter-spacing: 0px;}
table td{
	padding: 10px 5px;
	text-align: center;
}



.aligncenter	{ display:block;  margin:0 auto; margin-bottom: 30px;}
.alignright		{ float:right;  margin-left:30px; margin-bottom: 30px;}
.alignleft		{ float:left;  margin-right:30px; margin-bottom: 30px;}
.floatleft		{ float:left}
.floatright		{ float:right}
.textcenter		{ text-align:center}
.textright		{ text-align:right}
.textleft		{ text-align:left}
.wp-caption		{ text-align:center; margin-bottom:20px; max-width:100%;}
.wp-caption img	{ margin:0;  padding:0;  border:0 none}
.wp-caption p.wp-caption-text{font-size:12px!important; padding:0;  margin:10px 15px 0 15px !important; font-style:italic;  line-height:1.4!important; letter-spacing:0.5px; font-weight:400; }
.wp-caption.alignleft p.wp-caption-text	{text-align:left;}
.wp-caption.alignright p.wp-caption-text{text-align:right;}
.wp-smiley		{margin:0 !important; max-height:1em}
blockquote.left	{margin-right:40px; text-align:left; margin-left:0; width:50%; float:left;}
blockquote.right{margin-left:40px; text-align:left; margin-right:0; width:50%; float:right}
.mc_signup_submit #mc_signup_submit{
	margin-top:0;
	width:100%;
}
.bypostauthor{
	margin: 0px;
	padding: 0px;
}
.gallery-caption{
	margin: 0px;
	font-size: 13px;
	font-style: italic;
	color: #999;
	padding: 5px 0px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	border-radius: 3px;
	
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.sticky{height: auto;}
.clearfix:after,
.clearfix:before{
	clear: both;
	display: table;
	content: '';
}


/* CODE */
body pre code{
	font-style: italic;
	margin: 10px 0px 30px 0px;
	line-height: 1.7;
	color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 14px;
	max-width: 100%;
	min-width: 100%;
	display: inline-block;
    overflow-x: visible;
    padding: 20px;
  	white-space: pre-wrap;
  
 	-ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
}
.gh-article-image{
    text-align: center;
}
.kg-card{
    margin-top: 30px;
}

/* GALLERY */
.kg-gallery-container{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
}
.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.2rem;
}
.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}
.kg-card.kg-image[width][height], 
.kg-card.kg-gallery-card .kg-gallery-image{
    cursor: pointer;
}
.kg-width-wide img {
    max-width: 100%;
}
.kg-width-full img {
max-width: 100%;
}
.post-content hr{
    margin-top: 30px;
}

/* BOOKMARK */
.kg-bookmark-card,.kg-bookmark-card *{
    box-sizing:border-box
}
.kg-bookmark-card,.kg-bookmark-publisher{
    position:relative
}
.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover{
    display:flex;
    text-decoration:none;
    border-radius:3px;
    border:1px solid rgb(124 139 154/25%);
    overflow:hidden;
    color:inherit
}
.kg-bookmark-content{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    flex-basis:100%;
    align-items:flex-start;
    justify-content:flex-start;
    padding:20px;
    overflow:hidden
}
.kg-bookmark-title{
    font-size:24px;
    line-height:1.4em;
    font-weight:600
}
.kg-bookmark-description{
    display:-webkit-box;
    font-size:16px;
    line-height:1.5em;
    margin-top:3px;
    font-weight:400;
    max-height:44px;
    overflow-y:hidden;
    opacity:.7;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.kg-bookmark-metadata{
    display:flex;
    align-items:center;
    margin-top:22px;
    width:100%;
    font-size:16px;
    font-weight:500;
    white-space:nowrap
}
.kg-bookmark-metadata>:not(img){
    opacity:.7
}
.kg-bookmark-icon{
    width:20px;
    height:20px;
    margin-right:6px
}
.kg-bookmark-author{
    display:inline
}
.kg-bookmark-publisher{
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:240px;
    white-space:nowrap;
    display:block;
    line-height:1.65em
}
.kg-bookmark-metadata>span:nth-of-type(2){
    font-weight:400
}
.kg-bookmark-metadata>span:nth-of-type(2):before{
    content:"â€¢";
    margin:0 6px
}
.kg-bookmark-metadata>span:last-of-type{
    overflow:hidden;
    text-overflow:ellipsis
}
.kg-bookmark-thumbnail{
    position:relative;
    flex-grow:1;
    min-width:33%
}
.kg-bookmark-thumbnail img,.kg-collection-card-img img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover
}
.kg-bookmark-thumbnail img{
    top:0;
    left:0;
    border-radius:0 2px 2px 0
}

/* BUTTON */
.post-content .kg-btn{
    text-align: center;
    border-radius: 56px;
    font-size: 18px;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-family: var(--hff);
    font-weight: 900;
    color: #000;
    background-color: var(--xoxo-mc1);
    border: 4px solid #000;
    padding: 10px 20px;
}
.post-content .kg-btn:hover{
    background-color: #fff;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

/* CALLOUT */

.kg-callout-card,.kg-callout-card *{
    box-sizing:border-box
}
.kg-callout-card{
    display:flex;
    padding:1.2em 1.6em;
    border-radius:3px
}
.kg-callout-card-grey{
    background:rgba(124,139,154,.13)
}
.kg-callout-card-white{
    background:0 0;
    box-shadow:inset 0 0 0 1px rgba(124,139,154,.25)
}
.kg-callout-card-blue{
    background:rgba(33,172,232,.12)
}
.kg-callout-card-green{
    background:rgba(52,183,67,.12)
}
.kg-callout-card-yellow{
    background:rgba(240,165,15,.13)
}
.kg-callout-card-red{
    background:rgba(209,46,46,.11)
}
.kg-callout-card-pink{
    background:rgba(225,71,174,.11)
}
.kg-callout-card-purple{
    background:rgba(135,85,236,.12)
}
.kg-callout-card-accent{
    background:var(--ghost-accent-color);
    color:#fff
}
.kg-callout-card.kg-callout-card-accent a{
    color:#fff;
    text-decoration:underline
}
.kg-callout-card div.kg-callout-emoji{
    padding-right:.8em;
    line-height:1.25em;
    font-size:1.15em
}
.kg-callout-card div.kg-callout-text{
    font-size:.95em;
    line-height:1.5em
}
.kg-callout-card+.kg-callout-card{
    margin-top:1em
}


/* TOGGLE */
.kg-toggle-card,.kg-toggle-card *{
    box-sizing:border-box
}
.kg-toggle-card{
    background:0 0;
    box-shadow:inset 0 0 0 1px rgba(124,139,154,.25);
    border-radius:4px;
    padding:1.2em
}
.kg-toggle-card[data-kg-toggle-state=close] .kg-toggle-content{
    height:0;
    overflow:hidden;
    transition:opacity .5s ease,top .35s ease;
    opacity:0;
    top:-.5em;
    position:relative
}
.kg-toggle-content{
    height:auto;
    opacity:1;
    transition:opacity 1s ease,top .35s ease;
    top:0;
    position:relative
}
.kg-toggle-card[data-kg-toggle-state=close] svg{
    transform:unset
}
.kg-toggle-heading{
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:flex-start
}
.kg-toggle-card h4.kg-toggle-heading-text{
    font-size:1.15em;
    font-weight:700;
    line-height:1.3em;
    margin-top:0;
    margin-bottom:0
}
.kg-toggle-content p:first-of-type{
    margin-top:.5em
}
.kg-toggle-card .kg-toggle-content ol,.kg-toggle-card .kg-toggle-content p,.kg-toggle-card .kg-toggle-content ul{
    font-size:.95em;
    line-height:1.5em;
    margin-top:.95em;
    margin-bottom:0
}
.kg-toggle-card-icon{
    height:24px;
    width:24px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:1em;
    padding:0;
    background:0 0;
    border:0;
    cursor:pointer
}
.kg-toggle-heading svg{
    width:14px;
    color:rgba(124,139,154,.5);
    transition:all .3s;
    transform:rotate(-180deg)
}
.kg-toggle-heading path{
    fill:none;
    stroke:currentcolor;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:1.5;
    fill-rule:evenodd
}
.kg-toggle-card+.kg-toggle-card{
    margin-top:1em
}

/* FILE */
.kg-file-card,.kg-file-card *{
    box-sizing:border-box
}
.kg-file-card{
    display:flex
}
.kg-file-card a.kg-file-card-container{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    color:inherit;
    padding:6px;
    min-height:92px;
    border:1px solid rgb(124 139 154/25%);
    border-radius:3px;
    transition:all ease-in-out .35s;
    text-decoration:none;
    width:100%
}
.kg-file-card a.kg-file-card-container:hover{
    border:1px solid rgb(124 139 154/35%)
}
.kg-file-card-contents{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    margin:4px 8px;
    width:100%
}
.kg-file-card-title{
    font-size:1.15em;
    font-weight:700;
    line-height:1.3em
}
.kg-file-card-caption{
    font-size:.95em;
    line-height:1.3em;
    opacity:.6
}
.kg-file-card-title+.kg-file-card-caption{
    margin-top:-3px
}
.kg-file-card-metadata{
    display:inline;
    font-size:.825em;
    line-height:1.3em;
    margin-top:2px
}
.kg-file-card-filename{
    display:inline;
    font-weight:500
}
.kg-file-card-filesize{
    display:inline-block;
    font-size:.925em;
    opacity:.6
}
.kg-file-card-filesize:before{
    display:inline-block;
    content:"â€¢";
    margin-right:4px
}
.kg-file-card-icon{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:80px;
    min-width:80px;
    height:100%
}
.kg-file-card-icon:before{
    position:absolute;
    display:block;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:currentColor;
    opacity:.06;
    transition:opacity ease-in-out .35s;
    border-radius:2px
}
.kg-file-card a.kg-file-card-container:hover .kg-file-card-icon:before{
    opacity:.08
}
.kg-file-card-icon svg{
    width:24px;
    height:24px;
    color:var(--ghost-accent-color);
}
.kg-file-card-medium a.kg-file-card-container{
    min-height:72px
}
.kg-file-card-medium .kg-file-card-caption{
    opacity:1;
    font-weight:500
}
.kg-file-card-small a.kg-file-card-container{
    align-items:center;
    min-height:52px
}
.kg-file-card-small .kg-file-card-metadata{
    font-size:1em;
    margin-top:0
}
.kg-file-card-small .kg-file-card-icon svg{
    width:20px;
    height:20px
}
.kg-file-card+.kg-file-card{
    margin-top:1em
}

/* PRODUCT */
.kg-product-card,.kg-product-card *{
    box-sizing:border-box
}
.kg-product-card{
    display:flex;
    align-items:center;
    flex-direction:column;
    width:100%
}
.kg-product-card-container{
    display:grid;
    grid-template-columns:auto min-content;
    align-items:center;
    grid-row-gap:16px;
    background:0 0;
    max-width:550px;
    padding:20px;
    width:100%;
    border-radius:5px;
    box-shadow:inset 0 0 0 1px rgb(124 139 154/25%)
}
.kg-product-card-image{
    grid-column:1/3;
    justify-self:center;
    height:auto
}
.kg-product-card-title-container{
    grid-column:1/2
}
.kg-product-card h4.kg-product-card-title{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    text-decoration:none;
    font-weight:700;
    font-size:1.4em;
    margin-top:0;
    margin-bottom:0;
    line-height:1.15em
}
.kg-product-card-description{
    grid-column:1/3
}
.kg-product-card .kg-product-card-description ol,.kg-product-card .kg-product-card-description p,.kg-product-card .kg-product-card-description ul{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size:.95em;
    line-height:1.5em;
    opacity:.7;
    margin-bottom:0
}
.kg-product-card .kg-product-card-description p:first-of-type{
    margin-top:-4px
}
.kg-product-card .kg-product-card-description ol,.kg-product-card .kg-product-card-description p:not(:first-of-type),.kg-product-card .kg-product-card-description ul{
    margin-top:.95em
}
.kg-product-card .kg-product-card-description li+li,.kg-toggle-card li+li{
    margin-top:.5em
}
.kg-product-card-rating{
    display:flex;
    align-items:center;
    grid-column:2/3;
    align-self:start;
    justify-self:end;
    padding-left:16px
}
@media (max-width:400px){
    .kg-product-card-title-container{
        grid-column:1/3
    }
    .kg-product-card-rating{
        grid-column:1/3;
        justify-self:start;
        margin-top:-15px;
        padding-left:0
    }
}
.kg-product-card-rating-star{
    height:28px;
    width:20px
}
.kg-product-card-rating-star svg{
    width:16px;
    height:16px;
    fill:currentColor;
    opacity:.15
}
.kg-product-card a.kg-product-card-button{
    text-align: center;
    border-radius: 56px;
    font-size: 18px;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-family: var(--hff);
    font-weight: 900;
    color: #000;
    background-color: var(--xoxo-mc1);
    border: 4px solid #000;
    padding: 10px 20px;
    width: 100%;
    justify-content:center;
    grid-column:1/3;
    display:flex;
    position:static;
}
.kg-product-card a.kg-product-card-button:hover{
    background-color: #fff;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}


/* HEADER CARD */

.kg-header-card,.kg-header-card *{
    box-sizing:border-box
}
.kg-header-card{
    padding:12vmin 4em;
    min-height:60vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center
}
.kg-header-card.kg-size-small{
    padding-top:14vmin;
    padding-bottom:14vmin;
    min-height:40vh
}
.kg-header-card.kg-size-large{
    padding-top:18vmin;
    padding-bottom:18vmin;
    min-height:80vh
}
.kg-header-card.kg-align-left{
    text-align:left;
    align-items:flex-start
}
.kg-header-card.kg-style-dark{
    background:#151515;
    color:#fff
}
.kg-header-card.kg-style-light{
    background-color:#fafafa
}
.kg-header-card.kg-style-accent,.kg-header-card.kg-style-accent.kg-v2{
    background-color:var(--ghost-accent-color)
}
.kg-header-card.kg-style-image{
    position:relative;
    background-color:#e7e7e7;
    background-size:cover;
    background-position:center
}
.kg-header-card.kg-style-image::before{
    position:absolute;
    display:block;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:linear-gradient(0deg,transparent,rgba(0,0,0,.2))
}
.kg-header-card h2.kg-header-card-header{
    font-size:5em;
    font-weight:700;
    line-height:1.1em;
    letter-spacing:-.01em;
    margin:0
}
.kg-header-card h2.kg-header-card-header strong{
    font-weight:800
}
.kg-header-card.kg-size-small h2.kg-header-card-header{
    font-size:4em
}
.kg-header-card.kg-size-large h2.kg-header-card-header{
    font-size:6em
}
.kg-header-card h3.kg-header-card-subheader{
    font-size:1.5em;
    font-weight:500;
    line-height:1.4em;
    margin:0;
    max-width:40em
}
.kg-header-card h2+h3.kg-header-card-subheader{
    margin:.35em 0 0
}
.kg-header-card .kg-header-card-subheading strong,.kg-header-card h3.kg-header-card-subheader strong,.kg-signup-card .kg-signup-card-subheading strong{
    font-weight:600
}
.kg-header-card.kg-size-small h3.kg-header-card-subheader{
    font-size:1.25em
}
.kg-header-card.kg-size-large h3.kg-header-card-subheader{
    font-size:1.75em
}
.kg-header-card:not(.kg-style-light) h2.kg-header-card-header,.kg-header-card:not(.kg-style-light) h3.kg-header-card-subheader{
    color:#fff
}
.kg-header-card.kg-style-accent h3.kg-header-card-subheader,.kg-header-card.kg-style-image h3.kg-header-card-subheader,.kg-product-card-rating-active.kg-product-card-rating-star svg{
    opacity:1
}
.kg-header-card.kg-style-image a.kg-header-card-button,.kg-header-card.kg-style-image h2.kg-header-card-header,.kg-header-card.kg-style-image h3.kg-header-card-subheader{
    z-index:999
}
.kg-header-card h2.kg-header-card-header a,.kg-header-card h3.kg-header-card-subheader a{
    color:var(--ghost-accent-color)
}
.kg-header-card.kg-style-accent h2.kg-header-card-header a,.kg-header-card.kg-style-accent h3.kg-header-card-subheader a,.kg-header-card.kg-style-image h2.kg-header-card-header a,.kg-header-card.kg-style-image h3.kg-header-card-subheader a{
    color:#fff
}
.kg-header-card a.kg-header-card-button{
    display:flex;
    position:static;
    align-items:center;
    fill:#fff;
    background:#fff;
    border-radius:3px;
    outline:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size:1.05em;
    font-weight:600;
    line-height:1em;
    text-align:center;
    text-decoration:none;
    letter-spacing:.2px;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#151515;
    height:2.7em;
    padding:0 1.2em;
    transition:opacity .2s ease
}
.kg-header-card h2+a.kg-header-card-button,.kg-header-card h3+a.kg-header-card-button{
    margin:1.75em 0 0
}
.kg-header-card a.kg-header-card-button:hover{
    opacity:.85
}
.kg-header-card.kg-size-large a.kg-header-card-button{
    font-size:1.1em;
    height:2.9em
}
.kg-header-card.kg-size-large h2+a.kg-header-card-button,.kg-header-card.kg-size-large h3+a.kg-header-card-button{
    margin-top:2em
}
.kg-header-card.kg-size-small a.kg-header-card-button{
    height:2.4em;
    font-size:1em
}
.kg-header-card.kg-size-small h2+a.kg-header-card-button,.kg-header-card.kg-size-small h3+a.kg-header-card-button{
    margin-top:1.5em
}
.kg-header-card.kg-style-dark a.kg-header-card-button,.kg-header-card.kg-style-image a.kg-header-card-button{
    background:#fff;
    color:#151515
}
.kg-header-card.kg-style-light a.kg-header-card-button{
    background:var(--ghost-accent-color);
    color:#fff
}
.kg-header-card.kg-style-accent a.kg-header-card-button{
    background:#fff;
    color:#151515
}
@media (max-width:640px){
    .kg-header-card{
        padding-left:1em;
        padding-right:1em
    }
    .kg-header-card h2.kg-header-card-header{
        font-size:3.5em
    }
    .kg-header-card.kg-size-large h2.kg-header-card-header{
        font-size:4em
    }
    .kg-header-card.kg-size-small h2.kg-header-card-header{
        font-size:3em
    }
    .kg-header-card h3.kg-header-card-subheader{
        font-size:1.25em
    }
    .kg-header-card.kg-size-large h3.kg-header-card-subheader{
        font-size:1.5em
    }
    .kg-header-card.kg-size-small h3.kg-header-card-subheader{
        font-size:1em
    }
}
.kg-header-card.kg-v2{
    position:relative;
    padding:0;
    min-height:initial;
    text-align:initial;
    box-sizing:border-box
}
.kg-header-card.kg-v2 *{
    box-sizing:border-box
}
.kg-header-card.kg-v2 a,.kg-header-card.kg-v2 a span,.kg-signup-card a,.kg-signup-card a span{
    color:currentColor
}
.kg-header-card-content{
    width:100%
}
.kg-layout-split .kg-header-card-content{
    display:grid;
    grid-template-columns:1fr 1fr
}
.kg-header-card-text{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    height:100%;
    padding:min(6.4vmax,120px) min(4vmax,80px);
    background-size:cover;
    background-position:center;
    text-align:left
}
.kg-width-wide .kg-header-card-text{
    padding:min(10vmax,220px) min(6.4vmax,140px)
}
.kg-width-full .kg-header-card-text{
    padding:min(12vmax,260px)0
}
.kg-layout-split .kg-header-card-text{
    padding:min(12vmax,260px) min(4vmax,80px)
}
.kg-layout-split.kg-content-wide .kg-header-card-text{
    padding:min(10vmax,220px)0 min(10vmax,220px) min(4vmax,80px)
}
.kg-layout-split.kg-content-wide.kg-swapped .kg-header-card-text{
    padding:min(10vmax,220px) min(4vmax,80px) min(10vmax,220px)0
}
.kg-swapped .kg-header-card-text{
    grid-row:1
}
.kg-header-card-text.kg-align-center{
    align-items:center;
    text-align:center
}
.kg-header-card.kg-style-image .kg-header-card-subheading,.kg-header-card.kg-style-image h2.kg-header-card-heading,.kg-header-card.kg-style-image.kg-v2 .kg-header-card-button{
    z-index:999
}
.kg-header-card>picture>.kg-header-card-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    background-color:#fff;
    pointer-events:none
}
.kg-header-card-content .kg-header-card-image{
    width:100%;
    height:0;
    min-height:100%;
    object-fit:cover;
    object-position:center
}
.kg-content-wide .kg-header-card-content .kg-header-card-image{
    height:100%;
    padding:8rem 0;
    object-fit:contain
}
.kg-header-card h2.kg-header-card-heading{
    margin:0;
    font-size:clamp(2.4rem,4vw,3.6rem);
    font-weight:700;
    line-height:1em;
    letter-spacing:-.01em
}
.kg-header-card.kg-width-wide h2.kg-header-card-heading{
    font-size:clamp(2.4rem,5vw,4.8rem)
}
.kg-header-card.kg-width-full h2.kg-header-card-heading{
    font-size:clamp(2.8rem,5.6vw,6rem)
}
.kg-header-card.kg-width-full.kg-layout-split h2.kg-header-card-heading{
    font-size:clamp(2.8rem,4vw,4.8rem)
}
.kg-header-card-subheading{
    margin:0 0 2em
}
.kg-header-card .kg-header-card-subheading{
    max-width:40em;
    margin:0;
    font-size:clamp(1.05em,2vw,2rem);
    font-weight:500;
    line-height:1.2em
}
.kg-header-card h2+.kg-header-card-subheading{
    margin:.6em 0 0
}
.kg-header-card.kg-width-full.kg-layout-split .kg-header-card-subheading,.kg-header-card.kg-width-wide .kg-header-card-subheading{
    font-size:clamp(1.05em,2vw,2.2rem)
}
.kg-header-card.kg-width-full .kg-header-card-subheading:not(.kg-layout-split .kg-header-card-subheading){
    max-width:min(65vmax,1200px);
    font-size:clamp(1.05em,2vw,2.4rem)
}
.kg-header-card.kg-v2 .kg-header-card-button{
    display:flex;
    position:relative;
    align-items:center;
    height:4.6rem;
    padding:0 1.2em;
    outline:0;
    border:0;
    font-size:1em;
    font-weight:600;
    line-height:1em;
    text-align:center;
    text-decoration:none;
    letter-spacing:.2px;
    white-space:nowrap;
    text-overflow:ellipsis;
    border-radius:3px;
    transition:opacity .2s ease
}
.kg-header-card.kg-v2 .kg-header-card-button.kg-style-accent{
    background-color:var(--ghost-accent-color)
}
.kg-header-card.kg-v2 h2+.kg-header-card-button,.kg-header-card.kg-v2 p+.kg-header-card-button{
    margin:1.5em 0 0
}
.kg-header-card.kg-v2 .kg-header-card-button:hover{
    opacity:.85
}
.kg-header-card.kg-v2.kg-width-wide .kg-header-card-button{
    font-size:1.05em
}
.kg-header-card.kg-v2.kg-width-wide h2+.kg-header-card-button,.kg-header-card.kg-v2.kg-width-wide p+.kg-header-card-button{
    margin-top:1.75em
}
.kg-header-card.kg-v2.kg-width-full .kg-header-card-button{
    font-size:1.1em
}
.kg-header-card.kg-v2.kg-width-full h2+.kg-header-card-button,.kg-header-card.kg-v2.kg-width-full p+.kg-header-card-button{
    margin-top:2em
}
@media (max-width:640px){
    .kg-layout-split .kg-header-card-content{
        grid-template-columns:1fr
    }
    .kg-width-wide .kg-header-card-text{
        padding:min(6.4vmax,120px) min(4vmax,80px)
    }
    .kg-layout-split.kg-content-wide .kg-header-card-text,.kg-layout-split.kg-content-wide.kg-swapped .kg-header-card-text{
        padding:min(9.6vmax,180px)0
    }
    .kg-header-card.kg-width-full .kg-header-card-subheading:not(.kg-layout-split .kg-header-card-subheading){
        max-width:unset
    }
    .kg-header-card-content .kg-header-card-image:not(.kg-content-wide .kg-header-card-content .kg-header-card-image){
        height:auto;
        min-height:unset;
        aspect-ratio:1/1
    }
    .kg-content-wide .kg-header-card-content .kg-header-card-image{
        padding:2.4rem 0 0
    }
    .kg-content-wide.kg-swapped .kg-header-card-content .kg-header-card-image{
        padding:0 0 2.4rem
    }
    .kg-header-card.kg-v2 .kg-header-card-button{
        height:4.2rem
    }
    .kg-header-card.kg-v2.kg-width-full .kg-header-card-button,.kg-header-card.kg-v2.kg-width-wide .kg-header-card-button{
        font-size:1em
    }
}

.post-content a{
    color: var(--ghost-accent-color);
}

/* SIGN UP */
.kg-signup-card{
    position: relative;
    border: 4px solid #000;
    border-radius: 30px;
    background-color: var(--ghost-accent-color);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding: 50px;
    margin-bottom: 6px;
    text-align: center;
}
.kg-signup-card:after {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: 0;
    border-bottom: 10px solid #000;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 35px 35px;
}
.kg-signup-card,.kg-signup-card *{
    box-sizing:border-box
}
.kg-signup-card.kg-style-accent{
    background-color:var(--ghost-accent-color)
}
.kg-layout-split .kg-signup-card-content{
    display:grid;
    grid-template-columns:1fr 1fr
}
.kg-signup-card-text{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    height:100%;
    padding:min(4vmax,80px);
    background-size:cover;
    background-position:center;
    text-align:center;
}
.kg-signup-card-text h2{
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.kg-signup-card-text p{
    width: 100%;
}
.kg-width-wide .kg-signup-card-text{
    padding:min(6.4vmax,120px)
}
.kg-width-full .kg-signup-card-text{
    padding:min(12vmax,260px)0
}
.kg-layout-split .kg-signup-card-text{
    padding:min(12vmax,260px) min(4vmax,80px)
}
.kg-layout-split.kg-content-wide .kg-signup-card-text{
    padding:min(10vmax,220px)0 min(10vmax,220px) min(4vmax,80px)
}
.kg-layout-split.kg-content-wide.kg-swapped .kg-signup-card-text{
    padding:min(10vmax,220px) min(4vmax,80px) min(10vmax,220px)0
}
.kg-swapped .kg-signup-card-text{
    grid-row:1
}
.kg-signup-card-text.kg-align-center{
    align-items:center;
    text-align:center
}
.kg-signup-card.kg-style-image .kg-signup-card-button,.kg-signup-card.kg-style-image .kg-signup-card-subheading,.kg-signup-card.kg-style-image h2.kg-signup-card-heading{
    z-index:999
}
.kg-signup-card>picture>.kg-signup-card-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    background-color:#fff;
    pointer-events:none
}
.kg-signup-card-content .kg-signup-card-image{
    width:100%;
    height:0;
    min-height:100%;
    object-fit:cover;
    object-position:center
}
.kg-content-wide .kg-signup-card-content .kg-signup-card-image{
    height:100%;
    padding:8rem 0;
    object-fit:contain
}
.kg-signup-card-subheading{
    margin:0 0 2em
}
.kg-signup-card .kg-signup-card-subheading{
    margin:0;
    font-weight:500;
    line-height:1.2em
}
.kg-signup-card h2+.kg-signup-card-subheading{
    margin:.6em 0 0
}
.kg-signup-card-form{
    position:relative;
    display:flex;
    flex-shrink:0;
    width:100%
}
.kg-align-center .kg-signup-card-form{
    justify-content:center
}
.kg-signup-card-heading+.kg-signup-card-form,.kg-signup-card-subheading+.kg-signup-card-form{
    margin:min(2.4vmax,48px)0 0
}
.kg-width-wide .kg-signup-card-heading+.kg-signup-card-form,.kg-width-wide .kg-signup-card-subheading+.kg-signup-card-form{
    margin:min(3.2vmax,64px)0 0
}
.kg-width-full .kg-signup-card-heading+.kg-signup-card-form,.kg-width-full .kg-signup-card-subheading+.kg-signup-card-form{
    margin:min(4vmax,80px)0 0
}
.kg-signup-card-fields{
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 4px solid #000;
    border-radius: 50px;
    background-color: #eee;
}
.kg-width-full .kg-signup-card-fields,.kg-width-wide .kg-signup-card-fields{
    width:100%;
    max-width:500px
}
input[type='email'].kg-signup-card-input{
    margin: 0;
    width: 100%;
    color: #000;
    height: 52px;
    background-color: transparent !important;
    padding: 0 20px;
    border-radius: 30px 0 0 30px !important;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    font-family: var(--hff);
    border: none !important;
}
.kg-signup-card-input:focus,.kg-signup-card-input:focus-visible{
    outline:0
}
.kg-signup-card-button{
    height: 60px;
    width: auto;
    min-width: 200px;
    background-color: var(--xoxo-mc1);
    color: #000;
    font-family: var(--hff);
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 4px solid #000 ;
    cursor: pointer;
    border-radius: 50px;
    margin: -4px;
    margin-left: 0;
    position: relative;
}
.kg-signup-card-button span{
    color: #000;
}
.kg-signup-card-error,.kg-signup-card-form.success .kg-signup-card-fields,.kg-signup-card-success{
    display:none
}
.kg-signup-card-form.success .kg-signup-card-success{
    display:flex;
    align-items:center;
    height:3em;
    font-size:1.25em;
    font-weight:500;
    line-height:1.4em
}
.kg-signup-card-form.error .kg-signup-card-fields{
    border:4px solid red;
    box-shadow:inset 0 0 0 1px rgba(255,0,0,.2)
}
.kg-signup-card-form.error .kg-signup-card-error{
    position:absolute;
    bottom:calc(-1rem - 1.6em);
    display:block;
    font-size:inherit
}
.kg-signup-card-button-loading{
    position:absolute;
    inset:0;
    align-items:center;
    justify-content:center;
    display:none
}
.kg-signup-card-form.loading .kg-signup-card-button-default{
    color:transparent
}
.kg-signup-card-form.loading .kg-signup-card-button-loading{
    display:flex
}
.kg-signup-card-disclaimer{
    margin:1rem 0 0
}
.kg-signup-card-form.error+.kg-signup-card-disclaimer,.kg-signup-card-form.success+.kg-signup-card-disclaimer{
    visibility:hidden
}
@media (max-width:640px){
    .kg-layout-split .kg-signup-card-content{
        grid-template-columns:1fr
    }
    .kg-width-wide .kg-signup-card-text{
        padding:min(6.4vmax,120px) min(4vmax,80px)
    }
    .kg-layout-split.kg-content-wide .kg-signup-card-text,.kg-layout-split.kg-content-wide.kg-swapped .kg-signup-card-text{
        padding:min(9.6vmax,180px)0
    }
    .kg-signup-card.kg-width-full .kg-signup-card-subheading:not(.kg-layout-split .kg-signup-card-subheading){
        max-width:unset
    }
    .kg-signup-card-content .kg-signup-card-image:not(.kg-content-wide .kg-signup-card-content .kg-signup-card-image){
        height:auto;
        min-height:unset;
        aspect-ratio:1/1
    }
    .kg-content-wide .kg-signup-card-content .kg-signup-card-image{
        padding:2.4rem 0 0
    }
    .kg-content-wide.kg-swapped .kg-signup-card-content .kg-signup-card-image{
        padding:0 0 2.4rem
    }
    .kg-signup-card-input{
        height:4.2rem;
        padding:6px 12px;
        font-size:1em
    }
    .kg-signup-card-button{
        height:4.2rem
    }
    .kg-signup-card.kg-width-full .kg-signup-card-button,.kg-signup-card.kg-width-wide .kg-signup-card-button{
        font-size:1em
    }
}

/* VIDEO */
.kg-video-card,.kg-video-card *{
    box-sizing:border-box
}
.kg-video-card{
    position:relative;
    --seek-before-width:0%;
    --volume-before-width:100%;
    --buffered-width:0%
}
.kg-video-card video{
    display:block;
    max-width:100%;
    height:auto;
    z-index: 10;
}
.kg-video-container{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center
}
.kg-video-large-play-icon,.kg-video-overlay{
    display:flex;
    justify-content:center;
    align-items:center;
    transition:opacity .2s ease-in-out
}
.kg-video-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image:linear-gradient(180deg,rgba(0,0,0,.3)0,transparent 70%,transparent 100%);
    z-index:999
}
.kg-video-large-play-icon{
    width:72px;
    height:72px;
    padding:0;
    background:rgba(0,0,0,.5);
    border-radius:50%
}
.kg-video-large-play-icon svg{
    width:20px;
    height:auto;
    margin-left:2px;
    fill:#fff
}
.kg-video-player-container{
    position:absolute;
    bottom:0;
    width:100%;
    height:80px;
    background:linear-gradient(transparent,rgba(0,0,0,.5));
    z-index:99999;
    transition:opacity .2s ease-in-out
}
.kg-video-player{
    position:absolute;
    bottom:0;
    display:flex;
    align-items:center;
    width:100%;
    z-index:9999;
    padding:12px 16px
}
.kg-video-current-time,.kg-video-time{
    font-family:inherit;
    font-size:.85em;
    font-weight:500;
    line-height:1.4em;
    white-space:nowrap
}
.kg-video-current-time{
    min-width:38px;
    padding:0 4px;
    color:#fff
}
.kg-video-time{
    color:rgba(255,255,255,.6)
}
.kg-video-duration{
    padding:0 4px
}
.kg-video-pause-icon,.kg-video-play-icon{
    position:relative;
    padding:0 4px 0 0;
    font-size:0;
    background:0 0
}
.kg-video-hide{
    display:none!important
}
.kg-video-hide-animated{
    opacity:0!important;
    transition:opacity .2s ease-in-out;
    cursor:initial
}
.kg-video-pause-icon svg,.kg-video-play-icon svg{
    width:14px;
    height:14px;
    fill:#fff
}
.kg-video-seek-slider{
    flex-grow:1;
    margin:0 4px
}
@media (max-width:520px){
    .kg-video-seek-slider{
        display:none
    }
}
.kg-video-playback-rate{
    min-width:37px;
    padding:0 4px;
    color:#fff;
    font-family:inherit;
    font-size:.85em;
    font-weight:600;
    line-height:1.4em;
    text-align:left;
    background:0 0;
    white-space:nowrap
}
@media (max-width:520px){
    .kg-video-playback-rate{
        padding-left:8px
    }
}
.kg-video-mute-icon,.kg-video-unmute-icon{
    position:relative;
    bottom:-1px;
    padding:0 4px;
    font-size:0;
    background:0 0
}
@media (max-width:520px){
    .kg-video-mute-icon,.kg-video-unmute-icon{
        margin-left:auto
    }
}
.kg-video-mute-icon svg,.kg-video-unmute-icon svg{
    width:16px;
    height:16px;
    fill:#fff
}
.kg-video-volume-slider{
    width:80px
}
@media (max-width:300px){
    .kg-video-volume-slider{
        display:none
    }
}
.kg-video-seek-slider::before,.kg-video-volume-slider::before{
    content:"";
    position:absolute;
    left:0;
    width:var(--seek-before-width)!important;
    height:4px;
    cursor:pointer;
    background-color:#ebeef0;
    border-radius:2px
}
.kg-video-volume-slider::before{
    width:var(--volume-before-width)!important
}
.kg-video-card input[type=range]{
    position:relative;
    -webkit-appearance:none;
    background:0 0;
    height:auto;
    padding:0;
    border:0
}
.kg-video-card input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none
}
.kg-video-card input[type=range]::-webkit-slider-runnable-track{
    width:100%;
    height:4px;
    cursor:pointer;
    background:rgba(255,255,255,.2);
    border-radius:2px
}
.kg-video-card input[type=range]::-webkit-slider-thumb{
    position:relative;
    box-sizing:content-box;
    width:13px;
    height:13px;
    margin:-5px 0 0;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-video-card input[type=range]:active::-webkit-slider-thumb{
    transform:scale(1.2)
}
.kg-video-card input[type=range]::-moz-range-track{
    width:100%;
    height:4px;
    cursor:pointer;
    background:rgba(255,255,255,.2);
    border-radius:2px
}
.kg-video-card input[type=range]::-moz-range-progress{
    background:#ebeef0;
    border-radius:2px
}
.kg-video-card input[type=range]::-moz-range-thumb{
    box-sizing:content-box;
    width:13px;
    height:13px;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-video-card input[type=range]:active::-moz-range-thumb{
    transform:scale(1.2)
}
.kg-video-card input[type=range]::-ms-track{
    width:100%;
    height:3px;
    border:solid transparent;
    color:transparent;
    cursor:pointer;
    background:0 0
}
.kg-video-card input[type=range]::-ms-fill-lower{
    background:#fff
}
.kg-video-card input[type=range]::-ms-fill-upper{
    background:#ebeef0
}
.kg-video-card input[type=range]::-ms-thumb{
    box-sizing:content-box;
    width:13px;
    height:13px;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-video-card input[type=range]:active::-ms-thumb{
    transform:scale(1.2)
}

/* AUDIO */
.kg-audio-card,.kg-audio-card *{
    box-sizing:border-box
}
.kg-audio-card{
    display:flex;
    width:100%;
    min-height:96px;
    border-radius:3px;
    box-shadow:inset 0 0 0 1px rgba(124,139,154,.25)
}
.kg-audio-card+.kg-audio-card{
    margin-top:1em
}
.kg-audio-thumbnail{
    display:flex;
    justify-content:center;
    align-items:center;
    width:80px;
    min-width:80px;
    margin:8px;
    background:0 0;
    object-fit:cover;
    aspect-ratio:1/1;
    border-radius:2px
}
.kg-audio-thumbnail.placeholder{
    background:var(--ghost-accent-color)
}
.kg-audio-thumbnail.placeholder svg{
    width:24px;
    height:24px;
    fill:#fff
}
.kg-audio-player-container{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    --seek-before-width:0%;
    --volume-before-width:100%;
    --buffered-width:0%
}
.kg-audio-title{
    width:100%;
    margin:8px 0 0;
    padding:8px 12px;
    border:0;
    font-family:inherit;
    font-size:1.15em;
    font-weight:700;
    line-height:1.15em;
    background:0 0
}
.kg-audio-player{
    display:flex;
    flex-grow:1;
    align-items:center;
    padding:8px 12px
}
.kg-audio-current-time,.kg-audio-time{
    font-family:inherit;
    font-size:.85em;
    font-weight:500;
    line-height:1.4em;
    white-space:nowrap
}
.kg-audio-current-time{
    min-width:38px;
    padding:0 4px
}
.kg-audio-time{
    width:56px;
    color:#ababab
}
.kg-audio-duration{
    padding:0 4px
}
.kg-audio-pause-icon,.kg-audio-play-icon{
    position:relative;
    bottom:1px;
    padding:0 4px 0 0;
    font-size:0;
    background:0 0
}
.kg-audio-hide{
    display:none!important
}
.kg-audio-pause-icon svg,.kg-audio-play-icon svg{
    width:14px;
    height:14px;
    fill:currentColor
}
.kg-audio-seek-slider{
    flex-grow:1;
    margin:0 4px
}
@media (max-width:640px){
    .kg-audio-seek-slider{
        display:none
    }
}
.kg-audio-playback-rate{
    min-width:37px;
    padding:0 4px;
    font-family:inherit;
    font-size:.85em;
    font-weight:600;
    line-height:1.4em;
    text-align:left;
    background:0 0;
    white-space:nowrap
}
@media (max-width:640px){
    .kg-audio-playback-rate{
        padding-left:8px
    }
}
.kg-audio-mute-icon,.kg-audio-unmute-icon{
    position:relative;
    bottom:-1px;
    padding:0 4px;
    font-size:0;
    background:0 0
}
@media (max-width:640px){
    .kg-audio-mute-icon,.kg-audio-unmute-icon{
        margin-left:auto
    }
}
.kg-audio-mute-icon svg,.kg-audio-unmute-icon svg{
    width:16px;
    height:16px;
    fill:currentColor
}
.kg-audio-volume-slider{
    width:80px
}
@media (max-width:400px){
    .kg-audio-volume-slider{
        display:none
    }
}
.kg-audio-seek-slider::before,.kg-audio-volume-slider::before{
    content:"";
    position:absolute;
    left:0;
    width:var(--seek-before-width)!important;
    height:4px;
    cursor:pointer;
    background-color:currentColor;
    border-radius:2px
}
.kg-audio-volume-slider::before{
    width:var(--volume-before-width)!important
}
.kg-audio-player-container input[type=range]{
    position:relative;
    -webkit-appearance:none;
    background:0 0;
    height:auto;
    padding:0;
    border:0
}
.kg-audio-player-container input[type=range]:focus,.kg-video-card input[type=range]:focus{
    outline:0
}
.kg-audio-player-container input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none
}
.kg-audio-player-container button,.kg-video-card button{
    display:flex;
    align-items:center;
    border:0;
    cursor:pointer
}
.kg-audio-player-container input[type=range]::-webkit-slider-runnable-track{
    width:100%;
    height:4px;
    cursor:pointer;
    background:rgba(124,139,154,.25);
    border-radius:2px
}
.kg-audio-player-container input[type=range]::-webkit-slider-thumb{
    position:relative;
    box-sizing:content-box;
    width:13px;
    height:13px;
    margin:-5px 0 0;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-audio-player-container input[type=range]:active::-webkit-slider-thumb{
    transform:scale(1.2)
}
.kg-audio-player-container input[type=range]::-moz-range-track{
    width:100%;
    height:4px;
    cursor:pointer;
    background:rgba(124,139,154,.25);
    border-radius:2px
}
.kg-audio-player-container input[type=range]::-moz-range-progress{
    background:currentColor;
    border-radius:2px
}
.kg-audio-player-container input[type=range]::-moz-range-thumb{
    box-sizing:content-box;
    width:13px;
    height:13px;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-audio-player-container input[type=range]:active::-moz-range-thumb{
    transform:scale(1.2)
}
.kg-audio-player-container input[type=range]::-ms-track{
    width:100%;
    height:3px;
    border:solid transparent;
    color:transparent;
    cursor:pointer;
    background:0 0
}
.kg-audio-player-container input[type=range]::-ms-fill-lower{
    background:#fff
}
.kg-audio-player-container input[type=range]::-ms-fill-upper{
    background:currentColor
}
.kg-audio-player-container input[type=range]::-ms-thumb{
    box-sizing:content-box;
    width:13px;
    height:13px;
    border:0;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.24)
}
.kg-audio-player-container input[type=range]:active::-ms-thumb{
    transform:scale(1.2)
}