@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.banner{min-height:46rem;display:flex;align-items:center}@media (max-width:1025px){.banner{min-height:auto}}.banner__items{display:flex;align-items:center;gap:3rem;margin-bottom:2rem}@media (max-width:767px){.banner__items{gap:2rem;flex-direction:column}}.banner__item{display:flex;align-items:center;gap:1rem}.banner__item img{width:3rem;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (max-width:767px){.banner__item img{width:2rem}}.banner__item span{font-weight:700;font-size:1.5rem;line-height:1.458333;color:var(--wsc-color-white)}@media (max-width:767px){.banner__item span{font-size:1.25rem}}.banner.v-2{padding-top:9.6875rem;padding-bottom:8.6875rem}@media (max-width:767px){.banner.v-2{padding-top:13.12rem;padding-bottom:13rem}}.banner.color-white h2{color:var(--wsc-color-white);margin-bottom:2.5rem}@media (max-width:767px){.banner.color-white h2{margin-bottom:1rem;line-height:1.2;font-size:2.5rem}}.banner.color-white h5{color:var(--wsc-color-white)}@media (max-width:767px){.banner.color-white h5{font-size:1.5rem;line-height:1.333}}.banner.color-beige h2{color:#e4e4d4!important}.banner.color-beige h5{color:#e4e4d4!important}.banner.color-beige .banner__item span{color:#e4e4d4!important}.banner__text{color:#e4e4d4;margin-bottom:2.5625rem;max-width:31.875rem;text-align:right}@media (max-width:767px){.banner__text{max-width:82%;text-align:center;margin-bottom:3.5rem}.banner__text p{font-size:1rem;line-height:1.375}}.banner.color-white .banner__text{color:var(--wsc-color-white)}.banner.text-left .flex{align-items:flex-start}.banner.text-left .banner__text,.banner.text-left h2{text-align:left}