@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Open+Sans:wght@400;600;700&display=swap");.gi-root,.gi-root *,.rsf-getinspired-app,.rsf-getinspired-app *{box-sizing:border-box;font-family:Open Sans,system-ui,sans-serif;font-synthesis:none}.gi-root{isolation:isolate}.gi-root.gi-modal-portal{isolation:auto}.gi-root img{max-width:100%;height:auto}.gi-root button{font-family:inherit}.gi-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gi-root{--gi-bg:#f3f7f8;--gi-surface:#fff;--gi-surface-muted:#f3f7f8;--gi-border:#d3dde3;--gi-divider:#d3dde3;--gi-card-divider:var(--gi-divider);--gi-checkmark:#000;--gi-text:#000;--gi-text-muted:#555d65;--gi-text-subtle:#909ca5;--gi-accent:#1867ff;--gi-tab-active:#3988ff;--gi-radius:8px;--gi-overlay:rgba(0,0,0,.7);--gi-shadow-hover:0px 8px 16px rgba(0,22,63,.1);--gi-filter-inactive-bg:#555d65;--gi-skeleton-from:#f3f7f8;--gi-skeleton-mid:#d3dde3;--gi-modal-bg:#fff;--gi-modal-close-color:#000;--gi-modal-image-frame:var(--gi-surface);--gi-modal-border:transparent;--gi-lightbox-overlay:rgba(0,0,0,.9);--gi-filter-to-gallery-gap:48px;--gi-button-max-height:50px;--gi-rich-heading-size:16px;--gi-rich-heading-line:22px}.gi-root[data-theme=darkmode]{--gi-bg:#000;--gi-surface:#171818;--gi-surface-muted:#171818;--gi-border:#555d65;--gi-divider:#555d65;--gi-card-divider:#171818;--gi-checkmark:#fff;--gi-text:#fff;--gi-text-muted:#d3dde3;--gi-text-subtle:#909ca5;--gi-accent:#1867ff;--gi-tab-active:#3988ff;--gi-overlay:rgba(0,0,0,.7);--gi-shadow-hover:0px 8px 24px rgba(0,0,0,.45);--gi-filter-inactive-bg:#555d65;--gi-skeleton-from:#171818;--gi-skeleton-mid:#555d65;--gi-modal-bg:#000;--gi-modal-close-color:#fff;--gi-modal-image-frame:var(--gi-surface);--gi-modal-border:#1867ff;--gi-lightbox-overlay:rgba(0,0,0,.9)}@media (min-width:1024px){.gi-root{--gi-filter-to-gallery-gap:65px}}.gi-shell{background:var(--gi-bg);color:var(--gi-text)}.gi-header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px;max-width:42rem;margin-left:auto;margin-right:auto;text-align:center;position:static;top:auto;inset:auto;z-index:auto;width:auto;background:transparent;box-shadow:none;border:0;padding:0;transform:none}@media (min-width:1024px){.gi-header{margin-bottom:48px}}.gi-kicker,.gi-subtitle,.gi-title{margin:0;text-box-trim:trim-both;text-box-edge:cap alphabetic}.gi-kicker{color:var(--gi-tab-active);font-family:Open Sans,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:22px}.gi-title{color:var(--gi-text);font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;line-height:34px}.gi-subtitle{color:var(--gi-text-muted);font-size:16px;font-weight:600;line-height:22px}.gi-filters,.gi-main-stack{display:flex;flex-direction:column;width:100%}.gi-filters{align-items:center;gap:32px;margin-bottom:var(--gi-filter-to-gallery-gap)}.gi-category-tabs{position:relative;display:inline-flex;gap:32px;padding-bottom:0;max-width:100%}.gi-category-tabs:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--gi-text-subtle);border-radius:3px}.gi-category-tab{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:16px;border:0;background:transparent;color:var(--gi-text-subtle);cursor:pointer;font-family:Open Sans,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:16px;white-space:nowrap}.gi-category-tab.is-active{color:var(--gi-tab-active);font-weight:600}.gi-category-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--gi-tab-active);border-radius:2px;z-index:1}.gi-tag-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;-ms-overflow-style:none;scrollbar-width:none}.gi-tag-scroll::-webkit-scrollbar{display:none}@media (max-width:1023px){.gi-filters{gap:20px;align-items:center}.gi-category-tabs{display:inline-flex;justify-content:center;gap:20px;width:auto;max-width:100%;margin-inline:auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-inline:4px}.gi-category-tabs::-webkit-scrollbar{display:none}.gi-category-tab{flex:0 0 auto}.gi-tag-scroll{justify-content:center;flex-wrap:wrap;overflow-x:visible;padding-bottom:0}}.gi-tag{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:32px;background:var(--gi-filter-inactive-bg);color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:35px;line-height:16px;padding:0 14px;max-height:var(--gi-button-max-height);transition:background-color .2s ease,opacity .2s ease}.gi-tag.is-active{background:var(--gi-accent);color:#fff}.gi-gallery-grid{display:grid;grid-template-columns:repeat(2,calc((100% - 16px) / 2));justify-content:center;gap:16px;width:100%;max-width:50.5rem;margin-inline:auto}@media (min-width:1024px){.gi-gallery-grid{grid-template-columns:repeat(3,calc((100% - 64px) / 3));gap:32px;max-width:77.125rem}}.gi-card{background:var(--gi-surface);border:0;border-radius:var(--gi-radius);color:var(--gi-text);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}@media (hover:hover) and (pointer:fine){.gi-card:hover{box-shadow:var(--gi-shadow-hover)}}.gi-card:active{transform:scale(.98)}.gi-card-media{background:var(--gi-surface-muted);height:149px;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.gi-card-media{height:236px}}.gi-card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s ease}.gi-card-image.is-loaded{opacity:1}.gi-card-body{display:flex;flex-direction:column;gap:16px;padding:16px}@media (min-width:1024px){.gi-card-body{padding:24px}}.gi-card-type{color:var(--gi-accent);font-family:Open Sans,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:16px;margin:0}@media (min-width:1024px){.gi-card-type{font-size:14px}}.gi-card-content,.gi-card-excerpt-slot{display:flex;flex-direction:column;gap:12px}.gi-card-excerpt-slot{height:45px;overflow:hidden}.gi-card-excerpt-slot.is-empty{visibility:hidden}.gi-card-excerpt-slot .gi-card-materials.is-mobile{display:-webkit-box!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gi-card-materials.is-desktop{display:none}@media (min-width:1024px){.gi-card-content{gap:16px}.gi-card-excerpt-slot{gap:16px;height:61px}.gi-card-excerpt-slot .gi-card-materials.is-mobile{display:none!important}.gi-card-excerpt-slot .gi-card-materials.is-desktop{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.gi-card-size{color:var(--gi-text);font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700;line-height:20px;margin:0}@media (min-width:1024px){.gi-card-size{font-size:24px;line-height:normal}}.gi-card-dimensions{color:var(--gi-text);font-size:12px;font-weight:400;line-height:16px;margin:0}@media (min-width:1024px){.gi-card-dimensions{font-size:16px;line-height:20px}}.gi-card-divider{border:0;border-top:1px solid var(--gi-card-divider);margin:0;width:100%}.gi-card-materials{color:var(--gi-text-subtle);font-size:12px;font-weight:700;line-height:16px;margin:0}@media (min-width:1024px){.gi-card-materials{font-size:14px;line-height:22px}.gi-card-materials.is-inline{white-space:pre-wrap}}.gi-card-producer{color:var(--gi-text-subtle);font-size:14px;font-weight:600;line-height:14px;margin:0}.gi-fade-in-up{animation:gi-fade-in-up .7s ease forwards;opacity:0}.gi-modal-overlay{position:fixed;inset:0;z-index:99999;display:flex;background:var(--gi-overlay);padding:0;transition:opacity .3s ease}.gi-modal-overlay.is-open{opacity:1;pointer-events:auto}.gi-modal-overlay.is-closed{opacity:0;pointer-events:none}.gi-modal-panel{position:relative;width:100%;max-width:77.125rem;overflow-x:hidden;overflow-y:auto;background:var(--gi-modal-bg,var(--gi-surface));color:var(--gi-text);border:1px solid var(--gi-modal-border);box-sizing:border-box;transition:transform .3s ease,opacity .3s ease;transform:translateY(40px);opacity:0;-webkit-overflow-scrolling:touch}.gi-modal-overlay.is-open .gi-modal-panel{transform:translateY(0);opacity:1}.gi-modal-close{position:absolute;top:16px;right:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:transparent;color:var(--gi-modal-close-color);cursor:pointer;padding:0}.gi-modal-layout{display:flex;flex-direction:column;gap:32px;padding:48px 24px 32px}.gi-modal-gallery{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.gi-modal-main-image{position:relative;width:100%;max-width:21.75rem;height:12.75rem;overflow:hidden;border-radius:var(--gi-radius);background:var(--gi-modal-image-frame)}.gi-modal-main-image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gi-modal-main-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;background:#000}.gi-modal-video-label{position:absolute;top:12px;left:12px;z-index:1;border-radius:9999px;background:rgba(0,0,0,.72);color:#fff;font-size:12px;font-weight:700;line-height:1;padding:6px 9px;pointer-events:none}.gi-modal-main-image-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--gi-text-subtle);font-size:14px}.gi-modal-image-actions{position:absolute;right:16px;bottom:16px;display:flex;gap:4px;z-index:1}.gi-modal-image-action-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;max-height:var(--gi-button-max-height);border:0;border-radius:2px;background:#fff;color:var(--gi-accent);cursor:pointer;padding:0}.gi-modal-image-action-btn:hover{background:#f3f7f8}.gi-modal-image-action-btn:focus-visible{outline:3px solid var(--gi-accent);outline-offset:3px}.gi-modal-image-action-btn:disabled{cursor:wait;opacity:.65}.gi-root[data-theme=darkmode] .gi-modal-image-action-btn{background:var(--gi-accent);color:#fff}.gi-root[data-theme=darkmode] .gi-modal-image-action-btn:hover{background:#3988ff}.gi-modal-lightbox-thumbs,.gi-modal-thumbs{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;max-width:21.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.gi-modal-lightbox-thumbs.is-centered,.gi-modal-thumbs.is-centered{justify-content:center;overflow-x:hidden}.gi-modal-lightbox-thumbs.is-overflowing,.gi-modal-thumbs.is-overflowing{justify-content:flex-start}.gi-modal-lightbox-thumbs::-webkit-scrollbar,.gi-modal-thumbs::-webkit-scrollbar{display:none}.gi-modal-thumb{position:relative;flex:0 0 auto;width:5.625rem;height:3.75rem;overflow:hidden;border:0;border-radius:4px;background:var(--gi-modal-image-frame);cursor:pointer;padding:0}.gi-modal-thumb.is-active{border:2px solid var(--gi-accent)}.gi-modal-thumb.is-clipped{opacity:.55}.gi-download-status{width:100%;color:#c62828;font-size:12px;font-weight:600;line-height:16px;text-align:center}.gi-modal-thumb-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gi-modal-video-thumb{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background:#000;color:#fff;font-size:12px;font-weight:700;pointer-events:none}.gi-modal-video-thumb:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.18)}.gi-modal-video-thumb-preview{position:absolute;inset:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .15s ease;pointer-events:none}.gi-modal-video-thumb-preview.is-ready{opacity:1}.gi-modal-video-thumb-fallback{position:relative;z-index:0}.gi-modal-video-thumb-play{position:absolute;top:50%;left:50%;z-index:2;width:30px;height:30px;border-radius:9999px;background:rgba(0,0,0,.68);color:#fff;transform:translate(-50%,-50%)}.gi-modal-lightbox,.gi-modal-video-thumb-play{display:flex;align-items:center;justify-content:center}.gi-modal-lightbox{position:fixed;inset:0;z-index:100001;padding:max(16px,env(safe-area-inset-top,0px)) max(16px,env(safe-area-inset-right,0px)) max(16px,env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-left,0px));background:var(--gi-lightbox-overlay);border:0}.gi-modal-lightbox-stage{flex-direction:column;gap:16px;width:min(100%,77.125rem);max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px)}.gi-modal-lightbox-frame,.gi-modal-lightbox-stage{display:flex;align-items:center;max-width:100%;min-width:0}.gi-modal-lightbox-frame{position:relative;justify-content:center;width:auto;overflow:hidden;border-radius:var(--gi-radius);border:1px solid var(--gi-modal-border);background:var(--gi-modal-image-frame)}.gi-modal-lightbox-img{display:block;max-width:min(77.125rem,calc(100vw - 32px));max-height:min(44.75rem,calc(100vh - 10rem));max-height:min(44.75rem,calc(100dvh - 10rem));width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:inherit;background:transparent}.gi-modal-lightbox-img-placeholder{transition:opacity .2s ease}.gi-modal-lightbox-img-high{position:absolute;inset:0;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .2s ease}.gi-modal-lightbox-img-high.is-loaded{opacity:1}.gi-loading-media-placeholder{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;filter:blur(32px);opacity:1;transition:opacity .2s linear;pointer-events:none}.gi-loading-media-placeholder.is-hidden{opacity:0}.gi-loading-media-final{transition:opacity .2s linear}.gi-loading-media-final.is-loading{opacity:0}.gi-loading-media-final.is-loaded{opacity:1}.gi-loading-media-final:not(.gi-modal-video-thumb-preview){position:relative;z-index:1}.gi-modal-video-thumb-preview.gi-loading-media-final{z-index:1}.gi-modal-lightbox-thumbs{justify-content:center;max-width:min(100%,77.125rem);width:auto}.gi-modal-lightbox-control{position:absolute;z-index:100002;display:flex;align-items:center;justify-content:center;width:24px;height:24px;max-height:var(--gi-button-max-height);border:0;border-radius:2px;background:#fff;color:var(--gi-accent);cursor:pointer;padding:0}.gi-modal-lightbox-previous{top:16px;left:16px}.gi-modal-lightbox-close{top:16px;right:16px}.gi-modal-lightbox-download{right:16px;bottom:16px}.gi-modal-lightbox-control:hover{background:#f3f7f8}.gi-modal-lightbox-control:active{background:#d3dde3}.gi-modal-lightbox-control:focus-visible{outline:3px solid var(--gi-accent);outline-offset:3px}.gi-modal-lightbox-control:disabled{cursor:wait;opacity:.65}.gi-modal-content{display:flex;flex-direction:column;gap:32px;width:100%;min-width:0}.gi-popup-description{margin-top:0}.gi-modal-content-header{display:flex;flex-direction:column;gap:16px}.gi-modal-headline-group{display:flex;flex-direction:column;gap:8px}.gi-modal-footer{display:flex;flex-direction:column;gap:0;margin-top:0}.gi-modal-footer>.gi-card-divider+.gi-modal-producer{margin-top:16px}.gi-modal-footer>.gi-modal-producer+.gi-wheretobuy{margin-top:32px}.gi-modal-producer{color:var(--gi-text-subtle);font-size:14px;font-weight:600;line-height:14px;margin:0}.gi-modal-producer a{color:var(--gi-accent);font-weight:700;text-decoration:none}.gi-modal-producer a:hover{text-decoration:underline}.gi-wheretobuy{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;box-sizing:border-box;height:50px;max-height:var(--gi-button-max-height);border:1px solid var(--gi-accent);border-radius:64px;background:transparent;color:var(--gi-accent);font-size:16px;font-weight:600;line-height:22px;padding:0 24px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.gi-wheretobuy:hover{background:var(--gi-accent);color:#fff}.gi-popup-kicker{color:var(--gi-accent);font-size:14px;font-weight:700;line-height:16px;margin:0}.gi-popup-size{color:var(--gi-text);font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;line-height:34px;margin:0}.gi-popup-dimensions{font-weight:400;line-height:20px;margin:0}.gi-popup-dimensions,.gi-rich-text{color:var(--gi-text-subtle);font-size:16px}.gi-rich-text{display:flex;flex-direction:column;gap:0;line-height:22px;min-width:0;overflow-wrap:anywhere;word-break:break-word}.gi-root:not([data-theme=darkmode]) .gi-popup-description.gi-rich-text{color:#000}.gi-root:not([data-theme=darkmode])
		.gi-popup-description.gi-rich-text
		:is(p:not(.gi-intro),li,td,th){color:#000!important}.gi-popup-description.gi-rich-text a{color:var(--gi-accent)!important}.gi-popup-description.gi-rich-text .gi-intro{color:var(--gi-text-subtle)!important}.gi-rich-text>*{margin-top:0;margin-bottom:0}.gi-rich-text>*+*{margin-top:16px}.gi-rich-text>.gi-section+.gi-section{margin-top:32px}.gi-rich-text>*+:is(h1,h2,h3,h4,h5,h6,.gi-title,hr){margin-top:32px}.gi-rich-text>:is(h1,h2,h3,h4,h5,h6,.gi-title)+*{margin-top:16px}.gi-rich-text>:is(table,.gi-table-wrap,ul,ol,blockquote)+:not(:is(h1,h2,h3,h4,h5,h6,.gi-title,hr)){margin-top:32px}.gi-rich-text>:first-child{margin-top:0}.gi-rich-text>:last-child{margin-bottom:0}.gi-rich-text p{margin-bottom:0;color:inherit;font-size:inherit;line-height:inherit}.gi-rich-text p:empty,.gi-rich-text p:has(>br:only-child){display:none;margin:0;padding:0;height:0;overflow:hidden}.gi-rich-text div:not(.gi-table-wrap){display:flex;flex-direction:column;gap:16px;min-width:0}.gi-rich-text .gi-intro{color:var(--gi-text-subtle)}.gi-rich-text .gi-title,.gi-rich-text h1,.gi-rich-text h2,.gi-rich-text h3,.gi-rich-text h4,.gi-rich-text h5,.gi-rich-text h6{display:block;color:var(--gi-text);font-family:Open Sans,system-ui,sans-serif;font-weight:700;font-size:var(--gi-rich-heading-size);line-height:var(--gi-rich-heading-line);margin:0}.gi-popup-description.gi-rich-text :is(h1,h2,h3,h4,h5,h6,.gi-title){font-family:Open Sans,system-ui,sans-serif;font-weight:700}.gi-rich-text h1,.gi-rich-text h2,.gi-rich-text h3,.gi-rich-text h4,.gi-rich-text h5,.gi-rich-text h6{letter-spacing:0;text-transform:none}.gi-popup-description.gi-rich-text b,.gi-popup-description.gi-rich-text strong{font-family:Open Sans,system-ui,sans-serif;font-weight:700;color:var(--gi-text)}.gi-rich-text em,.gi-rich-text i{font-style:italic}.gi-rich-text u{text-decoration:underline}.gi-rich-text del,.gi-rich-text s,.gi-rich-text strike{text-decoration:line-through}.gi-rich-text a{color:var(--gi-accent);text-decoration:underline;word-break:break-word}.gi-rich-text a:hover{text-decoration:none}.gi-rich-text .gi-table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.gi-rich-text table{width:100%;min-width:12rem;border-collapse:collapse;border:0}.gi-rich-text table,.gi-rich-text tbody,.gi-rich-text tfoot,.gi-rich-text thead,.gi-rich-text tr{background:transparent}.gi-rich-text td,.gi-rich-text th{border:0;border-bottom:1px solid var(--gi-divider)!important;padding:8px 0!important;vertical-align:middle!important;text-align:left;color:var(--gi-text-subtle);font-family:Open Sans,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:22px;background:transparent}.gi-rich-text td:first-child,.gi-rich-text th:first-child{padding-right:16px!important}.gi-root[data-theme=darkmode] .gi-table-wrap td,.gi-root[data-theme=darkmode] .gi-table-wrap th{border-bottom-color:var(--gi-card-divider)!important}.gi-rich-text th,.gi-root:not([data-theme=darkmode]) .gi-rich-text td,.gi-root:not([data-theme=darkmode]) .gi-rich-text th{color:var(--gi-text)}.gi-rich-text th{font-weight:700}.gi-rich-text tr:last-child>td,.gi-rich-text tr:last-child>th{border-bottom:1px solid var(--gi-divider)}.gi-rich-text table.gi-materials td:last-child,.gi-rich-text table.gi-materials th:last-child,.gi-rich-text td:last-child,.gi-rich-text th:last-child{text-align:right}.gi-rich-text table.gi-materials td:first-child,.gi-rich-text table.gi-materials th:first-child{text-align:left}.gi-rich-text ol,.gi-rich-text ul{display:flex;flex-direction:column;gap:8px;margin:0;padding:0 0 0 1.25rem;color:inherit}.gi-popup-description.gi-rich-text ul{list-style:none;padding-left:0}.gi-rich-text ol{list-style:decimal}.gi-rich-text li{position:relative;padding-left:0;color:inherit}.gi-popup-description.gi-rich-text ul>li{position:relative;padding-left:24px}.gi-popup-description.gi-rich-text ul>li:before{content:"";display:block;position:absolute;top:3px;left:0;width:16px;height:16px;background-color:var(--gi-checkmark);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8L5.875 13L14 3' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8L5.875 13L14 3' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-mode:alpha;mask-mode:alpha}.gi-rich-text li>ol,.gi-rich-text li>ul{margin-top:8px}.gi-rich-text ul ul{list-style-type:circle}.gi-rich-text ul ul ul{list-style-type:square}.gi-rich-text ol ol{list-style-type:lower-alpha}.gi-rich-text blockquote{margin:0;padding:12px 16px;border-left:4px solid var(--gi-accent);background:var(--gi-surface-muted);color:inherit;font-style:italic}.gi-rich-text hr{border:0;border-top:1px solid var(--gi-divider);margin:0;width:100%}.gi-rich-text .alignleft,.gi-rich-text .has-text-align-left,.gi-rich-text .text-left{text-align:left}.gi-rich-text .aligncenter,.gi-rich-text .has-text-align-center,.gi-rich-text .text-center{text-align:center}.gi-rich-text .alignright,.gi-rich-text .has-text-align-right,.gi-rich-text .text-right{text-align:right}.gi-rich-text .alignjustify,.gi-rich-text .has-text-align-justify,.gi-rich-text .text-justify{text-align:justify}.gi-pager{border-top:1px solid var(--gi-divider);color:var(--gi-text-muted);margin-top:32px}.gi-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;max-height:var(--gi-button-max-height);border:1px solid var(--gi-border);border-radius:9999px;background:var(--gi-surface);color:var(--gi-text);font-size:14px;font-weight:600;line-height:16px;padding:0 16px;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.gi-button:hover{border-color:var(--gi-accent);color:var(--gi-accent)}.gi-button.is-primary{background:var(--gi-accent);border-color:var(--gi-accent);color:#fff}.gi-button.is-primary:hover{opacity:.9}.gi-button:disabled{cursor:not-allowed;opacity:.4}.gi-button:focus-visible{outline:3px solid var(--gi-accent);outline-offset:3px}.gi-modal-close{max-height:var(--gi-button-max-height)}.gi-skeleton{background:linear-gradient(90deg,var(--gi-skeleton-from) 0,var(--gi-skeleton-mid) 50%,var(--gi-skeleton-from) 100%);background-size:200% 100%;animation:gi-shimmer 1.5s infinite reverse}.gi-skeleton-card-media{height:149px}@media (min-width:1024px){.gi-skeleton-card-media{height:236px}.gi-modal-overlay{align-items:center;justify-content:center;padding:1rem}.gi-modal-panel{border-radius:var(--gi-radius);margin:0 auto;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);background-clip:padding-box}.gi-modal-close{top:31px;right:31px;width:16px;height:16px}.gi-modal-layout{flex-direction:row;align-items:flex-start;gap:32px;padding:75px 51px 48px}.gi-modal-gallery{flex:0 0 47.5rem;max-width:47.5rem;align-items:flex-start}.gi-modal-main-image{max-width:none;height:27.75rem}.gi-modal-thumbs{justify-content:flex-start;max-width:none;gap:16px}.gi-modal-lightbox-stage{gap:32px}.gi-modal-lightbox-thumbs{gap:16px;max-width:min(100%,77.125rem)}.gi-modal-lightbox-thumbs .gi-modal-thumb{width:10.25rem;height:6.3125rem}.gi-modal-media-name{max-width:none}.gi-modal-thumb{width:10.25rem;height:6.3125rem}.gi-modal-content{flex:1;min-width:0;max-width:21.75rem}.gi-modal-footer{margin-top:0}.gi-modal-footer>.gi-modal-producer+.gi-wheretobuy{margin-top:48px}}@media (max-width:1023px){.gi-modal-overlay{align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px));overflow-y:auto;-webkit-overflow-scrolling:touch}.gi-modal-panel{width:min(100%,24.75rem);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));min-height:0;margin:auto;border-radius:var(--gi-radius);background-clip:padding-box}.gi-modal-close{top:12px;right:12px;width:28px;height:28px}.gi-modal-layout{padding:44px 20px 24px;gap:24px}.gi-modal-lightbox-stage{gap:16px;width:100%}.gi-modal-lightbox-img{max-width:calc(100vw - 32px);max-height:min(16rem,calc(100dvh - 9rem))}.gi-modal-lightbox-thumbs{max-width:100%;width:100%;justify-content:flex-start;gap:8px}.gi-modal-lightbox-previous{top:16px;left:16px}.gi-modal-lightbox-close{top:16px;right:16px}}@media (prefers-reduced-motion:reduce){.gi-root .gi-fade-in-up,.gi-root .gi-skeleton{animation:none}.gi-root .gi-modal-overlay,.gi-root .gi-modal-panel{transition:none}}@keyframes gi-fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes gi-shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-6{margin-bottom:1.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-full{height:100%}.h-px{height:1px}.min-h-screen{min-height:100vh}.w-16{width:4rem}.w-24{width:6rem}.w-32{width:8rem}.w-full{width:100%}.max-w-6xl{max-width:72rem}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-\[var\(--gi-radius\)\]{border-radius:var(--gi-radius)}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-\[color\:var\(--gi-border\2c \#d3e0e3\)\]{border-color:var(--gi-border,#d3e0e3)}.border-red-400\/40{border-color:hsla(0,91%,71%,.4)}.bg-\[\#1867ff\]{--tw-bg-opacity:1;background-color:rgb(24 103 255/var(--tw-bg-opacity,1))}.bg-\[\#f3f7f8\]{--tw-bg-opacity:1;background-color:rgb(243 247 248/var(--tw-bg-opacity,1))}.bg-\[color\:var\(--gi-surface\)\]{background-color:var(--gi-surface)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-red-950\/30{background-color:rgba(69,10,10,.3)}.p-1{padding:.25rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.text-\[\#555d65\]{--tw-text-opacity:1;color:rgb(85 93 101/var(--tw-text-opacity,1))}.text-\[color\:var\(--gi-text-subtle\)\]{color:var(--gi-text-subtle)}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-0{opacity:0}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:p-6{padding:1.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}}