.form-container__item{display:flex;justify-content:flex-start;align-items:center}.form__checkbox{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff;opacity:0}.form__checkbox+span.form__checkbox-mask{position:relative;height:24px;padding-left:34px}.form__checkbox:not(:checked)+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-color:#fff;border:2px solid #e1e2e6;border-radius:4px;content:""}.form__checkbox:checked+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-size:60%;border:2px solid #e30611;border-radius:4px;content:""}.form__input-text{height:44px;padding:0 10px;box-sizing:border-box;font-size:14px;line-height:44px;color:#9198a0;border:2px solid #e2e5eb;border-radius:4px}.breadcrumbs{position:relative}@media only screen and (min-width:768px){.breadcrumbs{max-width:none}}.breadcrumbs__button{display:flex;padding:12px 8px 12px 0;background-color:transparent;border:none}@media only screen and (min-width:768px){.breadcrumbs__button{display:none}}.breadcrumbs__button .breadcrumbs__icon,.breadcrumbs__button .breadcrumbs__name{color:#71767e}.breadcrumbs__list{position:absolute;top:0;left:-8px;z-index:3;display:none;flex-direction:column-reverse;min-width:144px;background-color:#fff;border-radius:4px;box-shadow:0 5px 20px rgba(145,152,160,.2)}@media only screen and (min-width:768px){.breadcrumbs__list{position:static;display:flex;flex-direction:row;flex-wrap:wrap;width:auto;margin-left:-8px;padding-left:8px;white-space:nowrap;background-color:transparent;box-shadow:none}}.breadcrumbs__list--open{display:flex}.breadcrumbs__link{display:flex;padding:12px 8px}.breadcrumbs__link:hover .breadcrumbs__icon:not(.breadcrumbs__icon--visible-on-mobile),.breadcrumbs__link:hover .breadcrumbs__name{color:#e30611}@media only screen and (min-width:768px){.breadcrumbs__link{padding:12px 2px 0}}.breadcrumbs__name{font-family:MTSSans-Medium,Arial,Helvetica,sans-serif;text-align:left;color:#001424;font-size:.875rem;line-height:1.25rem}@media only screen and (min-width:768px){.breadcrumbs__name{margin-right:4px;color:#71767e}}.breadcrumbs__item:last-child .breadcrumbs__icon,.breadcrumbs__item:last-child .breadcrumbs__name{color:#71767e}.breadcrumbs__item:last-child .breadcrumbs__link{pointer-events:none}@media only screen and (min-width:768px){.breadcrumbs__item:last-child .breadcrumbs__link{cursor:default}}.breadcrumbs .breadcrumbs__icon{display:none;flex-shrink:0;transform:translateY(5px) rotate(90deg)}@media only screen and (min-width:768px){.breadcrumbs .breadcrumbs__icon{display:block;color:#71767e;transform:translateY(5px)}}.breadcrumbs .breadcrumbs__icon--visible-on-mobile{display:block}@media only screen and (min-width:768px){.breadcrumbs .breadcrumbs__icon--visible-on-mobile{display:none}}