﻿.brands-hero{position:relative;overflow:hidden;height:fit-content;min-height:100vh;}.brands-hero-bg{top:0;left:0;width:100%;opacity:0;transition:opacity 1000ms ease;pointer-events:none;position:absolute;inset:0;background-position:center;background-size:cover;}.brands-hero-bg.active{display:block;position:absolute;opacity:1;pointer-events:auto;}.brands-hero-bg img{width:100%;}.brands-hero-banner{position:relative;color:#fff;padding:40px 50px;background-color:rgba(214,165,74,.9);border-radius:10px 0 0 10px;width:50%;}@media(max-width:1000px){.brands-hero-banner{width:80%;}}@media(max-width:500px){.brands-hero-banner{width:90%;padding:30px;}}.brands-hero-banner h1{margin-bottom:15px;text-transform:uppercase;text-shadow:0 4px 4px rgba(0,0,0,.25);}.brands-hero-banner-wrapper{padding-top:32vh;display:flex;justify-content:end;width:100%;}@media(max-width:550px){.brands-hero-banner-wrapper{padding-top:15vh;}}.brands-hero-content{position:relative;display:flex;margin-top:35px;}@media(max-width:1000px){.brands-hero-content{flex-direction:column-reverse;}}.brands-hero-content-information{width:50%;display:flex;justify-content:end;position:relative;}@media(max-width:1000px){.brands-hero-content-information{width:100%;height:475px;margin-top:40px;}}.brands-hero-content-information-container{padding:0 100px 50px 10vw;flex-direction:column;align-items:center;max-width:900px;width:100%;opacity:0;transition:opacity 400ms ease;pointer-events:none;position:absolute;inset:0;}@media(max-width:1000px){.brands-hero-content-information-container{padding:0 10vw 50px;}}.brands-hero-content-information-container.active{display:flex;opacity:1;pointer-events:auto;}.brands-hero-content-information-image{width:100%;margin-bottom:35px;}.brands-hero-content-information-image img{width:500px;max-width:100%;}.brands-hero-content-information-text{color:#fff;display:flex;flex-direction:column;width:100%;}.brands-hero-content-information-text a{width:fit-content;}.brands-hero-content-slider{width:50%;}@media(max-width:1000px){.brands-hero-content-slider{width:100%;padding-left:20%;}}@media(max-width:500px){.brands-hero-content-slider{padding-left:10%;}}.brands-hero-content-slider-carousel-entry{width:260px;height:325px;background-size:cover;border:6px solid #fff;border-radius:10px;margin-right:20px;}.brands-hero-content-slider-carousel-entry-logo{max-width:100%;height:100%;display:flex;justify-content:center;align-items:center;}.brands-hero-content-slider-carousel-entry-logo img{max-width:200px;}.brands-hero-content-slider-carousel-entry.active{border-color:#d6a54a;}.brands-hero-content-slider-arrows{margin-top:35px;margin-bottom:15px;position:relative;z-index:1;}.brands-hero-content-slider-arrows img{max-width:80px;}.brands-hero-content-slider-arrows img:hover{cursor:pointer;}.brands-hero-content-slider-arrows .arrow-button-left{margin-right:20px;transform:rotate(180deg);}