.whats-included{background-color:var(--color-grey-1);color:var(--color-beige-2)}.whats-included__inner{max-width:var(--container-width-wide);margin-inline:auto;padding:100px 60px;display:grid;grid-template-columns:minmax(0,0.8fr) minmax(0,1.5fr);align-items:start;gap:clamp(var(--space-4), 4vw, 3rem)}.whats-included--no-image .whats-included__inner{grid-template-columns:1fr}.whats-included__content{display:flex;flex-direction:column;gap:32px}.whats-included__heading{margin:0;color:var(--color-cream);font-size:64px;line-height:58px}.whats-included__description{color:var(--color-beige-1);font-family:var(--font-family-base);font-size:18px;line-height:26px;margin-bottom:28px}.whats-included__description p{margin:0}.whats-included__media{max-width:450px;padding:var(--space-4);border-radius:12px;background-color:var(--color-beige-2)}.whats-included__image{display:block;margin-inline:auto;width:calc(300px * 308 / 286);max-width:100%;height:auto;aspect-ratio:308 / 286;object-fit:contain}.whats-included__table-area{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-4);min-width:0}.whats-included__table-wrap{width:100%;padding:4px;overflow-x:auto;cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.whats-included__table-wrap--mobile,.whats-included__scroll-track{display:none}.whats-included__table-wrap.is-dragging{cursor:grabbing;user-select:none}.whats-included__table{width:100%;min-width:480px;border-collapse:separate;border-spacing:0}.whats-included__corner{position:sticky;left:0;z-index:2;background-color:var(--color-grey-1)}.whats-included__col-header:nth-child(2){border-top-left-radius:12px}.whats-included__col-header:last-child{border-top-right-radius:12px}.whats-included__row.is-last-row .whats-included__cell:last-child{border-bottom-right-radius:12px}.whats-included__row:first-child .whats-included__row-label{border-top-left-radius:12px}.whats-included__row.is-last-row .whats-included__row-label{border-bottom-left-radius:12px}.whats-included__col-header{position:relative;min-width:140px;padding:20px;background-color:var(--color-beige-2);border-top:1px solid var(--color-beige-1);border-bottom:1px solid var(--color-beige-1);font-weight:700;text-align:left}.whats-included__row-label,.whats-included__col-header:not(:last-child),.whats-included__cell:not(:last-child){border-right:1px solid var(--color-beige-1)}.whats-included__col-header,.whats-included__cell{text-align:center}.whats-included__col-icon{display:inline-flex;align-items:center;margin-right:var(--space-1);color:var(--color-grey-1)}.whats-included__col-icon svg{display:block;width:auto;height:18px}.whats-included__col-name{color:var(--color-grey-1);font-family:var(--font-family-base);font-size:16px}.whats-included__row-label{position:sticky;left:0;z-index:1;padding:12px 24px;background-color:var(--color-beige-2);color:#000;font-family:var(--font-family-base);font-size:18px;text-align:left;white-space:normal}.whats-included__row:not(.is-last-row) .whats-included__row-label,.whats-included__row:not(.is-last-row) .whats-included__cell{border-bottom:1px solid var(--color-beige-1)}.whats-included__cell{background-color:var(--color-beige-2);padding:12px 24px;color:#000;font-family:var(--font-family-base);font-size:18px;font-weight:600}.whats-included__check svg,.whats-included__cross svg{display:inline-block;width:16px;height:auto}.whats-included__check svg path{stroke:var(--color-grey-1)}.whats-included__cross svg path{stroke:var(--color-orange-dark);stroke-width:2.5}.whats-included__col-header.is-highlighted,.whats-included__cell.is-highlighted{position:relative}.whats-included__col-header.is-highlighted{background-color:var(--color-grey-1);border-color:var(--color-grey-1)}.whats-included__col-header.is-highlighted .whats-included__col-name{color:var(--color-cream)}.whats-included__col-header.is-highlighted .whats-included__col-icon{color:var(--color-cream)}.whats-included__col-header.is-highlighted::before,.whats-included__cell.is-highlighted::before{content:"";position:absolute;top:0;bottom:-1px;left:-4px;right:-4px;border-left:4px solid var(--color-orange-dark);border-right:4px solid var(--color-orange-dark);pointer-events:none}.whats-included__col-header.is-highlighted::before{top:-4px;border-top:4px solid var(--color-orange-dark)}.whats-included__col-header.is-highlighted:last-child::before{border-top-right-radius:16px}.whats-included__col-header.is-highlighted:nth-child(2)::before{border-top-left-radius:16px}.whats-included__row.is-last-row .whats-included__cell.is-highlighted::before{bottom:-3px;border-bottom:4px solid var(--color-orange-dark)}.whats-included__row.is-last-row .whats-included__cell.is-highlighted:last-child::before{border-bottom-right-radius:16px}.whats-included__row.is-last-row .whats-included__cell.is-highlighted:nth-child(2)::before{border-bottom-left-radius:16px}.whats-included__button{display:inline-flex;align-items:center;justify-content:center;height:48px;padding-inline:var(--space-4);border-radius:8px;background-color:var(--color-orange-dark);color:var(--color-beige-2);font-family:var(--font-family-base);font-weight:700;font-size:16px;text-decoration:none;white-space:nowrap;transition:opacity 0.15s ease}.whats-included__button:hover,.whats-included__button:focus-visible{opacity:.85}.whats-included__media-placeholder{display:flex;align-items:center;justify-content:center;min-height:120px;width:100%;border:1px dashed var(--color-beige-1);border-radius:1rem;color:var(--color-beige-1);font-family:var(--font-family-base)}@media (max-width:899px){.whats-included{background-color:var(--color-cream);color:var(--color-grey-1)}.whats-included__inner{grid-template-columns:1fr;padding:68px 16px;gap:32px}.whats-included__heading{color:var(--color-grey-1);font-size:40px;line-height:36px}.whats-included__content{gap:20px}.whats-included__description{color:var(--color-grey-3);font-size:16px;line-height:24px;margin-bottom:12px}.whats-included__row-label,.whats-included__cell{background-color:var(--color-cream)}.whats-included__corner{background-color:var(--color-cream)}.whats-included__cell.is-highlighted{background-color:var(--color-beige-2)}.whats-included__table-wrap--mobile .whats-included__row-label{border-left:1px solid var(--color-beige-1)}.whats-included__table-wrap--mobile .whats-included__col-header:last-child,.whats-included__table-wrap--mobile .whats-included__cell:last-child{border-right:1px solid var(--color-beige-1)}.whats-included__table-wrap--mobile .whats-included__row.is-last-row .whats-included__row-label,.whats-included__table-wrap--mobile .whats-included__row.is-last-row .whats-included__cell{border-bottom:1px solid var(--color-beige-1)}.whats-included__media{max-width:unset;width:100%;padding:16px 0}.whats-included__image{height:170px;width:calc(170px * 308 / 286);max-width:100%}.whats-included__row-label{padding:10px 8px;font-size:14px}.whats-included__table-area{align-items:stretch}.whats-included__cell{font-size:14px}.whats-included__col-header{padding:10px 0}.whats-included__row.is-last-row .whats-included__cell:nth-child(2){border-bottom-left-radius:0}.whats-included__row:first-child .whats-included__row-label{border-top:1px solid var(--color-beige-1)}.whats-included__table-wrap--desktop{display:none}.whats-included__table-wrap--mobile{display:block;scrollbar-width:none}.whats-included__table-wrap--mobile::-webkit-scrollbar{display:none}.whats-included__scroll-track{display:block;width:50%;height:4px;margin-left:auto;border-radius:999px;background-color:var(--color-beige-1);overflow:hidden}.whats-included__scroll-thumb{display:block;height:100%;border-radius:inherit;background-color:var(--color-beige-2);transition:transform 0.1s linear}.whats-included__button{width:100%;background-color:var(--color-grey-1)}.whats-included__col-header.is-highlighted::before,.whats-included__cell.is-highlighted::before{display:none}}