.help-section{padding:0}.help-section__container{width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.help-section__image-wrapper{width:100%;height:300px;overflow:hidden;border-radius:0}.help-section__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.help-section__content{display:flex;flex-direction:column;gap:var(--spacing-md, 1.5rem);padding:var(--spacing-xl, 3rem) var(--spacing-sm, 1rem)}.help-section__label{font-family:var(--body-font-family-new);font-size:var(--help-label-size, var(--body-font-size-2, 16px));font-weight:500;text-transform:uppercase;letter-spacing:var(--help-label-letter-spacing, 1.6px);color:var(--help-label-color, var(--primary-color-1, #2d3428));margin-bottom:.75rem;line-height:var(--help-label-line-height, 1.2)}.help-section__label--body{font-family:var(--body-font-family-new)}.help-section__label--heading{font-family:var(--heading-font-family, "Cormorant", Georgia, serif)}.help-section__label--futura{font-family:var(--body-font-family-new);font-weight:400}.help-section__title{font-family:var(--heading-font-family, "Cormorant", Georgia, serif);font-size:var(--help-title-size, var(--heading-font-size-2, 32px));font-weight:400;line-height:var(--help-title-line-height, 1);letter-spacing:var(--help-title-letter-spacing, 0);color:var(--help-title-color, var(--primary-color-1, #2d3428));margin-bottom:1rem}.help-section__title--heading{font-family:var(--heading-font-family, "Cormorant", Georgia, serif)}.help-section__title--body{font-family:var(--body-font-family-new)}.help-section__title--futura{font-family:var(--body-font-family-new);font-weight:500}.help-section__description{font-family:var(--body-font-family-new);font-size:var(--help-description-size, var(--body-font-size-2, 16px));line-height:var(--help-description-line-height, 1.6);letter-spacing:var(--help-description-letter-spacing, 0);color:var(--help-description-color, var(--neutral-color-2, #666));margin-bottom:1rem;margin-top:0}.help-section__label p,.help-section__label ul,.help-section__label ol,.help-section__title p,.help-section__title ul,.help-section__title ol,.help-section__description p,.help-section__description ul,.help-section__description ol{margin:0}.help-section__description--body{font-family:var(--body-font-family-new)}.help-section__description--heading{font-family:var(--heading-font-family, "Cormorant", Georgia, serif)}.help-section__description--futura{font-family:var(--body-font-family-new);font-weight:400}.help-section__label--weight-300,.help-section__title--weight-300,.help-section__description--weight-300,.help-section__label--weight-light,.help-section__title--weight-light,.help-section__description--weight-light{font-weight:300}.help-section__label--weight-400,.help-section__title--weight-400,.help-section__description--weight-400,.help-section__label--weight-regular,.help-section__title--weight-regular,.help-section__description--weight-regular{font-weight:400}.help-section__label--weight-500,.help-section__title--weight-500,.help-section__description--weight-500,.help-section__label--weight-medium,.help-section__title--weight-medium,.help-section__description--weight-medium{font-weight:500}.help-section__label--weight-600,.help-section__title--weight-600,.help-section__description--weight-600{font-weight:600}.help-section__label--weight-700,.help-section__title--weight-700,.help-section__description--weight-700,.help-section__label--weight-bold,.help-section__title--weight-bold,.help-section__description--weight-bold{font-weight:700}.help-section__list{display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem);margin:0;padding:0;list-style:none}.help-section__item{display:flex;align-items:flex-start;gap:var(--spacing-sm, 1rem)}.help-section__step-text{font-family:var(--body-font-family-new);font-size:var(--help-step-text-size, var(--body-font-size-2, 16px));line-height:var(--help-step-text-line-height, 1.6);letter-spacing:var(--help-step-text-letter-spacing, 0);color:var(--help-step-text-color, var(--neutral-color-2, #666))}.help-section__step-text--heading{font-family:var(--heading-font-family, "Cormorant", Georgia, serif)}.help-section__step-text--futura{font-family:var(--body-font-family-new)}.help-section__step-text--weight-300,.help-section__step-text--weight-light{font-weight:300}.help-section__step-text--weight-400,.help-section__step-text--weight-regular{font-weight:400}.help-section__step-text--weight-500,.help-section__step-text--weight-medium{font-weight:500}.help-section__step-text--weight-600{font-weight:600}.help-section__step-text--weight-700,.help-section__step-text--weight-bold{font-weight:700}.help-section__step-text p,.help-section__step-text ul,.help-section__step-text ol{margin:0}.help-section__icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;object-fit:contain;display:block}.help-section__actions{display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem);margin-top:var(--spacing-sm, 1rem);width:100%;max-width:100%;min-width:0;box-sizing:border-box}.help-section__button{display:flex;align-items:center;justify-content:center;padding:14px 32px;font-family:var(--body-font-family-new);font-size:var(--body-font-size-2, 16px);font-weight:500;text-transform:capitalize;letter-spacing:.5px;text-decoration:none;border-radius:24px;cursor:pointer;transition:var(--transition-base, all .3s ease);width:100%;max-width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;box-sizing:border-box}.help-section__button--primary{background-color:var(--help-primary-bg, var(--primary-color-1, #2d3428));color:var(--help-primary-text, var(--neutral-color-white, #fff));border:1px solid var(--help-primary-border, var(--primary-color-1, #2d3428))}.help-section__button--primary:hover{background-color:var(--help-primary-bg-hover, var(--primary-color-2, #3d4438));border-color:var(--help-primary-border-hover, var(--primary-color-2, #3d4438));color:var(--help-primary-text-hover, var(--neutral-color-white, #fff));opacity:1}.help-section__button--secondary{background-color:var(--help-secondary-bg, transparent);color:var(--help-secondary-text, var(--primary-color-1, #2d3428));border:1px solid var(--help-secondary-border, var(--primary-color-1, #2d3428))}.help-section__button--secondary:hover{background-color:var(--help-secondary-bg-hover, var(--primary-color-1, #2d3428));border-color:var(--help-secondary-border-hover, var(--primary-color-1, #2d3428));color:var(--help-secondary-text-hover, var(--neutral-color-white, #fff))}.help-section__button:disabled{opacity:.5;cursor:not-allowed}@media(min-width:768px){.help-section__image-wrapper{height:400px}.help-section__content{padding:var(--spacing-xxl, 4rem) var(--spacing-md, 1.5rem)}.help-section__actions{flex-direction:row;gap:var(--spacing-md, 1.5rem)}.help-section__button{width:auto;flex:1}}@media(min-width:992px){.help-section__container{max-width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;position:relative}.help-section__image-wrapper{order:2;height:100%;min-height:600px;border-radius:24px 0 0}.help-section__content{order:1;justify-content:center;padding:var(--spacing-xxl, 4rem) 0;padding-left:calc((100vw - 1200px) / 2 + var(--spacing-lg, 2rem));padding-right:var(--spacing-xl, 3rem);max-width:none;margin-left:0;margin-right:0}.help-section--image-left .help-section__image-wrapper{order:1;border-radius:0 24px 0 0}.help-section--image-left .help-section__content{order:2;padding-left:var(--spacing-xl, 3rem);padding-right:calc((100vw - 1200px) / 2 + var(--spacing-lg, 2rem))}.help-section__title{font-size:var(--help-title-size, var(--heading-font-size-2-desktop, 48px))}.help-section__description{font-size:var(--help-description-size, var(--body-font-size-3, 18px))}}
/*# sourceMappingURL=/cdn/shop/t/275/assets/new-help-section.css.map */
