[dir=ltr] .help-search-hit__container {
	margin-right: var(--spacing-02);
}[dir=rtl] .help-search-hit__container {
	margin-left: var(--spacing-02);
}

.help-search-hit__name {
	display: block;
	font-size: var(--font-size-label-s);
	text-decoration: none;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

[dir] .help-search-hit__name {
	cursor: pointer;
	margin-bottom: var(--spacing-02);
	padding: var(--spacing-01) var(--spacing-03);
}

@media screen and (min-width: 48rem) {
	[dir] .help-search-hit__name {
		padding: var(--spacing-01) var(--spacing-02);
	}
}

[dir] .help-search-hits-section__suggestions-container {
	margin-bottom: var(--spacing-05);
}

.help-search-hits-section__tags-container {
	display: flex;
}

.help-search-hits-section__title {
	font-size: var(--font-size-title-m);
	line-height: var(--line-height-title-m);
	letter-spacing: var(--letter-spacing-title-m);
	text-transform: var(--text-transform-title-m);
	font-stretch: var(--font-stretch-title-m);
	font-weight: var(--font-weight-title-m);
}

[dir] .help-search-hits-section__title {
	margin-bottom: var(--spacing-02);
}

[dir] .help-search-hits__container {
	padding-top: var(--spacing-05);
}

.help-search-hits__title {
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

[dir] .help-search-hits__title {
	margin-bottom: var(--spacing-02);
}

[dir] .help-contact-link__button {
	cursor: pointer;
}

.help-contact-link__cell {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.help-contact-link__content {
	display: flex;
	flex-flow: column nowrap;
}

.help-contact-link__description {
	font-size: var(--font-size-body-m);
	text-decoration: underline;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}

[dir] .help-contact-link__description {
	margin-top: var(--spacing-01);
}

.help-contact-link__icon {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

[dir=ltr] .help-contact-link__icon {
	margin-right: var(--spacing-02);
}

[dir=rtl] .help-contact-link__icon {
	margin-left: var(--spacing-02);
}

.help-contact-link__texts {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-flow: column;
	overflow-wrap: break-word;
	word-break: normal;
}

.help-contact-link__title {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

.help-search-no-results__suggestion {
	display: block;
	font-size: var(--font-size-label-s);
	text-decoration: none;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}[dir] .help-search-no-results__suggestion {
	cursor: pointer;
	margin-bottom: var(--spacing-02);
}[dir=ltr] .help-search-no-results__suggestion {
	margin-right: var(--spacing-02);
}[dir=rtl] .help-search-no-results__suggestion {
	margin-left: var(--spacing-02);
}

[dir] .help-search-no-results__contact-link {
	margin-top: var(--spacing-06);
}

.help-search-no-results__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

[dir] .help-search-no-results__text {
	margin-bottom: var(--spacing-04);
}

.help-search-box__search-box-form {
	align-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.help-search-box__hits-wrapper {
	overflow-y: auto;
}

[dir] .help-search-box__hits-wrapper {
	margin-top: var(--spacing-04);
}

.help-search-box__hits-wrapper-enter {
	opacity: 0;
	overflow-y: hidden;
}

[dir] .help-search-box__hits-wrapper-enter {
	transform: translateY(100vh);
}

.help-search-box__hits-wrapper-enter-active {
	opacity: 1;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

[dir] .help-search-box__hits-wrapper-enter-active {
	transform: translateY(0);
}

.help-search-box__hits-wrapper-enter-done {
	overflow-y: auto;
}

.help-search-box__hits-wrapper-exit {
	opacity: 1;
	overflow-y: hidden;
}

[dir] .help-search-box__hits-wrapper-exit {
	transform: translateY(0);
}

.help-search-box__hits-wrapper-exit-active {
	opacity: 0;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

[dir] .help-search-box__hits-wrapper-exit-active {
	transform: translateY(100vh);
}

.help-search-box__hits-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.help-search-box__hits-item {
	flex: 0 0 auto;
	max-width: 100%;
}

.help-search-box__hits-breadcrumbs {
	display: block;
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

/* Algolia Search-box */

@keyframes focus-input-in {
	0% {
		font-size: var(--font-size-title-l);
		opacity: 0;
		line-height: var(--line-height-title-l);
		letter-spacing: var(--letter-spacing-title-l);
		text-transform: var(--text-transform-title-l);
		font-stretch: var(--font-stretch-title-l);
		font-weight: var(--font-weight-title-l);
	}

	100% {
		font-size: var(--font-size-title-m);
		opacity: 1;
		line-height: var(--line-height-title-m);
		letter-spacing: var(--letter-spacing-title-m);
		text-transform: var(--text-transform-title-m);
		font-stretch: var(--font-stretch-title-m);
		font-weight: var(--font-weight-title-m);
	}
}

.help-search-box__search-box-input {
	font-size: var(--font-size-label-m);
	height: 2rem;
	outline: none;
	width: 100%;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

[dir] .help-search-box__search-box-input {
	background-color: transparent;
	border: none;
	border-bottom: 0.0625rem solid currentColor;
}

[dir=ltr] .help-search-box__search-box-input {
	padding-left: var(--spacing-05);
}

[dir=rtl] .help-search-box__search-box-input {
	padding-right: var(--spacing-05);
}

.help-search-box__search-box-input::placeholder {
	color: var(--color-content-mid);
	font-size: var(--font-size-label-m);
	opacity: 1;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

.help-search-box__search-box-input::-webkit-search-decoration,
.help-search-box__search-box-input::-webkit-search-cancel-button,
.help-search-box__search-box-input::-webkit-search-results-button,
.help-search-box__search-box-input::-webkit-search-results-decoration {
	display: none;
}

[dir=ltr] .help-search-box__search-box-input:focus {
	animation-duration: 0.01s;
	animation-name: focus-input-in;
}

[dir=rtl] .help-search-box__search-box-input:focus {
	animation-duration: 0.01s;
	animation-name: focus-input-in;
}

/* stylelint-disable-next-line selector-max-type */
.ais-SearchBox-loadingIcon path {
	fill: currentColor;
}

.help-search-box__search-box-root:focus,
.help-search-box__search-box-form:focus,
.help-search-box__search-box-input:focus {
	outline: none;
}

.help-search-box__search-box-form .ais-SearchBox-submit {
	display: none;
}

.help-search-box__search-box-loading,
.help-search-box__search-box-reset-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.help-search-box__search-box-loading,
.help-search-box__search-box-reset {
	position: absolute;
	top: 50%;
}

[dir] .help-search-box__search-box-loading, [dir] .help-search-box__search-box-reset {
	cursor: pointer;
	margin-top: -0.625rem;
}

[dir=ltr] .help-search-box__search-box-loading, [dir=ltr] .help-search-box__search-box-reset {
	right: var(--spacing-04);
}

[dir=rtl] .help-search-box__search-box-loading, [dir=rtl] .help-search-box__search-box-reset {
	left: var(--spacing-04);
}

@media screen and (min-width: 48rem) {
	.help-search-box__hits-wrapper {
		scrollbar-color: currentColor var(--color-content-low);
		scrollbar-width: thin;
	}

	.help-search-box__hits-wrapper::-webkit-scrollbar {
		width: 0.0625rem;
	}

	[dir] .help-search-box__hits-wrapper::-webkit-scrollbar {
		background-color: transparent;
	}

	[dir] .help-search-box__hits-wrapper:hover::-webkit-scrollbar-track {
		background-color: var(--color-content-low);
	}

	[dir] .help-search-box__hits-wrapper:hover::-webkit-scrollbar-thumb {
		background-color: currentColor;
		border-radius: 1.25rem;
	}

	/* Algolia Search-box */
	.help-search-box__search-box-input {
		font-size: var(--font-size-label-m);
		line-height: var(--line-height-label-m);
		letter-spacing: var(--letter-spacing-label-m);
		text-transform: var(--text-transform-label-m);
		font-stretch: var(--font-stretch-label-m);
		font-weight: var(--font-weight-label-m);
	}
}

.help-sections-nav__section-button {
	font-size: var(--font-size-label-s);
	font-weight: var(--font-weight-light);
	letter-spacing: var(--letter-spacing-label-m);
	line-height: var(--line-height-label-m);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
}[dir] .help-sections-nav__section-button {
	cursor: pointer;
	text-align: justify;
}

[dir=ltr] .help-sections-nav__section .zds-selection-cell__title {
	text-align: left;
}

[dir=rtl] .help-sections-nav__section .zds-selection-cell__title {
	text-align: right;
}

.help-sections-nav__section-in-bold .zds-selection-cell__title {
	font-weight: var(--font-weight-condensed);
}

.help-category-default-link {
	display: block;
	font-size: var(--font-size-body-m);
	text-decoration: underline;
	line-height: var(--line-height-body-m);
	letter-spacing: var(--letter-spacing-body-m);
	font-stretch: var(--font-stretch-body-m);
	font-weight: var(--font-weight-body-m);
}[dir] .help-category-default-link {
	margin-top: var(--spacing-04);
}

[dir] .layout-footer__section {
	padding-bottom: var(--spacing-09);
	padding-top: var(--spacing-09);
}

.layout-footer__section--bottom-nav {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}

[dir] .layout-footer__section--bottom-nav {
	padding: var(--spacing-13) 0;
}

[dir] .layout-footer__section-block {
	margin-bottom: var(--spacing-05);
	text-align: center;
}

[dir] .layout-footer__section-block:first-child {
	margin-bottom: 0;
}

.layout-footer__stores,
.layout-footer__section--sitemap,
.layout-footer__copyright {
	display: none;
}

[dir] .layout-footer__section--sitemap {
	padding-bottom: var(--spacing-15);
	padding-top: var(--spacing-15);
}

.layout-footer__section--marketing {
	justify-content: center;
}

.layout-footer__item {
	display: inline-block;
}

[dir] .layout-footer__item {
	margin-bottom: var(--spacing-01);
}

.layout-footer__item:not(:last-child)::after {
	content: '|';
}

[dir=ltr] .layout-footer__item:not(:last-child)::after {
	padding-left: var(--spacing-01);
	padding-right: var(--spacing-01);
}

[dir=rtl] .layout-footer__item:not(:last-child)::after {
	padding-right: var(--spacing-01);
	padding-left: var(--spacing-01);
}

.layout-footer__languages-list .layout-footer-link,
.layout-footer__policies-list .layout-footer-link,
.layout-footer__policies-list {
	font-size: var(--font-size-label-s);
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-stretch: var(--font-stretch-label-s);
	font-weight: var(--font-weight-label-s);
}

.layout-footer__item-action {
	font-size: var(--font-size-label-s);
	font-stretch: var(--font-stretch-normal);
	text-decoration: none;
	line-height: var(--line-height-label-s);
	letter-spacing: var(--letter-spacing-label-s);
	text-transform: var(--text-transform-label-s);
	font-weight: var(--font-weight-label-s);
}

.layout-footer__item-action:hover {
	text-decoration: underline;
}

[dir] .layout-footer__item-action:hover {
	cursor: pointer;
}

@media screen and (min-width: 48rem) {
	.layout-footer__section {
		display: block;
	}

	.layout-footer__section-block {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	[dir] .layout-footer__section-block:first-child {
		margin-bottom: var(--spacing-04);
	}

	[dir] .layout-footer__section-block:last-child {
		margin-bottom: 0;
	}

	.layout-footer__section--marketing {
		justify-content: center;
	}

	[dir] .layout-footer__section--marketing {
		border-top: none;
	}

	.layout-footer__languages-wrapper {
		align-items: baseline;
		display: flex;
	}

	.layout-footer__section--sitemap,
	.layout-footer__stores,
	.layout-footer__copyright {
		display: block;
	}

	.layout-footer__copyright {
		color: var(--color-content-mid);
		font-size: var(--font-size-label-s);
		line-height: var(--line-height-label-s);
		letter-spacing: var(--letter-spacing-label-s);
		text-transform: var(--text-transform-label-s);
		font-stretch: var(--font-stretch-label-s);
		font-weight: var(--font-weight-label-s);
	}

	[dir=ltr] .layout-footer__copyright {
		margin: 0 0 0 var(--spacing-05);
	}

	[dir=rtl] .layout-footer__copyright {
		margin: 0 var(--spacing-05) 0 0;
	}
}

@media screen and (min-width: 64rem) {
	.layout-footer__languages-list .layout-footer-link {
		font-size: var(--font-size-label-s);
		line-height: var(--line-height-label-s);
		letter-spacing: var(--letter-spacing-label-s);
		text-transform: var(--text-transform-label-s);
		font-stretch: var(--font-stretch-label-s);
		font-weight: var(--font-weight-label-s);
	}

	[dir] .layout-footer__section--bottom-nav {
		padding-bottom: var(--spacing-15);
		padding-top: var(--spacing-13);
	}
}

.help-category__categories-title {
	font-size: var(--font-size-label-m-highlight);
	line-height: var(--line-height-label-m-highlight);
	letter-spacing: var(--letter-spacing-label-m-highlight);
	text-transform: var(--text-transform-label-m-highlight);
	font-stretch: var(--font-stretch-label-m-highlight);
	font-weight: var(--font-weight-label-m-highlight);
}[dir] .help-category__categories-title {
	margin-bottom: var(--spacing-04);
	padding: var(--spacing-04) 0;
}

.help-category__subcategories-title {
	display: block;
	font-size: var(--font-size-label-m);
	text-decoration: none;
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

[dir] .help-category__subcategories-title {
	padding: var(--spacing-03) 0;
}

.help-category__subcategories-title:hover {
	text-decoration: underline;
}

.help-category__subcategories-title.help-category__subcategories-title--in-view {
	font-weight: var(--font-weight-bold);
}

.help-category__see-more-specific-link {
	font-size: var(--font-size-label-m);
	line-height: var(--line-height-label-m);
	letter-spacing: var(--letter-spacing-label-m);
	text-transform: var(--text-transform-label-m);
	font-stretch: var(--font-stretch-label-m);
	font-weight: var(--font-weight-label-m);
}

[dir] .help-layout--embedded {
	padding-bottom: var(--spacing-08);
}

.help-layout__content {
	max-width: 100%;
}

[dir] .help-layout__content {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 48rem) {
	[dir] .help-layout__footer {
		margin-top: var(--spacing-16);
	}
}

