.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color)50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color)50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4,0,.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:#0000;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}
.rdp-root{font-family:var(--typography-body-sm-strong-vp-md-font-family)}.rdp-root table td,.rdp-root table th{vertical-align:middle}.rdp-months{background-color:var(--color-bg-neutral);padding:var(--spacing-8);border-radius:var(--radius-xs);border:2px solid var(--color-border-subtle);justify-content:center;max-width:none;display:flex}.rdp-month_caption{font-weight:var(--font-weight-semibold);justify-content:center}.rdp-month_grid{color:var(--color-content-default)}.rdp-nav{right:var(--spacing-8);left:var(--spacing-8);top:var(--spacing-8);justify-content:space-between;display:flex}.rdp-nav .rdp-button_previous[aria-disabled=true]{visibility:hidden}.rdp-button_next,.rdp-button_previous{border-radius:var(--radius-full);border:2px solid var(--color-border-subtle);padding:var(--spacing-3);-webkit-user-select:none;user-select:none;z-index:1;position:relative}.rdp-chevron{fill:var(--color-content-brand)}.rdp-selected{font-weight:var(--font-weight-semibold);font-size:inherit;border-radius:var(--radius-full);background:var(--color-bg-brand-subtle);color:var(--color-content-brand)}.rdp-weekday{font-weight:inherit;font-size:inherit;padding:var(--spacing-6)0;line-height:1.5}.rdp-today{font-weight:var(--font-weight-semibold)}.rdp-day:not(.rdp-selected,.rdp-disabled):hover{background-color:var(--color-bg-neutral-subtle);border-radius:var(--radius-full);color:var(--color-content-brand);cursor:pointer}
@font-face{font-family:Inter;font-weight:var(--font-weight-regular);src:local(Inter),url(../media/Inter-Regular.dd205e7b.ttf)format("truetype")}@font-face{font-family:Inter;font-weight:var(--font-weight-semibold);src:local(Inter-SemiBold),url(../media/Inter-SemiBold.de2013aa.ttf)format("truetype")}:root{--min-height-content-page:81vh;--max-width-content-page:584px;--header-height-mobile:72px;--header-height-desktop:130px;--z-index-overlay:1000;--z-index-header:10000;--order-summary-max-width:481px;--product-thumbnail-height:96px;--product-thumbnail-width:152px}html:not(:has(.product-search-bar--overlay-active)){scroll-padding-top:var(--header-height-mobile)}@media only screen and (min-width:1024px){html:not(:has(.product-search-bar--overlay-active)){scroll-padding-top:var(--header-height-desktop)}}body{color:var(--color-content-default)}
.RichTextDefault-module-scss-module__dSqBqG__rich-text__hyperlink{cursor:pointer;color:var(--color-content-brand);font-weight:700;text-decoration:underline}.RichTextDefault-module-scss-module__dSqBqG__rich-text__bold{font-weight:var(--font-weight-bold)}.RichTextDefault-module-scss-module__dSqBqG__rich-text__option-hr{margin-top:var(--spacing-8)}.RichTextDefault-module-scss-module__dSqBqG__rich-text__italic{font-style:italic}.RichTextDefault-module-scss-module__dSqBqG__rich-text__italic span{font:unset}.RichTextDefault-module-scss-module__dSqBqG__rich-text__italic b{font-weight:700}.RichTextDefault-module-scss-module__dSqBqG__rich-text__ordered_list{margin-top:var(--spacing-6);margin-left:var(--spacing-8);list-style:decimal}.RichTextDefault-module-scss-module__dSqBqG__rich-text__unordered_list{margin-left:var(--spacing-8);list-style:outside}.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph:has(span:empty){display:none}.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph:not(h5+p+th p){margin-top:var(--spacing-8)}th>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph{margin-top:0!important}td>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph{font-family:var(--typography-body-sm-vp-md-font-family);font-weight:var(--typography-body-sm-vp-md-font-weight);line-height:var(--typography-body-sm-vp-md-line-height);letter-spacing:var(--typography-body-sm-vp-md-letter-spacing);font-size:var(--typography-body-sm-vp-sm-font-size);margin-top:0!important}@media only screen and (min-width:768px){td>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph{font-size:var(--typography-body-sm-vp-md-font-size)}}@media only screen and (min-width:1024px){td>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph{font-size:var(--typography-body-sm-vp-lg-font-size)}}@media only screen and (min-width:1440px){td>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph{font-size:var(--typography-body-sm-vp-xl-font-size)}}td>.RichTextDefault-module-scss-module__dSqBqG__rich-text__paragraph span{font:unset}.RichTextDefault-module-scss-module__dSqBqG__rich-text__underline{text-decoration:underline}.RichTextDefault-module-scss-module__dSqBqG__rich-text__table{border:1px solid var(--color-border-subtle);padding:var(--spacing-4);table-layout:fixed;overflow-wrap:anywhere;width:100%}.RichTextDefault-module-scss-module__dSqBqG__rich-text__table th{padding:var(--spacing-4);border:1px solid var(--color-border-subtle);font-family:var(--typography-body-sm-strong-vp-md-font-family);font-weight:var(--typography-body-sm-strong-vp-md-font-weight);line-height:var(--typography-body-sm-strong-vp-md-line-height);letter-spacing:var(--typography-body-sm-strong-vp-md-letter-spacing);font-size:var(--typography-body-sm-strong-vp-sm-font-size);background-color:var(--color-bg-neutral-subtle)}@media only screen and (min-width:768px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__table th{font-size:var(--typography-body-sm-strong-vp-md-font-size)}}@media only screen and (min-width:1024px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__table th{font-size:var(--typography-body-sm-strong-vp-lg-font-size)}}@media only screen and (min-width:1440px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__table th{font-size:var(--typography-body-sm-strong-vp-xl-font-size)}}.RichTextDefault-module-scss-module__dSqBqG__rich-text__table th span{font:unset}.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5{font-family:var(--typography-header-lg-vp-md-font-family);font-weight:var(--typography-header-lg-vp-md-font-weight);line-height:var(--typography-header-lg-vp-md-line-height);letter-spacing:var(--typography-header-lg-vp-md-letter-spacing);font-size:var(--typography-header-lg-vp-sm-font-size)}@media only screen and (min-width:768px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5{font-size:var(--typography-header-lg-vp-md-font-size)}}@media only screen and (min-width:1024px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5{font-size:var(--typography-header-lg-vp-lg-font-size)}}@media only screen and (min-width:1440px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5{font-size:var(--typography-header-lg-vp-xl-font-size)}}.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5-mobile{font-family:var(--typography-header-md-vp-md-font-family);font-weight:var(--typography-header-md-vp-md-font-weight);line-height:var(--typography-header-md-vp-md-line-height);letter-spacing:var(--typography-header-md-vp-md-letter-spacing);font-size:var(--typography-header-md-vp-sm-font-size)}@media only screen and (min-width:768px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5-mobile{font-size:var(--typography-header-md-vp-md-font-size)}}@media only screen and (min-width:1024px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5-mobile{font-size:var(--typography-header-md-vp-lg-font-size)}}@media only screen and (min-width:1440px){.RichTextDefault-module-scss-module__dSqBqG__rich-text__heading5-mobile{font-size:var(--typography-header-md-vp-xl-font-size)}}
.ContentPageHeadingSection-module-scss-module__fajpSq__content-page-heading-section__last-updated{color:var(--color-content-subtle)}.ContentPageHeadingSection-module-scss-module__fajpSq__content-page-heading-section__last-updated--with-margin{margin-bottom:var(--spacing-9)}
.renderContentPageHeadingSectionParagraph-module-scss-module___AmU0q__render-content-page-heading-section-paragraph__text:not(:first-child),.renderContentPageHeadingSectionParagraph-module-scss-module___AmU0q__render-content-page-heading-section-paragraph__text:not(h5+p+th p){margin-top:var(--spacing-8)}
.ContentTable-module-scss-module__xZSd_a__content-table__title{margin-bottom:var(--spacing-8)}.ContentTable-module-scss-module__xZSd_a__content-table__order-list{font-family:var(--typography-body-md-strong-vp-md-font-family);font-weight:var(--typography-body-md-strong-vp-md-font-weight);line-height:var(--typography-body-md-strong-vp-md-line-height);letter-spacing:var(--typography-body-md-strong-vp-md-letter-spacing);font-size:var(--typography-body-md-strong-vp-sm-font-size);counter-reset:item;list-style-position:outside}@media only screen and (min-width:768px){.ContentTable-module-scss-module__xZSd_a__content-table__order-list{font-size:var(--typography-body-md-strong-vp-md-font-size)}}@media only screen and (min-width:1024px){.ContentTable-module-scss-module__xZSd_a__content-table__order-list{font-size:var(--typography-body-md-strong-vp-lg-font-size)}}@media only screen and (min-width:1440px){.ContentTable-module-scss-module__xZSd_a__content-table__order-list{font-size:var(--typography-body-md-strong-vp-xl-font-size)}}.ContentTable-module-scss-module__xZSd_a__content-table__order-list span{font:unset}.ContentTable-module-scss-module__xZSd_a__content-table__order-list li{list-style:none;display:flex}.ContentTable-module-scss-module__xZSd_a__content-table__order-list li+li{margin-top:var(--spacing-3)}.ContentTable-module-scss-module__xZSd_a__content-table__order-list li a{color:var(--color-bg-brand);width:fit-content}.ContentTable-module-scss-module__xZSd_a__content-table__order-list li a:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.ContentTable-module-scss-module__xZSd_a__content-table__order-list li:before{color:var(--color-bg-brand);margin-right:var(--spacing-2);content:counter(item)". ";counter-increment:item;text-align:end;width:22px;font-family:var(--typography-body-md-font-family);font-weight:var(--font-weight-semibold)}
.FAQSection-module-scss-module__mUwkma__faqs-section .FAQSection-module-scss-module__mUwkma__faq-accordion{margin-bottom:var(--spacing-9)}.FAQSection-module-scss-module__mUwkma__faqs-section .FAQSection-module-scss-module__mUwkma__faq-accordion .FAQSection-module-scss-module__mUwkma___accordion__details{padding-top:var(--spacing-10)}.FAQSection-module-scss-module__mUwkma__faqs-section .FAQSection-module-scss-module__mUwkma__faq-accordion .FAQSection-module-scss-module__mUwkma__faq-answer{margin-top:var(--spacing-8)}
/*# sourceMappingURL=021e908bb70051bf.css.map*/