.banners-with-text-section .bwt-container{display:flex;justify-content:center;grid-gap:0 24px;gap:0 24px;max-width:1440px;width:100%;padding:0 28px;margin:0 auto;}.banners-with-text-section .bwt-banner{position:relative;max-width:calc(50% - 12px);width:100%;aspect-ratio:85/114;border-radius:10px;overflow:hidden;color:var(--white);}.banners-with-text-section .bwt-banner:after,.banners-with-text-section .bwt-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:.25s;}.banners-with-text-section .bwt-banner:before{z-index:1;background:linear-gradient(180deg,transparent -11.1%,rgba(0,0,0,.5));}.banners-with-text-section .bwt-banner:after{visibility:hidden;opacity:0;background:linear-gradient(172.48deg,transparent -55.94%,rgba(0,0,0,.8) 94.17%);}.banners-with-text-section .bwt-banner .bwt-banner-title{animation:fadeIn .25s forwards;}.banners-with-text-section .bwt-banner .bwt-banner-text{animation:fadeOut .25s forwards;}.banners-with-text-section .bwt-banner.open:before{visibility:hidden;opacity:0;}.banners-with-text-section .bwt-banner.open:after{visibility:visible;opacity:1;}.banners-with-text-section .bwt-banner.open .bwt-banner-title{animation:fadeOut .25s forwards;}.banners-with-text-section .bwt-banner.open .bwt-banner-text{animation:fadeIn .25s forwards;}.banners-with-text-section .bwt-banner.open .bwt-banner-button{transform:rotate(225deg);}.banners-with-text-section .bwt-banner-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;}.banners-with-text-section .bwt-banner-title{right:40px;max-width:clamp( 300px, calc( 300px + (465 - 300) * ( (100vw - 835px) / (1440 - 835) ) ), 465px );text-align:right;font-size:clamp( 43px, calc( 43px + (82 - 43) * ( (100vw - 360px) / (1440 - 360) ) ), 82px );line-height:clamp( 43px, calc( 43px + (82 - 43) * ( (100vw - 360px) / (1440 - 360) ) ), 82px );text-transform:uppercase;}.banners-with-text-section .bwt-banner-text,.banners-with-text-section .bwt-banner-title{position:absolute;bottom:124px;z-index:1;width:calc(100% - 80px);}.banners-with-text-section .bwt-banner-text{left:40px;visibility:hidden;opacity:0;}.banners-with-text-section .bwt-banner-text *{color:var(--white);}.banners-with-text-section .bwt-banner-button{position:absolute;right:40px;bottom:40px;z-index:1;display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:var(--secondary-color);border-radius:50%;transition:.25s;}.banners-with-text-section .bwt-banner-button img{width:22px;height:22px;object-fit:contain;}@keyframes fadeOut{to{visibility:hidden;opacity:0;}}@keyframes fadeIn{0%{transform:translateY(-50px);visibility:hidden;opacity:0;}to{transform:translateY(0);visibility:visible;opacity:1;}}@media (max-width:834px){.banners-with-text-section .bwt-container{flex-direction:column;grid-gap:24px 0;gap:24px 0;padding:24px 16px;}.banners-with-text-section .bwt-banner{max-width:none;width:100%;aspect-ratio:41/55;}.banners-with-text-section .bwt-banner-title{right:16px;bottom:83px;max-width:none;width:calc(100% - 94px);}.banners-with-text-section .bwt-banner-text{left:16px;bottom:83px;width:calc(100% - 32px);}.banners-with-text-section .bwt-banner-button{right:16px;bottom:16px;width:47px;height:47px;}.banners-with-text-section .bwt-banner-button img{width:17px;height:17px;}}
