.ie-object-fit-cover-img{height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.bubble-touch{background-color:#fff;color:#2800ff;font-size:1.6rem;font-family:"UntitledSans-Medium",sans-serif;line-height:1;padding:1rem 2.4rem .8rem;border:1px solid #767676;border-radius:24px;cursor:pointer}
.bubble-list{padding:2.4rem;margin-bottom:0;list-style:none;border:1px solid #767676;border-radius:24px;display:none}
.bubble-link{display:inline-block;width:100%;padding:1.4rem 0;color:#2800ff;font-size:1.4rem;font-family:"UntitledSans-Medium",sans-serif;line-height:1;border-bottom:1px solid #d8d8d8}
.green-bubbles .bubble-link{color:#00592f}
.green-bubbles .bubble-link:hover{color:#61a60e}
.green-bubbles .bubble-touch{color:#00592f}
@media(min-width:1024px){.bubble-touch{display:none}
.bubble-list{display:flex;flex-wrap:wrap;justify-content:center;visibility:visible;opacity:1;border:0;border-radius:0;padding:2.4rem 0}
.bubble-item{margin-right:20px;margin-top:15px;text-align:center}
.bubble-item:last-child{margin-right:0}
.bubble-link{min-width:15.6rem;background-color:#fff;padding:1rem 1.4rem;font-size:1.6rem;font-family:"UntitledSans-Medium",sans-serif;border:3px solid #ccc;border-radius:24px;transition:all .2s ease}
.bubble-link span{position:relative;top:1px}
.bubble-link:hover{color:#000;background-color:#fff;border:3px solid #fc4c02;transition:all .2s ease}
.bubble-link.active{color:#fff;background-color:#fc4c02;border:3px solid #fc4c02;transition:all .2s ease}
.green-bubbles .bubble-link{color:#00592f}
.green-bubbles .bubble-link:hover{color:#000;border-color:#61a60e}
.green-bubbles .bubble-link.active{color:#fff;background-color:#61a60e;border:3px solid #61a60e;transition:all .2s ease}
}
@media(min-width:1200px){.bubble{min-height:96px}
.bubble .container-rb{position:relative}
}