.bullets-banner{background-color:var(--bg-color)}.bullets-banner__inner{display:flex;position:relative;overflow:hidden;max-height:700px}.bullets-banner__inner .bullets-banner__info{position:absolute;z-index:1;max-width:375px;margin:auto;left:MAX(20px,calc(50% - 600px));top:80px;display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1439px){.bullets-banner__inner .bullets-banner__info{top:MAX(20px,3vw)}}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__info{top:40px;left:20px;max-width:calc(100% - 40px);gap:20px}}.bullets-banner__inner .bullets-banner__info .bullets-banner__heading{color:var(--text-color)}.bullets-banner__inner .bullets-banner__info .bullets-banner__description{color:var(--text-color)}.bullets-banner__inner .bullets-banner__image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-bottom:calc(100% / var(--aspect-ratio))}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__image{padding-bottom:calc(100% / var(--aspect-ratio-mobile))}}.bullets-banner__inner .bullets-banner__image img{-o-object-position:var(--focal-point);object-position:var(--focal-point);opacity:1}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__image img{display:none}.bullets-banner__inner .bullets-banner__image img.small-up-hide{display:block;-o-object-position:var(--focal-point-mobile);object-position:var(--focal-point-mobile)}}.bullets-banner__inner .bullets-banner__items{position:absolute;left:0;top:0;width:100%;height:100%}.bullets-banner__inner .bullets-banner__items .bullets-banner__item{position:absolute;top:var(--top,50%);left:var(--side-offset,50%);display:flex}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__items .bullets-banner__item{top:var(--top-mobile,50%);left:var(--side-offset-mobile,50%)}}.bullets-banner__inner .bullets-banner__items .bullets-banner__item.bullets-banner__item-pos-right{left:auto;right:var(--side-offset,50%)}.bullets-banner__inner .bullets-banner__items .bullets-banner__item.bullets-banner__item-pos-right span{order:1;margin-right:0;margin-left:20px}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__items .bullets-banner__item.bullets-banner__item-pos-right{left:auto;right:var(--side-offset-mobile,50%)}}.bullets-banner__inner .bullets-banner__items .bullets-banner__item span{width:100px;height:1px;margin-right:20px;background-color:var(--text-color);margin-top:10px}@media only screen and (max-width:1023px){.bullets-banner__inner .bullets-banner__items .bullets-banner__item span{display:none}}.bullets-banner__inner .bullets-banner__items .bullets-banner__item p{max-width:170px}@media only screen and (max-width:767px){.bullets-banner__inner .bullets-banner__items .bullets-banner__item p{font-size:12px;max-width:110px}}