.urb-benefits{background:var(--urb-white)}.urb-benefits__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.urb-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.375rem 1.25rem;background:var(--urb-gray-50);border-radius:var(--urb-radius-lg);border:1px solid var(--urb-gray-100);transition:box-shadow .25s var(--urb-ease),transform .25s var(--urb-ease),border-color .25s var(--urb-ease)}.urb-benefit:hover{box-shadow:var(--urb-shadow-md);transform:translateY(-3px);border-color:var(--urb-gray-200)}.urb-benefit__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--urb-white);border-radius:var(--urb-radius);border:1px solid var(--urb-gray-200);margin-bottom:1rem;color:var(--urb-black);flex-shrink:0}.urb-benefit__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.urb-benefit__title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--urb-black);margin:0 0 .375rem;line-height:1.25}.urb-benefit__desc{font-size:var(--urb-text-sm);line-height:1.65;color:var(--urb-gray-500);margin:0}@media screen and (max-width:1024px){.urb-benefits__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:479px){.urb-benefits__grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.urb-benefit{padding:1.125rem .875rem}.urb-benefit__icon{width:40px;height:40px;margin-bottom:.875rem}.urb-benefit__icon svg{width:20px;height:20px}.urb-benefit__title{font-size:.875rem}.urb-benefit__desc{display:none}}.urb-feature-row{padding:5rem 0;background:var(--urb-white);overflow:hidden}.urb-feature-row--gray{background:var(--urb-gray-50)}.urb-feature-row__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.urb-feature-row--reversed .urb-feature-row__inner{direction:rtl}.urb-feature-row--reversed .urb-feature-row__inner>*{direction:ltr}.urb-feature-row__media{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014;background:var(--urb-gray-100)}.urb-feature-row__media img{width:100%;height:auto;display:block;transition:transform .6s var(--urb-ease)}.urb-feature-row:hover .urb-feature-row__media img{transform:scale(1.03)}.urb-feature-row__content{display:flex;flex-direction:column;gap:1.25rem;max-width:480px}.urb-feature-row--reversed .urb-feature-row__content{justify-self:end}.urb-feature-row__eyebrow{display:inline-block;font-family:var(--urb-font);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--urb-gray-400)}.urb-feature-row__heading{font-family:var(--urb-font);font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--urb-black);margin:0}.urb-feature-row__body{font-family:var(--urb-font);font-size:1.1875rem;line-height:1.75;color:var(--urb-gray-600);margin:0}.urb-feature-row__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-family:var(--urb-font);font-size:1.0625rem;font-weight:600;color:var(--urb-black);text-decoration:none;border-bottom:1.5px solid var(--urb-gray-300);padding-bottom:2px;transition:border-color .2s var(--urb-ease),color .2s var(--urb-ease)}.urb-feature-row__cta:hover{border-color:var(--urb-black)}.urb-feature-row__cta svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--urb-ease)}.urb-feature-row__cta:hover svg{transform:translate(3px)}@media screen and (max-width:749px){.urb-feature-row{padding:2.5rem 0}.urb-feature-row__inner{grid-template-columns:1fr;gap:1.5rem;direction:ltr!important}.urb-feature-row--reversed .urb-feature-row__inner>*{direction:ltr}.urb-feature-row__content{max-width:100%;justify-self:start!important}.urb-feature-row__heading{font-size:clamp(1.875rem,7vw,2.5rem)}.urb-feature-row__body{font-size:1rem;line-height:1.7}}.urbanova-hero{position:relative;min-height:90vh;overflow:hidden;background-color:#0a0a0a}.urbanova-hero__track{position:absolute;top:0;right:0;bottom:0;left:0}.urbanova-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;transition:opacity .9s cubic-bezier(.4,0,.2,1);pointer-events:none}.urbanova-hero__slide.is-active{opacity:1;pointer-events:auto}.urbanova-hero__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;display:block;z-index:0;transform:scale(1);transform-origin:right 40%}.urbanova-hero__bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}.urbanova-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#000000b8,#00000073,#00000026);pointer-events:none}.urbanova-hero__content{position:relative;z-index:2;padding:6rem clamp(1.5rem,8vw,8rem) 6rem clamp(1.5rem,7vw,7rem);max-width:680px;transform:translateY(10px);opacity:0;transition:transform .8s cubic-bezier(.4,0,.2,1) .15s,opacity .8s cubic-bezier(.4,0,.2,1) .15s}.urbanova-hero__slide.is-active .urbanova-hero__content{transform:translateY(0);opacity:1}.urbanova-hero__eyebrow{display:inline-block;font-family:var(--urb-font);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#fff9;margin:0 0 1.25rem}.urbanova-hero__headline{font-family:var(--urb-font);font-size:clamp(3rem,6.5vw,5.5rem);font-weight:700;line-height:1;letter-spacing:-.035em;color:#fff;margin:0 0 1.375rem}.urbanova-hero__subheadline{font-family:var(--urb-font);font-size:clamp(1rem,1.6vw,1.2rem);font-weight:400;line-height:1.65;color:#ffffffc7;max-width:480px;margin:0 0 2.5rem}.urbanova-hero__cta{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center}.urbanova-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s,border-color .2s;padding:0}.urbanova-hero__arrow:hover{background:#ffffff38;border-color:#ffffff61}.urbanova-hero__arrow--prev{left:clamp(1rem,3vw,2.5rem)}.urbanova-hero__arrow--next{right:clamp(1rem,3vw,2.5rem)}.urbanova-hero__dots{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.5rem;align-items:center}.urbanova-hero__dot{width:6px;height:6px;border-radius:3px;background:#ffffff59;border:none;cursor:pointer;padding:0;transition:background .25s,width .25s}.urbanova-hero__dot.is-active{background:#fff;width:24px}.urbanova-hero__progress{position:absolute;bottom:0;left:0;height:2px;width:0%;background:#ffffff8c;z-index:10}.urbanova-hero .urbanova-btn--primary{background-color:#fff;color:#000;border-color:#fff}.urbanova-hero .urbanova-btn--primary:hover{background-color:#ffffffe6;border-color:#ffffffe6;color:#000}.urbanova-hero__scroll-hint{position:absolute;bottom:2rem;left:clamp(1.5rem,7vw,7rem);z-index:10}.urbanova-hero__scroll-mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.28);border-radius:12px;display:flex;align-items:flex-start;justify-content:center;padding:5px 0 0}.urbanova-hero__scroll-dot{width:4px;height:8px;background:#ffffff8c;border-radius:2px;animation:urb-hero-scroll 1.8s ease infinite}@keyframes urb-hero-scroll{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(7px)}}@media screen and (min-width:750px)and (max-width:989px){.urbanova-hero{min-height:70vh}.urbanova-hero__bg-img{object-position:80% center;transform:scale(1.85);transform-origin:65% 50%}}@media screen and (max-width:749px){.urbanova-hero{min-height:min(125vw,680px)}.urbanova-hero__slide{align-items:flex-end}.urbanova-hero__bg-img{object-position:85% center;transform:scale(1.85);transform-origin:60% 50%}.urbanova-hero__overlay{background:linear-gradient(to top,#000000d9,#00000059 60%,#0000001a)}.urbanova-hero__content{padding:3rem 1.5rem 4rem;max-width:100%}.urbanova-hero__subheadline{max-width:100%}.urbanova-hero__cta{flex-direction:column;align-items:stretch}.urbanova-hero__cta .urbanova-btn{text-align:center;justify-content:center;width:100%}.urbanova-hero__arrow,.urbanova-hero__scroll-hint{display:none}.urbanova-hero__dots{bottom:1.5rem}}.urb-hiw{padding:5rem 0;background:var(--urb-white)}.urb-hiw__header{text-align:center;margin-bottom:3.5rem}.urb-hiw__eyebrow{display:block;font-family:var(--urb-font);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--urb-gray-400);margin-bottom:.875rem}.urb-hiw__title{font-family:var(--urb-font);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--urb-black);margin:0}.urb-hiw__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.urb-hiw__steps:before{content:"";position:absolute;top:28px;left:calc(16.666% + 28px);right:calc(16.666% + 28px);height:1px;background:var(--urb-gray-200);z-index:0}.urb-hiw__step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.urb-hiw__step-icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--urb-black);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.urb-hiw__step-icon-wrap svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.urb-hiw__step-number{display:block;font-family:var(--urb-font);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--urb-gray-400);margin-bottom:.375rem}.urb-hiw__step-title{font-family:var(--urb-font);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--urb-black);margin:0 0 .5rem}.urb-hiw__step-desc{font-family:var(--urb-font);font-size:.9375rem;line-height:1.6;color:var(--urb-gray-500);margin:0;max-width:200px}@media screen and (max-width:749px){.urb-hiw{padding:3.5rem 0}.urb-hiw__steps{grid-template-columns:1fr;gap:2.5rem}.urb-hiw__steps:before{display:none}.urb-hiw__step{flex-direction:row;text-align:left;gap:1.25rem;align-items:flex-start}.urb-hiw__step-icon-wrap{margin-bottom:0;flex-shrink:0}.urb-hiw__step-desc{max-width:none}}.urb-pdp-feat-grid{background:#0d0d0d;padding:5rem 0;overflow:hidden}.urb-pdp-feat-grid__header{text-align:center;margin-bottom:3.5rem}.urb-pdp-feat-grid__eyebrow{display:block;font-family:var(--urb-font);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:.875rem}.urb-pdp-feat-grid__title{font-family:var(--urb-font);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:#fff;margin:0}.urb-pdp-feat-grid__title em{font-style:normal;color:#ffffff73}.urb-pdp-feat-grid__cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.urb-pdp-feat-card{padding:1.5rem 1.25rem;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff08;transition:background .25s ease,border-color .25s ease,transform .25s ease;cursor:default}.urb-pdp-feat-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-3px)}.urb-pdp-feat-card__icon{width:44px;height:44px;margin-bottom:1.375rem;color:#fff;opacity:.9}.urb-pdp-feat-card__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.urb-pdp-feat-card__number{font-family:var(--urb-font);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;display:block;margin-bottom:.5rem}.urb-pdp-feat-card__title{font-family:var(--urb-font);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin:0 0 .625rem}.urb-pdp-feat-card__desc{font-family:var(--urb-font);font-size:.9375rem;line-height:1.65;color:#ffffff80;margin:0}@media screen and (max-width:989px){.urb-pdp-feat-grid__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:599px){.urb-pdp-feat-grid{padding:3rem 0}.urb-pdp-feat-grid__cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.urb-pdp-feat-card{padding:1.125rem 1rem}.urb-pdp-feat-card:last-child:nth-child(odd){grid-column:span 2}}.urb-pdp-trust{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:.75rem;padding:1.125rem 1.5rem;background:var(--urb-gray-50);border:1px solid var(--urb-gray-100);border-radius:var(--urb-radius-lg)}.urb-pdp-trust__item{display:flex;align-items:center;gap:.5rem;position:relative}.urb-pdp-trust__item+.urb-pdp-trust__item:before{content:"";position:absolute;left:-.375rem;top:15%;height:70%;width:1px;background:var(--urb-gray-200)}.urb-pdp-trust__icon{display:flex;align-items:center;justify-content:center;color:var(--urb-gray-500);flex-shrink:0}.urb-pdp-trust__icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.urb-pdp-trust__label{font-family:var(--urb-font);font-size:.8125rem;font-weight:500;color:var(--urb-gray-600);white-space:nowrap;letter-spacing:-.005em}@media screen and (max-width:749px){.urb-pdp-trust{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem}.urb-pdp-trust__item+.urb-pdp-trust__item:before{display:none}.urb-pdp-trust__label{white-space:normal;font-size:.875rem}}.urb-testimonials{background:var(--urb-white)}.urb-testimonials__carousel{position:relative}.urb-testimonials__overflow{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.urb-testimonials__overflow::-webkit-scrollbar{display:none}.urb-testimonials__track{display:flex;gap:1.5rem;position:relative}.urb-testimonial{flex:0 0 calc(33.333% - 1rem);scroll-snap-align:start;display:flex;flex-direction:column;padding:2rem;background:var(--urb-gray-50);border-radius:var(--urb-radius-lg);border:1px solid var(--urb-gray-100);box-sizing:border-box;transition:box-shadow .25s var(--urb-ease),transform .25s var(--urb-ease)}.urb-testimonial:hover{box-shadow:var(--urb-shadow);transform:translateY(-2px)}.urb-testimonial__stars{display:flex;gap:3px;margin-bottom:1.125rem}.urb-testimonial__stars svg{width:16px;height:16px;color:#f59e0b;fill:currentColor;flex-shrink:0}.urb-testimonial__stars svg.empty{color:var(--urb-gray-200)}.urb-testimonial__quote{flex:1;font-size:var(--urb-text-base);line-height:1.7;color:var(--urb-gray-700);margin:0 0 1.5rem;font-style:normal;quotes:"\201c" "\201d"}.urb-testimonial__quote:before{content:open-quote;color:var(--urb-gray-300);font-size:1.5em;line-height:0;vertical-align:-.35em;margin-right:.1em}.urb-testimonial__author{display:flex;align-items:center;gap:.875rem;border-top:1px solid var(--urb-gray-100);padding-top:1.25rem}.urb-testimonial__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--urb-white);flex-shrink:0;letter-spacing:.03em}.urb-testimonial__author-info{min-width:0}.urb-testimonial__name{font-size:var(--urb-text-sm);font-weight:600;color:var(--urb-black);line-height:1.3;margin:0}.urb-testimonial__location{font-size:var(--urb-text-xs);color:var(--urb-gray-400);margin:2px 0 0}.urb-testimonial__avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.urb-testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;background:var(--urb-white);border:1px solid var(--urb-gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:var(--urb-black);box-shadow:var(--urb-shadow);transition:background .2s,border-color .2s,box-shadow .2s,opacity .2s}.urb-testimonials__arrow:hover{background:var(--urb-gray-50);border-color:var(--urb-gray-300);box-shadow:var(--urb-shadow-md)}.urb-testimonials__arrow[disabled]{opacity:.3;cursor:default;pointer-events:none}.urb-testimonials__arrow--prev{left:-1.25rem}.urb-testimonials__arrow--next{right:-1.25rem}.urb-testimonials__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.urb-testimonials__dot{width:6px;height:6px;border-radius:3px;background:var(--urb-gray-200);border:none;cursor:pointer;padding:0;transition:background .25s,width .25s}.urb-testimonials__dot.is-active{background:var(--urb-black);width:20px}@media screen and (max-width:1023px){.urb-testimonial{flex:0 0 calc(50% - .75rem)}.urb-testimonials__arrow--prev{left:-.75rem}.urb-testimonials__arrow--next{right:-.75rem}}@media screen and (max-width:599px){.urb-testimonial{flex:0 0 100%;padding:1.5rem}.urb-testimonials__arrow{display:none}.urb-testimonial__quote{font-size:var(--urb-text-sm);margin-bottom:1.25rem}.urb-testimonials__dot{width:10px;height:10px;border-radius:5px}.urb-testimonials__dot.is-active{width:28px}}.urb-trust-bar{padding:1.5rem 0;background:var(--urb-white);border-top:1px solid var(--urb-gray-100);border-bottom:1px solid var(--urb-gray-100)}.urb-trust-bar__grid{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.urb-trust-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 2rem;flex-shrink:0;position:relative}.urb-trust-item+.urb-trust-item:before{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:var(--urb-gray-200)}.urb-trust-item__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;color:var(--urb-black)}.urb-trust-item__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.urb-trust-item__icon svg.urb-magsafe-icon{width:24px;height:24px}.urb-trust-item__text{font-size:var(--urb-text-sm);font-weight:600;color:var(--urb-gray-700);white-space:nowrap;letter-spacing:-.005em}@media screen and (max-width:749px){.urb-trust-bar__grid{display:flex;flex-direction:column;gap:0}.urb-trust-item{padding:.875rem 1.25rem;justify-content:flex-start;border-bottom:1px solid var(--urb-gray-100)}.urb-trust-item:last-child{border-bottom:none}.urb-trust-item+.urb-trust-item:before{display:none}.urb-trust-item__text{white-space:normal}}.urb-video-section{background:var(--urb-gray-50);padding-top:3.5rem;padding-bottom:3.5rem}@media screen and (max-width:749px){.urb-video-section{padding-top:2.5rem;padding-bottom:2.5rem}}.urb-video__wrapper{position:relative;max-width:760px;margin:0 auto;border-radius:var(--urb-radius-xl);overflow:hidden;box-shadow:var(--urb-shadow-xl);background:var(--urb-black);aspect-ratio:16 / 9;transition:box-shadow .35s var(--urb-ease)}@media screen and (min-width:750px)and (max-width:1365px){.urb-video__wrapper{width:min(84vw,860px)}}.urb-video__wrapper:hover{box-shadow:0 32px 64px #00000038}.urb-video__player{width:100%;height:100%;object-fit:contain;display:block}.urb-video__wrapper deferred-media{display:block;width:100%;height:100%}.urb-video__wrapper deferred-media>template+*{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.urb-video__fs-btn{position:absolute;bottom:.875rem;left:.875rem;z-index:2;width:36px;height:36px;background:#0000008c;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .2s;padding:0;color:#fff}.urb-video__fs-btn:hover{background:#000000bf}.urb-video__fs-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.urb-video__play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000052;cursor:pointer;transition:background .2s;border:none;width:100%}.urb-video__play-btn:hover{background:#0000007a}.urb-video__play-icon{width:72px;height:72px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .22s var(--urb-ease),box-shadow .22s var(--urb-ease);box-shadow:0 8px 32px #00000040}.urb-video__play-btn:hover .urb-video__play-icon{transform:scale(1.1);box-shadow:0 12px 40px #00000059}.urb-video__play-icon svg{width:28px;height:28px;fill:var(--urb-black);margin-left:4px}.urb-video__mute-btn{position:absolute;bottom:.875rem;right:.875rem;z-index:2;width:36px;height:36px;background:#0000008c;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .2s;padding:0;color:#fff}.urb-video__mute-btn:hover{background:#000000bf}.urb-video__mute-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.urb-video__mute-btn .icon-sound-off{display:block}.urb-video__mute-btn .icon-sound-on,.urb-video__mute-btn.is-unmuted .icon-sound-off{display:none}.urb-video__mute-btn.is-unmuted .icon-sound-on{display:block}.urb-video__caption{text-align:center;margin-top:1.5rem;font-size:var(--urb-text-sm);color:var(--urb-gray-400);letter-spacing:.01em}.urb-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:opacity .4s}.urb-video__poster.is-hidden{opacity:0;pointer-events:none}@media screen and (max-width:749px){.urb-video__wrapper{border-radius:var(--urb-radius-lg);max-width:100%;width:min(92vw,480px);aspect-ratio:9 / 16}.urb-video__player,.urb-video__wrapper deferred-media>template+*,.urb-video__poster{object-fit:contain}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
