/* ==========================================
   BASE
   ========================================== */
.embla{--embla-spacing:30px;position:relative;width:100%;}.embla .embla__viewport{overflow:hidden;width:100%;}.embla .embla__container{display:flex;margin-left:calc(var(--embla-spacing) * -1);padding:0;list-style:none;}.embla .embla__slide{padding-left:var(--embla-spacing);box-sizing:border-box;min-width:0;}@media (max-width:767px){.embla .embla__slide{flex:0 0 100% !important;}}.embla.embla-carousel .embla__slide{flex:0 0 25%;margin:15px 0;}.embla.embla-normal .embla__slide{flex:0 0 100%;margin:15px 0;}@media (max-width:767px){.embla.embla-normal{--embla-spacing:0;}}.embla.embla-normal-alt{--embla-spacing:30px;}.embla.embla-normal-alt .embla__slide{flex:0 0 90%;margin:15px 0;}.embla.embla-normal-alt .embla__buttons{width:100%;}@media (max-width:767px){.embla.embla-normal-alt{--embla-spacing:0;}}.container-right-full .embla.embla-normal-alt .embla__buttons{width:calc(99% - var(--container-margin));}.container-right-full .embla.embla-normal-alt .embla__slide{flex:0 0 calc(99% - var(--container-margin));}@media (max-width:767px){.embla.embla-normal-alt .embla__buttons{width:100%;}}.embla.embla-normal-alt-centered{--embla-spacing:30px;}.embla.embla-normal-alt-centered .embla__slide{flex:0 0 70%;margin:15px 0;}.embla.embla-normal-alt-centered .embla__buttons{width:100%;}@media (max-width:767px){.embla.embla-normal-alt-centered .embla__buttons{width:100%;}}.embla.embla-carousel-3{--embla-spacing:10px;}.embla.embla-carousel-3 .embla__slide{flex:0 0 33.33333%;margin:15px 0;}@media (max-width:767px){.embla.embla-carousel-3{--embla-spacing:0;}.embla.embla-carousel-3 .embla__slide{flex:0 0 100% !important;}}.embla.embla-carousel-4{--embla-spacing:10px;}.embla.embla-carousel-4 .embla__slide{flex:0 0 25%;margin:15px 0;}@media (max-width:767px){.embla.embla-carousel-4{--embla-spacing:0;}.embla.embla-carousel-4 .embla__slide{flex:0 0 100% !important;}}.embla.embla-carousel-5{--embla-spacing:10px;}.embla.embla-carousel-5 .embla__slide{flex:0 0 20%;margin:15px 0;}@media (max-width:767px){.embla.embla-carousel-5{--embla-spacing:0;}.embla.embla-carousel-5 .embla__slide{flex:0 0 100% !important;}}.embla.embla-carousel-6{--embla-spacing:30px;}.embla.embla-carousel-6 .embla__slide{flex:0 0 16.66666%;margin:15px 0;}@media (max-width:767px){.embla.embla-carousel-6{--embla-spacing:0px;}.embla.embla-carousel-6 .embla__slide{flex:0 0 33.33333% !important;}}.embla.embla-carousel-8{--embla-spacing:30px;}.embla.embla-carousel-8 .embla__slide{flex:0 0 12.5%;margin:15px 0;}@media (max-width:767px){.embla.embla-carousel-8{--embla-spacing:0px;}.embla.embla-carousel-8 .embla__slide{flex:0 0 33.33333% !important;}}.embla.embla-half{--embla-spacing:30px;}.embla.embla-half .embla__slide{flex:0 0 50%;margin:15px 0;}@media (max-width:767px){.embla.embla-half .embla__slide{flex:0 0 100% !important;}}.embla .embla__buttons{display:flex;justify-content:center;align-items:center;gap:70px;margin-top:20px;margin-bottom:20px;}.embla .embla__button{width:35px;height:35px;padding:0;border:0;border-radius:50%;background:#fff;color:#000;box-shadow:1px 1px 2px 1px rgba(0,0,0,.3);cursor:pointer;}.embla .embla__button>i{font-size:18px;color:var(--ewh-primary-color);}.embla .embla__buttons.embla__buttons-middle-height{margin:0;}.embla .embla__buttons.embla__buttons-middle-height .embla__button{position:absolute;top:calc(50% - 35px);}.embla .embla__buttons.embla__buttons-middle-height .embla__button.embla__button--prev{left:-50px;}.embla .embla__buttons.embla__buttons-middle-height .embla__button.embla__button--next{right:-50px;}.photos .embla .embla__buttons .embla__button{border-radius:0;height:45px;background:rgba(0,0,0,.4);}.embla.embla-sem-carousel .embla__buttons{display:none;}.embla.embla-sem-carousel .embla__container{justify-content:center;}.embla.embla-sem-carousel .embla__slide{flex-shrink:0;}@media (max-width:767px){.embla.embla-sem-carousel .embla__container{justify-content:inherit;}.embla.embla-sem-carousel .embla__slide{flex-shrink:0;}}.embla.embla-scale{--embla-spacing:50px;}.embla.embla-scale .embla__slide{transition:transform 0.3s ease;position:relative;}.embla.embla-scale .embla__container{padding-top:50px;padding-bottom:50px;}.embla.embla-scale.embla-carousel-5 .embla__container{perspective:1000px;}.embla.embla-scale.embla-carousel-5 .embla__container .embla__slide{transform:rotateY(15deg);transform-style:preserve-3d;}.embla .embla__dots{display:none;justify-content:center;align-items:center;gap:12px;margin:15px 0 20px 0;}.embla.embla-dots .embla__dots{display:flex;position:relative;z-index:9;flex-wrap:wrap;}.embla .embla__dot{width:15px;height:15px;padding:0;border:1px solid var(--ewh-primary-color);border-radius:50%;background:#fff;cursor:pointer;}.embla .embla__dot.is-selected{background:var(--ewh-primary-color);}