.FlipCard{padding:64px 12px 32px;border-radius:5px;color:#000;perspective:1000px}@media screen and (min-width:670px){.FlipCard{padding-bottom:64px}}@media screen and (min-width:1024px){.FlipCard{padding:64px 20px}}.FlipCard__inner{position:relative;min-width:310px;min-height:230px;padding:0;border-radius:3px;transition:transform .6s;transform-style:preserve-3d;box-shadow:0 1px 60px 0 rgba(0,0,0,.2)}.FlipCard__inner.is-flipped{transform:rotateY(180deg)}@media screen and (min-width:1024px){.FlipCard__inner{min-width:510px;min-height:380px;margin-top:32px}}.FlipCard__back,.FlipCard__front{position:absolute;top:0;overflow:hidden;width:100%;height:100%;border-radius:3px;text-align:left;-webkit-backface-visibility:hidden;backface-visibility:hidden}.FlipCard__front{display:flex;flex-direction:column;background-color:#fff}.FlipCard__text{display:flex;justify-content:space-between;align-items:center;overflow:hidden;padding:16px 32px}@media screen and (min-width:1024px){.FlipCard__text{padding:32px}}.FlipCard__image{max-height:170px}@media screen and (min-width:1024px){.FlipCard__image{max-height:290px}}.FlipCard__title{font-size:1.4rem;font-weight:700}@media screen and (min-width:1024px){.FlipCard__title{font-size:2rem}}.FlipCard__bodyCopy{flex:1;overflow-y:auto;max-height:240px;margin-top:24px;font-size:1.2rem}@media screen and (min-width:1024px){.FlipCard__bodyCopy{margin-top:32px;font-size:1.8rem;line-height:2rem}}.FlipCard__back{transform:rotateY(180deg);display:flex;flex-direction:column;padding:32px 32px 16px;background-color:#fff}@media screen and (min-width:1024px){.FlipCard__back{padding:32px}}.FlipCard__removeIcon{align-self:flex-end}.FlipCard__toggleIcon{flex:1;max-width:27px;max-height:27px;fill:#000}@media screen and (min-width:1024px){.FlipCard__toggleIcon{max-width:34px}}.CustomScroll{position:relative;display:flex}.CustomScroll.is-navbar-dots-below{margin-bottom:64px}.CustomScroll__container{display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.CustomScroll__container::-webkit-scrollbar{height:0!important}.CustomScroll__container.is-scrollable{overflow-x:auto;padding-bottom:32px;scrollbar-width:thin;scrollbar-color:#000 #d9d9d6}.CustomScroll__container.is-scrollable::-webkit-scrollbar{height:5px!important}.CustomScroll__container.is-scrollable::-webkit-scrollbar-track-piece{border:none;background:#d9d9d6}.CustomScroll__container.is-scrollable::-webkit-scrollbar-thumb{background:#000}.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:end:increment{display:block;width:16px;background:transparent}@media screen and (min-width:670px){.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:end:increment{width:40px}}@media screen and (min-width:1024px){.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:end:increment{width:96px}}.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:start:decrement{display:block;width:16px;background:transparent}@media screen and (min-width:670px){.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:start:decrement{width:40px}}@media screen and (min-width:1024px){.CustomScroll__container.is-scrollable::-webkit-scrollbar-button:start:decrement{width:96px}}@media screen and (min-width:670px){.CustomScroll__container{padding:0 48px}.CustomScroll__container.is-display-fullwidth{padding:0}.CustomScroll__container.is-simplified{padding:0;margin:0 32px}}.CustomScroll__child.is-snap-center{scroll-snap-align:center}.CustomScroll__child.is-snap-start{scroll-snap-align:start}.CustomScroll__child.is-snap-center-start{scroll-snap-align:center}@media screen and (min-width:670px){.CustomScroll__child.is-snap-center-start{scroll-snap-align:start}}.CustomScroll__child.is-display-fullwidth{min-width:100%}.CustomScroll__arrow{position:absolute;transform:translateY(-50%);top:50%;z-index:1;display:none;justify-content:center;align-items:center;height:60px;background-color:#000;cursor:pointer;opacity:.75}.CustomScroll__arrow.is-simplified{padding:0;background-color:transparent}.CustomScroll__arrow.is-simplified .SvgIcon path{fill:#efdf00}.CustomScroll__arrow .SvgIcon path{fill:#fff}.CustomScroll__arrow:focus:focus{outline:1px dotted #3e3f40}@media screen and (min-width:670px){.CustomScroll__arrow{display:flex}}.CustomScroll__arrowLeft{left:0}.CustomScroll__arrowRight{right:0}.CustomScroll_center .CustomScroll__container{width:auto;margin:0 auto}@media screen and (min-width:670px){.CustomScroll_noArrows .CustomScroll__container{padding:0;margin:0}.CustomScroll_noArrows .CustomScroll__arrow{display:none}}.CustomScroll_electric .CustomScroll__arrow.is-simplified .SvgIcon path{fill:#0091da}.CustomScroll__dots{position:absolute;transform:translateX(-50%);left:50%;z-index:1;bottom:16px;display:flex;line-height:0}.CustomScroll__dots.is-below{bottom:-32px}.CustomScroll__dot:not(:last-of-type){margin-right:4px}.CustomScroll__dotButton{position:relative;width:18px;height:18px;padding:0}.CustomScroll__dotButton:before{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;content:"";width:13px;height:13px;border:1px solid #d9d9d6;border-radius:50%;background-color:#fff;transition-duration:0s}.CustomScroll__dotButton:after{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;content:"";width:16px;height:16px;padding-top:1px;border:1px solid transparent;border-radius:50%;transition-duration:0s}.CustomScroll__dotbutton_active:before{width:10px;height:10px;border:none;background-color:#efdf00;transition-duration:.3s}.CustomScroll__dotbutton_active:after{border:1px solid #efdf00;transition-delay:.3s;transition-duration:.3s}.CustomScroll__arrowRight{background:linear-gradient(270deg,#000 50%,#000 0);background-size:200% 100%;background-position:100% 100%;transition:background-position .3s}.CustomScroll__arrowRight:hover{background-position:0 100%}.CustomScroll__arrowRight.is-simplified{background:transparent}.CustomScroll__arrowLeft{background:linear-gradient(90deg,#000 50%,#000 0);background-size:200% 100%;background-position:0 100%;transition:background-position .3s}.CustomScroll__arrowLeft:hover{background-position:100% 100%}.CustomScroll__arrowLeft.is-simplified{background:transparent}.AnimatedFlipCards{overflow:hidden;margin-bottom:64px;background-color:#f2f2f2}.AnimatedFlipCards_alternativeBackground{background-color:#fff}.AnimatedFlipCards__item:first-of-type{padding-left:16px}@media screen and (min-width:670px){.AnimatedFlipCards__item:first-of-type{padding-left:32px}}@media screen and (min-width:1024px){.AnimatedFlipCards__item:first-of-type{padding-left:80px}}.AnimatedFlipCards__item:last-of-type{padding-right:16px}@media screen and (min-width:670px){.AnimatedFlipCards__item:last-of-type{padding-right:32px}}@media screen and (min-width:1024px){.AnimatedFlipCards__item:last-of-type{padding-right:80px}}.AnimatedFlipCards__wrap.is-visible .is-items-slideshow{transform:translateX(0)}.AnimatedFlipCards__wrap .is-items-slideshow{transform:translateX(100%);height:100%;transition:transform 1.2s ease-in-out}