.product-card{position:relative;cursor:pointer}.product-card__image{width:100%;height:auto;border-radius:16px 0}.product-card__wrapper{text-align:left;padding:0 6px}@media screen and (max-width:768px){.product-card__wrapper{padding:0 4px}}.product-card__title{color:#0d1717;font-family:Unbounded;font-size:18px;font-weight:500;margin-bottom:9px}@media screen and (max-width:1200px){.product-card__title{font-size:16px}}@media screen and (max-width:768px){.product-card__title{font-size:12px;margin-bottom:6px}}.product-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#0d1717;font-family:Open Sans;font-size:20px;font-weight:400;margin-bottom:6px;line-height:20px;min-height:40px}@media screen and (max-width:1200px){.product-card__text{font-size:16px;margin-bottom:4px;line-height:18px;min-height:36px}}@media screen and (max-width:768px){.product-card__text{font-size:14px;line-height:16px;min-height:32px;margin-bottom:6px}}.product-card__price{color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:500}@media screen and (max-width:768px){.product-card__price{font-size:14px}}.product-card__price-wrapper{display:flex;align-items:center;gap:14px}.product-card__price-new{color:#be4818;font-family:Unbounded;font-size:16px;font-weight:600}@media screen and (max-width:1200px){.product-card__price-new{font-size:16px}}@media screen and (max-width:768px){.product-card__price-new{font-size:14px}}.product-card__price-old{color:#0d1717;font-family:Unbounded;font-size:16px;font-weight:300;text-decoration:line-through}@media screen and (max-width:768px){.product-card__price-old{font-size:10px}}.product-card__size{color:#0d1717;font-size:16px;font-family:Open Sans;margin-top:48px}@media screen and (max-width:1200px){.product-card__size{font-size:15px;margin-top:60px}}@media screen and (max-width:500px){.product-card__size{font-size:12px;margin-top:44px}}.product-card__container{position:relative;margin-bottom:9px}.product-card__container img{width:100%;object-fit:cover;object-position:center;aspect-ratio:1/1}@media screen and (max-width:1200px){.product-card__container{margin-bottom:6px}}@media screen and (max-width:768px){.product-card__container{margin-bottom:4px}}.product-card__favorite{position:absolute;top:8px;right:8px;transition:transform .2s ease}.product-card__favorite:hover{transform:scale(1.12)}.product-card__favorite{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#fefefa;border-radius:50%;cursor:pointer}@media screen and (max-width:1200px){.product-card__favorite{width:30px;height:30px}.product-card__favorite>svg{width:18px;height:16px}}@media screen and (max-width:400px){.product-card__favorite{width:30px;height:30px;top:6px;right:6px}.product-card__favorite>svg{width:21px;height:17px}}.product-card__discount{position:absolute;top:34px;left:0;border-radius:0 4px 4px 0;background:#6db5ae;padding:5px 14px;color:#fefefa;font-family:Open Sans;font-size:18px;font-weight:600}@media screen and (max-width:1200px){.product-card__discount{font-size:16px;padding:3px 9px;top:20px;font-size:12px}}.product-card__sizes{position:absolute;bottom:0;left:0;width:100%;height:40px;background:rgba(254,254,250,.8);display:flex;align-items:center;justify-content:start;gap:20px;opacity:0;transform:translateY(100%);transition:all .3s ease}.product-card__sizes p{color:#0d1717;font-family:Open Sans;font-size:18px;font-weight:600;padding-left:8px}@media screen and (max-width:7680px){.product-card__sizes p{font-size:14px}.product-card__sizes{height:30px}}.product-card__image:hover~.product-card__sizes{opacity:1;transform:translateY(0)}.product-card__empty .product-card__image,.product-card__empty>.product-card__wrapper{opacity:.5}.product-card__image-wrapper{position:relative;overflow:hidden}.product-card__image{transition:opacity .3s ease}.product-card__image--main{opacity:1}.product-card__image--hover{opacity:0;position:absolute}.product-card:hover .product-card__image--main{opacity:0}.product-card:hover .product-card__image--hover{opacity:1;position:absolute;top:0;left:0}.cart .product-card__container{width:auto;height:auto}.review-item{height:290px;background-color:#fefefa;cursor:pointer;position:relative;padding:30px 30px 30px 90px;border-radius:16px;border:1px solid #6db5ae;max-height:339px;text-align:left}@media screen and (max-width:1200px){.review-item{height:228px;padding:15px 15px 15px 90px}}@media screen and (max-width:768px){.review-item{height:141px;padding:15px 15px 15px 60px}}.review-item__user{color:#000;font-family:Open Sans;font-size:20px;font-weight:300}@media screen and (max-width:1200px){.review-item__user{font-size:15px}}@media screen and (max-width:768px){.review-item__user{font-size:14px}}.review-item__model{color:#000;font-family:Open Sans;font-size:18px;font-weight:400}@media screen and (max-width:1200px){.review-item__model{font-size:12px}}@media screen and (max-width:768px){.review-item__model{font-size:12px}}.review-item__star{display:flex;gap:8px;margin-top:12px}@media screen and (max-width:1200px){.review-item__star{gap:4px;margin-top:10px}}.review-item__date{color:#ced0cd;font-family:Unbounded;font-size:14px;font-weight:400;line-height:18px}.review-item__text{max-width:364px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;color:#0d1717;font-family:Open Sans;font-size:25px;font-weight:400;line-height:27px;margin-top:30px}@media screen and (max-width:1200px){.review-item__text{font-size:18px;margin-top:15px;line-height:20px}}@media screen and (max-width:768px){.review-item__text{font-size:12px;margin-top:10px;line-height:12px;-webkit-line-clamp:4}}.review-item__image{position:absolute;top:30%;left:-70px}@media screen and (max-width:1200px){.review-item__image{width:90px;height:90px;left:-31px}.review-item__image>img{border-radius:16px;border:1px solid #0d1717;width:90px;height:90px;aspect-ratio:1/1;object-fit:cover}}@media screen and (max-width:768px){.review-item__image{width:70px;height:70px;left:-31px}.review-item__image>img{border-radius:16px;border:1px solid #0d1717;width:70px;height:70px;aspect-ratio:1/1;object-fit:cover}}.review-item__image>img{border-radius:16px;border:1px solid #6db5ae;width:100%;aspect-ratio:1/1;object-fit:cover}.blog-item{cursor:pointer}.blog-item__image{margin-bottom:20px}@media screen and (max-width:1500px){.blog-item__image{width:100%;height:auto;margin-bottom:12px}}@media screen and (max-width:768px){.blog-item__image{margin-bottom:6px}}.blog-item__info{padding:0 6px}@media screen and (max-width:1200px){.blog-item__info{padding:0 3px}}@media screen and (max-width:768px){.blog-item__info{padding:0 2px}}.blog-item__text{color:#0d1717;font-family:Unbounded;font-size:22px;font-weight:400;margin-bottom:10px}@media screen and (max-width:1200px){.blog-item__text{font-size:14px}}@media screen and (max-width:768px){.blog-item__text{font-size:10px;margin-bottom:4px}}.blog-item__date{color:rgba(13,23,23,.6);font-family:Unbounded;font-size:18px;font-weight:400}@media screen and (max-width:1200px){.blog-item__date{font-size:12px}}@media screen and (max-width:768px){.blog-item__date{font-size:10px}}.order{border:1px solid #0d1717;border-radius:4px;background:#fefefa;transition:box-shadow .2s ease}.order__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px}@media screen and (max-width:1200px){.order__header{padding:13px 10px}}@media screen and (max-width:768px){.order__header{padding:9px 10px}}.order__info{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1200px){.order__info{gap:12px}}@media screen and (max-width:768px){.order__info{gap:3px}}.order__code{color:#0d1717;font-family:Unbounded;font-size:14px;font-weight:400}@media screen and (max-width:1200px){.order__code{font-size:12px}}@media screen and (max-width:768px){.order__code{max-width:104px;font-size:10px}}.order__status{display:flex;align-items:center;gap:6px;color:#0d1717;font-family:Unbounded;font-size:14px;font-weight:400}@media screen and (max-width:1200px){.order__status{gap:12px;font-size:12px}}@media screen and (max-width:768px){.order__status{gap:4px;font-size:10px}}.order__status-badge{border-radius:10px;background:#cde3be;padding:3px 8px;color:#0d1717;font-family:Open Sans;font-size:14px;font-weight:400}@media screen and (max-width:1200px){.order__status-badge{padding:4px 2px;font-size:12px}}@media screen and (max-width:768px){.order__status-badge{padding:1px 2px;font-size:10px}}.order__total-price{display:flex;align-items:center;gap:8px;color:#0d1717;font-family:Unbounded;font-size:16px;font-weight:500}@media screen and (max-width:1200px){.order__total-price{font-size:14px}}@media screen and (max-width:768px){.order__total-price{font-size:10px}}.order__total-price strong{font-weight:400;font-size:16px}@media screen and (max-width:1200px){.order__total-price strong{font-size:14px}}@media screen and (max-width:768px){.order__total-price strong{font-size:10px}}.order__images-gallery{display:flex;align-items:center;gap:12px}@media screen and (max-width:1200px){.order__images-gallery{gap:14px}}@media screen and (max-width:768px){.order__images-gallery{gap:4px}}.order__images{position:relative;display:flex;align-items:center;gap:16px}@media screen and (max-width:1200px){.order__images{gap:10px}}.order__images img{width:60px;height:60px;object-fit:cover}@media screen and (max-width:1200px){.order__images img{width:52px;height:52px}}@media screen and (max-width:768px){.order__images img{width:30px;height:30px}}.order__image-overlay{position:absolute;top:0;right:-20px;color:#0d1717;font-family:Unbounded;font-size:15px;font-weight:500}@media screen and (max-width:768px){.order__image-overlay{font-size:10px;right:-10px}}.order__more{cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.order__more svg{width:20px;height:8px;transition:transform .25s ease}@media screen and (max-width:768px){.order__more svg{width:15px;height:6px}}.order__more--open{box-shadow:0 6px 20px rgba(13,23,23,.06)}.order__more--open svg{transform:rotate(180deg)}.order--open .order__header{padding-bottom:16px}.order__details{display:none;gap:20px;border-top:1px solid #0d1717;padding:16px 16px 54px}@media screen and (max-width:1200px){.order__details{padding:0}}.order--open .order__details,.order__delivery{display:flex;flex-direction:column}.order__delivery{gap:6px}@media screen and (max-width:1200px){.order__delivery{padding:10px;border-bottom:1px solid #0d1717;margin-top:16px}}.order__delivery-item{display:flex;align-items:center;font-family:Open Sans;font-size:16px;font-weight:400}.order__delivery-item p{color:#0d1717}.order__delivery-item span{color:#666;margin-right:4px}.order__items-header{margin-left:auto;display:flex;align-items:center;gap:33px;color:#666;font-family:Unbounded;font-size:16px;font-weight:500}@media screen and (max-width:768px){.order__items-header{font-size:12px;gap:16px}}@media screen and (max-width:1200px){.order__items-header.desktop{display:none}}.order__items-header.tablet{justify-content:end}@media screen and (min-width:1199px){.order__items-header.tablet{display:none}}.order__items-footer{display:flex}@media screen and (max-width:860px){.order__items-footer{flex-direction:column}}.order__items{width:100%;display:flex;flex-direction:column;gap:12px;border-left:1px solid rgba(13,23,23,.5);padding-left:16px}@media screen and (max-width:860px){.order__items{border-left:none;padding-left:0}}.order__item{display:flex;align-items:center;justify-content:space-between;gap:27px}@media screen and (max-width:1200px){.order__item{gap:24px}}.order__item-wrapper{display:flex;align-items:center;gap:8px}@media screen and (max-width:1200px){.order__item-wrapper{gap:16px}}.order__item img{cursor:pointer;width:60px;height:60px;object-fit:cover}@media screen and (max-width:1200px){.order__item img{width:52px;height:52px}}@media screen and (max-width:768px){.order__item img{width:30px;height:30px}}.order__item-info p{max-width:295px;color:#0d1717;font-family:Open Sans;font-size:16px;font-weight:400}@media screen and (max-width:768px){.order__item-info p{font-size:12px}}.order__item-values{width:201px;display:flex;justify-content:space-between;align-items:center;gap:25px}@media screen and (max-width:1200px){.order__item-values{width:208px}}@media screen and (max-width:768px){.order__item-values{width:145px;gap:13px}}.order__item-values p{color:#0d1717;font-family:Open Sans;font-size:16px;font-weight:400;white-space:nowrap}@media screen and (max-width:1200px){.order__item-values p{width:70px;text-align:center}}@media screen and (max-width:768px){.order__item-values p{width:100%;font-size:12px}}.order__footer-tablet{width:100%;padding:10px;margin-bottom:16px}.cart{position:fixed;top:0;right:-1000px;z-index:10000;background:#fff;width:420px;height:100vh;transition:right .4s ease;display:flex;flex-direction:column}@media screen and (max-width:500px){.cart{width:100%}}.cart.open{right:0}.cart__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:28px;background-color:#6db5ae}@media screen and (max-width:1200px){.cart__header{padding:28px 32px}}@media screen and (max-width:500px){.cart__header{padding:16px}}.cart__header-info{display:flex;align-items:center}.cart__title{color:#fefefa;font-family:Unbounded;font-size:26px;font-weight:400;line-height:30px;margin-right:7px}@media screen and (max-width:1200px){.cart__title{font-size:16px;margin-right:12px}}@media screen and (max-width:500px){.cart__title{line-height:16px;font-size:16px;margin-right:6px}}.cart__count{color:#fefefa;font-family:Open Sans;font-size:16px;font-weight:400;line-height:18px}@media screen and (max-width:500px){.cart__count{line-height:9px;font-size:12px}}.cart__close{background:none;border:none;cursor:pointer}@media screen and (max-width:1200px){.cart__close svg{width:18px;height:18px}}@media screen and (max-width:500px){.cart__close svg{width:12px;height:12px}}.cart__list{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:28px}@media screen and (max-width:500px){.cart__list{gap:16px}}.cart__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px 28px 33px;border-bottom:1px solid #b0b0b0}.cart__item:last-child{border-bottom:none}@media screen and (max-width:1200px){.cart__item{padding-bottom:28px}}@media screen and (max-width:500px){.cart__item{justify-content:space-between;padding:16px}}.cart__item .product-card{display:flex;gap:12px;width:100%;pointer-events:none}.cart__item .product-card__container{margin-bottom:0}.cart__item .product-card__image{width:120px;height:120px;border-radius:8px;object-fit:cover;margin-bottom:0}@media screen and (max-width:500px){.cart__item .product-card__image{width:90px;height:90px}}.cart__item .product-card__text{display:-webkit-box;height:50px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:600;color:#0d1717}@media screen and (max-width:1200px){.cart__item .product-card__text{font-size:15px;height:40px}}@media screen and (max-width:500px){.cart__item .product-card__text{height:32px;font-size:14px}}.cart__item .product__meter{width:100%;display:flex;justify-content:space-between;align-items:center}.cart__item .product-card__size,.cart__item .product__meter .product-card__price{display:block}.cart__item .cart__delete{position:absolute;right:28px;top:13px;display:inline-flex;cursor:pointer;margin-top:5px;margin-left:auto;z-index:9999}@media screen and (max-width:1200px){.cart__item .cart__delete svg{width:18px;height:20px}}@media screen and (max-width:500px){.cart__item .cart__delete svg{width:15px;height:17px}}.cart__item .product-card__price{font-size:24px;font-weight:600}@media screen and (max-width:1200px){.cart__item .product-card__price{font-size:20px}}@media screen and (max-width:500px){.cart__item .product-card__price{font-size:14px}}.cart__box{display:flex;align-items:flex-start}.cart__container,.cart__counter{display:flex;align-items:center;justify-content:space-between}.cart__counter{width:120px;height:40px;border-radius:4px;border:1px solid #0d1717;background-color:#fefefa;padding:0 20px}@media screen and (max-width:500px){.cart__counter{height:30px;width:90px;padding:0 12px}}.cart__counter button{display:flex;align-items:center;width:18px;height:18px;cursor:pointer}@media screen and (max-width:500px){.cart__counter button{width:12px;height:12px}}.cart__counter span{color:#0d1717;font-family:Open Sans;font-size:18px;font-weight:600}@media screen and (max-width:1200px){.cart__counter span{font-size:16px}}.cart__info{display:flex;gap:12px;align-items:center;margin-bottom:48px}@media screen and (max-width:1200px){.cart__info{margin-bottom:60px}}@media screen and (max-width:500px){.cart__info{margin-bottom:44px}}.cart__footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;border-top:1px solid #0d1717;padding-top:28px;padding-bottom:40px}@media screen and (max-width:500px){.cart__footer{padding-top:16px;padding-bottom:120px}}.cart__total{width:100%;display:flex;justify-content:space-between;align-items:center;color:#0d1717;padding:0 28px;margin-bottom:31px}@media screen and (max-width:500px){.cart__total{padding:0 16px;margin-bottom:16px}}.cart__total p{font-family:Open Sans;font-size:16px;font-weight:400}@media screen and (max-width:500px){.cart__total p{font-size:16px!important;margin-bottom:16px}}.cart__sum{font-family:Unbounded!important;font-size:24px!important;font-weight:600!important}@media screen and (max-width:1200px){.cart__sum{font-size:20px}}@media screen and (max-width:500px){.cart__sum{font-size:16px!important}}.cart__checkout{max-width:364px;width:100%;padding:16px 0;border-radius:6px;background-color:#0d1717;color:#fefefa;font-family:Unbounded;font-size:18px;font-weight:400;margin-bottom:12px}@media screen and (max-width:500px){.cart__checkout{font-size:14px;border-radius:4px 0;padding:12px 0;margin-bottom:10px}}.cart__continue{color:#6db5ae;font-family:Unbounded;font-size:18px;font-weight:400;cursor:pointer}@media screen and (max-width:1200px){.cart__continue{font-size:14px}}@media screen and (max-width:500px){.cart__continue{font-size:12px}}.select-size{margin-bottom:36px}@media screen and (max-width:1200px){.select-size{margin-bottom:32px}}@media screen and (max-width:768px){.select-size{margin-bottom:12px}}.select-size__title{color:#0d1717;font-family:Unbounded;font-size:16px;font-weight:600;text-decoration:underline;margin-bottom:12px}@media screen and (max-width:1200px){.select-size__title{margin-bottom:14px;font-size:14px}}@media screen and (max-width:768px){.select-size__title{font-size:12px}}.select-size__container{position:relative;max-width:478px;cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width:1200px){.select-size__container{max-width:604px}}.select-size__trigger{display:flex;justify-content:space-between;align-items:center;border-radius:4px;border:1px solid #0d1717;background:#fefefa;padding:18px 12px;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400;line-height:normal;position:relative}@media screen and (max-width:1200px){.select-size__trigger{font-size:12px}}.select-size__options{display:none;position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;border-top:none;background:#fff;z-index:1000;max-height:300px;overflow-y:auto;box-shadow:0 4px 10px rgba(0,0,0,.1)}.select-size__options.open{display:block}.select-size .custom-select__option{padding:12px;cursor:pointer;font-family:Unbounded,sans-serif;font-size:18px}@media screen and (max-width:1200px){.select-size .custom-select__option{font-size:16px}}.select-size .custom-select__option:hover{background-color:#f0f0f0}.select-size .select-arrow{position:absolute;top:50%;right:16px;width:22px;height:11px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="11" viewBox="0 0 22 11" fill="none"><path d="M21 1L11 9L0.999999 1" stroke="%230D1717" stroke-width="2"/></svg>') no-repeat 50%;background-size:100% 100%;pointer-events:none;transform:translateY(-50%);transition:transform .2s ease}.select-size .select-arrow.open{transform:translateY(-50%) rotate(180deg)}.sort{justify-content:space-between}.sort,.sort__main{display:flex;align-items:center}.sort__main{cursor:pointer;gap:2px;margin-right:36px}@media screen and (max-width:1200px){.sort__main{gap:12px}}@media screen and (max-width:768px){.sort__main{gap:4px}.sort__main svg{width:18px;height:18px}}.sort__main p{color:var(--white,#fefefa);font-family:Unbounded;font-size:20px;font-weight:300;text-transform:uppercase}@media screen and (max-width:1200px){.sort__main p{font-size:16px}}@media screen and (max-width:768px){.sort__main p{font-size:12px}}.sort__list{display:flex;justify-content:space-between;align-items:center;gap:40px}@media screen and (max-width:1200px){.sort__list{display:none}}.sort__item{position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px}@media screen and (max-width:1200px){.sort__item{gap:12px}}.sort__text{color:var(--white,#fefefa);font-family:Unbounded;font-size:20px;font-weight:300;text-transform:uppercase}.size-modal--sort{position:absolute;top:calc(100% + 8px);left:0;z-index:25;background:#fff;border-radius:8px;padding:16px 20px;width:260px;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:fadeIn .15s ease}.size-modal__list{gap:14px}.size-modal__item--sort{cursor:pointer;-webkit-user-select:none;user-select:none}.sort-radio{display:flex;align-items:center;gap:10px;cursor:pointer}.sort-radio__input{display:none}.sort-radio__circle{width:20px;height:20px;border:1px solid #000;border-radius:50%;position:relative;flex-shrink:0}.sort-radio__input:checked+.sort-radio__circle:after{content:"";position:absolute;inset:3px;background:#000;border-radius:50%}.sort-radio__label{font-family:Unbounded;font-size:16px;font-weight:300;color:#0d1717}@media(max-width:680px){.sort-radio__label{width:178px;font-size:12px}}.size-modal__reset{margin-top:18px;width:100%;padding:10px 0;border-radius:6px;font-family:Unbounded;color:#0d1717}.overlay{background-color:rgba(0,0,0,0)!important}@media(max-width:1200px){.overlay{background-color:rgba(0,0,0,.5)!important}}.search-results-wrapper{position:relative}.search-results-wrapper .search-results{position:absolute;width:calc(100% + 52px);z-index:1000;background:#fff;box-shadow:0 1px 3px 2px rgba(0,0,0,.2);margin-top:-4px}.search-results-wrapper .search-results .search__clear p{padding:8px}.search-results-wrapper .search-results .show-all-results-button{width:100%;padding:8px 0;display:flex;justify-content:center;gap:8px;align-items:center;background:#fff;border-bottom:1px solid var(--light-gray,#9f9f9f);border-radius:5px 0}.search-results-wrapper .search-results .show-all-results-button p{font-size:16px;font-style:normal;font-weight:300;line-height:normal}@media(max-width:1200px){.search-results-wrapper .search-results .show-all-results-button{position:absolute;padding:0;width:auto;border-bottom:none;right:20px;top:-40px}}.search-results-wrapper .search-results ul{overflow:scroll;height:253px;border-radius:5px 0;background:#fff;box-shadow:0 1px 3px 2px rgba(0,0,0,.2)}@media(max-width:1200px){.search-results-wrapper .search-results ul{height:350px}}.search-results-wrapper .search-results li{background:#fff;padding:3px;border:.2px solid #8f8d8d}@media(max-width:1200px){.search-results-wrapper .search-results li{padding-left:20px}}.search-results-wrapper .search-results li:first-child{border-top:none}.search-results-wrapper .search-results .product-item:hover{border:none;box-shadow:none}@media(max-width:1200px){.search-results-wrapper .search-results{width:100%}.header-bottom__search{position:absolute;width:100%;left:0}}.search__list-item .product-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.search__list-item .product-card__price-new{font-size:10px}.search-results-wrapper .product-card{display:flex}.search-results-wrapper .product-card__container{width:90px;height:90px;margin-bottom:0}.search-results-wrapper .product-card__container img{height:100%;width:100%;border-radius:0}.search-results-wrapper .product-card__wrapper{flex:1 1}.search-results-wrapper .product-card__discount{top:0;font-size:10px;padding:0;height:20px;display:flex;align-items:center}.search-results-wrapper .product-card__discount p{padding:0}.search-results-wrapper .product-card__text{font-size:12px;padding:0!important}.search-results-wrapper .product-card__price{font-size:10px;font-weight:500}@media screen and (max-width:1200px){.search-results-wrapper .product-card__price{font-size:12px}}.filter{display:flex;align-items:center;gap:8px;cursor:pointer}@media screen and (max-width:1200px){.filter{gap:12px}}@media screen and (max-width:768px){.filter{gap:4}.filter svg{width:18px;height:18px}}.filter__text{color:var(--white,#fefefa);font-family:Unbounded;font-size:20px;font-weight:300}@media screen and (max-width:1200px){.filter__text{font-size:16px}}@media screen and (max-width:768px){.filter__text{font-size:12px}}.order-form{position:relative;display:flex;justify-content:space-between;gap:20px;z-index:10}@media screen and (max-width:1200px){.order-form{flex-direction:column;gap:60px}}@media screen and (max-width:768px){.order-form{gap:40px}}.order-form__wrapper{max-width:760px;width:100%}@media screen and (max-width:1200px){.order-form__wrapper{max-width:100%}}.order-form h3{color:#0d1717;font-family:Unbounded;font-size:24px;font-weight:400;margin-bottom:34px}@media screen and (max-width:1200px){.order-form h3{font-size:20px}}@media screen and (max-width:768px){.order-form h3{font-size:16px;line-height:16px;margin-bottom:23px}}.order-form__person{margin-bottom:36px}@media screen and (max-width:768px){.order-form__person{margin-bottom:24px}}.order-form__pay{margin-bottom:36px}@media screen and (max-width:768px){.order-form__pay{margin-bottom:24px}}.order-form__confirm{display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (max-width:1200px){.order-form__func{width:580px;margin:0 auto}}@media screen and (max-width:768px){.order-form__func{width:100%}}.error{margin-top:5px;color:red}.order-form__submit__confirm{display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (max-width:1200px){.order-form__submit__func{width:580px;margin:0 auto}}@media screen and (max-width:768px){.order-form__submit__func{width:100%}}.css-1u9des2-indicatorSeparator,.react-select__indicator-separator{display:none}.select-new-post::placeholder{color:#ced0cd;font-family:Open Sans;font-size:20px;font-weight:400}.error{top:97%;font-size:10px;left:10px}.error.select{margin-top:10px}.order-form__submit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px 0;border-radius:8px 0;background:#0d1717;color:#fefefa;font-family:Unbounded;font-size:27px;font-weight:400;line-height:27px}@media screen and (max-width:768px){.order-form__submit{font-size:16px;line-height:16px;padding:11px 0}}.order-form__submit>svg{width:20px;height:22px}@media screen and (max-width:768px){.order-form__submit>svg{width:15px;height:17px}}.order-form__submit path{stroke-width:2px;stroke:var(--white,#fefefa)}.checkbox__label{display:flex;justify-content:center;align-items:center;gap:12px;cursor:pointer}@media(max-width:768px){.checkbox__label{gap:8px}}.checkbox__text{color:#0d1717;font-family:Open Sans;font-size:16px;font-weight:400}@media screen and (max-width:768px){.checkbox__text{font-size:13px}}.checkbox__control{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:30px;height:30px;border-radius:2px;border:1px solid #0d1717;background-color:rgba(0,0,0,0);cursor:pointer;position:relative;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.checkbox__control{width:24px;height:24px}}.checkbox__control:hover{border-color:#000}.checkbox__control:checked{background-color:#000;border-color:#000}.checkbox__control:after{content:"";width:6px;height:12px;border-right:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0);transform:rotate(45deg) scale(0);opacity:0;transition:all .2s ease}.checkbox__control:checked:after{border-color:#fff;transform:rotate(45deg) scale(1);opacity:1;border-radius:2px}.custom-input{margin-top:12px}.custom-input>.input__label{display:flex;align-items:center;gap:12px;position:static;opacity:1;visibility:visible;transform:none;pointer-events:auto}@media screen and (max-width:1200px){.custom-input{font-size:14px}}@media screen and (max-width:768px){.custom-input{font-size:10px}}.custom-input .input__error{position:absolute;top:97%;font-size:10px;left:10px}.pay-form .pay-form__installment{margin-top:24px}.order-form__promo{text-align:center;margin-bottom:60px}@media screen and (max-width:768px){.order-form__promo{margin-bottom:40px}}.order-form__promo h3{font-weight:500;margin-bottom:24px}@media screen and (max-width:768px){.order-form__promo h3{font-size:16px;margin-bottom:16px}}.order-form__promo .input__control{width:100%;height:60px;padding:0 12px;font-size:20px;font-weight:400}@media screen and (max-width:768px){.order-form__promo .input__control{width:100%;height:36px;font-size:16px}}.order-form__promo .input__label{display:none}.order-form__promo-block{display:flex;align-items:center;justify-content:space-between;gap:20px}.order-form__promo-block .custom-input{margin-top:0!important}@media screen and (max-width:768px){.order-form__promo-block{gap:6px}}.order-form__promo-block .custom-input{width:100%;max-width:347px}.order-form__promo-btn{height:60px;border-radius:8px 0;background:#0d1717;color:#fefefa;text-align:center;font-family:Unbounded;font-size:24px;font-weight:400;padding:0 34px}@media screen and (max-width:768px){.order-form__promo-btn{font-size:12px;height:36px;padding:0 24px}}.custom-input{position:relative;display:flex;flex-direction:column;gap:4px;margin-bottom:30px}.custom-input:last-of-type{margin-bottom:0}@media screen and (max-width:1200px){.custom-input{margin-bottom:24px}}@media screen and (max-width:768px){.custom-input{margin-bottom:16px}}.input__label{color:#000;font-family:Open Sans;font-size:15px;font-weight:400;position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;transition:all .2s ease;opacity:0;visibility:hidden}@media screen and (max-width:1200px){.input__label{font-size:12px}}@media screen and (max-width:768px){.input__label{font-size:10px}}.input__control:focus+.input__label,.input__label.active{top:-15px;left:8px;opacity:1;visibility:visible}@media screen and (max-width:768px){.input__control:focus+.input__label,.input__label.active{top:-8px}}.input__control{width:100%;height:52px;border-radius:4px;border:1px solid #0d1717;background:#fefefa;padding:0 12px;color:#0d1717;font-family:Open Sans;font-size:22px;font-weight:400}@media screen and (max-width:1200px){.input__control{height:45px}}@media screen and (max-width:768px){.input__control{height:36px;font-size:16px;padding:0 10px}}.input__control::placeholder{color:#ced0cd;font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (max-width:768px){.input__control::placeholder{font-size:16px}}.input__error{position:absolute;right:10px;bottom:0;color:red;margin-bottom:5px;font-family:Open Sans;font-size:14px}@media screen and (max-width:768px){.input__error{font-size:12px}}.input__wrapper{position:relative;width:100%}.custom-select-label{color:#000;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.pay-info{width:580px;border:1px solid #0d1717;background:rgba(254,254,250,.61);padding:36px;text-align:center}@media screen and (max-width:768px){.pay-info{width:100%;padding:24px 16px}}.pay-info__title{position:relative;color:#fefefa;font-family:Unbounded;font-size:24px;font-weight:500;z-index:0;margin-bottom:36px}@media screen and (max-width:768px){.pay-info__title{display:inline-block;font-size:16px;margin-bottom:18px}}.pay-info__title:before{content:"";background:url(/images/decor-1.png) no-repeat 50%/contain;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:360px;height:140px;z-index:-1}@media screen and (max-width:768px){.pay-info__title:before{width:240px;height:90px}}.pay-info__block{display:flex;flex-direction:column;gap:18px;border-top:1px solid rgba(13,23,23,.6);border-bottom:1px solid rgba(13,23,23,.6);padding:24px 0;color:#0d1717}@media screen and (max-width:768px){.pay-info__block{padding:16px 0;gap:16px}}.pay-info__row{display:flex;justify-content:space-between;align-items:center}.pay-info__label{font-family:Unbounded;font-size:24px;font-weight:400}@media screen and (max-width:768px){.pay-info__label{font-size:14px}}.pay-info__value{font-family:Open Sans;font-size:24px;font-weight:400}@media screen and (max-width:768px){.pay-info__value{font-size:16px}}.pay-info__total{display:flex;justify-content:space-between;align-items:center;color:#0d1717;font-family:Unbounded;font-size:24px;font-weight:500;margin-top:36px}@media screen and (max-width:768px){.pay-info__total{font-size:16px;margin-top:24px}}.delivery-form{margin-bottom:36px}@media screen and (max-width:768px){.delivery-form{margin-bottom:24px}}.delivery-form__selectors{display:flex;flex-direction:column;gap:30px}@media screen and (max-width:1200px){.delivery-form__selectors{gap:16px}}.delivery-form .custom-select-label{display:none}.react-select__control{height:52px!important;border-radius:4px!important;border:1px solid #0d1717!important;background:#fefefa!important;padding:0 12px!important;font-family:Open Sans}@media screen and (max-width:1200px){.react-select__control{height:45px!important}}@media screen and (max-width:768px){.react-select__control{height:36px!important;padding:0!important}.react-select__control .css-19bb58m{padding:0!important;margin:0!important}}.header{position:fixed;top:0;left:0;width:100%;z-index:9998}@media(max-width:768px){.header .header__icons svg{width:20px;height:20px}.header .header__icon-count{min-width:14px;height:14px;line-height:14px;font-size:9px;padding:0 3px}.header .header__icon-count--wishlist{bottom:1px;right:-4px}.header .header__icon-count--cart{bottom:2px;right:-4px}}.header{background-color:#fefefa}@media screen and (max-width:1200px){.header{border-bottom:1px solid #000}}.header .header-func{background-color:#fefefa}.header__banner{background-color:#0d1717;text-align:center;padding:3px 0}@media screen and (min-width:769px)and (max-width:1200px){.header__banner{padding:4px 0}}.header__banner h3{color:#fffffa;font-family:Unbounded;font-size:16px;font-weight:400}@media screen and (max-width:1200px){.header__banner h3{font-size:18px}}@media screen and (max-width:768px){.header__banner h3{font-size:10px}}.header__top{display:flex;justify-content:space-between;align-items:center;padding:10px 0}@media screen and (max-width:1200px){.header__top{padding:14px 0}}@media screen and (max-width:768px){.header__top{padding:11px 0}}.header__search{display:flex;z-index:999}.header__search .burger-icon{width:52px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:101}@media(max-width:768px){.header__search .burger-icon{width:42px}}.header__search .burger-icon span{height:2px;width:100%;background:#0d1717;border-radius:3px;transition:all .3s ease;transform-origin:center}.header__search .burger-icon.open span:first-child{transform:rotate(45deg) translate(8px,5px);top:50%;width:23px}.header__search .burger-icon.open span:nth-child(2){opacity:0;width:12px}.header__search .burger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-3px);top:50%;width:23px}@media screen and (max-width:1200px){.header__search{align-items:center;gap:38px}}@media screen and (max-width:768px){.header__search{gap:28px}}.header__menu-top{display:none}@media screen and (max-width:1200px){.header__menu-top{display:block}}@media screen and (max-width:768px){.header__menu-top img{width:30px;height:20px}}.header__input{position:relative;background:var(--white,#fefefa);z-index:1001;width:310px;height:50px;padding:0 10px;border-radius:8px 0 0 8px;border:1px solid #0d1717;border-right:none;color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:400;cursor:pointer;outline:none}.header__input::placeholder{color:#0d1717}@media screen and (max-width:1200px){.header__input{z-index:999;width:100%;border:none;border-radius:0}.header__input,ƒ .header__input::placeholder{font-size:18px;font-style:normal;font-weight:400;line-height:normal}ƒ .header__input::placeholder{color:#0d1717}}@media screen and (max-width:580px){.header__input{font-size:16px;height:30px;top:-5px}}@media screen and (max-width:1200px){.header__search-btn-tablet svg{width:24px;height:24px}}@media screen and (max-width:768px){.header__search-btn-tablet svg{width:24px;height:24px}}.header__search-btn{z-index:1000;height:50px;padding-right:20px;border-radius:0 8px 8px 0;border:1px solid #0d1717;border-left:none;cursor:pointer;background-color:#fefefa}@media screen and (max-width:1200px){.header__search-btn{position:absolute;right:20px;top:44px;background-color:rgba(0,0,0,0);border:none;padding:0;z-index:9000}.header__search-btn svg{width:24px;height:24px}}@media screen and (max-width:768px){.header__search-btn{top:24px}}@media screen and (max-width:560px){.header__search-btn{top:21px}}@media screen and (max-width:768px){.header__search-btn svg{width:20px;height:20px}}@media screen and (max-width:560px){.header__search-btn svg{width:16px;height:16px}}.header__logo{cursor:pointer}@media screen and (max-width:1200px){.header__logo img{width:157px;height:45px}}@media screen and (max-width:768px){.header__logo img{width:90px;height:26px}}.header__icons{display:flex;gap:24px}@media screen and (max-width:1200px){.header__icons{gap:30px}}@media screen and (max-width:768px){.header__icons{gap:14px}.header__icons svg{width:20px;height:20px}}.header__icons-link{display:flex;align-items:center;gap:12px}@media screen and (max-width:1200px){.header__icons-link{align-items:flex-start}}.header__icons-link p{color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:400}@media screen and (max-width:1200px){.header__icons-link p{display:none}}.header__icon-count{position:absolute;min-width:18px;height:18px;padding:0 4px;border-radius:50%;font-size:11px;line-height:18px;text-align:center;background:#0d1717;color:#fff;font-weight:600}.header__icon-count--wishlist{bottom:2px;right:-3px}.header__icon-count--cart{bottom:5px;right:-4px}.header__icon-wrapper{position:relative;display:inline-block}.header__bottom{background:#6db5ae}@media screen and (max-width:1200px){.header__bottom{display:none}}.menu{display:flex;align-items:center;justify-content:center;padding:6px 0;gap:90px;position:relative}.menu .menu-item:hover .menu__dropdown{opacity:1;visibility:visible;pointer-events:auto}.menu__link{position:relative;color:#fefefa;font-family:Unbounded;font-size:20px;font-weight:400;text-transform:uppercase;text-decoration:none;padding:12px 0}.menu__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:currentColor;transition:width .4s ease}.menu__link:hover:after{width:100%}.menu__dropdown{position:absolute;top:100%;left:0;background:#fefefa;padding:40px 0;width:100vw;min-height:397px;visibility:hidden;pointer-events:none}.menu__dropdown h4{cursor:pointer}.menu__dropdown h4:hover{text-decoration:underline}.menu__dropdown:hover{opacity:1;visibility:visible;pointer-events:auto}.menu__dropdown-container{display:grid;max-width:950px;margin:0 auto;grid-template-columns:repeat(3,1fr);grid-gap:300px;gap:300px}.menu__dropdown-list{gap:16px}.dropdownColumn,.menu__dropdown-list{display:flex;flex-direction:column}.dropdownColumn h4{color:#000;font-family:Unbounded;font-size:18px;font-weight:500;line-height:24px;margin-bottom:20px}.dropdownColumn a{color:#000;font-family:Open Sans;font-size:18px;font-weight:400}.dropdownColumn a:hover{color:rgba(52,189,186,.8)}.banner__swiper{max-height:762px}.banner__image{width:100%;height:100%;object-fit:contain}.banner .swiper-pagination{display:flex;justify-content:center;align-items:center;gap:12px;bottom:30px}@media(min-width:1200px){.banner .swiper-pagination{display:none}}@media screen and (max-width:768px){.banner .swiper-pagination{gap:6px}}.banner .swiper-pagination .swiper-pagination-bullet{width:29px;height:3px;background:#fff7ec;opacity:.5;transition:opacity .3s ease,background .3s ease}.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background:red}@media screen and (max-width:768px){.banner .swiper-pagination .swiper-pagination-bullet{width:13px;height:3px}}.brands{background:#0d1717;padding:15px 0;margin-bottom:100px}@media screen and (max-width:1200px){.brands{margin-bottom:80px}}@media screen and (max-width:768px){.brands{margin-bottom:32px;padding:25px 0}}.brands__list{display:flex;align-items:center;justify-content:center;gap:40px}@media screen and (max-width:1560px){.brands__list{gap:40px}.brands__list li:nth-child(n+7){display:none}}@media screen and (max-width:1360px){.brands__list li:nth-child(n+6){display:none}}@media screen and (max-width:768px){.brands__list{gap:0;flex-wrap:nowrap;justify-content:space-between;padding:0 16px}.brands__list li{flex:1 1;display:flex;align-items:center;justify-content:center}.brands__list li:nth-child(n+4){display:none}}.brands__list li{display:flex;align-items:center;justify-content:center}.brands__list img{cursor:pointer;display:block;object-fit:contain}@media screen and (max-width:1200px){.brands__list img{max-width:90px;height:auto}}@media screen and (max-width:768px){.brands__list img{height:28px;width:auto;max-width:100%}}.brands__swiper{width:100%}.brands__item,.brands__swiper .swiper-wrapper{align-items:center}.brands__item{display:flex;justify-content:center}.brands__item img{display:block;object-fit:contain;cursor:pointer}@media screen and (max-width:768px){.brands__item img{height:33px;width:auto;max-width:100%}}.gender{display:grid;grid-template-columns:1fr 738px;grid-template-rows:repeat(2,315px);grid-gap:20px;gap:20px;height:651px}@media screen and (max-width:1500px){.gender{grid-template-columns:1fr 1.1fr;height:auto}}@media screen and (max-width:1200px){.gender{display:grid;grid-template-columns:1fr;grid-template-rows:280px;grid-gap:22px;gap:22px;height:100%}}@media screen and (max-width:768px){.gender{grid-template-rows:0;grid-auto-rows:130px;gap:8px}}.gender__title{position:relative;display:inline-block;color:#000;font-family:Unbounded;font-size:48px;font-weight:500;z-index:1;margin-bottom:36px}@media screen and (max-width:1200px){.gender__title{font-size:30px}}@media screen and (max-width:768px){.gender__title{font-size:18px}}.gender__title:before{content:"";background:url(/images/decor-1.png) no-repeat 50%/contain;position:absolute;left:-42px;top:48%;transform:translateY(-50%);width:300px;height:120px;z-index:-1}@media screen and (max-width:1200px){.gender__title:before{width:220px}}@media screen and (max-width:768px){.gender__title:before{width:130px;left:-24px}}.gender__title-white{color:#fefefa;margin-right:27px}@media screen and (max-width:1200px){.gender__title-white{margin-right:12px}}.gender__item{position:relative;cursor:pointer;background:#fefefa;border:1px solid #000;overflow:hidden;transition:transform .2s ease}.gender__item:hover{transform:scale(1.02)}@media screen and (max-width:1200px){.gender__item{width:100%;height:280px}}@media screen and (max-width:768px){.gender__item{width:100%;height:100%}}.gender__women{border-radius:64px 0 0 0;grid-row:span 2;background-image:url(/images/women-bg-desc.jpg);background-repeat:no-repeat;background-size:cover;background-position:top}@media screen and (max-width:1200px){.gender__women{background-image:url(/images/women-bg-mobile.jpg)}}.gender__man{background-image:url(/images/man-bg-desc.jpg);background-repeat:no-repeat;background-size:cover;background-position:top}@media screen and (max-width:1200px){.gender__man{background-image:url(/images/man-bg-mobile.jpg)}}.gender__kids{border-radius:0 0 64px 0;background-image:url(/images/childer-bg-desc.jpg);background-repeat:no-repeat;background-size:cover;background-position:top}@media screen and (max-width:1200px){.gender__kids{background-image:url(/images/childer-bg-mobile.jpg);border-radius:0 0 32px 0}}.catalog{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:32px}@media screen and (max-width:1500px){.catalog{flex-direction:column;gap:20px;margin-bottom:37px}}@media screen and (max-width:768px){.catalog{flex-direction:column;gap:16px;margin-bottom:20px}}.catalog__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:48px;font-weight:500;white-space:nowrap}@media screen and (max-width:1200px){.catalog__title{font-size:30px}}@media screen and (max-width:768px){.catalog__title{font-size:18px}}.catalog__title:before{content:"";background:url(/images/decor-1.png) no-repeat 50%/contain;position:absolute;left:-57px;top:48%;transform:translateY(-50%);width:260px;height:120px;z-index:-1}@media screen and (max-width:1500px){.catalog__title:before{width:217px;left:-38px}}@media screen and (max-width:1200px){.catalog__title:before{width:160px;left:-38px}}@media screen and (max-width:768px){.catalog__title:before{width:90px;left:-18px}}.catalog__title-white{color:#fefefa;margin-right:15px}@media screen and (max-width:1500px){.catalog__title-white{margin-right:0}}.catalog__buttons{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}@media screen and (max-width:768px){.catalog__buttons{gap:10px}}.catalog__button{width:267px;height:44px;border-radius:16px;background:#0d1717;border:1px solid #000;cursor:pointer;color:#fefefa;font-family:Unbounded;font-size:20px;font-weight:500}@media screen and (max-width:1200px){.catalog__button{width:100%;max-width:164px;height:30px;font-size:16px;border-radius:8px}}@media screen and (max-width:768px){.catalog__button{max-width:100px;height:28px;font-size:11px;gap:14px}}.catalog__button-men{background-color:rgba(0,0,0,0);color:#0d1717;font-weight:400;background-color:#fefefa}@media screen and (min-width:1301px){.benefit{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}}@media screen and (max-width:1300px){.benefit{max-width:1530px;padding:0 32px;margin-left:auto;margin-right:auto}}@media screen and (max-width:768px){.benefit{padding:0 16px}}.benefit__item{position:relative;display:flex;flex-direction:column;justify-content:center;height:754px;cursor:pointer;color:#fefefa;font-family:Unbounded;font-size:72px;font-weight:700;text-align:center;border-radius:0 64px 0 0;background:#efe7e5;margin-bottom:40px;padding:64px 28px;max-height:753px}.benefit__item:hover{animation:shake .5s}@media screen and (max-width:1300px){.benefit__item{display:none}}.benefit .first{background:url(/images/left-baner.png) 50%/cover no-repeat}.benefit .bonus{background:url(/images/right-baner.png) 50%/cover no-repeat;border-radius:0 0 0 64px;gap:64px;margin-top:40px;margin-bottom:0;display:inline-block;transition:transform .3s ease}.benefit .bonus:hover{animation:shake .5s}@media screen and (max-width:1300px){.benefit .bonus{display:none}}.benefit .bonus__text{color:#fefefa;font-family:Unbounded;font-size:80px;font-weight:700;line-height:60px;text-align:left}.benefit .bonus__wrapper{display:flex;justify-content:center;align-items:center;margin-left:150px}.benefit .bonus__title{color:#fefefa;font-size:200px;font-weight:700;font-family:Inter;line-height:242px}.benefit .bonus__subtext{height:60px;font-size:60px;line-height:10px;transform:rotate(270deg)}.benefit .bonus__info,.benefit .bonus__subtext{font-family:Unbounded;color:#fefefa;font-weight:700}.benefit .bonus__info{font-size:40px;line-height:60px;margin-left:150px}@media screen and (max-width:1700px){.benefit .bonus__info{width:510px}}.benefit-swiper{border-radius:0 40px 0 0}@media screen and (max-width:768px){.benefit{border-radius:0 36px 0 0}.benefit .swiper-slide{height:auto}}.swiper-benefit{display:none}@media screen and (max-width:1300px){.swiper-benefit{display:block;max-width:1530px}}.benefit-pagination{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;z-index:5}.benefit-pagination span{width:14px;height:14px}@keyframes shake{60%{transform:translate(-1px) rotate(-.5deg)}}.brand-info__title{text-align:center;color:#0d1717;font-family:Unbounded;font-size:48px;font-weight:500;margin-bottom:36px}@media screen and (max-width:1300px){.brand-info__title{font-size:20px;margin-bottom:25px}}@media screen and (max-width:768px){.brand-info__title{font-size:16px;margin-bottom:16px}}.brand-info__title-white{position:relative;color:#fefefa;margin-right:10px}.brand-info__title-white:before{content:"";background:url(/images/decor-2.png) no-repeat 50%/contain;position:absolute;left:-60px;top:-37px;width:240px;height:160px;z-index:-1}@media screen and (max-width:1300px){.brand-info__title-white:before{width:106px;height:75px;top:-21px;left:-30px}}@media screen and (max-width:768px){.brand-info__title-white:before{width:95px;height:85px;top:-29px;left:-24px}}.brand-info__wrapper{display:flex;flex-direction:column;gap:30px}@media screen and (max-width:1300px){.brand-info__wrapper{gap:15px}}@media screen and (max-width:768px){.brand-info__wrapper{gap:10px}}.brand-info__text{color:#0d1717;font-family:Open Sans;font-size:24px;font-weight:400;line-height:27px}@media screen and (max-width:1300px){.brand-info__text{font-size:18px;line-height:20px}}@media screen and (max-width:768px){.brand-info__text{font-size:12px;line-height:12px}}.campagin{padding:34px 0;background:#6db5ae}@media screen and (max-width:1200px){.campagin{padding:16px 0}}.campagin__wrapper{display:flex;flex-direction:column;gap:6px;max-width:763px}@media screen and (max-width:1200px){.campagin__wrapper{gap:12px;max-width:466px}}@media screen and (max-width:768px){.campagin__wrapper{gap:6px;max-width:266px}}.campagin__title{color:#fefefa;font-family:Unbounded;font-size:20px;font-weight:400}@media screen and (max-width:1200px){.campagin__title{font-size:18px}}@media screen and (max-width:768px){.campagin__title{text-align:center;font-size:14px}}.campagin__text{color:#fefefa;font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (max-width:1200px){.campagin__text{font-size:12px}}@media screen and (max-width:768px){.campagin__text{text-align:center;font-size:14px}}.campagin__button{padding:14px 39px;border-radius:8px 0;background:#0d1717}@media screen and (max-width:1200px){.campagin__button{padding:7px 16px}}@media screen and (max-width:768px){.campagin__button{border-radius:4px 0;padding:8px 26px}}.campagin__button p{color:#fefefa;text-align:center;font-family:Unbounded;font-size:18px;font-weight:400}@media screen and (max-width:1200px){.campagin__button p{font-size:14px}}@media screen and (max-width:768px){.campagin__button p{font-size:14px}}.footer{background:#0d1717;padding:78px 0 60px;overflow:hidden}@media screen and (max-width:1200px){.footer{padding:28px 0 60px}.footer .container{padding:0}}@media screen and (max-width:768px){.footer{padding:16px 0 30px}.footer .container{padding:0}}.footer__position{position:relative}.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}@media screen and (max-width:1200px){.footer__top{align-items:flex-start;flex-direction:column;margin-bottom:32px}}@media screen and (max-width:768px){.footer__top{margin-bottom:24px}}.footer__wrapper{position:relative;z-index:2}@media screen and (max-width:1200px){.footer__wrapper{padding-left:32px;margin-bottom:32px}}@media screen and (max-width:768px){.footer__wrapper{padding-left:16px;margin-bottom:16px}}.footer__logo{cursor:pointer;margin-bottom:43px}@media screen and (max-width:1200px){.footer__logo{width:222px;height:173px}}@media screen and (max-width:768px){.footer__logo{width:115px;height:90px;margin-bottom:20px}}.footer__work{color:#fefefa;font-family:Open Sans;font-size:20px;font-weight:400;margin-bottom:18px}@media screen and (max-width:768px){.footer__work{font-size:12px;margin-bottom:6px}}.footer__number{color:#fefefa;font-family:Unbounded;font-size:18px;font-weight:300}@media screen and (max-width:768px){.footer__number{font-size:12px}}.footer__group{position:relative;display:flex;align-items:center;gap:89px;z-index:2}@media screen and (max-width:1200px){.footer__group{width:100%;justify-content:space-between;border-top:1px solid #fefefa;padding-top:32px}}@media screen and (max-width:768px){.footer__group{flex-direction:column;align-items:flex-start;padding-top:16px;gap:22px}}@media screen and (max-width:1200px){.footer__info{padding-left:32px}}@media screen and (max-width:768px){.footer__info{padding-left:16px}}@media screen and (max-width:1200px){.footer__social{padding-right:32px}}@media screen and (max-width:768px){.footer__social{padding-right:0;padding-left:16px}}.footer__title{display:flex;justify-content:flex-start;color:#fefefa;text-align:center;font-family:Unbounded;font-size:24px;font-weight:500;margin-bottom:36px}@media screen and (max-width:1200px){.footer__title{font-size:22px;margin-bottom:16px}}@media screen and (max-width:768px){.footer__title{font-size:18px;margin-bottom:16px}}.footer__list{display:flex;flex-direction:column;gap:12px;height:128px}@media screen and (max-width:768px){.footer__list{gap:6px;height:auto}}.footer__item a{color:#fefefa;font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (max-width:768px){.footer__item a{font-size:12px}}.footer__bottom{position:relative;display:flex;justify-content:flex-end;align-items:center;border-top:1px solid #fefefa;padding-top:60px;z-index:2}@media screen and (max-width:768px){.footer__bottom{padding-top:22px}}.footer__payments{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:33px}@media screen and (max-width:1200px){.footer__payments{justify-content:center;gap:20px}}@media screen and (max-width:768px){.footer__payments{gap:9px}}.footer__payments li{cursor:pointer}@media screen and (max-width:768px){.footer__payments li img{width:65px;height:30px}}.footer__image-bg{position:absolute;top:-215px;right:-80px;z-index:1}@media screen and (max-width:1200px){.footer__image-bg{top:40px;right:-35px;transform:rotate(-13deg)}.footer__image-bg img{width:900px;height:420px}}@media screen and (max-width:768px){.footer__image-bg{top:80px;right:-35px;transform:rotate(-20deg)}.footer__image-bg img{width:430px;height:420px}}.breadcrumbs{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs{display:flex;align-items:center;margin:36px 0}@media screen and (max-width:1200px){.breadcrumbs{margin:22px 0 36px}}@media screen and (max-width:680px){.breadcrumbs{margin-bottom:16px;margin-top:16px}}.breadcrumbs__home{position:relative;cursor:pointer;transition:color .2s}.breadcrumbs__home:hover{color:#6db5ae}.breadcrumbs__home-svgHouse{position:absolute;top:6px;left:7px}.breadcrumbs__split{color:#0d1717;font-family:Open Sans;font-size:20px;font-weight:400;margin:0 8px}@media screen and (max-width:1200px){.breadcrumbs__split{font-size:16px;margin:0 4px}}@media screen and (max-width:768px){.breadcrumbs__split{font-size:10px}}.breadcrumbs__link{cursor:pointer;color:var(--black,#0d1717);font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (min-width:681px)and (max-width:1200px){.breadcrumbs__link{font-size:16px}}@media screen and (max-width:768px){.breadcrumbs__link{font-size:12px}}.breadcrumbs__link.active{cursor:default;pointer-events:none}.catalog-page__list-btn{display:none}.title{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:36px}@media screen and (max-width:768px){.title{margin-bottom:16px}}.title-main{color:#0d1717;font-family:Unbounded;font-size:42px;font-weight:500}@media screen and (max-width:1200px){.title-main{font-size:28px}}@media screen and (max-width:768px){.title-main{font-size:18px}}.title-text{color:#0d1717;font-family:Unbounded;font-size:30px;font-weight:300}@media screen and (max-width:1200px){.title-text{font-size:16px}}@media screen and (max-width:768px){.title-text{font-size:14px}}.title-white{display:inline-block;position:relative;color:#fefefa;margin-right:10px;text-transform:uppercase}@media screen and (max-width:768px){.title-white{margin-right:5px}}.title-white:before{content:"";position:absolute;top:50%;left:-1.2em;right:-1.2em;transform:translateY(-50%);height:2.8em;background:url(/images/decor-1.png) 50%/cover no-repeat;z-index:-1}@media(max-width:1200px){.title-white:before{left:-.8em;right:-.8em;height:2.8em}}@media(max-width:768px){.title-white:before{left:-1.6em;right:-1.6em;height:2.8em}}.filters-panel{background:var(--black,#0d1717);padding:16px 0}.filters-panel>.container{display:flex;justify-content:space-between;align-items:center}.catalog-list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,auto);grid-gap:24px;gap:24px}@media screen and (max-width:1200px){.catalog-list{grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:16px}}@media screen and (max-width:768px){.catalog-list{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:16px}}.pagination{display:flex;justify-content:center;margin-bottom:58px}@media screen and (max-width:1200px){.pagination{margin-bottom:60px}}@media screen and (max-width:768px){.pagination{margin-bottom:42px}}.pagination-page{transition:.5s;cursor:pointer;border:none;background:inherit;margin-right:26px;color:#0d1717;font-family:Unbounded;font-size:27px;font-weight:500}@media screen and (max-width:1200px){.pagination-page{font-size:18px;margin-right:15px}}@media screen and (max-width:768px){.pagination-page{font-size:12px;margin-right:12px}}.pagination-page:hover{transform:scale(1.05);transition:.5s}.pagination-page.active{cursor:auto;pointer-events:none;border-radius:4px;background:#6db5ae;color:#fefefa;padding:8px 19px;margin-right:21px}@media screen and (max-width:1200px){.pagination-page.active{padding:5px 11px;margin-right:15px}}@media screen and (max-width:768px){.pagination-page.active{padding:2px 6px;margin-right:12px}}.product-gallery{display:flex;gap:20px;margin-bottom:90px}@media screen and (max-width:1200px){.product-gallery{justify-content:center;margin-bottom:36px;gap:0}}.product-gallery__main{display:flex;align-items:center}.product-info{max-width:570px;position:-webkit-sticky;position:sticky;top:20px;align-self:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1200px){.product-info{margin-bottom:36px}}@media screen and (max-width:768px){.product-info{margin-bottom:22px}}.product-info__brand{display:flex;justify-content:space-between;align-items:self-start;margin-bottom:12px}@media screen and (max-width:1200px){.product-info__brand{margin-bottom:10px}}@media screen and (max-width:768px){.product-info__brand{margin-bottom:6px}}.product-info__title{color:#0d1717;font-family:Open Sans;font-size:28px;font-weight:600}@media screen and (max-width:1200px){.product-info__title{font-size:20px}}@media screen and (max-width:768px){.product-info__title{font-size:18px}}@media screen and (max-width:1200px){.product-info__image{width:79px;height:40px}}@media screen and (max-width:768px){.product-info__image{width:40px;height:20px}}.product-info__article{color:#0d1717;font-family:Open Sans;font-size:20px;cursor:pointer;font-weight:400;margin-bottom:14px}@media screen and (max-width:1200px){.product-info__article{font-size:18px;margin-bottom:12px}}@media screen and (max-width:768px){.product-info__article{font-size:12px;margin-bottom:10px}}.product-info__rating{display:flex;align-items:center;gap:14px;margin-bottom:32px}@media screen and (max-width:1200px){.product-info__rating{gap:12px;margin-bottom:29px}}@media screen and (max-width:768px){.product-info__rating{gap:8px;margin-bottom:20px}}.product-info__rating p{color:#0d1717;font-family:Unbounded;font-size:18px;font-weight:400}@media screen and (max-width:1200px){.product-info__rating p{font-size:16px}}@media screen and (max-width:768px){.product-info__rating p{font-size:12px}}.product-info__price{display:flex;align-items:center;gap:20px;margin-bottom:40px}@media screen and (max-width:1200px){.product-info__price{margin-bottom:34px}}@media screen and (max-width:768px){.product-info__price{margin-bottom:20px}}.product-info__price-new{color:#be4818;font-family:Unbounded;font-size:26px;font-weight:600}@media screen and (max-width:1200px){.product-info__price-new{font-size:28px}}@media screen and (max-width:768px){.product-info__price-new{font-size:18px}}.product-info__price-old{color:#0d1717;font-family:Unbounded;font-size:16px;font-weight:300;text-decoration:line-through}@media screen and (max-width:1200px){.product-info__price-old{font-size:16px}}@media screen and (max-width:768px){.product-info__price-old{font-size:12px}}.product-info__discount{background-color:#be4818;border-radius:2px;color:#fefefa;font-family:Unbounded;font-size:18px;font-weight:600;padding:7px}@media screen and (max-width:768px){.product-info__discount{font-size:12px;padding:4px}}.product-info .product-actions{display:flex;align-items:center;gap:25px;margin-bottom:12px}@media screen and (max-width:1200px){.product-info .product-actions{gap:20px}}@media screen and (max-width:768px){.product-info .product-actions{gap:16px;margin-bottom:10px}}.product-info .product-actions__buy{max-width:477px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:8px 0;background:#0d1717;padding:16px 0}@media screen and (max-width:1200px){.product-info .product-actions__buy{padding:16px 0;justify-content:center}}@media screen and (max-width:768px){.product-info .product-actions__buy{padding:12px 0}}.product-info .product-actions__buy p{color:#fefefa;text-align:center;font-family:Unbounded;font-size:20px;font-weight:500;line-height:27px}@media screen and (max-width:1200px){.product-info .product-actions__buy p{font-size:16px;line-height:25px}}@media screen and (max-width:768px){.product-info .product-actions__buy p{font-size:14px;line-height:16px}}.product-info__favorites{cursor:pointer;border:2px solid #0d1717;background-color:#fefefa;padding:16px 37px;border-radius:10px}@media screen and (max-width:1200px){.product-info__favorites{padding:12px 26px}.product-info__favorites svg{width:28px;height:25px}}@media screen and (max-width:768px){.product-info__favorites{padding:11px 25px}.product-info__favorites svg{width:20px;height:18px}}.product-info__bonus{margin-bottom:28px;font-family:Unbounded;font-size:14px;font-weight:400;background-color:#6db5ae;text-align:center;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (max-width:1200px){.product-info__bonus{font-size:12px;margin-bottom:12px}}@media screen and (max-width:768px){.product-info__bonus{font-size:10px;margin-bottom:24px}}.product-info__contacts-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media screen and (max-width:1200px){.product-info__contacts-list{gap:10px}}@media screen and (max-width:768px){.product-info__contacts-list{gap:6px}}.product-info__contacts-item{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px;height:60px;border-radius:4px;border:1px solid #0d1717;background:#fefefa}@media screen and (max-width:1200px){.product-info__contacts-item{gap:10px}}@media screen and (max-width:768px){.product-info__contacts-item{gap:10px}}.product-info__contacts-text{color:#0d1717;font-family:Unbounded;font-size:18px;font-weight:500}@media screen and (max-width:1200px){.product-info__contacts-text{font-size:12px;line-height:18px}}@media screen and (max-width:768px){.product-info__contacts-text{font-size:12px;line-height:12px}}.product-info__desctop{display:block;flex:1 1}@media screen and (max-width:1200px){.product-info__desctop{display:none}}.product-info__mobile{display:none}@media screen and (max-width:1200px){.product-info__mobile{display:block}}.copy-icon{cursor:pointer;margin-left:6px;font-size:14px;opacity:.6}.copy-icon:hover{opacity:1}.copy-toast{position:fixed;right:20px;bottom:20px;background:#000;color:#fff;padding:8px 14px;border-radius:6px;font-size:14px;opacity:.9;z-index:9999;animation:fade 1.2s ease forwards}@keyframes fade{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(10px)}}.product-properties__list{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:40px;border-bottom:1px solid rgba(13,23,23,.2)}@media screen and (max-width:1500px){.product-properties__list{gap:16px}}@media screen and (max-width:1200px){.product-properties__list{gap:10px;padding-bottom:18px;margin-bottom:32px}}@media screen and (max-width:768px){.product-properties__list{gap:10px;padding-bottom:12px;margin-bottom:16px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-behavior:smooth}}.product-properties__content{font-size:18px;font-weight:400;font-family:Open Sans}@media screen and (max-width:1200px){.product-properties__content{font-size:18px}}@media screen and (max-width:768px){.product-properties__content{font-size:14px}}.product-properties__item{border-radius:10px;border:1px solid #0d1717;padding:8px 10px}.product-properties__item.active{background-color:#0d1717}.product-properties__item.active>.product-properties__text{color:#fefefa}@media screen and (max-width:768px){.product-properties__item{padding:6px 10px}}.product-properties__text{color:#0d1717;font-family:Unbounded;font-size:16px;font-weight:400}@media screen and (max-width:1500px){.product-properties__text{font-size:12px}}@media screen and (max-width:1300px){.product-properties__text{font-size:14px}}@media screen and (max-width:768px){.product-properties__text{font-size:12px;line-height:12px}}.product-description{max-width:820px}.product-description__text{color:#0d1717;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1200px){.product-description__text{font-size:18px}}@media screen and (max-width:768px){.product-description__text{font-size:10px}}.product-description__list{display:flex;flex-direction:column;gap:2px;margin-top:2px}.product-description__item{display:flex;align-items:center;list-style:none;padding-left:0}.product-description__item:before{content:"-";margin-right:8px;color:#0d1717}.product-characteristic__list{display:flex;flex-wrap:wrap;max-height:170px;gap:9px}@media screen and (max-width:1200px){.product-characteristic__list{max-height:none;flex-wrap:nowrap;flex-direction:column}}@media screen and (max-width:768px){.product-characteristic__list{gap:3px}}.product-characteristic__item{width:calc(50% - 4.5px)}.product-characteristic__text{color:#000;font-family:Open Sans;font-size:18px;font-weight:400}@media screen and (max-width:768px){.product-characteristic__text{font-size:14px}}.product-characteristic__text-bold{font-weight:600;margin-right:3px}@media screen and (max-width:768px){.product-characteristic__text-bold{font-size:14px}}.product-pay-del__paragraph{margin-bottom:20px}@media screen and (max-width:1200px){.product-pay-del__paragraph{margin-bottom:16px}}@media screen and (max-width:768px){.product-pay-del__paragraph{margin-bottom:12px}}.product-pay-del>.product-pay-del__paragraph:last-child{margin-bottom:0}.product-pay-del__title{color:#000;font-family:Unbounded;font-size:22px;font-weight:400;line-height:27px;margin-bottom:14px}@media screen and (max-width:1200px){.product-pay-del__title{font-size:18px;margin-bottom:10px}}@media screen and (max-width:768px){.product-pay-del__title{font-size:14px;line-height:12px;margin-bottom:6px}}.product-pay-del__text{color:#000;font-family:Open Sans;font-size:18px;font-weight:400;line-height:normal}@media screen and (max-width:1200px){.product-pay-del__text{font-size:18px}}@media screen and (max-width:768px){.product-pay-del__text{font-size:14px;line-height:normal}}.product-reviews{max-width:820px}.product-reviews .review-item{height:auto!important}.product-reviews__wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.product-reviews__estimation{display:flex;flex-direction:column;align-items:center}.product-reviews__title{color:#000;font-family:Unbounded;font-size:18px;font-weight:400;line-height:27px;margin-bottom:20px}@media screen and (max-width:768px){.product-reviews__title{font-size:14px;line-height:10px;margin-bottom:10px}}.product-reviews__text{color:#000;font-family:Unbounded;font-size:36px;font-weight:500;line-height:27px;margin-bottom:12px}@media screen and (max-width:768px){.product-reviews__text{font-size:24px;margin-bottom:6px}}.product-reviews__star{display:flex;gap:4px;margin-bottom:3px}.product-reviews__quantity{color:#000;font-family:Open Sans;font-size:14px;font-weight:400;line-height:15px;margin-bottom:20px}@media screen and (max-width:768px){.product-reviews__quantity{font-size:10px;line-height:8px;margin-bottom:10px}}.product-reviews__button{border-radius:8px 0;background:#0d1717;padding:9px 27px}@media screen and (max-width:768px){.product-reviews__button{padding:8px 24px}}.product-reviews__button p{color:#fefefa;font-family:Unbounded;font-size:18px;font-weight:500}@media screen and (max-width:768px){.product-reviews__button p{font-size:14px}}.product-reviews__list{display:flex;flex-direction:column}.product-reviews__list .review-item{background-color:rgba(0,0,0,0);padding:0;border:none}.product-reviews__list .review-item__image,.product-reviews__list .review-item__model{display:none}.product-reviews__list .review-item__wrapper{display:flex;justify-content:space-between;align-items:flex-start}.product-reviews__list>.product-reviews__item:last-child{border-bottom:1px solid rgba(13,23,23,.2);padding-bottom:20px}@media screen and (max-width:768px){.product-reviews__list>.product-reviews__item:last-child{padding-bottom:12px}}.product-reviews__list>.product-reviews__item .review-item__star{margin-top:8px}@media screen and (max-width:768px){.product-reviews__list>.product-reviews__item .review-item__star{margin-top:4px}}.product-reviews__list>.product-reviews__item .review-item__text{font-size:16px;line-height:20px;margin-top:12px}@media screen and (max-width:768px){.product-reviews__list>.product-reviews__item .review-item__text{font-size:6px;line-height:10px;margin-top:6px}}.product-reviews__list>.product-reviews__item .review-item__user{font-size:18px;line-height:18px}@media screen and (max-width:768px){.product-reviews__list>.product-reviews__item .review-item__user{font-size:10px;line-height:10px}}.product-reviews__item{border-top:1px solid rgba(13,23,23,.2);padding-top:20px;margin-bottom:20px}@media screen and (max-width:768px){.product-reviews__item{padding-bottom:12px;margin-bottom:12px}}.product-reviews__pagination>.pagination{justify-content:flex-start;margin-bottom:0}.empty-cart__text{margin:auto;text-align:center;color:#0d1717;font-family:Unbounded;font-size:24px;font-weight:600}.bonus-promo{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:1200px){.bonus-promo{gap:33px}}@media screen and (max-width:768px){.bonus-promo{gap:20px}}.bonus-promo__container{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:1200px){.bonus-promo__container{gap:16px}}@media screen and (max-width:768px){.bonus-promo__container{gap:10px}}.bonus-promo__cards{display:flex;gap:20px}@media screen and (max-width:1200px){.bonus-promo__cards{gap:16px}}@media screen and (max-width:768px){.bonus-promo__cards{flex-direction:column;gap:12px}}.bonus-promo__card{position:relative;max-width:529px;width:100%;padding:36px 20px;border-radius:4px;background:#f5ede7}@media screen and (max-width:1200px){.bonus-promo__card{padding:16px 20px}}@media screen and (max-width:768px){.bonus-promo__card{max-width:100%;padding:16px 20px}}.bonus-promo__wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:768px){.bonus-promo__wrapper{margin-bottom:4px}}.bonus-promo__title{max-width:220px;color:#0d1717;font-family:Unbounded;font-size:18px;font-weight:600}@media screen and (max-width:1200px){.bonus-promo__title{max-width:147px;font-size:12px}}@media screen and (max-width:768px){.bonus-promo__title{max-width:123px;display:flex;align-items:center;justify-content:center;font-size:10px}}.bonus-promo__title-text{color:#6db5ae;font-size:30px;font-family:Unbounded;font-weight:600}@media screen and (max-width:1200px){.bonus-promo__title-text{font-size:16px}}@media screen and (max-width:768px){.bonus-promo__title-text{font-size:12px}}.bonus-promo__text{text-align:center;color:#0d1717;font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (max-width:1200px){.bonus-promo__text{font-size:16px}}@media screen and (max-width:768px){.bonus-promo__text{font-size:12px}}.bonus-promo__information{position:absolute;top:10px;right:10px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#6db5ae;font-family:Open Sans;font-size:12px;font-weight:600;background-color:#fefefa;border-radius:50%;cursor:pointer;z-index:3}@media screen and (max-width:1200px){.bonus-promo__information{width:18px;height:18px;top:6px;right:6px}}@media screen and (max-width:768px){.bonus-promo__information{width:14px;height:14px;top:5px;right:5px}}.bonus-promo__information:hover~.bonus-promo__tooltip{opacity:1;visibility:visible}.bonus-promo__tooltip{position:absolute;top:-49px;right:7px;width:245px;opacity:0;visibility:hidden;transition:.2s ease;z-index:2}@media screen and (max-width:1200px){.bonus-promo__tooltip{right:5px}}@media screen and (max-width:768px){.bonus-promo__tooltip{width:196px;top:-53px;right:50px}}.bonus-promo__tooltip p{width:215px;position:absolute;top:3px;right:24px;color:#0d1717;font-size:12px;font-family:Open Sans;font-weight:400}@media screen and (max-width:768px){.bonus-promo__tooltip p{width:177px;font-size:10px;right:12px}}.bonus-promo__list{display:flex;flex-direction:column;gap:15px}@media screen and (max-width:1200px){.bonus-promo__list{gap:12px}}@media screen and (max-width:768px){.bonus-promo__list{gap:10px}}.bonus-promo__list-item{font-size:18px}@media screen and (max-width:768px){.bonus-promo__list-item{gap:6px;font-size:12px;line-height:12px}}.bonus-promo__list-item{display:flex;align-items:center;gap:12px;color:#0d1717;font-family:Unbounded;font-size:14px;font-weight:400;line-height:27px}@media screen and (max-width:1200px){.bonus-promo__list-item{gap:10px}}@media screen and (max-width:768px){.bonus-promo__list-item{gap:6px;font-size:10px;line-height:12px}}.bonus-promo__list-item>svg{width:30px;height:30px}@media screen and (max-width:768px){.bonus-promo__list-item>svg{width:20px;height:20px}}.bonus-promo__details{margin-top:40px;color:#0d1717;text-align:left;font-family:Open Sans;font-size:18px;font-weight:400;line-height:27px}@media screen and (max-width:768px){.bonus-promo__details{font-size:12px;line-height:10px}}.bonus-promo__details span{font-weight:600}.referal-block{padding:20px 0;width:100%;text-align:center;background:rgba(109,181,174,.6)}@media screen and (max-width:768px){.referal-block{padding:20px 39px}}.referal-block__title{color:#0d1717;font-size:18px;font-weight:600;font-family:Unbounded;margin-bottom:16px}@media screen and (max-width:1200px){.referal-block__title{font-size:14px}}@media screen and (max-width:768px){.referal-block__title{font-size:10px;margin-bottom:10px}}.referal-block__btn{width:170px;height:48px;font-family:Unbounded;color:#fefefa;text-align:center;font-size:18px;font-weight:400;border-radius:8px 0;background:#0d1717;cursor:pointer}@media screen and (max-width:1200px){.referal-block__btn{width:180px;height:36px}}@media screen and (max-width:768px){.referal-block__btn{width:140px;height:28px;border-radius:4px 0;font-size:12px}}.referal-input{display:flex;align-items:center;justify-content:center;gap:22px}@media screen and (max-width:768px){.referal-input{flex-direction:column;gap:10px}}.referal-input>input{width:400px;height:40px;padding:0 20px;border:1px solid #fefefa;color:#000;font-family:Open Sans;font-size:18px;font-weight:400}@media screen and (max-width:768px){.referal-input>input{width:196px;height:26px;font-size:10px}.contact-information__label{font-size:8px}.contact-information__input{font-size:12px;height:36px}}.contact-information__btn{font-size:24px}@media screen and (max-width:1200px){.contact-information__btn{width:580px;height:60px;margin:0 auto;font-size:27px;line-height:27px}}@media screen and (max-width:768px){.contact-information__btn{width:100%!important;height:40px;margin:0 auto;font-size:16px;line-height:16px}}.contact-information__error{color:red;font-size:12px;margin-top:4px}.address-form__wrapper h3{display:none}.address-form__wrapper .custom-select-label{display:block}.address-form__wrapper .custom-select-wrapper{display:flex;flex-direction:column;gap:2px}.address-display__wrapper{padding:0 24px;font-family:Exo\ 2,sans-serif}.address-display__wrapper h3{text-align:left!important}.address-display__info{background:linear-gradient(135deg,#f8f9fa,#ffffff);padding:28px;border-radius:16px;margin-bottom:24px;border:1px solid #e9ecef;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.address-display__field{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef;transition:all .3s ease}.address-display__field:hover{background-color:rgba(109,181,174,.05);margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px;border-radius:8px}.address-display__field:last-child{margin-bottom:0;border-bottom:none}.address-display__field strong{color:#2d3748;font-weight:600;font-size:16px;min-width:180px}.address-display__field span{color:#4a5568;font-weight:500;font-size:16px;text-align:right;line-height:1.5;flex:1 1}.contact-information__btn{padding:0;font-family:Exo\ 2,sans-serif;font-weight:600;font-size:16px;border-radius:12px;transition:all .3s ease;text-transform:none;letter-spacing:.5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-information__btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.contact-information__btn--secondary{background:linear-gradient(135deg,#6DB5AE,#5a9c96);color:#fff;border:2px solid #6db5ae}.contact-information__btn--secondary:hover:not(:disabled){background:linear-gradient(135deg,#5a9c96,#4a847e);border-color:#5a9c96;transform:translateY(-2px);box-shadow:0 4px 8px rgba(109,181,174,.3)}.contact-information__btn--cancel{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;border:2px solid #e53e3e}.contact-information__btn--cancel:hover:not(:disabled){background:linear-gradient(135deg,#c53030,#9b2c2c);border-color:#c53030;transform:translateY(-2px);box-shadow:0 4px 8px rgba(229,62,62,.3)}.address-form__actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap}@media(max-width:768px){.address-display__wrapper{padding:20px 16px}.address-display__info{padding:20px;border-radius:12px;margin-bottom:20px}.address-display__field{flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:16px}.address-display__field strong{min-width:auto;font-size:15px;color:#4a5568}.address-display__field span{text-align:left;font-size:15px;color:#2d3748;font-weight:600}.address-display__field:hover{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.contact-information__btn{font-size:15px;padding:12px 24px;border-radius:10px;flex:1 1;min-width:140px}.address-form__actions{gap:12px}}@media(max-width:500px){.address-display__wrapper{padding:16px 12px}.address-display__info{padding:16px;border-radius:10px;margin-bottom:16px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.address-display__field{margin-bottom:14px;padding-bottom:14px;gap:6px}.address-display__field span,.address-display__field strong{font-size:14px}.contact-information__btn{font-size:14px;padding:12px 20px;border-radius:8px;min-width:120px}.address-form__actions{flex-direction:column;gap:12px}}@media(max-width:360px){.address-display__wrapper{padding:12px 8px}.address-display__info{padding:12px;border-radius:8px}.address-display__field{margin-bottom:12px;padding-bottom:12px}.address-display__field span,.address-display__field strong{font-size:13px}.contact-information__btn{font-size:13px;padding:10px 16px}}.address-form .delivery-form,.address-form__wrapper{font-family:Exo\ 2,sans-serif}.address-display__wrapper,.address-form__wrapper{animation:fadeIn .4s ease-out}.address-display__wrapper h3{font-family:Exo\ 2,sans-serif;font-weight:700;font-size:24px;color:#2d3748;margin-bottom:20px;text-align:center}@media(max-width:768px){.address-display__wrapper h3{font-size:22px;margin-bottom:16px}}@media(max-width:500px){.address-display__wrapper h3{font-size:20px;margin-bottom:14px}}.history-orders{position:relative;width:100%;min-height:200px}.history-orders__empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:26px;font-weight:600;color:#0d1717;white-space:nowrap}@media screen and (max-width:768px){.history-orders__empty{font-size:22px}}.history-orders__list{display:flex;flex-direction:column;gap:18px}@media screen and (max-width:1200px){.history-orders__list{gap:24px}}@media screen and (max-width:768px){.history-orders__list{gap:16px;font-size:22px}}.profile__discount.in_cart{border-radius:0;padding:4px 120px;margin-bottom:0}.profile__discount.in_cart span{color:var(--dark-main,#0a0a0a);text-align:center;font-family:Unbounded;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.profile__discount{border-radius:10px;background:var(--main-color,#fa0);text-align:center;padding:8px;margin-bottom:16px}.profile__discount span{color:var(--dark-main,#0a0a0a);font-family:Unbounded;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.container.profile{padding:8px 15px 64px}@media screen and (max-width:680px){.container.profile{padding:8px 15px 0}.container.profile .breadcrumbs{margin-bottom:16px;margin-top:0}}.container.profile{margin-bottom:56px}.container.profile .title{color:var(--dark,#0d0d0d);font-family:Unbounded;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.container.profile .categories__wrap{width:auto}.profile__wrapper.active{overflow:hidden}.profile__wrapper{display:flex;gap:60px}@media screen and (max-width:1200px){.profile__wrapper{flex-direction:column}}@media screen and (max-width:768px){.profile__wrapper{gap:16px}}.profile__choose{width:100%;max-width:405px;border-right:1px solid #0d1717}@media screen and (max-width:1200px){.profile__choose{flex-direction:column;border-right:none;border-bottom:1px solid #0d1717;max-width:100%;padding-bottom:36px}}@media screen and (max-width:768px){.profile__choose{padding-bottom:16px}}.profile__choose .profile__btns-prof{display:flex;flex-direction:column}.profile__choose .profile__btns-prof .container-btn-file{display:flex;position:relative;justify-content:center;align-items:center;background-color:#307750;color:#fff;border-style:none;padding:1em;border-radius:.5em;overflow:hidden;z-index:1;box-shadow:4px 8px 10px -3px rgba(0,0,0,.356);transition:all .25s}.profile__choose .profile__btns-prof .container-btn-file p{color:#fff;text-align:center;font-family:Unbounded;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.profile__choose .profile__btns-prof .container-btn-file>svg{margin-right:1em}.profile__choose .profile__btns-prof .container-btn-file:before{content:"";position:absolute;height:100%;width:0;border-radius:.5em;background-color:#469b61;z-index:-1;transition:all .35s}.profile__choose .profile__btns-prof .container-btn-file:hover:before{width:100%}.profile__choose .profile__btns-prof button:hover{text-decoration:underline}.profile__choose .profile__btns-prof button:last-child{margin-bottom:0}.profile__choose .profile__btns-prof button{text-align:left;background:inherit;border:none;color:var(--gray,#757575);font-family:Unbounded;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}@media screen and (max-width:1200px){.profile__choose .profile__btns-func{display:flex;flex-direction:column;align-items:center}}.profile__choose .profile__btns-list{display:flex;flex-direction:column;gap:25px}@media screen and (max-width:768px){.profile__choose .profile__btns-list{font-size:14px;gap:12px}}.profile__choose .profile__btns{position:relative;display:flex;align-items:center;gap:21px;color:#000;font-family:Unbounded;font-size:20px;font-weight:300;cursor:pointer}.profile__choose .profile__btns.active{font-weight:600}@media screen and (max-width:768px){.profile__choose .profile__btns{font-size:14px;gap:6px}.profile__choose .profile__btns svg{width:20px;height:20px}}.profile__choose .profile__indicator{position:absolute;right:-20px;top:50%;transform:translateY(-50%);display:none}.profile__choose .profile__btns.active .profile__indicator{display:block}@media screen and (max-width:1200px){.profile__choose .profile__btns.active .profile__indicator{display:none}}.profile__content{position:relative;width:100%}.logout{color:#e63946;cursor:pointer;font-family:Unbounded;font-size:20px;font-weight:400;margin-top:60px}@media screen and (max-width:1200px){.logout{margin-right:120px;margin-top:30px}}@media screen and (max-width:768px){.logout{margin-top:12px;font-size:14px}}.blog-info__title{color:#000;font-family:Unbounded;font-size:20px;font-weight:700;margin-bottom:16px}@media screen and (max-width:1200px){.blog-info__title{font-size:14px;margin-bottom:12px}}@media screen and (max-width:768px){.blog-info__title{margin-bottom:8px}}.blog-info__date{color:rgba(13,23,23,.6);font-family:Unbounded;font-size:20px;font-weight:400;margin-bottom:20px}@media screen and (max-width:1200px){.blog-info__date{font-size:12px;margin-bottom:16px}}@media screen and (max-width:768px){.blog-info__date{font-size:8;margin-bottom:10px}}.blog-info__image{display:block;border-radius:16px 0;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2));margin:0 auto 36px}@media screen and (max-width:1200px){.blog-info__image{width:540px;height:270px;margin-bottom:22px}}@media screen and (max-width:768px){.blog-info__image{width:100%;height:auto;object-fit:cover;margin-bottom:10px}}.blog-info .values__txt-bot{display:flex;flex-direction:column;gap:16px;font-weight:400;color:#000;font-size:16px;margin-bottom:20px}@media screen and (max-width:1200px){.blog-info .values__txt-bot{gap:12px;margin-bottom:16px;font-size:12px}}@media screen and (max-width:768px){.blog-info .values__txt-bot{gap:8px;margin-bottom:10px}}.blog-info .values__txt-bot:last-child{margin-bottom:0}.blog-info h2{font-family:Unbounded;font-weight:400}.blog-info p{font-size:14px;font-family:Open Sans;font-weight:400}@media screen and (max-width:1200px){.blog-info p{font-size:10px}}.password-recovery{display:flex;flex-direction:column;align-items:center}.password-recovery__title{color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:600;margin-bottom:36px}@media screen and (max-width:1200px){.password-recovery__title{margin-bottom:20px}}@media screen and (max-width:768px){.password-recovery__title{margin-bottom:24px}}.password-recovery__field{display:flex;flex-direction:column;gap:24px;position:relative;margin-bottom:50px}.password-recovery__field .password-recovery__error{font-size:12px;font-weight:700;color:red;position:absolute;top:100%;left:2px}@media screen and (max-width:1200px){.password-recovery__field{margin-bottom:60px}}@media screen and (max-width:768px){.password-recovery__field{gap:16px;margin-bottom:42px}}.password-recovery__input{width:600px;height:52px;border-radius:4px;border:1px solid #0d1717;background:#fefefa;padding:0 12px;color:#0d1717;font-family:Open Sans;font-size:22px;font-weight:400}@media screen and (max-width:1200px){.password-recovery__input{width:704px;height:45px}}@media screen and (max-width:768px){.password-recovery__input{width:328px;height:36px;font-size:12px}}.password-recovery__label{position:absolute;left:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#000;font-family:Open Sans;font-size:15px;font-weight:600;transition:all .25s ease}@media screen and (max-width:1200px){.password-recovery__label{font-size:12px}}@media screen and (max-width:768px){.password-recovery__label{font-size:10px}}.password-recovery__input:focus+.password-recovery__label,.password-recovery__input:not(:placeholder-shown)+.password-recovery__label{top:-24px;left:0;transform:translateY(0)}.password-recovery__button{width:329px;height:46px;border-radius:8px 0;background:#0d1717}@media screen and (max-width:768px){.password-recovery__button{width:100%;max-width:328px;height:32px}}.password-recovery__button p{color:#fefefa;text-align:center;font-family:Unbounded;font-size:18px;font-weight:500}@media screen and (max-width:768px){.password-recovery__button p{font-size:12px}}@media screen and (max-width:1200px){.top-prods-swiper{padding:0 15px!important}}@media screen and (max-width:768px){.top-prods-swiper{padding:0!important}}.top-prods-swiper__wrapper{position:relative;text-align:center}.top-prods-swiper__wrapper .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:10}.top-prods-swiper__wrapper .custom-arrow svg{display:block;width:30px;height:40px;transition:transform .2s ease}@media screen and (max-width:1500px){.top-prods-swiper__wrapper .custom-arrow svg{width:18px;height:22px}}@media screen and (max-width:768px){.top-prods-swiper__wrapper .custom-arrow svg{width:15px;height:18px}}.top-prods-swiper__wrapper .custom-arrow svg:hover{transform:scale(1.2)}.top-prods-swiper__wrapper .top-prods-prev{left:-48px;transform:translateY(50%)}@media screen and (max-width:1600px){.top-prods-swiper__wrapper .top-prods-prev{left:-28px}}@media screen and (max-width:768px){.top-prods-swiper__wrapper .top-prods-prev{left:-15px}}.top-prods-swiper__wrapper .top-prods-next{transform:rotate(180deg) translateY(-50%);right:-48px}@media screen and (max-width:1600px){.top-prods-swiper__wrapper .top-prods-next{right:-28px}}@media screen and (max-width:768px){.top-prods-swiper__wrapper .top-prods-next{right:-15px}}.sale-prod-swiper__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:48px;font-weight:500;margin-bottom:36px}@media screen and (max-width:1200px){.sale-prod-swiper__title{font-size:30px}}@media screen and (max-width:768px){.sale-prod-swiper__title{font-size:18px;margin-bottom:24px}}.sale-prod-swiper__title:before{content:"";position:absolute;bottom:-15px;left:-110px;width:100px;height:140px;background:url(/images/decor4.png) no-repeat 50%;z-index:2}@media screen and (max-width:1200px){.sale-prod-swiper__title:before{width:105px;height:93px}}@media screen and (max-width:768px){.sale-prod-swiper__title:before{width:60px;height:92px;bottom:-20px;left:-67px}}.sale-prods-prev{left:-48px;transform:translateY(50%)!important;top:60%!important}@media screen and (max-width:1600px){.sale-prods-prev{left:-28px}}@media screen and (max-width:768px){.sale-prods-prev{left:-15px}}.sale-prods-next{transform:translateY(50%) rotate(180deg)!important;top:60%!important;right:-48px}@media screen and (max-width:1600px){.sale-prods-next{right:-28px}}@media screen and (max-width:768px){.sale-prods-next{right:-15px}}.reviews-swiper{padding-left:71px!important}@media screen and (max-width:1200px){.reviews-swiper{padding-left:45px!important}}@media screen and (max-width:768px){.reviews-swiper{padding-left:30px!important}}.reviews-swiper__wrapper{text-align:center;position:relative;width:100%;overflow:visible}.reviews-swiper__wrapper .swiper{position:relative;margin-left:0;width:calc(100vw - (50vw - 50%))}.reviews-swiper__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:48px;font-weight:500;margin-bottom:36px}@media screen and (max-width:1200px){.reviews-swiper__title{font-size:30px}}@media screen and (max-width:768px){.reviews-swiper__title{font-size:18px;margin-bottom:16px}}.reviews-swiper__title:after{content:"";position:absolute;bottom:25px;right:-175px;width:200px;height:121px;background:url(/images/decor5.png) no-repeat 50%;z-index:2}@media screen and (max-width:1200px){.reviews-swiper__title:after{width:100px;height:60px;right:-110px;bottom:15px;height:70px;right:-100px;bottom:-4px}}.reviews-swiper .review-item__date{display:none}.blog{padding:30px 0;background:#efe7e5;text-align:center}@media screen and (max-width:1200px){.blog{padding:16px 0}}@media screen and (max-width:768px){.blog{padding:16px 0}}.blog__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:50px;font-weight:500;z-index:3;margin-bottom:36px}@media screen and (max-width:1200px){.blog__title{font-size:30px}}@media screen and (max-width:768px){.blog__title{font-size:18px;margin-bottom:16px}}.blog__title:before{content:"";background:url(/images/decor-1.png) no-repeat 50%/contain;position:absolute;left:150px;top:48%;transform:translateY(-50%);width:300px;height:120px;z-index:-1}@media screen and (max-width:1200px){.blog__title:before{width:190px;left:85px}}@media screen and (max-width:768px){.blog__title:before{width:100px;left:55px}}.blog__title-white{color:#fefefa;margin-left:10px}@media screen and (max-width:768px){.blog__title-white{margin-left:5px}}.blog-swiper{text-align:left}@media screen and (max-width:360px){.blog-swiper .swiper-slide{display:flex!important;justify-content:center!important}}.product-gallery__thumbs{max-width:160px;height:640px}@media screen and (max-width:1500px){.product-gallery__thumbs{height:480px}}@media screen and (max-width:1200px){.product-gallery__thumbs{display:none}}.product-gallery__thumbs .swiper{height:100%}.product-gallery__thumbs .swiper .swiper-slide{height:auto!important}.product-gallery__thumb{border-radius:8px 0;cursor:pointer;object-fit:cover}.product-gallery__thumb img{width:100%;height:100%}.product-gallery__swiper{max-width:620px!important}@media screen and (max-width:1300px){.product-gallery__swiper{max-width:704px!important}}.product-gallery__swiper .swiper-button-next,.product-gallery__swiper .swiper-button-prev{width:52px;height:70px;background:var(--white,#fefefa);color:#0d1717}@media screen and (max-width:768px){.product-gallery__swiper .swiper-button-next,.product-gallery__swiper .swiper-button-prev{width:24px;height:32px}}@media screen and (max-width:1200px){.product-gallery__swiper .swiper-button-next:after,.product-gallery__swiper .swiper-button-prev:after{font-size:22px!important}}@media screen and (max-width:768px){.product-gallery__swiper .swiper-button-next:after,.product-gallery__swiper .swiper-button-prev:after{font-size:15px!important}}.product-gallery__swiper .swiper-button-prev{left:0}.product-gallery__swiper .swiper-button-next{right:0}.product-gallery__swiper .product-gallery__slide{width:100%!important}.product-gallery__swiper-image{width:100%;height:auto;border-radius:0 8px;object-fit:cover;aspect-ratio:1}.product-gallery__swiper-status{position:absolute;top:40px;right:0;border-radius:2px 0 0 2px;padding:7px 38px;z-index:2}.product-gallery__swiper-status.available{background-color:rgba(52,189,186,.6)}.product-gallery__swiper-status.unavailable{background-color:#dc3545}.product-gallery__swiper-status h3{color:#fefefa;font-family:Open Sans;font-size:18px;font-weight:700}.popular-swiper__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:500;line-height:25px;z-index:3;margin-bottom:20px}@media screen and (max-width:1200px){.popular-swiper__title{font-size:16px;margin-bottom:16px}}@media screen and (max-width:768px){.popular-swiper__title{font-size:12px;margin-bottom:12px}}.popular-swiper__title:before{content:"";background:url(/images/popular-decor.png) no-repeat 50%/contain;position:absolute;right:-50px;top:-48px;width:80px;height:80px;z-index:-1}@media screen and (max-width:1200px){.popular-swiper__title:before{width:70px}}@media screen and (max-width:768px){.popular-swiper__title:before{width:70px}}.popular-swiper .product-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:18px;margin-bottom:10px}.viewed-swiper__title{position:relative;display:inline-block;color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:500;line-height:27px;z-index:3;margin-bottom:20px}@media screen and (max-width:1200px){.viewed-swiper__title{font-size:16px;margin-bottom:16px}}@media screen and (max-width:768px){.viewed-swiper__title{font-size:12px;margin-bottom:12px}}.viewed-swiper__title:before{content:"";background:url(/images/recent-decor.png) no-repeat 50%/contain;position:absolute;right:-45px;top:-30px;width:45px;height:60px;z-index:-1}.viewed-swiper .product-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:18px;margin-bottom:10px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;list-style:none;margin:0;padding:0}@media screen and (max-width:1200px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:768px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}.wishlist-empty{text-align:center;font-size:32px;font-weight:700;padding:60px 0;color:#0d1717}@media(max-width:600px){.wishlist-empty{font-size:22px;padding:40px 0}}.filter-modal.active{right:0;top:0;transform:translateX(0);transition:.3s}.line{border-bottom:1px solid #0d1717;margin-bottom:32px}.filter-modal{transform:translateX(1000px);transition:.3s;position:fixed;z-index:10000;right:0;top:0;width:400px;max-width:100%;height:100%}.filter-modal__content{background:#fefefa;display:flex;flex-direction:column;height:100%;padding-bottom:40px;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (max-width:1200px){.filter-modal__content{width:100%}}.filter-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding:28px 28px 0}@media screen and (max-width:1200px){.filter-modal__header{margin-bottom:23px;padding:32px 32px 0}}@media screen and (max-width:600px){.filter-modal__header{padding:16px 16px 0;margin-bottom:16px}}.filter-modal__title{color:#0d1717;font-family:Unbounded;font-size:30px;font-weight:600;line-height:30px;text-transform:uppercase}@media screen and (max-width:1200px){.filter-modal__title{font-size:20px}}@media screen and (max-width:600px){.filter-modal__title{font-size:16px;line-height:16px}}.filter-modal__close{border:none;background:none;cursor:pointer}@media screen and (max-width:1200px){.filter-modal__close svg{width:18px;height:18px}}@media screen and (max-width:600px){.filter-modal__close svg{width:12px;height:12px}}.filter-modal__tags{position:relative;border-top:1px solid #0d1717;border-bottom:1px solid #0d1717;margin-bottom:32px;padding:32px}@media screen and (max-width:1200px){.filter-modal__tags{margin-bottom:32px;padding:46px 28px 16px}}@media screen and (max-width:600px){.filter-modal__tags{margin-bottom:32px;padding:34px 16px}}.filter-modal__tags-list{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:600px){.filter-modal__tags-list{gap:12px}}.filter-modal__tags-item{display:flex;align-items:center;gap:12px}.filter-modal__tags-item svg{width:12px;height:12px}@media screen and (max-width:600px){.filter-modal__tags-item{gap:8px}.filter-modal__tags-item svg{width:9px;height:9px}}.filter-modal .filter-tag{color:#000;font-family:Unbounded;font-size:18px;font-weight:400;line-height:24px}@media screen and (max-width:600px){.filter-modal .filter-tag{font-size:12px;line-height:12px}}.filter-modal__reset{position:absolute;top:12px;right:32px;cursor:pointer}.filter-modal__reset p{color:#000;font-family:Open Sans;font-size:16px;font-weight:400;line-height:18px}@media screen and (max-width:600px){.filter-modal__reset{top:11px;right:16px}.filter-modal__reset p{font-size:12px;line-height:9px}}.filter-modal .filter-section{padding:0 28px}@media screen and (max-width:1200px){.filter-modal .filter-section{padding:0 32px;margin-bottom:23px}}@media screen and (max-width:600px){.filter-modal .filter-section{padding:0 16px;margin-bottom:32px}}.filter-modal .filter-section__body{max-height:500px;overflow:auto;transition:max-height .3s ease,opacity .3s ease}.filter-modal .filter-section__body.collapsed{max-height:0;opacity:0;pointer-events:none}.filter-modal .filter-section__body.open{margin-bottom:24px;opacity:1;pointer-events:auto}.filter-modal .filter-section .filter-section__header{cursor:pointer}.filter-modal .filter-section:not(:has(+.filter-section)){margin-bottom:0}.filter-modal .filter-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.filter-modal .filter-section__header h3{color:#000;font-family:Unbounded;font-size:18px;font-weight:500;line-height:30px;text-transform:uppercase}@media screen and (max-width:1200px){.filter-modal .filter-section__header{margin-bottom:19px}}@media screen and (max-width:600px){.filter-modal .filter-section__header{margin-bottom:16px}.filter-modal .filter-section__header h3{font-size:14px;line-height:16px}.filter-modal .filter-section__more svg{width:18px;height:7px}}.filter-modal .filter-section__more.open{transform:rotate(-180deg)}.filter-modal .filter-section__body{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:601px)and (max-width:1200px){.filter-modal .filter-section__body{gap:10px}}.filter-modal .filter-section__label{display:flex;align-items:center;gap:12px}.filter-modal .filter-section__text{color:#000;font-family:Open Sans;font-size:18px;font-weight:400;line-height:24px}@media screen and (max-width:1200px){.filter-modal .filter-section__text{font-size:15px}}@media screen and (max-width:600px){.filter-modal .filter-section__text{font-size:14px;line-height:12px}}.filter-modal .filter-section__checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:30px;height:30px;border-radius:2px;background:rgba(0,0,0,0);cursor:pointer;border:1px solid #0d1717;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.filter-modal .filter-section__checkbox:checked{background:#0d1717}.filter-modal .filter-section__checkbox:checked+.filter-section__text{font-weight:500}.filter-modal .filter-section__checkbox:checked:after{content:"";width:12px;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5L5.00029 9L13 1' stroke='%23FFF7EC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain}@media screen and (max-width:600px){.filter-modal .filter-section__checkbox{width:21px;height:21px}.filter-modal .filter-section:checked:after{width:9px;height:6px}}.filter-modal__footer{display:flex;justify-content:center;margin-top:auto}.filter-modal__apply{width:300px;height:60px;border-radius:8px 0;background:#0d1717;border:none;cursor:pointer;text-align:center}.filter-modal__apply p{color:#fefefa;text-align:center;font-family:Unbounded;font-size:27px;font-weight:600}@media screen and (max-width:600px){.filter-modal__apply{width:100%;margin:0 16px;padding:12px 0;border-radius:4px 0}.filter-modal__apply P{font-size:14px}}.filter-modal__list,.filter-section__body{overflow:auto}.filter-modal__footer{box-shadow:0 -8px 12px -6px rgba(0,0,0,.25)}.login__modal{display:none;max-width:510px;width:100%;z-index:1000000;padding:40px;border-radius:10px;box-shadow:1px 1px 4px 1px rgba(5,5,5,.2);background:#fff;color:var(--dark,#0d0d0d);font-family:Unbounded;font-size:16px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width:768px){.login__modal{max-width:330px;padding:30px 15px}}.login__modal .auth__title{text-align:center;color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:600}@media screen and (max-width:768px){.login__modal .auth__title{font-size:12px}}.login__modal .logo-modal-container{text-align:center;margin-bottom:36px}@media screen and (max-width:768px){.login__modal .logo-modal-container{margin-bottom:14px}}.login__modal .logo-modal{margin:0 auto}.login__modal .login__nav{cursor:pointer;position:absolute;top:20px;right:20px}@media screen and (max-width:768px){.login__modal .login__nav{top:12px;right:12px}}.login__modal .login__nav svg{width:15px;height:15px}@media screen and (max-width:768px){.login__modal .login__nav svg{width:9px;height:9px}}.login__modal form{position:relative}.login__modal .input__container{position:relative;display:flex;flex-direction:column;margin-bottom:20px}@media screen and (max-width:768px){.login__modal .input__container{margin-bottom:15px}}.login__modal .input__container .lable{color:#161330;font-family:Open Sans;font-size:14px;font-weight:600;margin-bottom:4px}@media screen and (max-width:768px){.login__modal .input__container .lable{font-size:12px}}.login__modal .input__container input{position:relative;outline:none;width:100%;height:45px;padding:0 16px;border-radius:4px;border:1px solid rgba(13,23,23,.6)}@media screen and (max-width:768px){.login__modal .input__container input{height:36px;padding:0 9px;font-size:16px}}.login__modal .input__container input::placeholder{color:var(--dark,#0d0d0d);font-size:16px;font-style:normal;font-weight:300;line-height:normal}.login__modal .input__container~.margin{margin-bottom:50px}@media screen and (max-width:1200px){.login__modal .input__container~.margin{margin-bottom:40px}}.login__modal .input__container input:focus-visible{border:1px solid #6db5ae;background:#f8f8f8}.login__modal .input__container .error{color:#ff2f2f;position:absolute;font-size:10px;top:100%;left:10px}.login__modal .error-message{padding:0 0 16px;color:#ff2f2f;font-size:10px}.login__modal .inactive{color:var(--main-color,#545353)}.login__modal .split{margin:0 8px}.login__modal .nav-btn{cursor:pointer}.login__modal .login__btn-list{display:flex;justify-content:center;margin-bottom:42px}@media screen and (max-width:768px){.login__modal .login__btn-list{margin-bottom:24px}}.login__modal .submit{max-width:329px;width:100%;padding:9px 0;color:#fefefa;text-align:center;font-family:Unbounded;font-size:24px;font-weight:400;border-radius:8px 0;background:#0d1717;outline:none;border:none;cursor:pointer}@media screen and (max-width:768px){.login__modal .submit{font-size:16px}}.login__modal .switch-link.mb{position:relative;text-align:center;cursor:pointer;color:#fefefa;font-size:16px;font-family:Unbounded;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width:768px){.login__modal .switch-link.mb{font-size:10px}}.login__modal .switch-link.mb:before{content:"";background:url(/images/decor-1.png) no-repeat 50%/contain;position:absolute;left:-20px;top:-50px;width:253px;height:112px;z-index:-1}@media screen and (max-width:768px){.login__modal .switch-link.mb:before{width:130px;height:114px}}.login__modal .password{border:none;cursor:pointer;background:inherit;margin-bottom:20px}.login__modal .auth_google span{margin-right:14px}.login__modal .auth_google{display:flex;align-items:center}.login__modal.active{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);display:block}.header.active .login__modal.active{top:130%}.modal-overlay.modal.active{overflow:hidden}@media(max-width:1230px){.header.inactive .login__modal.active{top:140%}}.form-overlay{top:0!important;z-index:100000!important;background:rgba(0,0,0,.5)!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth_nav-cont{text-align:center}.password-help{font-size:14px;font-weight:300;margin-bottom:16px;line-height:14px;margin-top:12px}.auth-close,.think{cursor:pointer}.text-forgot{position:absolute;bottom:-24px;right:0;color:#161330;font-family:Open Sans;font-size:12px;font-weight:400}@media screen and (max-width:768px){.text-forgot{font-size:10px}}.regress-form{text-align:center}.regress-form h3{font-family:Unbounded;font-size:20px;text-align:left;margin-bottom:36px;text-align:center}@media screen and (max-width:768px){.regress-form h3{font-size:12px;text-align:center;margin-bottom:14px}}.regress-form .submit{margin-bottom:42px}.regress-form label{text-align:left;margin-bottom:6px}@media screen and (max-width:768px){.regress-form .switch-link.mb{margin-right:10px}}.regress-form .switch-link.mb:before{width:130px;left:-33px}@media screen and (max-width:768px){.regress-form .switch-link.mb:before{width:95px}.regress-form .input__container~.margin{margin-bottom:24px}}.agreement{max-width:308px;margin:0 auto;color:#0d1717;font-family:Open Sans;font-size:13px;font-weight:400}@media screen and (max-width:768px){.agreement{font-size:10px}}.agreement-bold{margin-left:4px;font-weight:600;cursor:pointer}.auth__switch{display:flex;justify-content:space-between;margin-bottom:22px}@media screen and (max-width:768px){.auth__switch{margin-bottom:24px}}.auth__switch .switch-txt{color:var(--dark,#0d0d0d);font-family:Unbounded;font-size:14px;font-style:normal;font-weight:300;line-height:normal}@media screen and (max-width:768px){.auth__switch .switch-txt{font-size:10px}}.modal.active{transition:.3s;transform:translateX(0)}.modal{background:#fff;transition:.3s;transform:translateX(-3000px);position:fixed;width:100%;top:0;left:0;height:100vh;z-index:9999;overflow:hidden}.modal-header{position:relative;display:flex;justify-content:center;align-items:center;padding:20px 0;border-bottom:1px solid #0d1717}.modal-header img{width:90px;height:26px}.close-btn{position:absolute;top:22px;right:16px}.close-btn svg{width:18px;height:18px}.close-btn path{stroke:#000}.menu-modal{display:flex;flex-direction:column;gap:28px;padding:36px 32px}@media screen and (max-width:1200px){.menu-modal{padding:64px 32px}}@media screen and (max-width:768px){.menu-modal{padding:30px 16px}}.menu-modal__item{display:flex;align-items:center;justify-content:space-between;color:#0d1717;font-family:Unbounded;font-size:28px;font-weight:500}@media screen and (max-width:768px){.menu-modal__item{font-size:18px}}.menu-modal__item svg{width:23px;height:9px;transform:rotate(-90deg)}.submenu{width:100%;height:100%;background:#fff}.submenu-header{position:relative;display:flex;align-items:center;gap:16px;border-bottom:1px solid #0d1717;padding:26px 32px}@media screen and (max-width:768px){.submenu-header{padding:16px}}.submenu-back{transform:rotate(90deg)}.submenu-back svg{width:23px;height:9px}.submenu-title{font-family:Unbounded;font-size:28px;font-weight:700;color:#0d1717}@media screen and (max-width:768px){.submenu-title{font-size:20px}}.submenu-list{display:flex;flex-direction:column;gap:28px;padding:36px 32px}@media screen and (max-width:768px){.submenu-list{padding:30px 16px}}.submenu-item{display:flex;align-items:center;justify-content:space-between;font-family:Unbounded;font-size:18px;font-weight:500;color:#0d1717;cursor:pointer;line-height:24px}.submenu-item svg{width:23px;height:9px;transform:rotate(-90deg)}.sort-dropdown{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:50px;left:0;width:250px;display:flex;flex-direction:column;gap:15px;background:var(--white,#fefefa);box-shadow:0 2px 8px 0 rgba(118,118,128,.12);padding:31px 12px;z-index:100}.dropdown-menu__item{display:flex;gap:12px;align-items:center;cursor:pointer}.dropdown-menu__item>input[type=radio]{display:none}.dropdown-menu .custom-radio{width:20px;height:20px;display:flex;position:relative}.dropdown-menu .custom-radio svg{position:absolute;top:0;left:0}.dropdown-menu label{display:block;color:#0d1717;font-family:Open Sans;font-size:20px;font-weight:400;cursor:pointer}.size-modal{width:320px;background:#fefefa;box-shadow:0 2px 8px 0 rgba(118,118,128,.12);padding:20px 10px;position:absolute;top:50px;left:0;z-index:9999}@media(max-width:680px){.size-modal{width:auto}}.size-modal__list{display:flex;flex-direction:column;gap:18px;max-height:160px;overflow-y:auto}.size-modal__item{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.size-modal__item input{display:none}.size-modal__checkbox{width:30px;height:30px;border:1px solid #0d1717;border-radius:2px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1200px){.size-modal__checkbox{width:25px;height:25px}}@media screen and (max-width:768px){.size-modal__checkbox{width:20px;height:20px}}.size-modal__item input:checked+.size-modal__checkbox{background:#000}.size-modal__text{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:30px}@media screen and (max-width:1200px){.size-modal__text{font-size:14px}}@media screen and (max-width:768px){.size-modal__text{font-size:12px}}.size-modal__apply{display:block;width:120px;height:40px;background:#fff;border-radius:4px;border:1px solid #0d1717;background:#fefefa;cursor:pointer;margin:12px auto 10px;color:#0d1717;font-family:Unbounded;font-size:12px;font-weight:500}.size-modal__reset{display:block;color:#000;font-family:Open Sans;font-size:14px;font-weight:400;line-height:18px;cursor:pointer;margin:0 auto;border:none}.range-wrapper{position:absolute;top:144%;z-index:10;left:0;width:360px;height:284px;padding:24px 12px;border-radius:2px;border:1px solid #0d1717;background:#fefefa;box-shadow:0 2px 8px 0 rgba(118,118,128,.12);display:flex;flex-direction:column}.range-wrapper__inputs{justify-content:space-between;gap:20px;margin-bottom:24px}.range-wrapper__inputs input{width:138px;height:40px;padding:5px 10px;color:#b0b0b0;font-family:Open Sans;font-size:18px;font-weight:400;line-height:30px;border-radius:2px;border:1px solid #0d1717}.range-wrapper__btn{margin-top:auto}.slider{width:100%;margin-top:10px}.track{left:0;right:0;height:3px;background:#111;transform:translateY(-50%);border-radius:2px}.thumb,.track{position:absolute;top:50%}.thumb{width:18px;height:18px;background:#0b0b20;border-radius:50%;transform:translate(-50%,-50%)}.thumb.left{left:0}.thumb.right{right:0}.range-wrapper{padding:16px}.range-wrapper__inputs{display:flex;gap:12px;margin-bottom:20px}.range-wrapper__inputs input{width:100%;padding:6px 8px;border:1px solid #ccc;border-radius:4px}.slider{position:relative;height:32px;margin:0 4px 20px}.slider__track{left:0;right:0;background:#ddd}.slider__range,.slider__track{position:absolute;top:50%;height:4px;border-radius:2px;transform:translateY(-50%)}.slider__range,.slider__thumb{background:#0d1717}.slider__thumb{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer}.unified-modal__overlay{position:fixed;inset:0;background:rgba(13,23,23,.6);cursor:pointer;z-index:10000}.unified-modal,.unified-modal__overlay{display:flex;justify-content:center;align-items:center}.unified-modal{width:872px;height:360px;flex-direction:column;gap:36px;background:#fff;border-radius:12px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media screen and (max-width:1200px){.unified-modal{width:704px;gap:24px}}@media screen and (max-width:768px){.unified-modal{width:100%;max-width:330px;height:240px;gap:16px;padding:0 16px}}.unified-modal__close{position:absolute;top:32px;right:32px;background:none;border:none;cursor:pointer}@media screen and (max-width:1200px){.unified-modal__close{top:20px;right:20px}}@media screen and (max-width:768px){.unified-modal__close{top:12px;right:12px}}.unified-modal__close svg{width:20px;height:20px}@media screen and (max-width:1200px){.unified-modal__close svg{width:15px;height:15px}}@media screen and (max-width:768px){.unified-modal__close svg{width:9px;height:9px}}.unified-modal__close path{stroke:#0d1717}.unified-modal__title{text-align:center;position:relative;display:inline-block;isolation:isolate;color:#fefefa;font-family:Unbounded;font-size:26px;font-weight:500;line-height:26px;text-transform:uppercase}@media screen and (max-width:768px){.unified-modal__title{font-size:18px;line-height:18px}}.unified-modal__title:before{content:"";background:url(/images/decor-rev.svg) no-repeat 50%/contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:112px;z-index:-1}@media screen and (max-width:768px){.unified-modal__title:before{width:240px;height:70px}}.unified-modal__subtitle{max-width:612px;color:#0d1717;text-align:center;font-family:Open Sans;font-size:16px;font-weight:400}@media screen and (max-width:768px){.unified-modal__subtitle{font-size:12px}}.unified-modal__button{width:410px;height:40px;color:#fefefa;text-align:center;font-family:Exo\ 2;font-size:18px;font-weight:600;line-height:18px;cursor:pointer;transition:opacity .2s;border-radius:8px 0;background:#0d1717}@media screen and (max-width:768px){.unified-modal__button{width:100%;max-width:330px;height:30px;font-size:14px;line-height:14px;margin-bottom:16px}}.review-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000;opacity:0;animation:fadeIn .25s ease forwards}.review-modal{width:872px;background:#fff;border-radius:10px;padding:40px 60px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-20px);opacity:0}@media screen and (max-width:1200px){.review-modal{width:704px;padding:40px;border-radius:4px}}@media screen and (max-width:768px){.review-modal{width:100%;max-width:330px;padding:20px 30px}}.review-modal--open{animation:slideIn .35s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.review-modal__close{position:absolute;top:32px;right:32px;background:none;border:none;cursor:pointer}@media screen and (max-width:1200px){.review-modal__close{top:20px;right:20px}}@media screen and (max-width:768px){.review-modal__close{top:12px;right:12px}}.review-modal__close svg{width:20px;height:20px}@media screen and (max-width:1200px){.review-modal__close svg{width:15px;height:15px}}@media screen and (max-width:768px){.review-modal__close svg{width:9px;height:9px}}.review-modal__close path{stroke:#0d1717}.review-modal__title{text-align:center;color:#000;font-family:Open Sans;font-size:21px;font-weight:600;margin-bottom:40px}@media screen and (max-width:768px){.review-modal__title{font-size:12px;margin-bottom:30px}}.review-modal__rating-row{display:flex;align-items:center;gap:20px;margin-bottom:20px}@media screen and (max-width:768px){.review-modal__rating-row{gap:12px;margin-bottom:12px}}.review-modal__rating-row span{color:#000;font-family:Open Sans;font-size:18px;font-weight:400}@media screen and (max-width:768px){.review-modal__rating-row span{font-size:12px}}.review-modal__label{display:block;color:#000;font-family:Open Sans;font-size:18px;font-weight:400;margin-bottom:6px}@media screen and (max-width:768px){.review-modal__label{font-size:12px;margin-bottom:4px}}.review-modal__input{width:100%;height:42px;border-radius:4px;border:1px solid rgba(13,23,23,.6);background:#fefefa;padding:0 10px;margin-bottom:20px}@media screen and (max-width:768px){.review-modal__input{font-size:16px;height:32px;margin-bottom:12px;padding:0 5px}}.review-modal__textarea{width:100%;height:120px;border-radius:4px;border:1px solid #0d1717;padding:12px;resize:none;font-family:Open Sans;font-size:10px;font-weight:400;margin-bottom:20px}@media screen and (max-width:768px){.review-modal__textarea{padding:5px;margin-bottom:30px;height:80px;font-size:16px}}.review-modal__button{display:block;width:464px;height:48px;margin:0 auto;border-radius:8px 0;background:#0d1717;color:#fefefa;text-align:center;font-family:Unbounded;font-size:21px;font-weight:600;line-height:27px;cursor:pointer}@media screen and (max-width:768px){.review-modal__button{width:100%;max-width:300px;height:36px;font-size:12px;line-height:12px}}.review-modal .star-counter__icon{width:13px;height:13px}.review-modal .review-modal__error{color:red}@media screen and (max-width:768px){.review-modal .review-modal__error{width:94px;font-size:10px}}.password-recovery-modal{z-index:10000;position:fixed;left:50%;bottom:50%;transform:translate(-50%,50%);width:510px}.password-recovery-modal .password-recovery-modal__content{display:flex;flex-direction:column;align-items:center;border-radius:4px;background:#fffffc;padding:40px}@media screen and (max-width:768px){.password-recovery-modal{padding:30px 14px}}.password-recovery-modal__close{position:absolute;top:20px;right:20px}.password-recovery-modal__close svg{width:15px;height:15px}.password-recovery-modal__close path{stroke:#0d1717}.password-recovery-modal__title{color:#0d1717;font-family:Unbounded;font-size:20px;font-weight:600;margin-bottom:20px}.password-recovery-modal__text{max-width:361px;color:#000;text-align:center;font-family:Open Sans;font-size:14px;font-weight:400;margin-bottom:60px}.password-recovery-modal__field{position:relative;margin-bottom:50px}@media screen and (max-width:1200px){.password-recovery-modal__field{margin-bottom:60px}}@media screen and (max-width:768px){.password-recovery-modal__field{gap:16px;margin-bottom:42px}}.password-recovery-modal__input{width:430px;height:45px;border-radius:4px;border:1px solid rgba(13,23,23,.6);background:#fffffc;padding:0 12px;color:#0d1717;font-family:Open Sans;font-size:22px;font-weight:400}@media screen and (max-width:1200px){.password-recovery-modal__input{width:704px;height:45px}}@media screen and (max-width:768px){.password-recovery-modal__input{width:328px;height:36px;font-size:12px}}.password-recovery-modal__label{position:absolute;left:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#161330;font-family:Open Sans;font-size:14px;font-weight:600;transition:all .25s ease}@media screen and (max-width:1200px){.password-recovery-modal__label{font-size:12px}}@media screen and (max-width:768px){.password-recovery-modal__label{font-size:10px}}.password-recovery-modal__input:focus+.password-recovery-modal__label,.password-recovery-modal__input:not(:placeholder-shown)+.password-recovery-modal__label{top:-24px;left:0;transform:translateY(0)}.password-recovery-modal__button{width:329px;height:46px;border-radius:8px 0;background:#0d1717;margin-bottom:42px}.password-recovery-modal__button p{color:#fefefa;text-align:center;font-family:Unbounded;font-size:18px;font-weight:500}.password-recovery-modal__wrapper{width:330px;display:flex;justify-content:space-between;align-items:center}.password-recovery-modal__wrapper p{color:#0d1717;font-family:Open Sans;font-size:14px;font-weight:400}.password-recovery-modal__wrapper p span{position:relative;display:inline-flex;color:#fefefa;z-index:1}.password-recovery-modal__wrapper p span:before{content:"";background:url(/images/login-decor.png) 50%/cover no-repeat;position:absolute;top:-11px;left:-27px;width:110px;height:38px;z-index:-1}.password-recovery-modal__content{position:relative}.password-recovery-modal__content .password-recovery-modal__message{z-index:10000;display:flex;flex-direction:column;gap:32px;justify-content:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;color:#2c2c2c}.password-recovery-modal__content .password-recovery-modal__message img{width:140px;height:auto}.password-recovery-modal__content .password-recovery-modal__message p{margin:0 auto;font-family:Unbounded;font-size:16px;font-weight:400;text-transform:uppercase;max-width:320px;text-align:center}.contact-information,.contact-information__group{display:flex;flex-direction:column}.contact-information__group{gap:1px;margin-bottom:6px}.contact-information__group:last-of-type{margin-bottom:60px}@media screen and (max-width:768px){.contact-information__group:last-of-type{margin-bottom:21px}}.contact-information__label{text-align:left;color:#000;font-family:Open Sans;font-size:15px;font-weight:400}@media screen and (max-width:1200px){.contact-information__label{font-size:12px}}@media screen and (max-width:768px){.contact-information__label{font-size:10px}}.contact-information__input{border-radius:4px;border:1px solid #0d1717;height:52px;padding:0 12px;color:#0d1717;font-family:Open Sans;font-size:22px;font-weight:400}@media screen and (max-width:1200px){.contact-information__input{height:45px;font-size:18px;padding:0 10px}}@media screen and (max-width:768px){.contact-information__input{font-size:16px;height:36px}}.contact-information__btn{width:329px;height:46px;border-radius:8px 0;background:#0d1717;color:#fefefa;text-align:center;font-family:Unbounded;font-size:20px;font-weight:500;border:none;cursor:pointer}@media screen and (max-width:1200px){.contact-information__btn{font-size:16px;font-synthesis:27px}}@media screen and (max-width:768px){.contact-information__btn{font-size:14px;font-synthesis:27px}}.promo{min-width:500px}.promo__list{overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);list-style:none;border-radius:10px;border:1px solid #a4a4a4}.promo__list-item{text-align:left;padding:24px;color:#000;font-size:16px;font-weight:300;border-bottom:1px solid #a4a4a4}.promo__list-item:nth-child(3n+1){border-right:1px solid #a4a4a4}.promo__list-item:nth-child(3n+3){border-left:1px solid #a4a4a4}.promo__list-item:last-child:nth-child(3n+2){border:none;border-right:1px solid #a4a4a4}.promo p{margin-bottom:12px}.promo .last{margin-bottom:0}.promo .list-item-bolt{font-weight:700}@media(max-width:870px){.promo{min-width:0}.promo__list{grid-template-columns:repeat(2,1fr)}.promo__list-item{font-size:14px;padding:16px}.promo__list-item:nth-child(odd){border-right:1px solid #a4a4a4}.promo__list-item:nth-child(2n+2){border-left:none}.promo__list-item:nth-last-child(-n+2){border-bottom:none}}@media(max-width:750px){.promo__list{max-height:100%}}.about-us{display:flex;flex-direction:column;gap:36px}@media screen and (max-width:1200px){.about-us{gap:22px}}@media screen and (max-width:768px){.about-us{gap:18px}}.about-us__title{color:#000;font-family:Unbounded;font-size:28px;font-weight:700;margin-bottom:20px}@media screen and (max-width:1200px){.about-us__title{font-size:20px;margin-bottom:16px}}@media screen and (max-width:768px){.about-us__title{font-size:16px;margin-bottom:10px}}.about-us__list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1200px){.about-us__list{gap:16px}}@media screen and (max-width:768px){.about-us__list{gap:10px}}.about-us__item{display:flex;flex-direction:column;gap:1px}.about-us__text{color:#000;font-family:Open Sans;font-size:20px;font-weight:400}@media screen and (max-width:1200px){.about-us__text{font-size:16px}}@media screen and (max-width:768px){.about-us__text{font-size:14px}}.about-us__text strong{font-weight:600}.about-us__text span{margin-left:3px}.about-us__sublist{margin-top:20px;padding-left:20px}@media screen and (max-width:1200px){.about-us__sublist{margin-top:16px;padding-left:16px}}@media screen and (max-width:768px){.about-us__sublist{margin-top:10px;padding-left:10px}}.about-us__sublist .about-us__text>strong{font-style:italic}.about-us__sublist-list{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1200px){.about-us__sublist-list{gap:10px}}@media screen and (max-width:768px){.about-us__sublist-list{gap:6px}}.about-us__list-circle{display:flex;flex-direction:column;gap:2px;padding-left:40px;list-style:outside}@media screen and (max-width:1200px){.about-us__list-circle{padding-left:30px}}@media screen and (max-width:768px){.about-us__list-circle{gap:0;padding-left:20px}}:root{--font-exo:Unbounded,sans-serif;--font-montserrat-alt:"Montserrat Alternates",sans-serif;--font-cormorant:"Cormorant Infant",serif}body{font-family:var(--font-montserrat-alt);font-style:normal;background:none;position:relative}body:before{background:url(/images/main-bg.jpg) 50%/cover no-repeat;z-index:-2}body:after,body:before{content:"";position:fixed;inset:0}body:after{background:hsla(0,0%,100%,.92);pointer-events:none;z-index:-1}body>*{position:relative;z-index:1}.layout{min-height:100vh;display:flex;flex-direction:column}blockquote,h1,h2,h3{font-family:var(--font-cormorant)}*{box-sizing:border-box;padding:0;margin:0}.main{padding-top:147px;flex:1 1}@media(max-width:1200px){.main{padding-top:108px}}@media(max-width:768px){.main{padding-top:76px}}.container{max-width:1550px;margin-left:auto;margin-right:auto}@media screen and (max-width:1500px){.container{max-width:1200px}}@media screen and (max-width:1200px){.container{padding:0 32px}}@media screen and (max-width:768px){.container{padding:0 16px}}.container__mini{max-width:1280px;padding:0 32px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.container__mini{flex-direction:column;gap:12px}}.no-scroll:before{content:"";position:fixed;top:0;right:0;z-index:1000;width:var(--scrollbar-width);height:100vh;background:#ebebeb;pointer-events:none}a{color:#0a0a0a;text-decoration:none}body.no-scroll{overflow:hidden}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:100;cursor:pointer;transition:opacity .3s ease;opacity:1}button{cursor:pointer;background:none;border:none}button,ul{padding:0;margin:0}ul{list-style:none}.section-margin{margin-bottom:36px}@media screen and (max-width:1200px){.section-margin{margin-bottom:60px}}@media screen and (max-width:768px){.section-margin{margin-bottom:42px}}.asidebar{display:block}@media screen and (max-width:768px){.asidebar{display:none}}.modal-overlay{cursor:pointer;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.25);z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-overlay.active{opacity:1;visibility:visible}.product-wrapper{display:flex;justify-content:space-between;gap:40px}@media screen and (max-width:1300px){.product-wrapper{flex-direction:column;gap:36px}}.product-wrapper__main{display:flex;flex-direction:column;position:relative;flex:1.2 1}.wish-list>.breadcrumbs{margin-bottom:80px}@media(max-width:680px){.wish-list>.breadcrumbs{margin-bottom:16px}}.profile__content .container{padding:0!important}.loading-spinner{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(17,24,39,.65);display:flex;align-items:center;justify-content:center;z-index:11000;pointer-events:all;overflow:hidden}.loading-spinner:before{display:none}.spinner{width:220px;height:220px;align-items:center}.logo-walk,.spinner{position:relative;display:flex;justify-content:center}.logo-walk{width:180px;height:140px;align-items:flex-end;pointer-events:none;animation:logoFloat 2.4s ease-in-out infinite}.logo-walk__track{bottom:18px;width:70%;height:8px;background:linear-gradient(90deg,#feda2f,#e78bba,#7cd7e2,#feda2f);opacity:.45;filter:blur(2px);animation:trackPulse 1.6s ease-in-out infinite}.logo-walk__glow,.logo-walk__track{position:absolute;border-radius:999px}.logo-walk__glow{bottom:10px;width:90%;height:24px;background:radial-gradient(ellipse at center,rgba(124,215,226,.35),transparent 70%);opacity:.55;filter:blur(8px);mix-blend-mode:screen;animation:glowPulse 2s ease-in-out infinite}.logo-walk__shoe{position:absolute;bottom:24px;width:120px;height:auto;object-fit:contain;transform-origin:50% 100%}.logo-walk__shoe--left,.logo-walk__shoe--right{animation:walkStep 1.3s cubic-bezier(.45,.05,.19,.97) infinite}.logo-walk__shoe--right{animation-delay:.65s}@keyframes logoFloat{0%{transform:translateY(0)}25%{transform:translateY(-4px)}50%{transform:translateY(0)}75%{transform:translateY(4px)}to{transform:translateY(0)}}@keyframes trackPulse{0%,to{opacity:.35;transform:scaleX(.88)}50%{opacity:.7;transform:scaleX(1)}}@keyframes glowPulse{0%,to{opacity:.4;transform:scaleX(.95)}50%{opacity:.85;transform:scaleX(1.05)}}@keyframes walkStep{0%{transform:translateX(-26px) translateY(0) rotate(-2deg)}10%{transform:translateX(-32px) translateY(4px) rotate(-4deg)}25%{transform:translateX(-10px) translateY(-12px) rotate(-10deg)}45%{transform:translateX(15px) translateY(-4px) rotate(-4deg)}60%{transform:translateX(30px) translateY(2px) rotate(1deg)}75%{transform:translateX(34px) translateY(0) rotate(0deg)}to{transform:translateX(-26px) translateY(0) rotate(-2deg)}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded Fallback;src:local("Arial");ascent-override:73.93%;descent-override:18.20%;line-gap-override:0.00%;size-adjust:134.59%}.__className_bca69e{font-family:Unbounded,Unbounded Fallback;font-style:normal}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d6fc113833db48fe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e1df014bb05b8510-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/13a314e63820922b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/04c24f78ad5a47d8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c1a1fe1e2bf9b2ee-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9e769f40faa52555-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/37da3febcafd463e-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/51f6eedf9be77cd7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/403511e41efd5e81-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Open Sans;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e807dee2426166ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Open Sans Fallback;src:local("Arial");ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.00%;size-adjust:105.15%}.__className_4d0e85{font-family:Open Sans,Open Sans Fallback;font-style:normal}