@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25%)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes scaleUp{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.c-breadcrumb{padding:2.4rem 0;font-size:1.3rem;color:var(--c-black)}@media (max-width: 1023px){.c-breadcrumb{padding:1.2rem 0}}.c-breadcrumb__list{display:flex;flex-wrap:nowrap;gap:.5rem 0;overflow:auto;white-space:nowrap;scrollbar-width:none}.c-breadcrumb__list::-webkit-scrollbar{display:none}.c-breadcrumb__item{display:flex}.c-breadcrumb__item .c-link{font-size:var(--s-font-xs);color:var(--c-font);text-decoration:none}.c-breadcrumb__item .c-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (hover: hover){.c-breadcrumb__item .c-link:hover{text-decoration:underline}}.c-breadcrumb__item:last-child .c-link,.c-breadcrumb__item .sc-last{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-breadcrumb__item:last-child .c-link,.c-breadcrumb__item .sc-last{font-weight:800;color:var(--c-black);text-decoration:none;pointer-events:none}.c-breadcrumb__item .sc-delimiter{margin:0 .8rem;color:var(--c-grey)}.c-breadcrumb__item .sc-delimiter .ico{height:1rem;font-size:1rem;line-height:1rem}.c-breadcrumb__item.is-label{position:relative;top:1px;margin-right:28px;font-size:12px;color:var(--c-grey);text-transform:uppercase}.c-breadcrumb__back{display:none}.c-breadcrumb__back .c-link{font-size:12px;line-height:2.3;color:var(--c-font)}.c-breadcrumb__back .c-link .ico{height:10px;font-size:10px;line-height:10px}.c-breadcrumb__back .c-link .ico{margin-right:10px}@media (hover: hover){.c-breadcrumb__back .c-link:hover{color:var(--c-primary);text-decoration:none}}@media (max-width: 1023px){.c-breadcrumb__back{display:flex}}.c-info-box{display:grid;gap:.4rem;line-height:1.4;border-radius:var(--s-radius-100)}.c-info-box__title{width:100%}.c-info-box__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:.8rem;background-color:var(--c-primary);border-radius:100%}.c-info-box__icon .ico{height:2.4rem;font-size:2.4rem;line-height:2.4rem}.c-info-box.is-row{display:flex;flex-flow:row wrap;gap:.4rem 3.2rem}.c-info-box__item{display:flex;flex-direction:column;gap:.4rem}.c-info-box__item.is-not-visible{display:none}.c-modal--address .sc-submit{padding-top:2.4rem}.c-address-select__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 1.2rem}@media (max-width: 767px){.c-address-select__list{grid-template-columns:1fr}}.c-address-select label.error{display:block;padding:0;margin:.6rem 0 0 .2rem;font-size:1.3rem;font-weight:600;color:var(--c-error);background:none;border:none}.c-address-select__item .c-form__input{position:absolute;pointer-events:none;opacity:0}.c-address-select__item .c-form__input:checked+.c-address-select__label{background-color:var(--c-primary-50);border-color:var(--c-primary)}.c-address-select__label{display:grid;gap:8px;height:100%;padding:12px 24px;line-height:1.3;cursor:pointer;background-color:var(--c-grey-50);border:2px solid transparent;border-radius:.8rem}.c-address-select__label .sc-name{font-size:18px;font-weight:700}.c-address-select__label .sc-address{font-size:13px}.c-address-select__label .sc-phone{font-size:13px;font-weight:700}@media (hover: hover){.c-address-select__label:hover{border-color:var(--c-secondary)}}.c-form-section{margin-bottom:4rem}.c-form-section .c-form__item--textarea{margin-bottom:0}.c-form-section__title{font-family:var(--f-secondary);font-weight:700;font-feature-settings:"ss04" on;font-variant-numeric:lining-nums tabular-nums}.c-form-section__title{margin-bottom:.8rem;font-size:var(--s-font-ml)}.c-form-section__title:not(.has-subtitle){margin-bottom:1.6rem}.c-form-section__title.is-hidden{display:none}.c-form-section__subtitle{margin-bottom:1.6rem;line-height:1.4;color:var(--c-grey-500)}.c-form-section__text{margin-bottom:20px;font-size:15px}.c-form-section__text p{margin-bottom:20px}.c-form-section__text p:last-child{margin-bottom:0}.c-form-section__text a{color:var(--c-secondary)}.c-form-section__text.is-hidden{display:none}.c-form-section__messages{margin-bottom:30px}.c-form-section__messages .c-msg{display:flex;gap:0 20px;align-items:center;padding:16px 30px;margin-bottom:15px;font-size:15px}.c-form-section__messages .c-msg .ico{height:28px;font-size:28px;line-height:28px}.c-form-section__messages .c-msg:last-child{margin-bottom:0}.c-form-section__messages.is-hidden{display:none}.c-form-section__box{position:relative;padding:2.4rem;background-color:var(--c-bg);container-type:inline-size}.c-form-section__box .c-btn{--btn-s-height: 2.8rem;--btn-s-padding: 0 .8rem;--btn-s-ico: 1.8rem;position:absolute;top:1.2rem;right:1.6rem;display:flex;gap:0 .8rem;align-items:center}.c-form-section__link{display:flex;gap:0 .8rem;padding-top:4.8rem}.c-form-section__link .c-btn{--btn-s-height: 3.6rem;--btn-s-padding: 0 1.6rem;position:static}.c-form-section.without-bottom-margin{margin-bottom:0}.c-form-section.has-bottom-border{padding-bottom:4rem;border-bottom:1px solid var(--c-border)}.c-password-practices{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2.4rem;margin-top:.8rem;border:1px solid var(--c-grey-light);border-radius:var(--s-radius-100)}@media (max-width: 1023px){.c-password-practices{flex-direction:column;gap:1.6rem;align-items:flex-start;padding:1.6rem}}.c-password-practices__body{display:flex;flex-direction:column;gap:.8rem}.c-password-practices__title{font-size:var(--s-font-m);font-weight:700;line-height:1.4}.c-password-practices__items{display:flex;flex-direction:column;gap:.8rem}.c-password-practices__item{display:flex;gap:.8rem;align-items:center}.c-password-practices__item .ico{height:2rem;font-size:2rem;line-height:2rem}.c-password-practices__action{display:flex;gap:.8rem;align-items:center;font-weight:500}.c-password-practices__action .c-btn{--btn-s-height: 5.6rem;--btn-s-weight: 700}@media (max-width: 1023px){.c-password-practices__action .c-btn{--btn-s-height: 3.6rem;padding-inline:1.2rem}}.c-page-header__breadcrumb:has(.c-breadcrumb){margin-bottom:4rem}@media (max-width: 1023px){.c-page-header__breadcrumb:has(.c-breadcrumb){margin-bottom:1.6rem}}.c-page-header__title{max-width:70rem;margin-bottom:4rem}.c-page-header__title h1{font-family:var(--f-secondary);font-weight:700;font-feature-settings:"ss04" on;font-variant-numeric:lining-nums tabular-nums}.c-page-header__title h1{margin-bottom:0;font-size:var(--s-font-lxl);line-height:1.1}@media (max-width: 1023px){.c-page-header__title{margin-bottom:1.6rem}}.c-page-login__messages:has(.c-msg){max-width:50%;margin-bottom:4.4rem}@media (max-width: 1023px){.c-page-login__messages:has(.c-msg){max-width:100%}}.c-page-login__form{max-width:50%}.c-page-login__form .c-login-register{margin:6.4rem 0 0}@media (max-width: 1023px){.c-page-login__form{max-width:100%}}.l-page__header{padding:0 0 3rem;background-color:var(--c-bg);background-image:url(/img/shapes/square-warp-2.svg);background-repeat:no-repeat;background-position:right -6.6rem top -2.2rem;background-size:47.1rem 51.6rem}.l-page__header:not(:has(.c-breadcrumb)){padding-top:4rem;margin-top:-2.4rem}@media (max-width: 1023px){.l-page__header{padding:0 0 1.6rem;background-image:none}.l-page__header:not(:has(.c-breadcrumb)){padding-top:3.2rem}}.l-page__content{padding:8rem 0 7.8rem}@media (max-width: 1023px){.l-page__content{padding:4rem 0 3.2rem}}.l-page .c-password-practices{margin-bottom:2.4rem;background-color:var(--c-bg)}.l-page .c-password-practices__action{display:none}
