:root{--degree:26;--saturation:54%;--lightness:19%;--text-color:#2f2725;--strong-text-color:#27120a;--secondary-text-color:#4e4449;--background-body:#fffffc;--secondary-background:#f8f5e3;--border-color:#fbfaf3;--base-font-size:16px;--accent:hsl(var(--degree),var(--saturation),var(--lightness));--links:var(--accent);--hover:hsla(var(--degree),var(--saturation),var(--lightness),.6);--focus:hsla(var(--degree),var(--saturation),var(--lightness),.7);--selection:hsla(var(--degree),var(--saturation),var(--lightness),.8);--spacing-unit:.5rem;--spacing-1:var(--spacing-unit);--spacing-2:calc(var(--spacing-unit)*2);--spacing-3:calc(var(--spacing-unit)*3);--spacing-4:calc(var(--spacing-unit)*5);--spacing-5:calc(var(--spacing-unit)*8);--spacing-6:calc(var(--spacing-unit)*13);--h1-font-size:calc(var(--base-font-size)*8/3);--h2-font-size:calc(var(--base-font-size)*8/4);--h3-font-size:calc(var(--base-font-size)*8/5);--h4-font-size:calc(var(--base-font-size)*8/6);--h5-font-size:calc(var(--base-font-size)*8/7);--h6-font-size:calc(var(--base-font-size)*8/8);font-size:var(--base-font-size)}body{background:var(--background-body);color:var(--text-color);font-feature-settings:"pkna" 1;text-rendering:geometricPrecision;letter-spacing:.1px;margin:0;padding:0;font-weight:300;line-height:1.75}.container{max-width:38ic;padding:0 var(--spacing-2);margin:0 auto}::selection{background-color:var(--selection);color:#fff}h1,h2,h3,h4,h5,h6,strong{color:var(--strong-text-color)}h1{font-size:var(--h1-font-size)}h2{font-size:var(--h2-font-size)}h3{font-size:var(--h3-font-size)}h4{font-size:var(--h4-font-size)}h5{font-size:var(--h5-font-size)}h6{font-size:var(--h6-font-size)}small{font-size:.7em;font-weight:400}h1,h2,h3,h4,h5,h6{margin:1em 0}code,pre{background:var(--secondary-background)}code{padding:2px 4px}pre{padding:1em}a{color:var(--links)}a:hover{color:var(--hover)}a:focus{color:var(--focus)}img{max-width:100%;height:auto}hr{margin:var(--spacing-3)0;border:none;border-top:1px solid var(--border-color)}.button{border:1px solid var(--accent);padding:var(--spacing-1)var(--spacing-2);text-decoration:none;display:inline-block}.invisible{visibility:hidden}.kg-card{margin-inline:0}.kg-bookmark-card{font-size:.6rem}
.kg-audio-card,.kg-audio-card *{box-sizing:border-box}.kg-audio-card{border-radius:3px;width:100%;min-height:96px;display:flex;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-audio-card+.kg-audio-card{margin-top:1em}.kg-audio-thumbnail{object-fit:cover;aspect-ratio:1;background:0 0;border-radius:2px;justify-content:center;align-items:center;width:80px;min-width:80px;margin:8px;display:flex}.kg-audio-thumbnail.placeholder{background:var(--ghost-accent-color)}.kg-audio-thumbnail.placeholder svg{fill:#fff;width:24px;height:24px}.kg-audio-player-container{--seek-before-width:0%;--volume-before-width:100%;--buffered-width:0%;flex-direction:column;justify-content:space-between;width:100%;display:flex;position:relative}.kg-audio-title{background:0 0;border:none;width:100%;margin:8px 0 0;padding:8px 12px;font-family:inherit;font-size:1.15em;font-weight:700;line-height:1.15em}.kg-audio-player{flex-grow:1;align-items:center;padding:8px 12px;display:flex}.kg-audio-current-time{white-space:nowrap;min-width:38px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em}.kg-audio-time{color:#ababab;white-space:nowrap;width:56px;font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em}.kg-audio-duration{padding:0 4px}.kg-audio-play-icon,.kg-audio-pause-icon{background:0 0;padding:0 4px 0 0;font-size:0;position:relative;bottom:1px}.kg-audio-hide{display:none!important}.kg-audio-play-icon svg,.kg-audio-pause-icon svg{fill:currentColor;width:14px;height:14px}.kg-audio-seek-slider{flex-grow:1;margin:0 4px}@media (max-width:640px){.kg-audio-seek-slider{display:none}}.kg-audio-playback-rate{text-align:left;white-space:nowrap;background:0 0;min-width:37px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:600;line-height:1.4em}@media (max-width:640px){.kg-audio-playback-rate{padding-left:8px}}.kg-audio-mute-icon,.kg-audio-unmute-icon{background:0 0;padding:0 4px;font-size:0;position:relative;bottom:-1px}@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{fill:currentColor;width:16px;height:16px}.kg-audio-volume-slider{width:80px}@media (max-width:400px){.kg-audio-volume-slider{display:none}}.kg-audio-seek-slider:before{content:"";cursor:pointer;background-color:currentColor;border-radius:2px;height:4px;position:absolute;left:0;width:var(--seek-before-width)!important}.kg-audio-volume-slider:before{content:"";cursor:pointer;background-color:currentColor;border-radius:2px;height:4px;position:absolute;left:0;width:var(--volume-before-width)!important}.kg-audio-player-container input[type=range]{-webkit-appearance:none;background:0 0;position:relative}.kg-audio-player-container input[type=range]:focus{outline:none}.kg-audio-player-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.kg-audio-player-container input[type=range]::-ms-track{cursor:pointer;color:#0000;background:0 0;border-color:#0000}.kg-audio-player-container button{cursor:pointer;border:0;align-items:center;display:flex}.kg-audio-player-container input[type=range]{border:0;height:auto;padding:0}.kg-audio-player-container input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:#7c8b9a40;border-radius:2px;width:100%;height:4px}.kg-audio-player-container input[type=range]::-webkit-slider-thumb{box-sizing:content-box;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;margin:-5px 0 0;position:relative;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.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{cursor:pointer;background:#7c8b9a40;border-radius:2px;width:100%;height:4px}.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;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-audio-player-container input[type=range]:active::-moz-range-thumb{transform:scale(1.2)}.kg-audio-player-container input[type=range]::-ms-track{color:#0000;cursor:pointer;background:0 0;border:solid #0000;width:100%;height:3px}.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;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-audio-player-container input[type=range]:active::-ms-thumb{transform:scale(1.2)}.kg-before-after-card>div{margin:0 auto;position:relative}.kg-before-after-card-image-before{height:100%;position:absolute;top:0;left:0;overflow:hidden}.kg-before-after-card .kg-before-after-card-image-after img{width:100%}.kg-before-after-card .kg-before-after-card-image-before img{object-fit:cover;max-width:none}.kg-before-after-card input{appearance:none;background:0 0;outline:none;width:100%;height:100%;margin:0;position:absolute;top:0}.kg-before-after-card input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;width:5px;height:100%}.kg-before-after-card input::-moz-range-thumb{cursor:pointer;background:#fff;width:5px;height:100%}.kg-before-after-card-slider-handle{pointer-events:none;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:calc(50% - 18px);left:calc(50% - 18px)}.kg-before-after-card-slider-handle:after{content:"";border:2px solid #5d5d5d;border-width:0 2px 2px 0;padding:3px;display:inline-block;transform:rotate(-45deg)}.kg-before-after-card-slider-handle:before{content:"";border:2px solid #5d5d5d;border-width:0 2px 2px 0;padding:3px;display:inline-block;transform:rotate(135deg)}.kg-blockquote-alt{text-align:center;padding:0 2.5em;font-size:1.5em;font-style:italic;line-height:1.7em}@media (max-width:800px){.kg-blockquote-alt{padding-left:2em;padding-right:2em;font-size:1.4em}}@media (max-width:600px){.kg-blockquote-alt{padding-left:1.75em;padding-right:1.75em;font-size:1.2em}}.kg-bookmark-card,.kg-bookmark-card *{box-sizing:border-box}.kg-bookmark-card,.kg-bookmark-publisher{width:100%;position:relative}.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover{color:inherit;border:1px solid #7c8b9a40;border-radius:3px;text-decoration:none;display:flex;overflow:hidden}.kg-bookmark-content{flex-direction:column;flex-grow:1;flex-basis:100%;justify-content:flex-start;align-items:flex-start;padding:20px;display:flex;overflow:hidden}.kg-bookmark-title{font-size:1.5em;font-weight:600;line-height:1.4em}.kg-bookmark-description{opacity:.7;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:44px;margin-top:3px;font-size:1.4em;font-weight:400;line-height:1.5em;display:-webkit-box;overflow-y:hidden}.kg-bookmark-metadata{white-space:nowrap;align-items:center;width:100%;margin-top:22px;font-size:1.4em;font-weight:500;display:flex}.kg-bookmark-metadata>:not(img){opacity:.7}.kg-bookmark-icon{width:20px;height:20px;margin-right:6px}.kg-bookmark-author,.kg-bookmark-publisher{display:inline}.kg-bookmark-publisher{text-overflow:ellipsis;white-space:nowrap;max-width:240px;line-height:1.65em;display:block;overflow:hidden}.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{text-overflow:ellipsis;overflow:hidden}.kg-bookmark-thumbnail{flex-grow:1;min-width:33%;position:relative}.kg-bookmark-thumbnail img{object-fit:cover;border-radius:0 2px 2px 0;width:100%;height:100%;position:absolute;top:0;left:0}.kg-button-card,.kg-button-card *{box-sizing:border-box}.kg-button-card{justify-content:center;align-items:center;width:100%;display:flex;position:static}.kg-button-card.kg-align-left{justify-content:flex-start}.kg-button-card a.kg-btn{border-radius:5px;align-items:center;height:2.4em;padding:0 1.2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95em;font-weight:600;line-height:1em;text-decoration:none;transition:opacity .2s ease-in-out;display:flex;position:static}.kg-button-card a.kg-btn:hover{opacity:.85}.kg-button-card a.kg-btn-accent{background-color:var(--ghost-accent-color);color:#fff}.kg-callout-card,.kg-callout-card *{box-sizing:border-box}.kg-callout-card{border-radius:3px;padding:1.2em 1.6em;display:flex}.kg-callout-card-grey{background:#7c8b9a21}.kg-callout-card-white{background:0 0;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-callout-card-blue{background:#21ace81f}.kg-callout-card-green{background:#34b7431f}.kg-callout-card-yellow{background:#f0a50f21}.kg-callout-card-red{background:#d12e2e1c}.kg-callout-card-pink{background:#e147ae1c}.kg-callout-card-purple{background:#8755ec1f}.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;font-size:1.15em;line-height:1.25em}.kg-callout-card div.kg-callout-text{font-size:.95em;line-height:1.5em}.kg-callout-card+.kg-callout-card{margin-top:1em}.kg-file-card,.kg-file-card *{box-sizing:border-box}.kg-file-card{display:flex}.kg-file-card a.kg-file-card-container{color:inherit;border:1px solid #7c8b9a40;border-radius:3px;justify-content:space-between;align-items:stretch;width:100%;min-height:92px;padding:6px;text-decoration:none;transition:all .35s ease-in-out;display:flex}.kg-file-card a.kg-file-card-container:hover{border:1px solid #7c8b9a59}.kg-file-card-contents{flex-direction:column;justify-content:space-between;width:100%;margin:4px 8px;display:flex}.kg-file-card-title{font-size:1.15em;font-weight:700;line-height:1.3em}.kg-file-card-caption{opacity:.6;font-size:.95em;line-height:1.3em}.kg-file-card-title+.kg-file-card-caption{margin-top:-3px}.kg-file-card-metadata{margin-top:2px;font-size:.825em;line-height:1.3em;display:inline}.kg-file-card-filename{font-weight:500;display:inline}.kg-file-card-filesize{opacity:.6;font-size:.925em;display:inline-block}.kg-file-card-filesize:before{content:"•";margin-right:4px;display:inline-block}.kg-file-card-icon{justify-content:center;align-items:center;width:80px;min-width:80px;height:100%;display:flex;position:relative}.kg-file-card-icon:before{content:"";opacity:.06;background:currentColor;border-radius:2px;transition:opacity .35s ease-in-out;display:block;position:absolute;inset:0}.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{margin-top:0;font-size:1em}.kg-file-card-small .kg-file-card-icon svg{width:20px;height:20px}.kg-file-card+.kg-file-card{margin-top:1em}.kg-gallery-card,.kg-gallery-card *{box-sizing:border-box}.kg-gallery-card,.kg-image-card{--gap:1.2em}.kg-image-card:not(.kg-card-hascaption)+.kg-image-card,.kg-image-card:not(.kg-card-hascaption)+.kg-gallery-card,.kg-gallery-card:not(.kg-card-hascaption)+.kg-image-card,.kg-gallery-card:not(.kg-card-hascaption)+.kg-gallery-card{margin-top:var(--gap)}.kg-gallery-container{position:relative}.kg-gallery-row{flex-direction:row;justify-content:center;display:flex}.kg-gallery-image img{width:100%;height:100%;margin:0;display:block}.kg-gallery-row:not(:first-of-type){margin:var(--gap)0 0}.kg-gallery-image:not(:first-of-type){margin:0 0 0 var(--gap)}@media (max-width:600px){.kg-gallery-card,.kg-image-card{--gap:.6em}}.kg-header-card,.kg-header-card *{box-sizing:border-box}.kg-header-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:12vmin 4em;display:flex}.kg-header-card.kg-size-small{min-height:40vh;padding-top:14vmin;padding-bottom:14vmin}.kg-header-card.kg-size-large{min-height:80vh;padding-top:18vmin;padding-bottom:18vmin}.kg-header-card.kg-align-left{text-align:left;align-items:flex-start}.kg-header-card.kg-style-dark{color:#fff;background:#151515}.kg-header-card.kg-style-light{background-color:#fafafa}.kg-header-card.kg-style-accent{background-color:var(--ghost-accent-color)}.kg-header-card.kg-style-image{background-color:#e7e7e7;background-position:50%;background-size:cover;position:relative}.kg-header-card.kg-style-image:before{content:"";background:linear-gradient(#0003,#0000);display:block;position:absolute;inset:0}.kg-header-card h2.kg-header-card-header{letter-spacing:-.01em;margin:0;font-size:5em;font-weight:700;line-height:1.1em}.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{max-width:40em;margin:0;font-size:1.5em;font-weight:500;line-height:1.4em}.kg-header-card h2+h3.kg-header-card-subheader{margin:.35em 0 0}.kg-header-card h3.kg-header-card-subheader 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{opacity:1}.kg-header-card.kg-style-image h2.kg-header-card-header,.kg-header-card.kg-style-image h3.kg-header-card-subheader,.kg-header-card.kg-style-image a.kg-header-card-button{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{fill:#fff;text-align:center;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;color:#151515;background:#fff;border-radius:3px;outline:none;align-items:center;height:2.7em;padding:0 1.2em;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-decoration:none;transition:opacity .2s;display:flex;position:static}.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{height:2.9em;font-size:1.1em}.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-image a.kg-header-card-button,.kg-header-card.kg-style-dark a.kg-header-card-button{color:#151515;background:#fff}.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{color:#151515;background:#fff}@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-nft-card,.kg-nft-card *{box-sizing:border-box}.kg-nft-card{flex-direction:column;align-items:center;width:100%;margin-left:auto;margin-right:auto;display:flex}.kg-nft-card a.kg-nft-card-container{color:#222;background:#fff;border-radius:5px;flex-direction:column;flex:auto;width:100%;max-width:512px;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:none;display:flex;position:static;box-shadow:0 2px 6px -2px #0000001a,0 0 1px #0006}.kg-nft-card *{position:static}.kg-nft-metadata{width:100%;padding:20px}.kg-nft-image{border-radius:5px 5px 0 0;width:100%}.kg-nft-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.kg-nft-header h4.kg-nft-title{min-width:unset;max-width:unset;color:#222;margin:0;font-family:inherit;font-size:19px;font-weight:700;line-height:1.3em}.kg-nft-opensea-logo{object-fit:scale-down;width:100px;margin-top:2px}.kg-nft-creator{color:#ababab;margin:4px 0 0;font-family:inherit;line-height:1.4em}.kg-nft-creator span{color:#222;font-weight:500}.kg-nft-card p.kg-nft-description{color:#222;margin:20px 0 0;font-family:inherit;font-size:14px;line-height:1.4em}.kg-product-card,.kg-product-card *{box-sizing:border-box}.kg-product-card{flex-direction:column;align-items:center;width:100%;display:flex}.kg-product-card-container{grid-row-gap:16px;background:0 0;border-radius:5px;grid-template-columns:auto min-content;align-items:center;width:100%;max-width:550px;padding:20px;display:grid;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-product-card-image{grid-column:1/3;justify-self:center}.kg-product-card-title-container{grid-column:1/2}.kg-product-card h4.kg-product-card-title{margin-top:0;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.4em;font-weight:700;line-height:1.15em;text-decoration:none}.kg-product-card-description{grid-column:1/3}.kg-product-card .kg-product-card-description p,.kg-product-card .kg-product-card-description ol,.kg-product-card .kg-product-card-description ul{opacity:.7;margin-bottom:0;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}.kg-product-card .kg-product-card-description p:first-of-type{margin-top:-4px}.kg-product-card .kg-product-card-description p:not(:first-of-type),.kg-product-card .kg-product-card-description ul,.kg-product-card .kg-product-card-description ol{margin-top:.95em}.kg-product-card .kg-product-card-description li+li{margin-top:.5em}.kg-product-card-rating{grid-column:2/3;place-self:start end;align-items:center;padding-left:16px;display:flex}@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{width:20px;height:28px}.kg-product-card-rating-star svg{fill:currentColor;opacity:.15;width:16px;height:16px}.kg-product-card-rating-active.kg-product-card-rating-star svg{opacity:1}.kg-product-card a.kg-product-card-button{border-radius:5px;grid-column:1/3;justify-content:center;align-items:center;width:100%;height:2.4em;padding:0 1.2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95em;font-weight:600;line-height:1em;text-decoration:none;transition:opacity .2s ease-in-out;display:flex;position:static}.kg-product-card a.kg-product-card-btn-accent{background-color:var(--ghost-accent-color);color:#fff}.kg-toggle-card,.kg-toggle-card *{box-sizing:border-box}.kg-toggle-card{background:0 0;border-radius:4px;padding:1.2em;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-toggle-card[data-kg-toggle-state=close] .kg-toggle-content{opacity:0;height:0;transition:opacity .5s,top .35s;position:relative;top:-.5em;overflow:hidden}.kg-toggle-content{opacity:1;height:auto;transition:opacity 1s,top .35s;position:relative;top:0}.kg-toggle-card[data-kg-toggle-state=close] svg{transform:unset}.kg-toggle-heading{cursor:pointer;justify-content:space-between;align-items:flex-start;display:flex}.kg-toggle-card h4.kg-toggle-heading-text{margin-top:0;margin-bottom:0;font-size:1.15em;font-weight:700;line-height:1.3em}.kg-toggle-content p:first-of-type{margin-top:.5em}.kg-toggle-card .kg-toggle-content p,.kg-toggle-card .kg-toggle-content ol,.kg-toggle-card .kg-toggle-content ul{margin-top:.95em;margin-bottom:0;font-size:.95em;line-height:1.5em}.kg-toggle-card li+li{margin-top:.5em}.kg-toggle-card-icon{background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:1em;display:flex}.kg-toggle-heading svg{color:#7c8b9a80;width:14px;transition:all .3s;transform:rotate(-180deg)}.kg-toggle-heading path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;fill-rule:evenodd}.kg-toggle-card+.kg-toggle-card{margin-top:1em}.kg-video-card,.kg-video-card *{box-sizing:border-box}.kg-video-card{--seek-before-width:0%;--volume-before-width:100%;--buffered-width:0%;position:relative}.kg-video-card video{max-width:100%;height:auto;display:block}.kg-video-container{flex-direction:column;align-items:center;display:flex;position:relative}.kg-video-overlay{z-index:999;background-image:linear-gradient(#0000004d 0,#0000 70% 100%);justify-content:center;align-items:center;transition:opacity .2s ease-in-out;display:flex;position:absolute;inset:0}.kg-video-large-play-icon{background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding:0;transition:opacity .2s ease-in-out;display:flex}.kg-video-large-play-icon svg{fill:#fff;width:20px;height:auto;margin-left:2px}.kg-video-player-container{z-index:999;background:linear-gradient(#0000,#00000080);width:100%;height:80px;transition:opacity .2s ease-in-out;position:absolute;bottom:0}.kg-video-player{z-index:9999;align-items:center;width:100%;padding:12px 16px;display:flex;position:absolute;bottom:0}.kg-video-current-time{color:#fff;white-space:nowrap;min-width:38px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em}.kg-video-time{color:#fff9;white-space:nowrap;font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em}.kg-video-duration{padding:0 4px}.kg-video-play-icon,.kg-video-pause-icon{background:0 0;padding:0 4px 0 0;font-size:0;position:relative}.kg-video-hide{display:none!important}.kg-video-hide-animated{cursor:initial;transition:opacity .2s ease-in-out;opacity:0!important}.kg-video-play-icon svg,.kg-video-pause-icon svg{fill:#fff;width:14px;height:14px}.kg-video-seek-slider{flex-grow:1;margin:0 4px}@media (max-width:520px){.kg-video-seek-slider{display:none}}.kg-video-playback-rate{color:#fff;text-align:left;white-space:nowrap;background:0 0;min-width:37px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:600;line-height:1.4em}@media (max-width:520px){.kg-video-playback-rate{padding-left:8px}}.kg-video-mute-icon,.kg-video-unmute-icon{background:0 0;padding:0 4px;font-size:0;position:relative;bottom:-1px}@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{fill:#fff;width:16px;height:16px}.kg-video-volume-slider{width:80px}@media (max-width:300px){.kg-video-volume-slider{display:none}}.kg-video-seek-slider:before{content:"";cursor:pointer;background-color:#ebeef0;border-radius:2px;height:4px;position:absolute;left:0;width:var(--seek-before-width)!important}.kg-video-volume-slider:before{content:"";cursor:pointer;background-color:#ebeef0;border-radius:2px;height:4px;position:absolute;left:0;width:var(--volume-before-width)!important}.kg-video-card input[type=range]{-webkit-appearance:none;background:0 0;position:relative}.kg-video-card input[type=range]:focus{outline:none}.kg-video-card input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.kg-video-card input[type=range]::-ms-track{cursor:pointer;color:#0000;background:0 0;border-color:#0000}.kg-video-card button{cursor:pointer;border:0;align-items:center;display:flex}.kg-video-card input[type=range]{border:0;height:auto;padding:0}.kg-video-card input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:#fff3;border-radius:2px;width:100%;height:4px}.kg-video-card input[type=range]::-webkit-slider-thumb{box-sizing:content-box;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;margin:-5px 0 0;position:relative;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}.kg-video-card input[type=range]::-moz-range-track{cursor:pointer;background:#fff3;border-radius:2px;width:100%;height:4px}.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;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-moz-range-thumb{transform:scale(1.2)}.kg-video-card input[type=range]::-ms-track{color:#0000;cursor:pointer;background:0 0;border:solid #0000;width:100%;height:3px}.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;cursor:pointer;background:#fff;border:0;border-radius:50%;width:13px;height:13px;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-ms-thumb{transform:scale(1.2)}
