.hero-section{min-height:497px;padding:20px;background-size:cover;background-position:left center;background-repeat:no-repeat}.hero-section[data-mobile-bg]:not([data-mobile-bg=""]){background-image:var(--mobile-bg-url)}.hero-section[data-mobile-bg]:not([data-mobile-bg=""])[data-overlay-enabled=true]{background-image:linear-gradient(0deg,var(--overlay-color) 0%,var(--overlay-color) 100%),var(--mobile-bg-url)}@media(min-width:768px){.hero-section{height:646px;padding:30px}.hero-section[data-desktop-bg]:not([data-desktop-bg=""]){background-image:var(--desktop-bg-url)}.hero-section[data-desktop-bg]:not([data-desktop-bg=""])[data-overlay-enabled=true]{background-image:linear-gradient(0deg,var(--overlay-color) 0%,var(--overlay-color) 100%),var(--desktop-bg-url)}}@media(min-width:1024px){.hero-section{padding:60px}}.hero-section.has-offers{min-height:calc(100vh - var(--header-height-mobile, 130px))!important}@media(min-width:768px){.hero-section.has-offers{height:calc(100vh - var(--header-height, 150px))!important;min-height:calc(100vh - var(--header-height, 150px))!important}}.hero-section:has(.hero-section__offers-wrapper){min-height:calc(100vh - var(--header-height-mobile, 130px))!important}@media(min-width:768px){.hero-section:has(.hero-section__offers-wrapper){height:calc(100vh - var(--header-height, 150px))!important;min-height:calc(100vh - var(--header-height, 150px))!important}}.hero-section__video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero-section.has-video-background[data-mobile-bg]:not([data-mobile-bg=""]){background-image:var(--mobile-bg-url)}.hero-section.has-video-background[data-mobile-bg]:not([data-mobile-bg=""])[data-overlay-enabled=true]{background-image:linear-gradient(0deg,var(--overlay-color) 0%,var(--overlay-color) 100%),var(--mobile-bg-url)}@media(min-width:768px){.hero-section.has-video-background[data-desktop-bg]:not([data-desktop-bg=""]){background-image:var(--desktop-bg-url)}.hero-section.has-video-background[data-desktop-bg]:not([data-desktop-bg=""])[data-overlay-enabled=true]{background-image:linear-gradient(0deg,var(--overlay-color) 0%,var(--overlay-color) 100%),var(--desktop-bg-url)}}.hero-section.has-video-background.video-loaded[data-desktop-bg],.hero-section.has-video-background.video-loaded[data-mobile-bg]{background-image:none}.hero-section.has-video-background[data-overlay-enabled=true]::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--overlay-color);z-index:1;pointer-events:none}.hero-section.has-video-background>.flex{position:relative;z-index:2}.hero-section.has-video-background .hero-section__offers-wrapper{z-index:2}.hero-section__heading{font-family:var(--font-primary,inherit);font-weight:400;font-size:clamp(34px,4.06vw,78px);line-height:clamp(42px,4.38vw,74.67px);margin-bottom:clamp(7px,.52vw,10px)}@media(min-width:768px){.hero-section__heading{max-width:100%}}@media(min-width:1024px){.hero-section__heading{width:clamp(100%,46.77vw,898px);max-width:60%}}.hero-section__description{font-family:var(--font-secondary,inherit);font-size:clamp(16px,.94vw,18px);font-weight:400;line-height:clamp(18px,1.67vw,32px);text-shadow:0 clamp(2.309px,.21vw,4px) clamp(2.309px,.21vw,4px) rgba(0,0,0,.5);margin-bottom:clamp(16px,1.04vw,27.43px)}@media(min-width:768px){.hero-section__description{max-width:90%;font-weight:450}}@media(min-width:1024px){.hero-section__description{max-width:clamp(60%,45.63vw,876px);font-weight:500}}.hero-section__description p{margin:0}.hero-section__description p:not(:last-child){margin-bottom:10px}.hero-section__button{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:10px;background:var(--color-primary,#d4af37);color:var(--color-white,#ffffff);text-align:center;font-family:var(--font-secondary,inherit);font-size:14px;font-style:normal;font-weight:800;line-height:20px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;border:none}.hero-section__button:hover,.hero-section__button:focus,.hero-section__button:focus-visible{background:var(--color-accent,#c9a96e);color:var(--color-text,#2c2c2c);transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px rgba(196,176,122,.35),0 4px 12px rgba(196,176,122,.25),0 2px 6px rgba(0,0,0,.1)}.hero-section__button:active{transform:translateY(-1px) scale(1);box-shadow:0 4px 12px rgba(196,176,122,.3),0 2px 6px rgba(0,0,0,.1)}.hero-section__button{font-size:clamp(12px,.73vw,14px);line-height:clamp(16px,1.04vw,20px);padding:clamp(12px,.73vw,14px) clamp(16px,1.04vw,20px);letter-spacing:clamp(1.5px,.1vw,2px);gap:clamp(8px,.52vw,10px)}.hero-section__edit-link{position:absolute;top:clamp(20px,1.56vw,30px);left:clamp(20px,1.56vw,30px);display:flex;align-items:center;justify-content:center;width:clamp(32px,2.08vw,40px);height:clamp(32px,2.08vw,40px);background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;z-index:10;text-decoration:none}.hero-section__edit-link:hover{background:var(--color-primary,#d4af37);box-shadow:0 4px 12px rgba(0,0,0,.25);transform:scale(1.1)}.hero-section__edit-link:focus{outline:2px solid var(--color-primary,#d4af37);outline-offset:2px}.hero-section__edit-icon{width:clamp(16px,1.04vw,20px);height:clamp(16px,1.04vw,20px);color:var(--color-text,#2c2c2c);transition:color .2s ease}.hero-section__edit-link:hover .hero-section__edit-icon{color:#fff}.hero-section__offers-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:clamp(12px,1.04vw,20px);position:absolute;top:clamp(20px,1.56vw,30px);right:clamp(20px,1.56vw,30px);max-height:calc(100% - clamp(40px,3.13vw,60px));overflow:hidden;transition:all .3s ease;z-index:10;width:auto;max-width:calc(100% - clamp(40px,3.13vw,60px))}.hero-section__offers-wrapper .hero-section__offers-cards{max-height:0;opacity:0;margin-bottom:0}.hero-section__offers-wrapper .hero-section__offers-buttons .hero-section__button{opacity:0;visibility:hidden;max-width:0;pointer-events:none}@media(max-width:1023px){.hero-section__offers-wrapper{max-width:min(100% - clamp(40px,3.13vw,60px),320px)}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true] .hero-section__offers-cards{max-height:0!important;opacity:0!important;margin-bottom:0!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true] .hero-section__offers-buttons .hero-section__button{opacity:0!important;visibility:hidden!important;max-width:0!important;pointer-events:none!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true].is-expanded .hero-section__offers-cards{max-height:1000px!important;opacity:1!important;margin-bottom:clamp(12px,1.04vw,20px)!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true].is-expanded .hero-section__offers-buttons .hero-section__button{opacity:1!important;visibility:visible!important;max-width:500px!important;pointer-events:auto!important}}@media(min-width:1024px){.hero-section__offers-wrapper{top:clamp(30px,2.34vw,45px);right:clamp(30px,2.34vw,45px);max-height:calc(100% - clamp(60px,4.69vw,90px))}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true] .hero-section__offers-cards{max-height:1000px!important;opacity:1!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true] .hero-section__offers-buttons .hero-section__button{opacity:1!important;visibility:visible!important;max-width:500px!important;pointer-events:auto!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true].is-collapsed .hero-section__offers-cards{max-height:0!important;opacity:0!important;margin-bottom:0!important}.hero-section__offers-wrapper[data-offers-mobile-collapsed=true].is-collapsed .hero-section__offers-buttons .hero-section__button{opacity:0!important;visibility:hidden!important;max-width:0!important;pointer-events:none!important}}.hero-section__offers-cards{display:grid;gap:clamp(10px,.83vw,16px);align-self:stretch;transition:all .3s ease;max-height:1000px;opacity:1;overflow-y:auto;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch}.hero-section__offer-card{display:flex;padding:clamp(8px,.52vw,10px);align-items:center;gap:clamp(12px,1.09vw,21px);align-self:stretch;border-radius:clamp(6px,.42vw,8px);background:var(--color-background,#ffffff);position:relative;width:100%;min-width:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-section__offer-card-link{display:inherit;flex-direction:inherit;justify-content:inherit;gap:inherit;cursor:pointer}.hero-section__offer-edit-link{position:absolute;top:clamp(6px,.42vw,8px);right:clamp(6px,.42vw,8px);display:flex;align-items:center;justify-content:center;width:clamp(24px,1.67vw,32px);height:clamp(24px,1.67vw,32px);background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;z-index:10;text-decoration:none}.hero-section__offer-edit-link:hover{background:var(--color-primary,#d4af37);box-shadow:0 4px 12px rgba(0,0,0,.25);transform:scale(1.1)}.hero-section__offer-edit-link:focus{outline:2px solid var(--color-primary,#d4af37);outline-offset:2px}.hero-section__offer-edit-icon{width:clamp(12px,.83vw,16px);height:clamp(12px,.83vw,16px);color:var(--color-text,#2c2c2c);transition:color .2s ease}.hero-section__offer-edit-link:hover .hero-section__offer-edit-icon{color:#fff}.hero-section__offer-image{width:clamp(80px,6.4vw,123px);height:clamp(60px,5vw,96px);border-radius:clamp(3px,.21vw,4px);-o-object-fit:cover;object-fit:cover;flex-shrink:0}.hero-section__offer-text{display:flex;flex-direction:column;align-items:flex-start;flex:1}.hero-section__offer-text-before{color:#828282;font-family:var(--font-secondary,inherit);font-size:clamp(12px,.73vw,14px);font-style:normal;font-weight:400;line-height:clamp(24px,1.67vw,32px)}.hero-section__offer-heading{color:var(--color-text,#2c2c2c);font-family:var(--font-secondary,inherit);font-size:clamp(14px,.83vw,16px);font-style:normal;font-weight:500;line-height:clamp(24px,1.67vw,32px);margin:0}.hero-section__offer-text-after{color:#828282;font-family:var(--font-secondary,inherit);font-size:clamp(12px,.73vw,14px);font-style:normal;font-weight:400;line-height:clamp(24px,1.67vw,32px)}.hero-section__offers-buttons{display:flex;align-items:center;gap:clamp(6px,.42vw,8px);width:auto}.hero-section__offers-buttons .hero-section__button{transition:opacity .1s ease,visibility .1s ease,max-width .15s ease;opacity:1;visibility:visible;max-width:500px;overflow:hidden}.hero-section__toggle-button{display:flex;padding:clamp(10px,.73vw,14px) clamp(16px,1.04vw,20px);justify-content:center;align-items:center;border-radius:0;border:1px solid var(--color-primary,#d4af37);background:#fff;color:var(--color-primary,#d4af37);text-align:center;font-family:var(--font-secondary,inherit);font-size:clamp(12px,.73vw,14px);font-style:normal;font-weight:800;line-height:clamp(16px,1.04vw,20px);letter-spacing:clamp(1.5px,.1vw,2px);text-transform:uppercase;cursor:pointer;transition:all .3s ease}.hero-section__toggle-button:hover{background:var(--color-primary,#d4af37);color:#fff}.hero-offers-slider{display:none}.hero-offers-slider__container{max-width:100%;margin:0 auto}.hero-offers-slider__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(16px,1.67vw,24px)}.hero-offers-slider__title{font-family:var(--font-primary,inherit);font-size:clamp(24px,2.5vw,32px);font-weight:400;color:var(--color-text,#2c2c2c);margin:0}.hero-offers-slider__view-all{font-family:var(--font-secondary,inherit);font-size:clamp(12px,.83vw,14px);font-weight:600;color:var(--color-primary,#d4af37);text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:color .2s ease}.hero-offers-slider__view-all:hover{color:var(--color-accent,#c9a96e)}.hero-offers-slider .hero-offers-swiper{position:relative;padding-bottom:40px}.hero-offers-slider__card{display:flex;flex-direction:column;height:100%;background:var(--color-background,#ffffff);border-radius:clamp(8px,.83vw,12px);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative}.hero-offers-slider__card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.hero-offers-slider__edit-link{position:absolute;top:clamp(8px,.83vw,12px);right:clamp(8px,.83vw,12px);display:flex;align-items:center;justify-content:center;width:clamp(28px,2.08vw,32px);height:clamp(28px,2.08vw,32px);background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;z-index:10;text-decoration:none}.hero-offers-slider__edit-link:hover{background:var(--color-primary,#d4af37);box-shadow:0 4px 12px rgba(0,0,0,.25);transform:scale(1.1)}.hero-offers-slider__edit-icon{width:clamp(12px,.83vw,16px);height:clamp(12px,.83vw,16px);color:var(--color-text,#2c2c2c);transition:color .2s ease}.hero-offers-slider__edit-link:hover .hero-offers-slider__edit-icon{color:#fff}.hero-offers-slider__image-wrapper{width:100%;height:clamp(150px,20vw,200px);overflow:hidden;background:#f5f5f5}.hero-offers-slider__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-offers-slider__content{display:flex;flex-direction:column;padding:clamp(12px,1.25vw,16px);flex:1}.hero-offers-slider__text-before{color:#828282;font-family:var(--font-secondary,inherit);font-size:clamp(11px,.73vw,12px);font-weight:400;line-height:1.4;margin-bottom:4px}.hero-offers-slider__heading{color:var(--color-text,#2c2c2c);font-family:var(--font-secondary,inherit);font-size:clamp(14px,.94vw,16px);font-weight:500;line-height:1.4;margin:0 0 clamp(8px,.83vw,12px) 0}.hero-offers-slider__text-after{color:#828282;font-family:var(--font-secondary,inherit);font-size:clamp(11px,.73vw,12px);font-weight:400;line-height:1.4;margin-bottom:clamp(12px,1.25vw,16px)}.hero-offers-slider__button{display:inline-flex;justify-content:center;align-items:center;padding:clamp(10px,.83vw,12px) clamp(16px,1.25vw,20px);background:var(--color-primary,#d4af37);color:var(--color-white,#ffffff);font-family:var(--font-secondary,inherit);font-size:clamp(11px,.73vw,12px);font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-radius:4px;transition:all .3s ease;margin-top:auto}.hero-offers-slider__button:hover{background:var(--color-accent,#c9a96e);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.hero-offers-slider__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:clamp(16px,1.67vw,24px)}.hero-offers-slider__pagination-bullet{width:clamp(8px,.63vw,10px);height:clamp(8px,.63vw,10px);background:#d0d0d0;border-radius:50%;cursor:pointer;transition:all .3s ease}.hero-offers-slider__pagination-bullet--active{background:var(--color-primary,#d4af37);width:clamp(24px,2.08vw,30px);border-radius:5px}