.kg-card{margin:0 0 1.5em;display:flex;flex-direction:column;align-items:center;min-width:100%}.kg-card img,.kg-card video{display:block;margin:0 auto}.kg-card figcaption{display:block;padding:.6em .75em;width:100%;font-size:.75em;line-height:1.4em;text-align:center;color:var(--grey-dark);background:var(--grey-lightest);box-sizing:border-box}.kg-card.kg-width-wide{max-width:calc(100% + 8rem);width:calc(100% + 8rem)}.kg-card.kg-width-full{max-width:100vw;width:100vw}.kg-card.kg-width-full img{width:100%}.kg-card.kg-card-hascaption figcaption{margin-top:.5em}.kg-align-left{margin-right:auto}.kg-align-right{margin-left:auto}.kg-align-center{margin-left:auto;margin-right:auto}.kg-gallery-card{--gap:12px;display:contents}.kg-gallery-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:var(--gap);width:100%}.kg-gallery-row{display:flex;flex-direction:row;justify-content:center}.kg-gallery-image{flex:auto 0 0}.kg-gallery-image,.kg-gallery-image img{display:block;margin:0;height:100%;object-fit:cover}.kg-gallery-image img{width:100%}.kg-gallery-card figcaption{margin-top:var(--gap)}.kg-bookmark-card{width:100%;background:var(--white)}.kg-bookmark-card figcaption{display:none}.kg-bookmark-container{display:flex;min-height:148px;color:var(--black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-decoration:none;border:1px solid var(--grey-mid);border-radius:5px;overflow:hidden}.kg-bookmark-container:hover{border-color:var(--grey)}.kg-bookmark-content{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px}.kg-bookmark-title{font-size:1.1em;line-height:1.3em;font-weight:600;color:var(--black)}.kg-bookmark-description{font-size:.9em;line-height:1.5em;font-weight:400;color:var(--grey-dark);margin-top:12px;max-height:48px;overflow-y:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.kg-bookmark-metadata{display:flex;align-items:center;margin-top:22px;width:100%;font-size:.9em;font-weight:500;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kg-bookmark-icon{width:22px;height:22px;margin-right:8px}.kg-bookmark-author{line-height:1.5em}.kg-bookmark-publisher{line-height:1.5em;margin-left:8px;overflow:hidden;text-overflow:ellipsis}.kg-bookmark-publisher:before{content:"•";margin-right:8px}.kg-bookmark-thumbnail{position:relative;min-width:33%;max-height:100%;background-color:var(--white);background-size:cover;background-position:50%}.kg-bookmark-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;border-radius:0 4px 4px 0}.kg-embed-card{display:flex;flex-direction:column;align-items:center;width:100%}.kg-embed-card .fluid-width-video-wrapper{margin:0}.kg-video-card{width:100%}.kg-video-card figcaption{margin-top:0}.kg-video-container{position:relative;display:flex;justify-content:center;width:100%;background:var(--black)}.kg-video-container video{display:block;width:100%;height:auto}.kg-video-overlay{top:0;left:0;right:0;bottom:0;background-color:transparent;transition:background-color .2s ease-in-out;cursor:pointer}.kg-video-large-play-icon,.kg-video-overlay{position:absolute;display:flex;justify-content:center;align-items:center}.kg-video-large-play-icon{width:100px;height:100px;background-color:hsla(0,0%,100%,.1);border:2px solid #fff;border-radius:100%;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.kg-video-large-play-icon svg{width:30px;height:30px;fill:#fff}.kg-video-player-container:hover .kg-video-large-play-icon{transform:scale(1.05)}.kg-video-player-container.kg-video-hide-overlay .kg-video-overlay{background-color:transparent}.kg-video-player-container.kg-video-hide-overlay .kg-video-large-play-icon{transform:scale(.5);opacity:0}.kg-video-player{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;height:60px;padding:0 15px;color:#fff;background-image:linear-gradient(transparent,rgba(0,0,0,.7));transition:opacity .3s ease-in-out;opacity:0}.kg-video-player-container.kg-video-player-visible .kg-video-player{opacity:1}.kg-video-player-container.kg-video-player-hidden .kg-video-player{opacity:0}.kg-video-button{display:flex;align-items:center;justify-content:center;background:none;border:0;padding:0;height:100%;width:40px;cursor:pointer;outline:0}.kg-video-button svg{height:17px;fill:#fff}.kg-video-button.kg-video-hide{display:none}.kg-video-current-time{margin-left:5px;font-size:13px;font-weight:500}.kg-video-time{margin-left:auto;margin-right:10px;font-size:13px;font-weight:500}.kg-video-duration{margin-left:2px}.kg-video-seek-slider{display:block;width:100%;height:4px;margin-right:10px;-webkit-appearance:none;background-color:hsla(0,0%,100%,.25);border-radius:2px;cursor:pointer;outline:0}.kg-video-seek-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:100%;cursor:pointer}.kg-video-playback-rate{font-size:13px;font-weight:500}.kg-video-volume-slider{display:block;width:70px;height:4px;margin-right:10px;-webkit-appearance:none;background-color:hsla(0,0%,100%,.25);border-radius:2px;cursor:pointer;outline:0}.kg-video-volume-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:100%;cursor:pointer}.kg-audio-card{align-items:center;min-height:96px;background:var(--white);border:1px solid var(--grey-mid);border-radius:5px;padding:20px;box-sizing:border-box}.kg-audio-card,.kg-audio-player-container{display:flex;flex-direction:column;width:100%}.kg-audio-thumbnail{width:80px;height:80px;border-radius:5px;object-fit:cover;margin-bottom:16px}.kg-audio-thumbnail.kg-audio-hide{display:none}.kg-audio-title{font-size:1.1em;font-weight:600;line-height:1.3em;margin-bottom:12px;color:var(--black)}.kg-audio-player{display:flex;align-items:center;height:20px}.kg-audio-pause-icon,.kg-audio-play-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:0;cursor:pointer;outline:0}.kg-audio-pause-icon svg,.kg-audio-play-icon svg{width:16px;height:16px;fill:var(--black)}.kg-audio-pause-icon.kg-audio-hide{display:none}.kg-audio-current-time{margin-left:8px}.kg-audio-current-time,.kg-audio-time{font-size:13px;font-weight:500;color:var(--grey-dark)}.kg-audio-time{margin-left:auto;margin-right:8px}.kg-audio-duration{margin-left:2px}.kg-audio-seek-slider{display:block;width:100%;height:4px;margin-right:8px;-webkit-appearance:none;background-color:var(--grey-mid);border-radius:2px;cursor:pointer;outline:0}.kg-audio-seek-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;width:12px;height:12px;background:var(--black);border-radius:100%;cursor:pointer}.kg-audio-playback-rate{font-size:13px;font-weight:500;color:var(--grey-dark)}.kg-audio-mute-icon,.kg-audio-unmute-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:0;cursor:pointer;outline:0}.kg-audio-mute-icon svg,.kg-audio-unmute-icon svg{width:18px;height:18px;fill:var(--black)}.kg-audio-mute-icon.kg-audio-hide{display:none}.kg-audio-volume-slider{display:block;width:70px;height:4px;margin-right:8px;-webkit-appearance:none;background-color:var(--grey-mid);border-radius:2px;cursor:pointer;outline:0}.kg-audio-volume-slider::-webkit-slider-thumb{position:relative;-webkit-appearance:none;width:12px;height:12px;background:var(--black);border-radius:100%;cursor:pointer}.kg-hr-card{padding:1em 0}.kg-hr-card hr{display:block;width:100%;height:1px;margin:0;padding:0;border:0;background:var(--grey-mid)}.kg-hr-card.kg-style-dots hr{height:auto;background:transparent;border:0;border-top:1px dotted var(--grey-mid)}.kg-callout-card{display:flex;width:100%;background:var(--grey-lightest);border-radius:5px;padding:20px;box-sizing:border-box}.kg-callout-emoji{font-size:1.5em;line-height:1;margin-right:12px}.kg-callout-text{font-size:1em;line-height:1.6em;margin:0;color:var(--black)}.kg-callout-card.kg-style-blue{background-color:#eaf4ff}.kg-callout-card.kg-style-green{background-color:#e9f9ee}.kg-callout-card.kg-style-yellow{background-color:#fff6e8}.kg-callout-card.kg-style-red{background-color:#fee9e8}.kg-callout-card.kg-style-pink{background-color:#ffebf5}.kg-callout-card.kg-style-purple{background-color:#f2eefc}.kg-callout-card.kg-style-accent{background-color:var(--ghost-accent-color);color:var(--white)}.kg-callout-card.kg-style-accent .kg-callout-text{color:var(--white)}.kg-button-card{display:flex;width:100%}.kg-button-card .kg-btn{display:inline-block;padding:12px 20px;font-size:1em;font-weight:600;text-align:center;text-decoration:none;color:var(--white);background:var(--black);border-radius:5px}.kg-button-card .kg-btn-accent{background:var(--ghost-accent-color)}.kg-button-card.kg-align-center{justify-content:center}.kg-button-card.kg-align-right{justify-content:flex-end}.kg-product-card{display:flex;flex-direction:column;width:100%;background:var(--white);border:1px solid var(--grey-mid);border-radius:5px;overflow:hidden}.kg-product-card-image{width:100%;height:auto;max-height:400px;object-fit:cover;margin-bottom:16px}.kg-product-card-image.kg-product-card-image-square{height:auto;aspect-ratio:1/1}.kg-product-card-image.kg-product-card-image-landscape{height:auto;aspect-ratio:16/9}.kg-product-card-image.kg-product-card-image-portrait{height:auto;aspect-ratio:9/16}.kg-product-card-content{padding:0 20px 20px}.kg-product-card-title{font-size:1.1em;font-weight:600;line-height:1.3em;margin-bottom:8px;color:var(--black)}.kg-product-card-description{font-size:.9em;line-height:1.5em;color:var(--grey-dark);margin-bottom:16px}.kg-product-card-rating{display:flex;align-items:center;margin-bottom:16px}.kg-product-card-rating-star{width:16px;height:16px;margin-right:4px;fill:var(--black)}.kg-product-card-button{display:inline-block;padding:10px 16px;font-size:.9em;font-weight:600;text-align:center;text-decoration:none;color:var(--white);background:var(--black);border-radius:5px}.kg-product-card-button.kg-btn-accent{background:var(--ghost-accent-color)}.kg-toggle-card{display:flex;flex-direction:column;width:100%;background:var(--white);border:1px solid var(--grey-mid);border-radius:5px;padding:20px;box-sizing:border-box}.kg-toggle-heading{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.kg-toggle-heading-text{font-size:1.1em;font-weight:600;line-height:1.3em;color:var(--black)}.kg-toggle-card[data-open=false] .kg-toggle-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.kg-toggle-card[data-open=true] .kg-toggle-content{max-height:1000px;padding-top:16px;transition:max-height .5s ease-in}.kg-toggle-content{font-size:1em;line-height:1.6em;color:var(--black)}.kg-toggle-trigger{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:0;cursor:pointer;outline:0}.kg-toggle-trigger svg{width:12px;height:12px;fill:var(--black);transition:transform .3s ease-out}.kg-toggle-card[data-open=true] .kg-toggle-trigger svg{transform:rotate(180deg)}.kg-file-card{display:flex;align-items:center;width:100%;background:var(--white);border:1px solid var(--grey-mid);border-radius:5px;padding:20px;box-sizing:border-box}.kg-file-card-container{display:flex;flex-direction:column;width:100%}.kg-file-card-contents{display:flex;align-items:center}.kg-file-card-icon{width:24px;height:24px;margin-right:12px;fill:var(--black)}.kg-file-card-metadata{display:flex;flex-direction:column;align-items:flex-start}.kg-file-card-title{font-size:1.1em;font-weight:600;line-height:1.3em;color:var(--black)}.kg-file-card-caption,.kg-file-card-filename{font-size:.9em;line-height:1.5em;color:var(--grey-dark);margin-top:4px}.kg-file-card-filesize{font-size:.9em;line-height:1.5em;color:var(--grey-dark);margin-left:4px}.kg-file-card-button{display:inline-block;padding:8px 12px;margin-top:16px;font-size:.9em;font-weight:600;text-align:center;text-decoration:none;color:var(--white);background:var(--black);border-radius:5px}.kg-file-card-button.kg-btn-accent{background:var(--ghost-accent-color)}.kg-header-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:40px;box-sizing:border-box;text-align:center;border-radius:5px}.kg-header-card.kg-size-small{min-height:200px}.kg-header-card.kg-size-medium{min-height:300px}.kg-header-card.kg-size-large{min-height:400px}.kg-header-card.kg-style-dark{background-color:var(--black);color:var(--white)}.kg-header-card.kg-style-light{background-color:var(--white);color:var(--black)}.kg-header-card.kg-style-accent{background-color:var(--ghost-accent-color);color:var(--white)}.kg-header-card.kg-style-image{background-size:cover;background-position:50%}.kg-header-card.kg-style-image .kg-header-card-button{color:var(--black);background-color:var(--white)}.kg-header-card-heading{font-size:2.5em;font-weight:700;line-height:1.2em;margin-bottom:16px}.kg-header-card-subheading{font-size:1.2em;line-height:1.5em;margin-bottom:24px}.kg-header-card-button{display:inline-block;padding:12px 20px;font-size:1em;font-weight:600;text-decoration:none;border-radius:5px}.kg-header-card.kg-style-dark .kg-header-card-button{color:var(--black);background-color:var(--white)}.kg-header-card.kg-style-light .kg-header-card-button{color:var(--white);background-color:var(--black)}.kg-header-card.kg-style-accent .kg-header-card-button{color:var(--ghost-accent-color);background-color:var(--white)}.kg-signup-card{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px;box-sizing:border-box;text-align:center;border-radius:5px}.kg-signup-card.kg-style-dark{background-color:var(--black);color:var(--white)}.kg-signup-card.kg-style-light{background-color:var(--white);color:var(--black)}.kg-signup-card.kg-style-accent{background-color:var(--ghost-accent-color);color:var(--white)}.kg-signup-card.kg-style-image{background-size:cover;background-position:50%}.kg-signup-card.kg-style-image .kg-signup-card-button{color:var(--black);background-color:var(--white)}.kg-signup-card-heading{font-size:1.5em;font-weight:700;line-height:1.3em;margin-bottom:8px}.kg-signup-card-subheading{font-size:1em;line-height:1.5em;margin-bottom:24px}.kg-signup-card-form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px}.kg-signup-card-form .kg-form-row{display:flex;width:100%;margin-bottom:12px}.kg-signup-card-form .kg-form-row input{flex-grow:1;padding:10px;border:1px solid var(--grey-mid);border-radius:5px;font-size:1em}.kg-signup-card-form .kg-form-row input:focus{border-color:var(--black)}.kg-signup-card-button{display:inline-block;width:100%;padding:12px 20px;font-size:1em;font-weight:600;text-decoration:none;border-radius:5px}.kg-signup-card.kg-style-dark .kg-signup-card-button{color:var(--black);background-color:var(--white)}.kg-signup-card.kg-style-light .kg-signup-card-button{color:var(--white);background-color:var(--black)}.kg-signup-card.kg-style-accent .kg-signup-card-button{color:var(--ghost-accent-color);background-color:var(--white)}.kg-signup-card-disclaimer{font-size:.8em;line-height:1.5em;margin-top:16px;color:inherit;opacity:.7}.kg-signup-card-disclaimer a{color:inherit;text-decoration:underline}.kg-image-card{margin:0 auto}.kg-image-card.kg-width-full{width:100vw}.kg-image-card.kg-width-full img{width:100%}.kg-image-card.kg-width-wide{width:calc(100% + 8rem)}.kg-image-card.kg-width-wide img{width:calc(100% + 8rem);margin-left:-4rem;margin-right:-4rem}.kg-image-card.kg-card-hascaption figcaption{margin-top:.5em}.kg-image-card img{display:block;margin:0 auto;width:auto;height:auto;max-width:100%;border-radius:5px}.kg-nft-card{display:flex;flex-direction:column;width:100%;background:var(--white);border:1px solid var(--grey-mid);border-radius:5px;overflow:hidden}.kg-nft-card-image{width:100%;height:auto;max-height:400px;object-fit:cover;margin-bottom:16px}.kg-nft-card-content{padding:0 20px 20px}.kg-nft-card-metadata{display:flex;align-items:center;margin-bottom:8px}.kg-nft-card-token-name{font-size:.9em;font-weight:500;color:var(--grey-dark);margin-right:8px}.kg-nft-card-title{font-size:1.1em;font-weight:600;line-height:1.3em;margin-bottom:8px;color:var(--black)}.kg-nft-card-description{font-size:.9em;line-height:1.5em;color:var(--grey-dark);margin-bottom:16px}.kg-nft-card-button{display:inline-block;padding:10px 16px;font-size:.9em;font-weight:600;text-align:center;text-decoration:none;color:var(--white);background:var(--black);border-radius:5px}.kg-nft-card-button.kg-btn-accent{background:var(--ghost-accent-color)}.kg-before-after-card{display:flex;flex-direction:column;align-items:center;width:100%}.kg-before-after-card-slider{position:relative;display:inline-block;overflow:hidden;border-radius:5px;cursor:ew-resize}.kg-before-after-card-image-after,.kg-before-after-card-image-before{display:block;width:100%;height:auto;pointer-events:none}.kg-before-after-card-image-before{position:absolute;top:0;left:0;width:auto;max-width:none;clip-path:inset(0 50% 0 0)}.kg-before-after-card-slider-input{position:absolute;top:0;left:-1px;width:calc(100% + 2px);height:100%;margin:0;padding:0;-webkit-appearance:none;background:transparent;cursor:ew-resize;outline:0;opacity:0}.kg-before-after-card-slider-handle{top:0;width:2px;height:100%;background:var(--white);transform:translateX(-50%)}.kg-before-after-card-slider-button,.kg-before-after-card-slider-handle{position:absolute;left:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.kg-before-after-card-slider-button{top:50%;width:32px;height:32px;border:2px solid var(--white);border-radius:100%;background:var(--black);color:var(--white);transform:translate(-50%,-50%)}.kg-before-after-card-slider-button svg{width:16px;height:16px;fill:currentColor}.kg-email-card{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px;box-sizing:border-box;border:1px solid var(--grey-mid);border-radius:5px}.kg-email-card-html{width:100%}.kg-email-cta-card{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px;box-sizing:border-box;text-align:center;border-radius:5px}.kg-email-cta-card.kg-style-dark{background-color:var(--black);color:var(--white)}.kg-email-cta-card.kg-style-light{background-color:var(--white);color:var(--black)}.kg-email-cta-card.kg-style-accent{background-color:var(--ghost-accent-color);color:var(--white)}.kg-email-cta-card-heading{font-size:1.5em;font-weight:700;line-height:1.3em;margin-bottom:8px}.kg-email-cta-card-subheading{font-size:1em;line-height:1.5em;margin-bottom:24px}.kg-email-cta-card-form{display:flex;align-items:center;width:100%;max-width:420px}.kg-email-cta-card-input{flex-grow:1;padding:10px;border:1px solid var(--grey-mid);border-radius:5px;font-size:1em;margin-right:8px}.kg-email-cta-card-input:focus{border-color:var(--black)}.kg-email-cta-card-button{display:inline-block;padding:10px 16px;font-size:1em;font-weight:600;text-decoration:none;border-radius:5px}.kg-email-cta-card.kg-style-dark .kg-email-cta-card-button{color:var(--black);background-color:var(--white)}.kg-email-cta-card.kg-style-light .kg-email-cta-card-button{color:var(--white);background-color:var(--black)}.kg-email-cta-card.kg-style-accent .kg-email-cta-card-button{color:var(--ghost-accent-color);background-color:var(--white)}.ghost-content{--ghost-accent-color:hsl(var(--primary));--white:hsl(var(--background));--black:hsl(var(--foreground));--grey-darker:hsl(var(--foreground));--grey-dark:hsl(var(--muted-foreground));--grey:#9ca3af;--grey-mid:hsl(var(--border));--grey-lighter:#e5e7eb;--grey-lightest:#f3f4f6;--green:#10b981;--red:#ef4444;--content-width:100%}.ghost-content .kg-card,.ghost-content .kg-card *{border-radius:0!important}.ghost-content .kg-call-to-action-card,.ghost-content .kg-email-cta-card,.ghost-content .kg-header-card,.ghost-content .kg-signup-card{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;border-color:hsl(var(--primary))!important}.ghost-content .kg-call-to-action-card .kg-btn,.ghost-content .kg-email-cta-card .kg-email-cta-card-button,.ghost-content .kg-signup-card .kg-btn{color:hsl(var(--primary))!important;background-color:hsl(var(--primary-foreground))!important}.ghost-content .kg-audio-card,.ghost-content .kg-bookmark-card,.ghost-content .kg-file-card,.ghost-content .kg-nft-card,.ghost-content .kg-product-card,.ghost-content .kg-toggle-card,.ghost-content .koenig-audio{background-color:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;color:hsl(var(--card-foreground))!important}.ghost-content .kg-bookmark-description,.ghost-content .kg-bookmark-metadata,.ghost-content .kg-file-card-caption,.ghost-content .kg-file-card-metadata,.ghost-content .kg-nft-card-description,.ghost-content .kg-nft-card-token-name,.ghost-content .kg-product-card-description,.ghost-content .kg-toggle-content,.ghost-content .koenig-audio__timer{color:hsl(var(--muted-foreground))!important}.ghost-content .kg-bookmark-container:hover{border-color:hsl(var(--primary))!important}.ghost-content .kg-bookmark-container:hover .kg-bookmark-title{color:hsl(var(--primary))!important}.ghost-content .kg-button-card .kg-btn,.ghost-content .kg-nft-card .kg-nft-card-button,.ghost-content .kg-product-card .kg-product-card-button.kg-btn{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.ghost-content .kg-callout-card{background-color:hsl(var(--muted))!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important;padding:20px!important}.ghost-content .kg-callout-card.kg-style-accent{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;border:1px solid hsl(var(--primary))!important}.ghost-content .kg-hr-card hr{background:hsl(var(--border))!important;opacity:1!important;height:1px!important;border:0!important}.ghost-content .kg-email-cta-card-input,.ghost-content .kg-signup-card-form .kg-form-row input{border-color:hsl(var(--border))!important;background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important}.ghost-content .kg-email-cta-card-input:focus,.ghost-content .kg-signup-card-form .kg-form-row input:focus{border-color:hsl(var(--primary))!important;box-shadow:0 0 0 1px hsl(var(--primary))!important}.ghost-content .kg-video-large-play-icon{color:hsl(var(--primary-foreground))!important;border-color:hsl(var(--primary-foreground))!important;background-color:hsla(var(--primary),.5)!important}.ghost-content .kg-video-mute-icon svg,.ghost-content .kg-video-pause-icon svg,.ghost-content .kg-video-play-icon svg,.ghost-content .kg-video-unmute-icon svg,.ghost-content .koenig-video__fullscreen-button svg,.ghost-content .koenig-video__mute-button svg,.ghost-content .koenig-video__pause-button svg,.ghost-content .koenig-video__play-button svg,.ghost-content .koenig-video__unmute-button svg{fill:hsl(var(--primary-foreground))!important}.ghost-content .kg-video-current-time,.ghost-content .kg-video-duration,.ghost-content .kg-video-playback-rate,.ghost-content .koenig-video__timer{color:hsl(var(--primary-foreground))!important}.ghost-content .kg-video-seek-slider::-webkit-slider-thumb,.ghost-content .kg-video-volume-slider::-webkit-slider-thumb,.ghost-content .koenig-video__seek-bar-handle,.ghost-content .koenig-video__volume-bar-handle{background:hsl(var(--primary-foreground))!important}.ghost-content .koenig-video__seek-bar-progress,.ghost-content .koenig-video__volume-bar-progress{background-color:hsl(var(--primary-foreground))!important}.ghost-content .kg-video-player-container,.ghost-content .koenig-video__controls-container{background-image:linear-gradient(transparent,hsla(var(--foreground),.7))!important}.ghost-content .kg-before-after-card .kg-slider-handle{background-color:hsl(var(--primary-foreground))!important}.ghost-content .kg-before-after-card .kg-slider-button{border:2px solid hsl(var(--primary-foreground))!important;background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.ghost-content .kg-card{margin-top:1.5em!important;margin-bottom:1.5em!important}