.article-tiles{padding:76px calc(var(--page-padding) * 1.1) 84px;color:#fff;min-height:80vh;display:flex;align-items:center}.article-tiles--dark{color:#fff}.article-tiles--light{color:#151515}.article-tiles--light .article-tiles__card-body{border-inline-start-color:rgba(0,0,0,.15)}.article-tiles--purple{color:#fff}.article-tiles--purple .btn-cta__anim-path{stroke:#5b21b6}@media (max-width:1100px){.article-tiles{min-height:auto}}@media (max-width:1439px){.article-tiles{padding-left:14px;padding-right:14px}}.article-tiles__inner{max-width:var(--content-max-width);margin:0 auto}@media (max-width:767px){.article-tiles__inner{margin:0}}@media (max-width:1439px){.article-tiles__inner{max-width:calc(100% - 20px)}}.article-tiles__header{text-align:center;margin:60px auto 68px;width:100%;color:inherit}.article-tiles__eyebrow{font-size:calc(var(--section-intro-size, 1.2rem) * 1.1);font-weight:300;letter-spacing:.11em;line-height:1.66;text-transform:uppercase;margin-bottom:8px}.article-tiles__intro{font-size:var(--tile-text-size,.875rem);font-weight:300;letter-spacing:.04em;line-height:1.9}.article-tiles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch;color:inherit}.article-tiles__grid[data-tile-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1280px){.article-tiles__grid[data-tile-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}}.article-tiles__card{background:transparent;color:inherit;position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-inline-end:16px;margin-inline-end:0}.article-tiles__image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}.article-tiles__image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .4s ease,transform .4s ease;display:block}.article-tiles__card-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:0 16px 32px;border-inline-start:1px solid currentColor;border-inline-start-color:rgba(255,255,255,.25);margin-top:0}.article-tiles__card-title{font-size:var(--tile-title-size,1rem);font-weight:400;letter-spacing:.15em;line-height:1.6;padding:12px 0 0;text-transform:uppercase}.article-tiles__card-text,.article-tiles__card-title{font-family:var(--font-rivera-light),"Riviera Nights",sans-serif}.article-tiles__card-text{font-size:var(--tile-text-size,.875rem);font-weight:300;letter-spacing:.057em;line-height:1.4;padding:10px 0 0}.article-tiles__card-link{position:absolute;inset:0;z-index:2}.article-tiles__card:hover img{transform:scale(1.05);opacity:.75}.article-tiles__card:hover .article-tiles__card-text,.article-tiles__card:hover .article-tiles__card-title{opacity:.75}.article-tiles__cta{margin-top:clamp(32px,5vw,64px);display:flex;justify-content:center}.article-tiles__cta .btn-cta{font-size:12px;width:auto;flex:0 0 auto;overflow:visible}.article-tiles__cta .btn-cta__inner{padding:14px 56px;gap:16px}.article-tiles__cta .btn-cta__icon--circle{width:32px;height:32px}@media (min-width:768px){.article-tiles__header{width:60%}.article-tiles__image-wrapper{aspect-ratio:4/3}}@media (min-width:1020px) and (max-width:1439px){.article-tiles__image-wrapper{aspect-ratio:5/4;min-height:420px}}@media (min-width:1440px){.article-tiles__inner{width:1328px}.article-tiles__header{width:80%}.article-tiles{padding-bottom:72px}.article-tiles__image-wrapper{aspect-ratio:6/5;min-height:420px}}@media (max-width:768px){.article-tiles{justify-content:center;text-align:left;padding:32px 20px 44px}.article-tiles__inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:100%;margin:0}.article-tiles__header{margin:20px auto 28px;width:100%}.article-tiles__grid{justify-items:stretch;width:100%;grid-template-columns:1fr!important;gap:18px!important}.article-tiles__card{border-inline-start:none;padding-inline-end:0;width:100%}.article-tiles__card-body{padding-left:0;padding-right:0;border-inline-start:none}}.audio-hotspot{position:relative;width:100vw;overflow:hidden}.audio-hotspot--transparent{background:transparent!important}.audio-hotspot--dark{--toggle-bg:rgba(255,255,255,0.12);--toggle-active-bg:rgba(255,255,255,0.95);--toggle-active-text:#0f0f0f;--toggle-text:#f5f5f5;--pin-bg:rgba(0,0,0,0.6);--pin-border:rgba(255,255,255,0.5);--pin-color:#fff;--pulse-color:rgba(255,255,255,0.3)}.audio-hotspot--light{--toggle-bg:rgba(0,0,0,0.08);--toggle-active-bg:rgba(0,0,0,0.9);--toggle-active-text:#fff;--toggle-text:#0f0f0f;--pin-bg:rgba(255,255,255,0.8);--pin-border:rgba(0,0,0,0.3);--pin-color:#0f0f0f;--pulse-color:rgba(0,0,0,0.2)}.audio-hotspot--purple{--toggle-bg:rgba(255,255,255,0.1);--toggle-active-bg:rgba(255,255,255,0.9);--toggle-active-text:#281432;--toggle-text:#f5e9ff;--pin-bg:rgba(27,15,51,0.7);--pin-border:rgba(245,233,255,0.4);--pin-color:#f5e9ff;--pulse-color:rgba(245,233,255,0.3)}.audio-hotspot__image-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;animation:hotspot-fade .32s ease}.audio-hotspot__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.audio-hotspot__pin{position:absolute;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:transparent;border:2px solid var(--pin-border);color:var(--pin-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease;z-index:2;outline:none;padding:0}.audio-hotspot__pin:hover{transform:translate(-50%,-50%) scale(1.08)}.audio-hotspot__pin--playing{background:var(--pin-color);color:var(--pin-bg);border-color:var(--pin-color)}.audio-hotspot__pulse{position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--pin-color);animation:hotspot-pulse 1.4s ease-out infinite;pointer-events:none}@keyframes hotspot-pulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}.audio-hotspot__toggle-wrap{position:absolute;bottom:clamp(16px,3vw,32px);left:50%;transform:translateX(-50%);z-index:3}.audio-hotspot__toggle{position:relative;display:inline-flex;align-items:center;gap:18px;color:#fff}.audio-hotspot__toggle-label{border:none;background:transparent;color:rgba(255,255,255,.55);font-size:clamp(12px,1.25vw,16px);font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:color .25s ease;white-space:nowrap}.audio-hotspot__toggle-label.is-active{color:#fff}.audio-hotspot__switch{position:relative;width:56px;height:28px;border-radius:999px;border:1.5px solid rgba(255,255,255,.9);background:transparent;padding:0;cursor:pointer;transition:border-color .2s ease}.audio-hotspot__switch-knob{position:absolute;top:50%;left:4px;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.95);transition:transform .28s cubic-bezier(.25,1,.5,1),background .2s ease;box-shadow:0 0 0 2px rgba(0,0,0,.08);transform:translateY(-50%)}.audio-hotspot__switch--b .audio-hotspot__switch-knob{transform:translate(28px,-50%)}.audio-hotspot__switch:hover{border-color:#fff}@media (max-width:768px){.audio-hotspot__image-wrap{aspect-ratio:4/3}.audio-hotspot__pin{width:44px;height:44px}.audio-hotspot__pin svg{width:18px;height:18px}.audio-hotspot__toggle{gap:12px}.audio-hotspot__toggle-label{font-size:clamp(11px,2.6vw,14px)}.audio-hotspot__switch{width:52px;height:26px}.audio-hotspot__switch-knob{width:17px;height:17px;left:4px;top:50%;transform:translateY(-50%)}.audio-hotspot__switch--b .audio-hotspot__switch-knob{transform:translate(25px,-50%)}}@media (max-width:480px){.audio-hotspot__image-wrap{aspect-ratio:3/4}.audio-hotspot__pin{width:40px;height:40px}.audio-hotspot__switch{width:48px;height:24px}.audio-hotspot__switch-knob{width:16px;height:16px;top:50%;left:4px;transform:translateY(-50%)}.audio-hotspot__switch--b .audio-hotspot__switch-knob{transform:translate(24px,-50%)}}@keyframes hotspot-fade{0%{opacity:0}to{opacity:1}}.divider-block{display:flex;justify-content:center;width:100%;padding:clamp(16px,4vw,32px) 0}.divider-block__line{display:block;width:var(--divider-width,180px);height:2px;opacity:.35;background:currentColor}.divider-block--dark{color:#f5f5f5}.divider-block--light{color:#151515}.divider-block--purple{color:#b493ff}.rich-text{--rt-bg:#fff;--rt-text:#111;--rt-subtext:#3a3a3a;--rt-heading:#111;padding:clamp(120px,12vw,180px) clamp(18px,7vw,120px) clamp(80px,10vw,140px);background:transparent;color:var(--rt-text)}.rich-text--transparent{background:transparent!important}.rich-text--dark{--rt-bg:#0f0f0f;--rt-text:#f5f5f5;--rt-subtext:#cfcfcf;--rt-heading:#f5f5f5}.rich-text--purple{--rt-bg:#281432;--rt-text:#fff;--rt-subtext:#fff;--rt-heading:#fff;color:#fff}.rich-text--purple .rich-text__body,.rich-text--purple .rich-text__heading,.rich-text--purple .rich-text__heading-line{color:#fff}.rich-text--purple .btn-cta--filled .btn-cta__anim-path,.rich-text--purple .btn-cta--unfilled .btn-cta__anim-path{stroke:#fff}.rich-text__grid{max-width:880px;margin:0 auto}.rich-text__wrapper{text-align:center;display:grid;gap:clamp(32px,4vw,56px)}.rich-text__wrapper--left{text-align:left}.rich-text__wrapper--left .rich-text__heading{text-align:center}.rich-text__wrapper--left .rich-text__body{margin-left:0;margin-right:auto}.rich-text__wrapper--left .rich-text__cta{justify-content:flex-start}.rich-text__wrapper--right{text-align:right}.rich-text__wrapper--right .rich-text__heading{text-align:center}.rich-text__wrapper--right .rich-text__body{margin-left:auto;margin-right:0}.rich-text__wrapper--right .rich-text__cta{justify-content:flex-end}.rich-text__heading{font-family:var(--font-rivera-ultralight),"Riviera Nights","Helvetica Neue",Arial,sans-serif;font-weight:200;letter-spacing:.08em;line-height:1.28;color:var(--rt-heading);max-width:760px;margin:0 auto}.rich-text__heading-line{color:var(--rt-heading);margin-bottom:.15em}.rich-text__heading-line:last-child{margin-bottom:0}.rich-text--light .rich-text__heading,.rich-text--light .rich-text__heading-line{color:#111!important}.rich-text--light .rich-text__body{color:#000}.rich-text--dark .rich-text__body{color:#fff}.rich-text__heading--h1{font-size:clamp(34px,4vw,52px);letter-spacing:.06em;line-height:1.2}.rich-text__heading--h2{font-size:clamp(28px,3.2vw,42px);letter-spacing:.08em;line-height:1.25}.rich-text__heading--h3{font-size:clamp(24px,3vw,36px);letter-spacing:.08em;line-height:1.28}.rich-text__heading--h4{font-size:clamp(21px,2.8vw,30px);letter-spacing:.1em;line-height:1.3}.rich-text__heading--h5{font-size:clamp(19px,2.4vw,26px);letter-spacing:.1em;line-height:1.35}.rich-text__heading--h6{font-size:clamp(17px,2vw,22px);letter-spacing:.12em;line-height:1.4}.rich-text__body{margin:0 auto;max-width:640px;color:var(--rt-subtext);font-family:var(--font-rivera-ultralight),"Riviera Nights","Helvetica Neue",Arial,sans-serif;font-weight:200;letter-spacing:.04em;line-height:1.7;font-size:clamp(12.5px,1.1vw,14px)}.rich-text__body p{margin:0 0 .6em}.rich-text__body p:last-child{margin-bottom:0}.rich-text__cta{display:flex;justify-content:center;gap:clamp(16px,2vw,24px);margin-top:clamp(14px,3vw,24px)}.rich-text__cta>*{min-width:140px;max-width:240px;width:auto;font-size:clamp(9.5px,.75vw,11px);letter-spacing:.06em;font-weight:500}.rich-text__cta .btn-cta__inner{min-height:42px;padding:10px 22px}.rich-text__cta .rrmc-button--secondary .rrmc-button-text{font-size:1.2rem;letter-spacing:.1666666667em;line-height:2}.rich-text__cta .btn-cta--secondary .btn-cta__text{letter-spacing:.1666666667em!important;line-height:2!important}.rt-font-small{font-size:clamp(18px,1.5vw,22px)}.rt-font-medium{font-size:clamp(24px,2.6vw,36px)}.rt-font-large{font-size:clamp(32px,3.5vw,48px)}.rt-font-xl{font-size:clamp(40px,4.5vw,64px)}@media (max-width:768px){.rich-text{padding:clamp(64px,12vw,100px) clamp(18px,5vw,32px) clamp(48px,10vw,80px)}.rich-text__wrapper{gap:clamp(24px,5vw,36px)}.rich-text__heading--h1{font-size:clamp(26px,7vw,38px)}.rich-text__heading--h2{font-size:clamp(22px,5.5vw,30px)}.rich-text__heading--h3{font-size:clamp(20px,5vw,26px)}.rich-text__heading--h4{font-size:clamp(18px,4.5vw,24px)}.rich-text__heading--h5{font-size:clamp(17px,4vw,22px)}.rich-text__heading--h6{font-size:clamp(15px,3.5vw,19px)}.rt-font-small{font-size:clamp(16px,4vw,20px)}.rt-font-medium{font-size:clamp(18px,4.8vw,24px)}.rt-font-large{font-size:clamp(24px,5.6vw,32px)}.rt-font-xl{font-size:clamp(28px,7vw,40px)}.rich-text__body{font-size:clamp(13px,3.5vw,15px);line-height:1.65}.rich-text__cta{flex-direction:column;align-items:center;gap:12px}.rich-text__cta>*{width:100%;max-width:260px}}.rt-weight-200{font-weight:200!important}.rt-weight-300{font-weight:300!important}.rt-weight-400{font-weight:400!important}.rt-weight-500{font-weight:500!important}.rt-weight-600{font-weight:600!important}.dual-staggered{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:clamp(48px,8vw,96px) 0;--dual-stagger-gap:clamp(32px,6vw,96px);--dual-stagger-width:calc((100vw - var(--dual-stagger-gap)) / 2);background:transparent}.dual-staggered--no-padding{padding-block:0!important}.dual-staggered--purple{background:transparent!important;color:#fff!important}.dual-staggered__inner{width:100vw;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--dual-stagger-gap);padding:0}.dual-staggered__left,.dual-staggered__right{position:relative;width:100%}.dual-staggered__float{transition:transform .1s linear;transform:translateY(var(--ds-shift,0))}.dual-staggered__left{margin-left:0}.dual-staggered__right{margin-right:0}.dual-staggered__picture{display:block;position:relative;width:var(--dual-stagger-width);height:clamp(680px,82vh,980px);min-height:680px}.dual-staggered__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.dual-staggered__text-card{width:var(--dual-stagger-width);max-width:100%;min-height:clamp(280px,48vh,520px);padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;background:transparent;color:inherit}.dual-staggered__text-title{font-size:clamp(1.35rem,2.4vw,2rem);font-family:var(--font-rivera-light),"Riviera Nights",sans-serif;font-weight:300;letter-spacing:.06em;text-transform:uppercase;margin:0}.dual-staggered__text-title--small{font-size:clamp(.95rem,1.6vw,1.2rem);font-weight:500;letter-spacing:.08em}.dual-staggered__text-body{font-size:clamp(.82rem,1.15vw,.94rem);font-family:var(--font-rivera-light),"Riviera Nights",sans-serif;font-weight:300;line-height:1.45;letter-spacing:.02em;margin:0;white-space:pre-wrap}.dual-staggered__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.dual-staggered--media-left-text-right .dual-staggered__inner,.dual-staggered--text-left-media-right .dual-staggered__inner{align-items:center}.dual-staggered--media-left-text-right .dual-staggered__picture,.dual-staggered--text-left-media-right .dual-staggered__picture{aspect-ratio:16/9;height:auto;min-height:0}.dual-staggered--media-left-text-right .dual-staggered__text-card,.dual-staggered--text-left-media-right .dual-staggered__text-card{min-height:auto;justify-content:center}@media (max-width:900px){.dual-staggered{--dual-stagger-gap:clamp(10px,2vw,18px);--dual-stagger-width:calc((100vw - var(--dual-stagger-gap)) / 2)}.dual-staggered__picture{height:clamp(280px,44vw,480px);min-height:0}.dual-staggered__text-card{min-height:auto}}.dual-staggered__buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:clamp(12px,2vw,20px);margin-top:clamp(24px,3vw,40px);padding:0}.dual-staggered__text-card .dual-staggered__buttons{width:100%;align-self:stretch;justify-content:flex-start;margin-top:clamp(16px,2vw,24px)}.dual-staggered__buttons .btn-cta{flex:0 0 auto;width:auto;min-width:0;max-width:100%}.dual-staggered__text-card .dual-staggered__buttons .btn-cta{margin-left:0}.dual-staggered__buttons .btn-cta:first-child.btn-cta--filled.btn-cta--dark .btn-cta__inner{background:#5b21b6;color:#f5e9ff;border-color:transparent}.dual-staggered__buttons .btn-cta:first-child.btn-cta--filled.btn-cta--dark .btn-cta__anim-path{stroke:#f5e9ff}.section-block__content>div>.dual-staggered{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-block:clamp(18px,3vw,40px);--dual-stagger-gap:clamp(20px,4vw,48px)}.section-block__content>div>.dual-staggered .dual-staggered__inner{width:100%;max-width:min(100%,var(--content-max-width,1328px))}.section-block__content>div>.dual-staggered .dual-staggered__left,.section-block__content>div>.dual-staggered .dual-staggered__right{flex:1 1 0}.section-block__content>div>.dual-staggered .dual-staggered__picture,.section-block__content>div>.dual-staggered .dual-staggered__text-card{width:100%}.section-block__content>div>.dual-staggered .dual-staggered__picture{height:clamp(420px,58vw,760px);min-height:420px}.section-block__content>div>.dual-staggered .dual-staggered__text-card{min-height:clamp(260px,30vw,420px);padding:clamp(12px,2vw,24px)}.section-block.section-pl--large .section-block__content>div>.dual-staggered,.section-block.section-pr--large .section-block__content>div>.dual-staggered{--dual-stagger-gap:clamp(16px,2.8vw,36px)}.section-block.section-pl--large .section-block__content>div>.dual-staggered .dual-staggered__picture,.section-block.section-pr--large .section-block__content>div>.dual-staggered .dual-staggered__picture{height:clamp(360px,48vw,680px);min-height:360px}.section-block.section-pl--large .section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__picture,.section-block.section-pl--large .section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__picture,.section-block.section-pr--large .section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__picture,.section-block.section-pr--large .section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__picture,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__picture,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__picture{aspect-ratio:16/9;height:auto;min-height:0}.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__text-card,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__text-card{min-height:auto;justify-content:center}@media (min-width:768px){.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__inner,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__inner{align-items:center}.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__item--media,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__item--media{flex:0 0 50%;max-width:50%}.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__item--text,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__item--text{flex:1 1 auto;max-width:calc(50% - var(--dual-stagger-gap))}}@media (min-width:1440px){.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__item--media,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__item--media{flex-basis:50%;max-width:50%}.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__item--text,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__item--text{max-width:calc(50% - var(--dual-stagger-gap))}}@media (max-width:900px){.section-block__content>div>.dual-staggered{padding-block:clamp(14px,2.4vw,24px);--dual-stagger-gap:clamp(12px,2vw,24px)}.section-block__content>div>.dual-staggered .dual-staggered__picture{height:clamp(240px,44vw,420px);min-height:0}.section-block__content>div>.dual-staggered .dual-staggered__text-card{min-height:auto;padding:clamp(10px,1.8vw,18px)}}@media (max-width:767px){.dual-staggered{padding:clamp(24px,6vw,48px) 0;width:100%;margin-left:0;margin-right:0}.dual-staggered__inner{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:0;padding:0 12px;overflow:visible;width:100%;box-sizing:border-box}.dual-staggered__left,.dual-staggered__right{position:relative;flex-shrink:0}.dual-staggered__left{flex:0 0 60%;width:60%;z-index:1}.dual-staggered__right{flex:0 0 60%;width:60%;margin-left:-20%;z-index:0}.dual-staggered__picture{width:100%;height:clamp(380px,88vw,580px);min-height:0;aspect-ratio:unset}.dual-staggered__img,.dual-staggered__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dual-staggered__text-card{width:100%;min-height:auto;padding:0 8px;align-items:flex-start;text-align:left;gap:10px}.dual-staggered__text-title{font-size:clamp(1rem,4vw,1.35rem);text-align:left;width:100%}.dual-staggered__text-title--small{font-size:clamp(.88rem,3.5vw,1.1rem)}.dual-staggered__text-body{font-size:clamp(.75rem,3vw,.88rem);text-align:left;width:100%}.dual-staggered__buttons{flex-direction:row;flex-wrap:wrap;align-items:flex-start;margin-top:12px;padding:0}.dual-staggered__text-card .dual-staggered__buttons{padding:0}.dual-staggered__buttons .btn-cta{width:auto;min-width:0;max-width:none}.dual-staggered--media-left-text-right .dual-staggered__inner,.dual-staggered--text-left-media-right .dual-staggered__inner,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__inner,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__inner{flex-direction:column;gap:20px;padding:0;overflow:visible}.dual-staggered--media-left-text-right .dual-staggered__left,.dual-staggered--media-left-text-right .dual-staggered__right,.dual-staggered--text-left-media-right .dual-staggered__left,.dual-staggered--text-left-media-right .dual-staggered__right,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__left,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__right,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__left,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__right{flex:0 0 100%;width:100%;max-width:100%;margin-left:0}.dual-staggered__item--media.dual-staggered__float{transform:none;transition:none}.dual-staggered__item--text.dual-staggered__float{transform:translateY(calc(var(--ds-shift, 0px) * .2))}.dual-staggered--media-left-text-right .dual-staggered__left,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__left{order:2}.dual-staggered--media-left-text-right .dual-staggered__right,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__right{order:1}.dual-staggered--media-left-text-right .dual-staggered__picture,.dual-staggered--text-left-media-right .dual-staggered__picture,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__picture,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__picture{width:100%;aspect-ratio:16/9;height:auto;min-height:0}.dual-staggered--media-left-text-right .dual-staggered__text-card,.dual-staggered--text-left-media-right .dual-staggered__text-card,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__text-card,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__text-card{padding:0 clamp(16px,5vw,24px);width:100%;box-sizing:border-box;gap:22px}.dual-staggered--media-left-text-right .dual-staggered__text-title,.dual-staggered--text-left-media-right .dual-staggered__text-title,.section-block__content>div>.dual-staggered.dual-staggered--media-left-text-right .dual-staggered__text-title,.section-block__content>div>.dual-staggered.dual-staggered--text-left-media-right .dual-staggered__text-title{font-size:clamp(1.15rem,4.5vw,1.4rem)}.section-block__content>div>.dual-staggered{padding-block:clamp(16px,4vw,32px)}.section-block__content>div>.dual-staggered .dual-staggered__inner{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:0;padding:0 12px;overflow:visible;width:100%;box-sizing:border-box}.section-block__content>div>.dual-staggered .dual-staggered__left{flex:0 0 60%;width:60%;max-width:60%;position:relative;z-index:1}.section-block__content>div>.dual-staggered .dual-staggered__right{flex:0 0 60%;width:60%;max-width:60%;margin-left:-20%;position:relative;z-index:0}.section-block__content>div>.dual-staggered .dual-staggered__picture{width:100%;height:clamp(340px,82vw,540px);min-height:0;aspect-ratio:unset}.section-block__content>div>.dual-staggered .dual-staggered__text-card{width:100%;min-height:auto;padding:0 8px;align-items:flex-start;text-align:left}}.expanding-mask{position:relative;width:100%;height:300vh;background-color:transparent;z-index:10}.expanding-mask__spacer{position:relative;width:100%;height:200vh}.expanding-mask__mask{height:100vh;min-height:100vh;width:100%;position:sticky;top:0;background-color:transparent}.rrmc-expanding-mask{position:relative;width:100%;height:100%}.rrmc-mask-wrap{top:140px;left:140px;right:140px;overflow:hidden}.rrmc-mask-wrap,.rrmc-picture-preloader{position:absolute;bottom:0;background-color:transparent}.rrmc-picture-preloader{top:-140px;left:-140px;right:-140px;display:block}.expanding-mask__media{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;display:block;background-color:transparent;z-index:1}.expanding-mask__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%;position:relative;z-index:1}.expanding-mask__element{display:none}.expanding-mask+*{position:relative;z-index:2;background-color:inherit}@media only screen and (max-width:768px){.expanding-mask+*{z-index:100;isolation:isolate;transform:translateZ(0)}.expanding-mask{z-index:1;margin-bottom:0}.expanding-mask,.expanding-mask__spacer{height:150vh!important}.expanding-mask__mask{height:100vh;min-height:100vh}}@media only screen and (max-width:480px){.expanding-mask{z-index:1;margin-bottom:0}.expanding-mask,.expanding-mask__spacer{height:180vh!important}}