
/** GLOBAL */
.ma-hero{padding-top:172px;padding-bottom:75px}
.ma-hero .site-description {display: none;}
.ma-hero .metas,.ma-hero .image,.ma-hero .image img{border-radius:16px;height:100%;box-sizing:border-box}
.ma-hero .metas{width:37%;background:var(--c2);padding:40px;display:flex;flex-direction:column;justify-content:space-between}
.ma-hero .site-description {display:none}
@media (max-width:1250px){
    .ma-hero{padding-top:88px;padding-bottom:16px}
}
@media (max-width:1150px){
    .ma-hero .metas{height: 200px;width:100%;padding:16px} 
}

/** TITLE */
.ma-hero .metas .title *{display:inline}
.ma-hero .metas .title{margin-top:18px}
.ma-hero .metas .title h2{font-size:40px;line-height:48px;font-weight:400;text-transform:uppercase;color:var(--c10)}
.ma-hero .metas .title h2 strong{font-weight:400;color:var(--c1)}
@media (max-width:1000px){
    .ma-hero .metas .title h2{font-size:clamp(24px, calc(1.5rem + ((1vw - 3.7px) * 2.5397)), 40px);line-height:clamp(26px, calc(1.625rem + ((1vw - 3.7px) * 3.4921)), 48px)}
    .ma-hero .metas .title img{width:clamp(24px, calc(1.5rem + ((1vw - 3.7px) * 5.0794)), 56px)}
}
@media (max-width:1150px){
    .ma-hero .metas .title{margin-bottom:30px}
}

/** BOTTOM */
.ma-hero .metas .bottom{display:flex;justify-content:space-between}
.ma-hero .metas .bottom p{color:var(--c10);font-family:var(--f2)}
@media (max-width:1150px){
    .ma-hero .metas .bottom p{font-size:clamp(12px, calc(0.75rem + ((1vw - 3.7px) * 0.6349)), 16px)}
    .ma-hero .metas .bottom p span{display:none}
}

/** IMAGE */
.ma-hero .image{width:63%;background:#F7F7F7}
.ma-hero .image img{object-fit:cover;width:100%}
@media (max-width:1150px){
    .ma-hero .image{height: 200px;width:100%}
}


/** SWIPER */
.ma-hero .swiper-wrapper,.ma-hero article{width:100%;height:500px}
.ma-hero .swiper{position:relative;margin:0}
@media (max-width:1150px){
    .ma-hero .swiper-wrapper,.ma-hero article{height:auto} 
    .ma-hero article{flex-direction:column}
}

/** ARTICLE */
.ma-hero article{display:flex;gap:4px;position:relative}
.ma-hero article>a{position:absolute;inset:0}

/** BORDER */
.border-round,.border-round:before,.border-round:after{position:absolute}
.border-round{background:var(--c10);border-radius:16px 0 0 0;bottom:0;right:0}
.border-round:before,.border-round:after{content:"";width:25px;height:25px;background:transparent;z-index:1;border-radius:0px 0px 16px 0px;box-shadow:5px 5px white}
.ma-hero .border-round{width:130px;height:47px;z-index:1}

/** NAV */
.ma-hero .swiper-nav.border-round:before{bottom:47px;right:0}
.ma-hero .swiper-nav.border-round:after{bottom:0px;right:130px}
.swiper-nav{display:flex;align-items:end;justify-content:end;column-gap:9px}
.swiper-nav>div{all:unset;cursor:pointer;z-index:2;border:1px solid var(--c1);background:var(--c10);border-radius:8px;box-sizing:border-box;padding:10px 12px;display:flex;align-items:center;height:30px}
.swiper-nav>div img{display:block;width:25px;height:auto}
.swiper-nav>div:nth-child(1){transform:rotate(-180deg)}
.ma-hero .swiper-slide.swiper-slide-next, .ma-hero .swiper-slide.swiper-slide-prev {opacity:0;transition: 1s}
.ma-hero .swiper-slide.swiper-slide-active {opacity: 1;}

