.guarantees-bar{background:#f5f5f5;border-top:1px solid #e5e5e5}.guarantees-bar__wrapper{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0}@media (max-width:749px){.guarantees-bar__wrapper{padding:10px 0;justify-content:center}}.guarantees-bar__item{background:0 0;border:0;display:flex;align-items:center;column-gap:16px;padding:0;cursor:pointer;text-align:left;transition:opacity .3s ease}.guarantees-bar__item:hover .guarantees-bar__label{color:#ff6a00}@media (max-width:749px){.guarantees-bar__item{flex-direction:column;max-width:133px;width:100%;row-gap:10px;text-align:center}}.guarantees-bar__icon{display:flex;align-items:center;justify-content:center}.guarantees-bar__icon img{max-width:64px;max-height:32px;width:auto;height:100%;object-fit:contain}@media (max-width:749px){.guarantees-bar__icon img{max-width:45px;max-height:25px}}.guarantees-bar__label{font-size:12px;font-family:"Circular Std",sans-serif;color:#5f5c65;text-transform:uppercase;font-weight:600;transition:color .2s ease-out}@media (max-width:749px){.guarantees-bar__label{font-size:10px}}.guarantee-modal{position:fixed;inset:0;display:none;z-index:100}.guarantee-modal[aria-hidden=false]{display:block}.guarantee-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75)}.guarantee-modal__content{position:relative;background:#fff;max-width:950px;width:100%;margin:12vh auto 0;padding:24px;text-align:center;z-content:2}@media (max-width:749px){.guarantee-modal__content{margin:10vh auto 0;padding:20px}.guarantee-modal__content .button{padding:12px 16px;line-height:normal}.guarantee-modal__content .button span{font-size:12px}}.guarantee-modal__close-button{position:absolute;top:10px;right:18px;background:0 0;border:0;cursor:pointer;width:20px;height:20px}.guarantee-modal__close-button::after,.guarantee-modal__close-button::before{content:"";position:absolute;top:0;left:9px;height:20px;width:2px;background-color:#000}.guarantee-modal__close-button::before{transform:rotate(45deg)}.guarantee-modal__close-button::after{transform:rotate(-45deg)}.guarantee-modal__title{margin:12px 0;font-size:26px;line-height:1.2;color:#292929;font-weight:400;text-transform:uppercase;letter-spacing:0}@media (max-width:749px){.guarantee-modal__title{font-size:22px}}.guarantee-modal__description{font-size:18px;max-width:600px;line-height:1.5;margin:0 auto 20px}@media (max-width:749px){.guarantee-modal__description{font-size:16px}}body.modal-open{overflow:hidden}