.bt-header-pj-slider{position:relative;display:grid;z-index:1}
@media (max-width:991px){.bt-header-pj-slider{overflow:visible}.bt-header-pj-slider.bt-header-pj-slider-desktop{display:none}}
@media (min-width:992px){.bt-header-pj-slider{height:540px;overflow:hidden}.bt-header-pj-slider.bt-header-pj-slider-mobile{display:none}}
.bt-header-pj-slides{position:relative;height:100%;grid-column:1;grid-row:1;z-index:1}
@media (max-width:991px){.bt-header-pj-slides{margin-left:24px;margin-right:24px}}
.bt-header-pj-slides-wrapper{position:relative;height:100%}
@media (max-width:991px){.bt-header-pj-slides-wrapper{display:inline-grid}}
@media (max-width:991px){.bt-header-pj-slides-wrapper .bt-btn{padding-left:32px;padding-right:32px}}
@media (min-width:992px){.bt-header-pj-slides-wrapper .bt-btn{padding-left:40px;padding-right:40px}}
.bt-header-pj-slides-wrapper .bt-btn:hover{color:var(--blue-24)}
.bt-header-pj-slide{background-position:center center;background-size:cover;background-repeat:no-repeat;color:var(--bt-white);height:100%;min-width:0;min-height:0;display:flex;flex-flow:column;cursor:pointer;overflow:hidden}
@media (max-width:991px){.bt-header-pj-slide{aspect-ratio:0.7235023041;margin-left:6px;margin-right:6px;gap:24px}.bt-header-pj-slide.bt-header-pj-slide-mobile-content-top{justify-content:flex-start}.bt-header-pj-slide.bt-header-pj-slide-mobile-content-bottom{justify-content:flex-end}}
@media (min-width:992px){.bt-header-pj-slide{position:absolute;top:0;left:0;width:100%;height:100%;padding:48px;border-radius:20px;align-items:start;gap:32px}}
.bt-header-pj-slide .bt-header-pj-slide-image{width:100%;height:auto;display:block}
@media (max-width:991px){.bt-header-pj-slide .bt-header-pj-slide-image{border-radius:var(--hero-border-radius-mobile)}}
.bt-header-pj-slide .bt-header-pj-slide-content,.bt-header-pj-slide .bt-header-pj-slide-action{max-width:365px}
.bt-header-pj-controls{position:relative;grid-column:1;grid-row:1;align-self:end;gap:8px;z-index:2}
@media (max-width:991px){.bt-header-pj-controls{padding:24px;display:none}}
@media (min-width:992px){.bt-header-pj-controls{padding:24px 48px;display:flex}}
.bt-header-pj-controls .bt-header-pj-control{background-color:var(--bt-white);color:var(--bt-black);width:54px;height:54px;line-height:30px;padding:10px;border:1px solid var(--bt-white);border-radius:50%;font-size:30px;text-decoration:none;transition:all 0.2s ease}
@media (max-width:991px){.bt-header-pj-controls .bt-header-pj-control{width:46px;height:46px}}
@media (min-width:992px){.bt-header-pj-controls .bt-header-pj-control{width:54px;height:54px}}
.bt-header-pj-controls .bt-header-pj-control:hover{color:var(--blue-24);text-decoration:none}
.bt-header-pj-controls .bt-header-pj-control:disabled,.bt-header-pj-controls .bt-header-pj-control.disabled{opacity:0.4;pointer-events:none}
.bt-header-pj-controls .bt-header-pj-control *{pointer-events:none}