.section-kik-image-with-hotspot__root{display:block;width:100%}.section-kik-image-with-hotspot__inner{display:flex;flex-direction:column;align-items:center;gap:var(--iwh-header-gap)}.section-kik-image-with-hotspot__header{display:flex;flex-direction:column;align-items:center;gap:var(--iwh-heading-intro-gap);text-align:center;width:100%}.section-kik-image-with-hotspot__title{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-h3);font-weight:var(--kik-font-weight-semibold);line-height:var(--kik-line-height-heading);color:var(--iwh-color-heading);text-transform:capitalize;margin:0;text-align:center}.section-kik-image-with-hotspot__intro{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-b1);font-weight:var(--kik-font-weight-regular);line-height:var(--kik-line-height-body);color:var(--iwh-color-heading);text-align:center;max-width:var(--iwh-intro-max-width)}.section-kik-image-with-hotspot__intro p{margin:0}.section-kik-image-with-hotspot__content{display:flex;flex-direction:column;gap:var(--iwh-media-to-accordion-gap);width:100%}.section-kik-image-with-hotspot__media{position:relative;width:100%;aspect-ratio:var(--iwh-media-aspect, 380 / 374);border-radius:var(--iwh-image-radius);overflow:hidden;background-color:var(--iwh-media-bg)}.section-kik-image-with-hotspot__img{display:block;width:100%;height:100%;object-fit:cover}.section-kik-image-with-hotspot__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.section-kik-image-with-hotspot__pin{position:absolute;inset-inline-start:var(--iwh-pin-x-mobile, 50%);inset-block-start:var(--iwh-pin-y-mobile, 50%);transform:translate(-50%,-50%);display:inline-flex!important;align-items:center;justify-content:center;width:var(--iwh-pin-size);height:var(--iwh-pin-size);padding:0;border:none;border-radius:var(--iwh-pin-radius);background-color:var(--iwh-pin-bg-inactive);color:var(--iwh-pin-text-inactive);cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;z-index:2}.section-kik-image-with-hotspot__pin:hover,.section-kik-image-with-hotspot__pin:focus-visible{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 0 4px #3f94772e;outline:none}.section-kik-image-with-hotspot__pin.is-active{background-color:var(--iwh-pin-bg-active);color:var(--iwh-pin-text-active)}.section-kik-image-with-hotspot__pin-number{text-align:center;font-family:var(--kik-font-body-family);font-style:normal;font-size:var(--kik-font-size-b3);font-weight:var(--kik-font-weight-regular);line-height:var(--kik-line-height-body, 1.5)}.section-kik-image-with-hotspot__accordion{display:flex;flex-direction:column;gap:var(--iwh-item-gap);width:100%}.section-kik-image-with-hotspot__item{display:flex;flex-direction:column;gap:var(--iwh-item-inner-gap);padding-block-end:var(--iwh-item-padding-bottom-collapsed);border-block-end:1px solid var(--iwh-divider);transition:padding .2s ease}.section-kik-image-with-hotspot__item.is-active{padding-block-end:var(--iwh-item-padding-bottom-active)}.section-kik-image-with-hotspot__item-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;text-align:start}.section-kik-image-with-hotspot__item-header{display:inline-flex;align-items:center;gap:var(--iwh-number-title-gap);min-width:0}.section-kik-image-with-hotspot__item-number{display:inline-flex;align-items:center;justify-content:center;color:var(--iwh-color-text);font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-b2);font-weight:var(--kik-font-weight-regular);line-height:var(--kik-line-height-body);flex-shrink:0}.section-kik-image-with-hotspot__item-title{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-h6);font-weight:var(--kik-font-weight-semibold);line-height:var(--kik-line-height-heading);color:var(--iwh-color-text);text-transform:capitalize}.section-kik-image-with-hotspot__item-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--iwh-icon-size);height:var(--iwh-icon-size);color:var(--iwh-color-text);flex-shrink:0}.section-kik-image-with-hotspot__icon-plus,.section-kik-image-with-hotspot__icon-minus{width:100%;height:100%}.section-kik-image-with-hotspot__item .section-kik-image-with-hotspot__icon-minus,.section-kik-image-with-hotspot__item.is-active .section-kik-image-with-hotspot__icon-plus{display:none}.section-kik-image-with-hotspot__item.is-active .section-kik-image-with-hotspot__icon-minus{display:inline-block}.section-kik-image-with-hotspot__item-body{color:var(--iwh-color-text)}.section-kik-image-with-hotspot__item-richtext{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-b3);font-weight:var(--kik-font-weight-regular);line-height:var(--kik-line-height-body);color:var(--iwh-color-text)}.section-kik-image-with-hotspot__item-richtext p{margin:0 0 8px}.section-kik-image-with-hotspot__item-richtext p:last-child{margin-bottom:0}.section-kik-image-with-hotspot__item-columns{display:grid;grid-template-columns:repeat(var(--iwh-columns-mobile, 1),minmax(0,1fr));gap:var(--iwh-column-gap)}.section-kik-image-with-hotspot__item-column{display:flex;flex-direction:column;gap:var(--iwh-column-inner-gap);min-width:0;justify-content:center}.section-kik-image-with-hotspot__item-label{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-b4);font-weight:var(--kik-font-weight-semibold);line-height:var(--kik-line-height-body);color:var(--iwh-color-text);text-transform:uppercase;letter-spacing:.04em}.section-kik-image-with-hotspot__item-text{font-family:var(--kik-font-body-family);font-size:var(--kik-font-size-b3);font-weight:var(--kik-font-weight-regular);line-height:var(--kik-line-height-body);color:var(--iwh-color-text)}.section-kik-image-with-hotspot__item-text p{margin:0 0 8px}.section-kik-image-with-hotspot__item-text p:last-child{margin-bottom:0}@media screen and (min-width:750px){.section-kik-image-with-hotspot__pin{inset-inline-start:var(--iwh-pin-x-desktop, 50%);inset-block-start:var(--iwh-pin-y-desktop, 50%);--iwh-pin-size: 27px}.section-kik-image-with-hotspot__content{flex-direction:row;align-items:center;gap:var(--iwh-column-gap)}.section-kik-image-with-hotspot__media,.section-kik-image-with-hotspot__accordion{flex:1 1 0;min-width:0}.section-kik-image-with-hotspot__media{aspect-ratio:var(--iwh-media-aspect-desktop, 890 / 540)}.section-kik-image-with-hotspot__content--image-left .section-kik-image-with-hotspot__media{order:1}.section-kik-image-with-hotspot__content--image-left .section-kik-image-with-hotspot__accordion,.section-kik-image-with-hotspot__content--image-right .section-kik-image-with-hotspot__media{order:2}.section-kik-image-with-hotspot__content--image-right .section-kik-image-with-hotspot__accordion{order:1}.section-kik-image-with-hotspot__item-columns{grid-template-columns:repeat(var(--iwh-columns-desktop, 2),minmax(0,1fr))}}@media screen and (max-width:750px){.section-kik-image-with-hotspot__item-columns{gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/150/assets/section-kik-image-with-hotspot.css.map */
