@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes spinnerAnimation{to{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes spinnerAnimation{to{transform:translate(-50%, -50%) rotate(360deg)}}.wr-slider__spinner{position:absolute;top:0;right:0;bottom:0;left:0;font-size:1em;background-color:#fff;opacity:1;transition:.5s ease-in-out opacity}.wr-slider__spinner::after{content:"";position:absolute;top:50%;left:50%;width:3em;height:3em;transform:translate(-50%, -50%);border-radius:3em;border-style:solid;border-color:transparent #333 #333 #333;border-width:.3em;-webkit-animation:1s ease-in-out spinnerAnimation infinite;animation:1s ease-in-out spinnerAnimation infinite}.wr-slider__spinner--hidding{opacity:0}.wr-slider__spinner--hide{display:none}.wr-slider__spinner--showing{opacity:1}.wr-slider__image{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:contain;background-repeat:no-repeat}.wr-slider__image__wrapper{position:relative;height:100%;width:100%;opacity:1;left:0;top:0;transition:ease-in-out opacity .7s,ease-in-out left .7s;background-color:#fff}.wr-slider__image__description{position:absolute;top:100%;left:0;width:100%;background-color:#fff}.wr-slider__image__description>p{padding:15px 20px;margin:0;font-size:14px}.wr-slider__image--hidding{left:-80%;opacity:0}.wr-slider{position:relative;display:flex;width:100%;max-width:1100px;margin:0 auto;height:100%;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 600px){.wr-slider{flex-direction:column}}.wr-slider__wrapper{display:flex;width:100%;background-color:#fff;margin-bottom:60px;overflow:hidden}.wr-slider__main{position:relative;width:100%;height:50vh;overflow:hidden;transition:ease-in-out height .3s}.wr-slider__main>.wr-slider__image__wrapper{position:absolute}.wr-slider__main>.wr-slider__image__wrapper>.wr-slider__image{background-size:cover}@media screen and (max-width: 500px){.wr-slider__main>.wr-slider__image__wrapper>.wr-slider__image{background-size:contain}}.wr-slider__main>.wr-slider__arrow__wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:2;transition:ease-in-out top .5s}.wr-slider__main>.wr-slider__arrow__wrapper--left{left:28px}.wr-slider__main>.wr-slider__arrow__wrapper--right{right:28px}.wr-slider__listing{position:relative;display:flex;width:180px;height:100%;align-items:center;justify-content:flex-start;flex-direction:column;padding:0 1rem}.wr-slider__listing__images{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.wr-slider__listing__images::-webkit-scrollbar{display:none}.wr-slider__listing__images>.wr-slider__image__wrapper{width:120px;height:120px;min-width:120px;min-height:120px;flex-shrink:0;transition:ease-in-out .4s margin-left,ease-in-out .4s margin-top}.wr-slider__listing__images>.wr-slider__image__wrapper:not(:last-child){margin-bottom:10%}@media screen and (max-width: 600px){.wr-slider__listing__images>.wr-slider__image__wrapper:not(:last-child){margin-bottom:0;margin-right:10%}}.wr-slider__listing__images>.wr-slider__image__wrapper>.wr-slider__image{top:0;right:0;bottom:0;left:0;cursor:pointer;filter:saturate(0.85)}.wr-slider__listing__images>.wr-slider__image__wrapper>.wr-slider__image--selected{filter:saturate(1.2) brightness(1.2)}.wr-slider__listing__images--noanimation{transition:none}.wr-slider__listing__images--noanimation>.wr-slider__image__wrapper{transition:none}@media screen and (max-width: 600px){.wr-slider__listing__images{flex-direction:row;width:100%;height:140px;padding:0}}@media screen and (max-width: 600px){.wr-slider__listing{flex-direction:row;width:100%;height:140px;padding:0}}.wr-slider__listing>.wr-slider__arrow__wrapper{z-index:2;transition:ease-in-out top .5s}.wr-slider__listing>.wr-slider__arrow__wrapper--left{transform:translateX(-50%);bottom:100%}.wr-slider__listing>.wr-slider__arrow__wrapper--left>.wr-slider__arrow{transform:rotate(90deg)}@media screen and (max-width: 600px){.wr-slider__listing>.wr-slider__arrow__wrapper--left>.wr-slider__arrow{transform:rotate(0deg)}}@media screen and (max-width: 600px){.wr-slider__listing>.wr-slider__arrow__wrapper--left{transform:translateY(-50%);left:28px}}.wr-slider__listing>.wr-slider__arrow__wrapper--right{transform:translateX(-50%);top:100%}.wr-slider__listing>.wr-slider__arrow__wrapper--right>.wr-slider__arrow{transform:rotate(90deg)}@media screen and (max-width: 600px){.wr-slider__listing>.wr-slider__arrow__wrapper--right>.wr-slider__arrow{transform:rotate(0deg)}}@media screen and (max-width: 600px){.wr-slider__listing>.wr-slider__arrow__wrapper--right{transform:translateY(-50%) rotate(0);right:28px;bottom:unset;left:unset}}.wr-slider__arrow{width:30px;height:30px;text-align:center;cursor:pointer;background-size:20px 20px;background-repeat:no-repeat;background-position:center}.wr-slider__arrow--left{background-image:url("./icons/icon-chevron-left-grey.svg")}.wr-slider__arrow--right{background-image:url("./icons/icon-chevron-right-grey.svg")}.wr-slider__arrow__wrapper{background-color:transparent;transition:all ease-in-out .5s}.wr-slider__arrow__wrapper:hover{background-color:#e1ad01}body{margin:0;min-height:100vh;font-family:"Lato",sans-serif}